Browse Source

2021-12-20

cmy 4 years ago
parent
commit
17eddad629
2 changed files with 0 additions and 6 deletions
  1. 0 4
      pages/money/account.vue
  2. 0 2
      pages/user/withdrawal.vue

+ 0 - 4
pages/money/account.vue

@@ -158,13 +158,9 @@
 							bank: bank[0],
 							zhiBank: bank[1]
 					}
-					console.log(fullname[0]);
-					console.log(bank[0]);
 					const inde = this.bankList.findIndex((n) => {
-						console.log(n,bank[0],'数字');
 						return  n ==bank[0]
 					})
-					console.log(inde,'sz');
 					// 设置默认银行
 					this.bankIndex = inde
 					// 更新数据

+ 0 - 2
pages/user/withdrawal.vue

@@ -29,7 +29,6 @@
 				<view class="placeholder">{{ withdrawal * 0.01*charge }}</view>
 			</view>
 		</view> -->
-		<!-- #ifndef MP-WEIXIN -->
 		<view class="list">
 			<radio-group @change="tabRadio">
 				<!-- <label>
@@ -73,7 +72,6 @@
 				</label>
 			</radio-group>
 		</view>
-		<!-- #endif -->
 		<button class="add-btn up" @click="confirm">提交申请</button>
 		<button class="add-btn modified" @click="navTo('/pages/money/account')">账号管理</button>
 	</view>