更改楼层装修适配 修改一些样式

This commit is contained in:
lemon橪
2021-06-09 20:12:26 +08:00
parent 7cbb226416
commit 305f05bade
13 changed files with 57 additions and 56 deletions

View File

@@ -473,7 +473,7 @@ export default {
getCardData() {
if (this.$options.filters.isLogin("auth")) {
uni.showLoading({
mask: true,
title: "加载中",
});
API_Trade.getCarts()
.then((result) => {
@@ -498,12 +498,10 @@ export default {
});
}
uni.stopPullDownRefresh();
uni.hideLoading();
}
})
.catch((err) => {
uni.hideLoading();
});
.catch((err) => {});
uni.hideLoading();
} else {
uni.hideLoading();
}