调整支付成功页面字段

This commit is contained in:
唐明明
2021-09-18 15:31:50 +08:00
parent d8d5766c86
commit ac4552a3ee
6 changed files with 43 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<view class="total vertical">
<uni-icons type="checkbox-filled" size="60" color="#e93340"></uni-icons>
<view class="title">支付成功</view>
<view class="price">支付金额<text>{{type}}10.00</text></view>
<view class="price">支付金额<text>{{type}}{{price}}</text></view>
<view class="text">{{total}}</view>
<button class="btn" type="default" @click="onBack">确定</button>
</view>