[转让权证加转让价格判断]

This commit is contained in:
2021-10-19 09:15:13 +08:00
parent 9156029027
commit 1b41b40de9
6 changed files with 217 additions and 196 deletions

View File

@@ -23,8 +23,8 @@
</view>
</view>
<view class="total" v-if="total"> {{total.toFixed(2)}} </view>
<view class="btn" @click="actions">提现至现金红包</view>
<view class="des">提现至红包可在红包中提现到银行卡 手续费: </view>
<view class="btn" @click="actions">提现至现金零钱</view>
<view class="des">提现至零钱可在零钱中提现到银行卡 手续费: </view>
</view>
</template>
@@ -127,7 +127,7 @@
}
uni.showModal({
title: '温馨提示',
content:'您是否确认提现到现金红包账户,交易将免手续费',
content:'您是否确认提现到现金零钱账户,交易将免手续费',
confirmColor: '#7c52fc',
cancelColor: '#cacaca',
cancelText: '我再想想',