"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` }); }; const phone = common_vendor.ref(""); common_vendor.onLoad((options) => { phone.value = common_vendor.index.getStorageSync("tel"); }); return (_ctx, _cache) => { return { a: common_vendor.t(phone.value), b: 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