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

29 lines
1004 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
__name: "specialloginafther",
setup(__props) {
const jumpto = () => {
common_vendor.index.reLaunch({
url: `/pages/login/callback`
});
common_vendor.index.setStorageSync("firstlogin", true);
};
const phone = common_vendor.ref("");
common_vendor.onLoad((options) => {
phone.value = common_vendor.index.getStorageSync("tel");
});
return (_ctx, _cache) => {
return common_vendor.e({
a: common_vendor.t(phone.value),
b: !common_vendor.index.getStorageSync("firstlogin")
}, !common_vendor.index.getStorageSync("firstlogin") ? {} : {}, {
c: 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