"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/threeselectone` }); }; 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.index.getStorageSync("isstaffchange") }, !common_vendor.index.getStorageSync("isstaffchange") ? { b: `https://www.focusnu.com/media/directive/index/blue111.png` } : {}, { c: common_vendor.index.getStorageSync("isstaffchange") }, common_vendor.index.getStorageSync("isstaffchange") ? { d: `https://www.focusnu.com/media/directive/index/blue222.png` } : {}, { e: common_vendor.t(phone.value), f: 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