29 lines
1.0 KiB
JavaScript
29 lines
1.0 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "specialloginafther",
|
|
setup(__props) {
|
|
const jumpto = () => {
|
|
common_vendor.index.__f__("log", "at pages/login/specialloginafther.vue:33", "???");
|
|
common_vendor.index.redirectTo({
|
|
url: `/pages/login/threeselectone`
|
|
});
|
|
};
|
|
const phone = common_vendor.ref("");
|
|
common_vendor.onLoad((options) => {
|
|
phone.value = common_vendor.index.getStorageSync("tel");
|
|
});
|
|
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(phone.value),
|
|
d: common_vendor.o(jumpto)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-186dd127"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/specialloginafther.js.map
|