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

26 lines
792 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
});
};
const phone = common_vendor.ref("");
common_vendor.onLoad((options) => {
phone.value = common_vendor.index.getStorageSync("tel");
});
return (_ctx, _cache) => {
2025-10-17 10:51:10 +08:00
return {
a: common_vendor.t(phone.value),
b: 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