Fix:取消体现金额最低限制(界面)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<view class="item acea-row row-between-wrapper">
|
<view class="item acea-row row-between-wrapper">
|
||||||
<view class="name">提现</view>
|
<view class="name">提现</view>
|
||||||
<view class="input">
|
<view class="input">
|
||||||
<input :placeholder="'最低提现金额' + minPrice" v-model="post.money" />
|
<input v-model="post.money" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
|
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<view class="item acea-row row-between-wrapper">
|
<view class="item acea-row row-between-wrapper">
|
||||||
<view class="name">提现</view>
|
<view class="name">提现</view>
|
||||||
<view class="input">
|
<view class="input">
|
||||||
<input :placeholder="'最低提现金额' + minPrice" v-model="post.money" />
|
<input placeholder="请输入提现金额" v-model="post.money" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
|
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<view class="input">
|
<view class="input">
|
||||||
<u--input
|
<u--input
|
||||||
v-model="amout"
|
v-model="amout"
|
||||||
:placeholder="'最低提现金额' + minPrice"
|
placeholder="请输入提现金额"
|
||||||
:maxlength="-1"
|
:maxlength="-1"
|
||||||
:customStyle="{
|
:customStyle="{
|
||||||
'border': 0
|
'border': 0
|
||||||
|
|||||||
Reference in New Issue
Block a user