fix
This commit is contained in:
parent
0699720fb5
commit
43cc89dc15
@ -125,7 +125,7 @@ onLoad((options) => {
|
|||||||
const userInfo = uni.getStorageSync("userInfo");
|
const userInfo = uni.getStorageSync("userInfo");
|
||||||
console.log("token", token);
|
console.log("token", token);
|
||||||
// 已经登录了
|
// 已经登录了
|
||||||
if (token && userInfo) {
|
if (token) {
|
||||||
paintingDetail();
|
paintingDetail();
|
||||||
getBtngetRules();
|
getBtngetRules();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user