"use strict"; const common_vendor = require("../../common/vendor.js"); const pagesOne_winner_utils_source = require("./utils/source.js"); if (!Array) { const _easycom_wd_gap2 = common_vendor.resolveComponent("wd-gap"); _easycom_wd_gap2(); } const _easycom_wd_gap = () => "../../node-modules/wot-design-uni/components/wd-gap/wd-gap.js"; if (!Math) { (_easycom_wd_gap + PhotoExamplePopup + UploadReceptPopop + WinRecordPopup + UploadRecordPopup)(); } const PhotoExamplePopup = () => "./components/photoExamplePopup.js"; const UploadReceptPopop = () => "./components/uploadReceptPopop.js"; const WinRecordPopup = () => "./components/winRecordPopup.js"; const UploadRecordPopup = () => "./components/uploadRecordPopup.js"; const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ __name: "index", setup(__props) { let showExample = common_vendor.ref(false); let showUpload = common_vendor.ref(false); let showWiner = common_vendor.ref(false); let showRecord = common_vendor.ref(true); return (_ctx, _cache) => { return { a: common_vendor.unref(pagesOne_winner_utils_source.imgObj).backImg, b: common_vendor.unref(pagesOne_winner_utils_source.imgObj).rule, c: common_vendor.o(($event) => _ctx.showWinner = true), d: common_vendor.unref(pagesOne_winner_utils_source.imgObj).record, e: common_vendor.unref(pagesOne_winner_utils_source.imgObj).photo, f: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = true : showExample = true), g: common_vendor.unref(pagesOne_winner_utils_source.imgObj).book, h: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = true : showRecord = true), i: common_vendor.unref(pagesOne_winner_utils_source.gifObj).pointer, j: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = true : showUpload = true), k: common_vendor.f(6, (item, k0, i0) => { return { a: item }; }), l: common_vendor.p({ ["bg-color"]: "transparent" }), m: common_vendor.o(($event) => common_vendor.isRef(showExample) ? showExample.value = $event : showExample = $event), n: common_vendor.p({ show: common_vendor.unref(showExample) }), o: common_vendor.o(($event) => common_vendor.isRef(showUpload) ? showUpload.value = $event : showUpload = $event), p: common_vendor.p({ show: common_vendor.unref(showUpload) }), q: common_vendor.o(($event) => common_vendor.isRef(showWiner) ? showWiner.value = $event : showWiner = $event), r: common_vendor.p({ show: common_vendor.unref(showWiner) }), s: common_vendor.o(($event) => common_vendor.isRef(showRecord) ? showRecord.value = $event : showRecord = $event), t: common_vendor.p({ show: common_vendor.unref(showRecord) }) }; }; } }); const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3457e999"]]); wx.createPage(MiniProgramPage);