Fix:取消体现金额最低限制(界面)

This commit is contained in:
linxi
2026-08-31 09:11:45 +08:00
parent 37c1277a83
commit cb5449eaac
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
<view class="item acea-row row-between-wrapper">
<view class="name">提现</view>
<view class="input">
<input :placeholder="'最低提现金额' + minPrice" v-model="post.money" />
<input v-model="post.money" />
</view>
</view>
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
@@ -45,7 +45,7 @@
<view class="item acea-row row-between-wrapper">
<view class="name">提现</view>
<view class="input">
<input :placeholder="'最低提现金额' + minPrice" v-model="post.money" />
<input placeholder="请输入提现金额" v-model="post.money" />
</view>
</view>
<view class="tip">当前可提现金额: {{ commissionCount }}</view>
+1 -1
View File
@@ -26,7 +26,7 @@
<view class="input">
<u--input
v-model="amout"
:placeholder="'最低提现金额' + minPrice"
placeholder="请输入提现金额"
:maxlength="-1"
:customStyle="{
'border': 0