zhengkaixin 1 rok temu
rodzic
commit
28b050d3f9
2 zmienionych plików z 10 dodań i 10 usunięć
  1. 5 5
      pagesFinance/detailed/index.vue
  2. 5 5
      pagesFinance/share/index.vue

+ 5 - 5
pagesFinance/detailed/index.vue

@@ -440,10 +440,10 @@
 			},
 			getList2() {
 				
-				uni.showLoading({
-					title: "加载中",
-					mask: true,
-				})
+				// uni.showLoading({
+				// 	title: "加载中",
+				// 	mask: true,
+				// })
 			
 				
 				API.buyCardList({
@@ -481,7 +481,7 @@
 					
 					this.showMap2=showMap;
 					this.recordsTotal2 = res.data.recordsTotal
-					uni.hideLoading()
+					//uni.hideLoading()
 					
 				}).catch(error => {
 					uni.showToast({

+ 5 - 5
pagesFinance/share/index.vue

@@ -409,10 +409,10 @@
 			},
 			getList2() {
 				
-				uni.showLoading({
-					title: "加载中",
-					mask: true,
-				})
+				// uni.showLoading({
+				// 	title: "加载中",
+				// 	mask: true,
+				// })
 			
 				
 				API.cardProfitData({
@@ -450,7 +450,7 @@
 					
 					this.showMap2=showMap;
 					this.recordsTotal2 = res.data.recordsTotal
-					uni.hideLoading()
+					//uni.hideLoading()
 					
 				}).catch(error => {
 					uni.showToast({