Merge branch 'dev' into 'master'

uniapp【修复】: 没有登录的情况loading取消

See merge request jianweie/coreshoppro!61
This commit is contained in:
花城
2024-10-28 07:46:29 +00:00

View File

@@ -168,9 +168,11 @@
async function getCart() { async function getCart() {
state.isManage = true; state.isManage = true;
if (uni.getStorageSync(UserToken)) { if (uni.getStorageSync(UserToken)) {
handleuGetCartList(); handleuGetCartList();
} }else{
loading.value = false;
}
} }