index.js 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const pagesOne_winner_utils_source = require("./utils/source.js");
  4. if (!Array) {
  5. const _easycom_wd_gap2 = common_vendor.resolveComponent("wd-gap");
  6. _easycom_wd_gap2();
  7. }
  8. const _easycom_wd_gap = () => "../../node-modules/wot-design-uni/components/wd-gap/wd-gap.js";
  9. if (!Math) {
  10. (_easycom_wd_gap + PhotoExamplePopup + UploadReceptPopop + WinRecordPopup + UploadRecordPopup)();
  11. }
  12. const PhotoExamplePopup = () => "./components/photoExamplePopup.js";
  13. const UploadReceptPopop = () => "./components/uploadReceptPopop.js";
  14. const WinRecordPopup = () => "./components/winRecordPopup.js";
  15. const UploadRecordPopup = () => "./components/uploadRecordPopup.js";
  16. const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
  17. __name: "index",
  18. setup(__props) {
  19. let showExample = common_vendor.ref(false);
  20. let showUpload = common_vendor.ref(false);
  21. let showWiner = common_vendor.ref(false);
  22. let showRecord = common_vendor.ref(true);
  23. return (_ctx, _cache) => {
  24. return {
  25. a: common_vendor.unref(pagesOne_winner_utils_source.imgObj).backImg,
  26. b: common_vendor.unref(pagesOne_winner_utils_source.imgObj).rule,
  27. c: common_vendor.o(($event) => _ctx.showWinner = true),
  28. d: common_vendor.unref(pagesOne_winner_utils_source.imgObj).record,
  29. e: common_vendor.unref(pagesOne_winner_utils_source.imgObj).photo,
  30. f: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = true : showExample = true),
  31. g: common_vendor.unref(pagesOne_winner_utils_source.imgObj).book,
  32. h: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = true : showRecord = true),
  33. i: common_vendor.unref(pagesOne_winner_utils_source.gifObj).pointer,
  34. j: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = true : showUpload = true),
  35. k: common_vendor.f(6, (item, k0, i0) => {
  36. return {
  37. a: item
  38. };
  39. }),
  40. l: common_vendor.p({
  41. ["bg-color"]: "transparent"
  42. }),
  43. m: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = $event : showExample = $event),
  44. n: common_vendor.p({
  45. show: common_vendor.unref(showExample)
  46. }),
  47. o: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = $event : showUpload = $event),
  48. p: common_vendor.p({
  49. show: common_vendor.unref(showUpload)
  50. }),
  51. q: common_vendor.o(($event) => common_vendor.isRef(showWiner) ? showWiner.value = $event : showWiner = $event),
  52. r: common_vendor.p({
  53. show: common_vendor.unref(showWiner)
  54. }),
  55. s: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = $event : showRecord = $event),
  56. t: common_vendor.p({
  57. show: common_vendor.unref(showRecord)
  58. })
  59. };
  60. };
  61. }
  62. });
  63. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3457e999"]]);
  64. wx.createPage(MiniProgramPage);