更新字段说明
This commit is contained in:
parent
bc64287b37
commit
f979e39b0f
|
@ -318,8 +318,8 @@
|
|||
</view>
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">银行:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入银行名称" v-model="merchantData.bank_username"
|
||||
<text class="item-name">开户银行:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入开户银行名称" v-model="merchantData.bank_username"
|
||||
@input="validateBtn" placeholder-class='placeholder' />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -892,7 +892,7 @@ import { Toast } from '../../libs/uniApi';
|
|||
title: '请输入对公账号'
|
||||
});
|
||||
if (!value.bank_username) return that.$util.Tips({
|
||||
title: '请输入银行名称'
|
||||
title: '请输入开户银行'
|
||||
});
|
||||
if (!value.bank_opening) return that.$util.Tips({
|
||||
title: '请输入开户网点'
|
||||
|
|
|
@ -490,8 +490,8 @@
|
|||
</view>
|
||||
<view class="item">
|
||||
<view class="acea-row row-middle">
|
||||
<text class="item-name">银行:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入银行名称" v-model="merchantData.bank_username"
|
||||
<text class="item-name">开户银行:</text>
|
||||
<input type="text" maxlength="30" placeholder="请输入开户银行" v-model="merchantData.bank_username"
|
||||
@input="validateBtn" placeholder-class='placeholder' />
|
||||
</view>
|
||||
</view>
|
||||
|
@ -791,7 +791,7 @@ export default {
|
|||
title: '请输入对公账号'
|
||||
});
|
||||
if (!value.bank_username) return that.$util.Tips({
|
||||
title: '请输入银行名称'
|
||||
title: '请输入开户银行'
|
||||
});
|
||||
if (!value.bank_opening) return that.$util.Tips({
|
||||
title: '请输入开户网点'
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
placeholder-class='placeholder' name="bank_code"></input></view>
|
||||
</view>
|
||||
<view class='item acea-row row-between-wrapper' v-if="array.length>0">
|
||||
<view class='name'>银行</view>
|
||||
<view class='name'>开户银行</view>
|
||||
<view class='input'>
|
||||
<input placeholder='请输入银行' v-model="mode.bank_name"
|
||||
<input placeholder='请输入开户银行' v-model="mode.bank_name"
|
||||
placeholder-class='placeholder' name="bank_address"></input>
|
||||
<!-- <picker @change="bindPickerChange" :value="index" :range="array" range-key="name">
|
||||
<text class='Bank'>{{array[index]["name"]}}</text>
|
||||
|
@ -54,7 +54,7 @@
|
|||
placeholder-class='placeholder' name="bank_address"></input></view>
|
||||
</view>
|
||||
<view class='item acea-row row-between-wrapper'>
|
||||
<view class='name'>提现</view>
|
||||
<view class='name'>提现金额</view>
|
||||
<view class='input'><input :placeholder='"最低提现金额"+minPrice' placeholder-class='placeholder'
|
||||
name="extract_price" type='digit' v-model="extract_price"></input></view>
|
||||
</view>
|
||||
|
@ -226,7 +226,7 @@
|
|||
navList: [{
|
||||
'id': '0',
|
||||
'ids': 1,
|
||||
'name': '银行卡',
|
||||
'name': '开户银行',
|
||||
'icon': 'icon-yinhangqia',
|
||||
'bg_color': '#FE960F'
|
||||
},
|
||||
|
@ -412,7 +412,7 @@
|
|||
title: '请填写对公账号'
|
||||
});
|
||||
if (!this.mode.bank_name) return this.$util.Tips({
|
||||
title: '请填写银行名称'
|
||||
title: '请填写开户银行'
|
||||
});
|
||||
if (!this.mode.bank_address) return this.$util.Tips({
|
||||
title: '请填写开户网点'
|
||||
|
|
Loading…
Reference in New Issue