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