fix登录loading问题
This commit is contained in:
parent
aaf97d54c8
commit
7931a3a472
@ -233,9 +233,8 @@ const logining = async () => {
|
|||||||
uni.setStorageSync("token", res.data.Token);
|
uni.setStorageSync("token", res.data.Token);
|
||||||
uni.setStorageSync("userInfo", res.data.AccountInfo);
|
uni.setStorageSync("userInfo", res.data.AccountInfo);
|
||||||
await paintingDetail();
|
await paintingDetail();
|
||||||
|
|
||||||
loading.value = false;
|
|
||||||
}
|
}
|
||||||
|
loading.value = false;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user