2024-09-19 07:20:14 +08:00
|
|
|
"use strict";
|
2024-10-01 09:15:35 +08:00
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
2024-09-19 07:20:14 +08:00
|
|
|
if (!Array) {
|
|
|
|
const _easycom_wd_icon2 = common_vendor.resolveComponent("wd-icon");
|
|
|
|
const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni");
|
|
|
|
(_easycom_wd_icon2 + _component_layout_default_uni)();
|
|
|
|
}
|
2024-10-01 09:15:35 +08:00
|
|
|
const _easycom_wd_icon = () => "../../../node-modules/wot-design-uni/components/wd-icon/wd-icon.js";
|
2024-09-19 07:20:14 +08:00
|
|
|
if (!Math) {
|
|
|
|
_easycom_wd_icon();
|
|
|
|
}
|
|
|
|
const _sfc_main = {
|
|
|
|
__name: "official-account",
|
|
|
|
setup(__props) {
|
|
|
|
const goBack = () => {
|
|
|
|
common_vendor.index.navigateBack();
|
|
|
|
};
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(goBack),
|
|
|
|
b: common_vendor.p({
|
|
|
|
name: "left",
|
|
|
|
size: "20"
|
|
|
|
}),
|
|
|
|
c: common_vendor.p({
|
|
|
|
name: "newspaper"
|
|
|
|
}),
|
|
|
|
d: common_vendor.p({
|
|
|
|
name: "bell"
|
|
|
|
}),
|
|
|
|
e: common_vendor.p({
|
|
|
|
name: "discount"
|
|
|
|
}),
|
|
|
|
f: common_vendor.p({
|
|
|
|
name: "book"
|
|
|
|
}),
|
|
|
|
g: common_vendor.p({
|
|
|
|
name: "medal"
|
|
|
|
}),
|
|
|
|
h: common_vendor.p({
|
|
|
|
name: "gift"
|
|
|
|
}),
|
|
|
|
i: common_vendor.p({
|
|
|
|
name: "strategy"
|
|
|
|
}),
|
|
|
|
j: common_vendor.p({
|
|
|
|
name: "envelope"
|
|
|
|
})
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
2024-10-01 09:15:35 +08:00
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-4aaf2196"]]);
|
2024-09-19 07:20:14 +08:00
|
|
|
wx.createPage(MiniProgramPage);
|