hldy_xcx/unpackage/dist/dev/mp-weixin/pages/login/specialloginafther.js

29 lines
1004 B
JavaScript
Raw Normal View History

2025-07-03 17:27:42 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
__name: "specialloginafther",
setup(__props) {
const jumpto = () => {
2025-09-19 17:12:59 +08:00
common_vendor.index.reLaunch({
2025-10-13 14:58:45 +08:00
url: `/pages/login/callback`
2025-07-03 17:27:42 +08:00
});
2025-10-28 14:36:13 +08:00
common_vendor.index.setStorageSync("firstlogin", true);
2025-07-03 17:27:42 +08:00
};
const phone = common_vendor.ref("");
common_vendor.onLoad((options) => {
phone.value = common_vendor.index.getStorageSync("tel");
});
return (_ctx, _cache) => {
2025-10-28 14:36:13 +08:00
return common_vendor.e({
2025-10-17 10:51:10 +08:00
a: common_vendor.t(phone.value),
2025-10-28 14:36:13 +08:00
b: !common_vendor.index.getStorageSync("firstlogin")
}, !common_vendor.index.getStorageSync("firstlogin") ? {} : {}, {
c: common_vendor.o(jumpto)
});
2025-07-03 17:27:42 +08:00
};
}
};
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