zhengkaixin 3 years ago
parent
commit
c2e7494a1c
3 changed files with 4 additions and 4 deletions
  1. 1 1
      pages/article/newsNotice.vue
  2. 1 1
      pages/index/index.vue
  3. 2 2
      pages/user/finance/recharge.vue

+ 1 - 1
pages/article/newsNotice.vue

@@ -76,7 +76,7 @@
 				})
 				newsApi.getBannerInfo(code).then((res) => {
 					this.list =res.data;
-					
+					uni.hideLoading()
 					}).catch(error => {
 						uni.showToast({
 						

+ 1 - 1
pages/index/index.vue

@@ -349,7 +349,7 @@
 				})
 				newsApi.getBannerInfo(code).then((res) => {
 					this.bannerList =res.data;
-					
+					uni.hideLoading()
 					 document.getElementsByClassName("uni-swiper-wrapper")[0].parentNode.style="background-color: rgb(255, 255, 255); height: 200px;"
 				 }).catch(error => {
 						uni.showToast({

+ 2 - 2
pages/user/finance/recharge.vue

@@ -353,7 +353,7 @@
 		.rechargeMain {
 			display: flex;
 			flex-wrap: wrap;
-			justify-content: space-between;
+		//	justify-content: space-between;
 			margin-top: 12px;
 			margin-bottom: 20px;
 
@@ -366,7 +366,7 @@
 				margin-bottom: 10px;
 				font-size: 16px;
 				position: relative;
-
+				margin-left: 5px;
 			}
 		.amount {
 		// width: 41.9%;