123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- "use strict";
- const common_vendor = require("../../../common/vendor.js");
- const pagesOne_winner_utils_source = require("../utils/source.js");
- const hooks_useDraw = require("../../../hooks/useDraw.js");
- if (!Array) {
- const _easycom_wd_popup2 = common_vendor.resolveComponent("wd-popup");
- _easycom_wd_popup2();
- }
- const _easycom_wd_popup = () => "../../../node-modules/wot-design-uni/components/wd-popup/wd-popup.js";
- if (!Math) {
- _easycom_wd_popup();
- }
- const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
- __name: "photoExamplePopup",
- props: {
- show: {
- type: Boolean,
- default: true
- }
- },
- emits: ["update:show"],
- setup(__props, { emit: __emit }) {
- const props = __props;
- const emit = __emit;
- const { handleClose } = hooks_useDraw.useDraw(props, emit);
- return (_ctx, _cache) => {
- return {
- a: common_vendor.unref(pagesOne_winner_utils_source.imgObj).photoExp,
- b: common_vendor.o(
- //@ts-ignore
- (...args) => common_vendor.unref(handleClose) && common_vendor.unref(handleClose)(...args)
- ),
- c: common_vendor.unref(pagesOne_winner_utils_source.imgObj).close,
- d: common_vendor.o(($event) => props.show = $event),
- e: common_vendor.p({
- ["custom-style"]: "border-radius:10rpx;height:1000rpx; background: transparent;",
- ["lock-scroll"]: true,
- modelValue: props.show
- })
- };
- };
- }
- });
- const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ea8b307a"]]);
- wx.createComponent(Component);
|