feat: 162版本

This commit is contained in:
2026-06-04 20:03:34 +08:00
parent 5512e17b94
commit cac63ff675
5 changed files with 81 additions and 158 deletions
@@ -20,7 +20,7 @@
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">行权金额
<text class="text-zi" @click="jumpSettingPwd">《共享计划终止协议》</text>
</text>
<view class="input-box" style="marign-top:32rpx">
<view class="input-box" style="margin-top:32rpx">
<input style="flex:1"
placeholder="请输入行权金额(最低1TBC)"
placeholder-style="color:#999;font-weight:400;"
@@ -31,7 +31,7 @@
<text class="text-28 text-fu" style="margin-top:28rpx">余额 {{money}} TBC</text>
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">支付密码</text>
<view class="input-box" style="marign-top:32rpx;margin-bottom:32rpx" >
<view class="input-box" style="margin-top:32rpx;margin-bottom:32rpx" >
<input style="flex:1"
:type="isEve ? 'text' : 'password'"
placeholder="请输入支付密码"
@@ -42,8 +42,8 @@
<image @click="onIsSys" :src="`https://static.tbmall.xin/static/new/eye_${isEve}.png`" class="right-img"></image>
</view>
<text class="text-32 text-fu" style="marign-top:32rpx;margin-bottom:32rpx">备注:</text>
<view class="input-box" style="marign-top:32rpx">
<text class="text-32 text-fu" style="margin-top:32rpx;margin-bottom:32rpx">备注:</text>
<view class="input-box" style="margin-top:32rpx">
<input style="flex:1"
placeholder="请输入备注"
placeholder-style="color:#999;font-weight:400;"