30 lines
983 B
JavaScript
30 lines
983 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "specialsmall",
|
|
setup(__props) {
|
|
const special = common_vendor.ref(false);
|
|
const jumpto = () => {
|
|
common_vendor.index.redirectTo({
|
|
url: `/pages/index/index`
|
|
});
|
|
};
|
|
common_vendor.onLoad((options) => {
|
|
if (options.special == `true`) {
|
|
special.value = true;
|
|
}
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: `https://www.focusnu.com/media/directive/login/introduce/allbgc.png`,
|
|
b: `https://www.focusnu.com/media/directive/index/bluephoto.png`,
|
|
c: common_vendor.t(special.value ? `变更信息` : `加盟`),
|
|
d: common_vendor.o(jumpto)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c9ad9bed"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/specialsmall.js.map
|