fix登录loading问题

This commit is contained in:
贾旖璇 2024-10-08 13:32:08 +08:00
parent aaf97d54c8
commit 7931a3a472

View File

@ -233,9 +233,8 @@ const logining = async () => {
uni.setStorageSync("token", res.data.Token);
uni.setStorageSync("userInfo", res.data.AccountInfo);
await paintingDetail();
loading.value = false;
}
loading.value = false;
};
</script>