index.js 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 + ActivityDescPopup)();
  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 ActivityDescPopup = () => "./components/activityDescPopup.js";
  17. const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
  18. __name: "index",
  19. setup(__props) {
  20. let showExample = common_vendor.ref(false);
  21. let showUpload = common_vendor.ref(false);
  22. let showWiner = common_vendor.ref(false);
  23. let showRecord = common_vendor.ref(false);
  24. let showDesc = common_vendor.ref(false);
  25. return (_ctx, _cache) => {
  26. return {
  27. a: common_vendor.unref(pagesOne_winner_utils_source.imgObj).backImg,
  28. b: common_vendor.o(($event) => common_vendor.isRef(showDesc) ? showDesc.value = true : showDesc = true),
  29. c: common_vendor.unref(pagesOne_winner_utils_source.imgObj).rule,
  30. d: common_vendor.o(($event) => _ctx.showWinner = true),
  31. e: common_vendor.unref(pagesOne_winner_utils_source.imgObj).record,
  32. f: common_vendor.unref(pagesOne_winner_utils_source.imgObj).photo,
  33. g: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = true : showExample = true),
  34. h: common_vendor.unref(pagesOne_winner_utils_source.imgObj).book,
  35. i: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = true : showRecord = true),
  36. j: common_vendor.unref(pagesOne_winner_utils_source.gifObj).pointer,
  37. k: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = true : showUpload = true),
  38. l: common_vendor.f(6, (item, k0, i0) => {
  39. return {
  40. a: item
  41. };
  42. }),
  43. m: common_vendor.p({
  44. ["bg-color"]: "transparent"
  45. }),
  46. n: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = $event : showExample = $event),
  47. o: common_vendor.p({
  48. show: common_vendor.unref(showExample)
  49. }),
  50. p: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = $event : showUpload = $event),
  51. q: common_vendor.p({
  52. show: common_vendor.unref(showUpload)
  53. }),
  54. r: common_vendor.o(($event) => common_vendor.isRef(showWiner) ? showWiner.value = $event : showWiner = $event),
  55. s: common_vendor.p({
  56. show: common_vendor.unref(showWiner)
  57. }),
  58. t: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = $event : showRecord = $event),
  59. v: common_vendor.p({
  60. show: common_vendor.unref(showRecord)
  61. }),
  62. w: common_vendor.o(($event) => common_vendor.isRef(showDesc) ? showDesc.value = $event : showDesc = $event),
  63. x: common_vendor.p({
  64. show: common_vendor.unref(showDesc)
  65. })
  66. };
  67. };
  68. }
  69. });
  70. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3457e999"]]);
  71. wx.createPage(MiniProgramPage);