lsw пре 10 месеци
родитељ
комит
65de6cf476

+ 4 - 0
app/pages/statement/user/info.vue

@@ -16,6 +16,10 @@
 			<view class="form_group">
 				<view class="lable re">开户行</view>
 				<input type="text" v-model="item.bankName" placeholder="请输入开户行" />
+				<view class="bz">
+					<text class="icon">&#xe610;</text>
+					<text>例如:南宁招商银行 五象支行</text>
+				</view>
 			</view>
 			<view class="form_group">
 				<view class="lable re">银行卡号</view>

+ 1 - 1
app/pages/user/money/add.vue

@@ -42,7 +42,7 @@
 					<images v-model="item.pic" :limit="1"></images>
 				</view>
 				<view class="bz">
-					<text class="icon">&#xe694;</text>
+					<text class="icon">&#xe610;</text>
 					<text>例如:付款或者转账截图</text>
 				</view>
 			</view>

+ 1 - 1
app/pages/user/money/cash_out.vue

@@ -32,7 +32,7 @@
 			</view>
 		</view>
 		<view class="bz">
-			<text class="icon">&#xe694;</text>
+			<text class="icon">&#xe610;</text>
 			<text v-if="platform.cashOutMoney > 0">单次最少提现金额:¥{{ platform.cashOutMoney }}起</text>
 			<text v-if="platform.cashOutMaxMoney">,单次最大提现金额:¥{{ platform.cashOutMaxMoney }}</text>
 		</view>