27 lines
881 B
JavaScript
27 lines
881 B
JavaScript
"use strict";
|
|
const common_vendor = require("../common/vendor.js");
|
|
const common_assets = require("../common/assets.js");
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "CustomerServiceBtn",
|
|
props: {
|
|
mode: {}
|
|
},
|
|
emits: ["close"],
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return common_vendor.e({
|
|
a: _ctx.mode === "qrcode"
|
|
}, _ctx.mode === "qrcode" ? {
|
|
b: common_assets._imports_0$1,
|
|
c: common_vendor.o(($event) => _ctx.$emit("close")),
|
|
d: common_vendor.o(() => {
|
|
}),
|
|
e: common_vendor.o(($event) => _ctx.$emit("close"))
|
|
} : {});
|
|
};
|
|
}
|
|
});
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-129e3580"]]);
|
|
wx.createComponent(Component);
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/components/CustomerServiceBtn.js.map
|