Files
tk-mini-program/unpackage/dist/build/mp-weixin/components/VerifyLogin.js
pengxiaolong 40c3282515 优化代码
2025-08-05 22:05:56 +08:00

2 lines
680 B
JavaScript

"use strict";const e=require("../common/vendor.js");exports.VerifyLogin=function(n){return new Promise(((t,r)=>{e.index.getStorage({key:"userinfo",success:r=>{r.data?r.data.nickName?t(!0):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route+"?inid="+n),e.index.reLaunch({url:"/pages/UserInformation/UserInformation"}),t(!1)):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route+"?inid="+n),e.index.navigateTo({url:"/pages/login/login"}),t(!1))},fail:t=>{e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route+"?inid="+n),e.index.navigateTo({url:"/pages/login/login"}),r(t)}})}))};