调整支付成功页面字段
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user