"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
name: "email-popup",
|
|
props: {
|
|
show: {
|
|
type: Boolean,
|
|
default: false
|
|
}
|
|
},
|
|
methods: {
|
|
onClose() {
|
|
this.$emit("close");
|
|
},
|
|
copyEmail() {
|
|
this.$emit("copyEmail");
|
|
}
|
|
}
|
|
};
|
|
if (!Array) {
|
|
const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
|
|
_easycom_uni_icons2();
|
|
}
|
|
const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
|
|
if (!Math) {
|
|
_easycom_uni_icons();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return common_vendor.e({
|
|
a: $props.show
|
|
}, $props.show ? {
|
|
b: common_vendor.o((...args) => $options.onClose && $options.onClose(...args)),
|
|
c: common_vendor.o((...args) => $options.onClose && $options.onClose(...args)),
|
|
d: common_vendor.o($options.copyEmail),
|
|
e: common_vendor.p({
|
|
type: "email",
|
|
size: "23"
|
|
})
|
|
} : {});
|
|
}
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-96ecf657"]]);
|
|
wx.createComponent(Component);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/wxcomponents/email-popup/email-popup.js.map
|