Commit 1b19382a by zhangzhen

细节优化

parent cbc7aa87
......@@ -63,7 +63,7 @@
</view>
</view>
<view class="flex-col">
<text class="text-black text-bold">美团团购</text>
<text class="text-black text-bold">团购金额</text>
<text class="text-black text-xl text-bold">{{statisticsData.groupFee || 0}}</text>
<view class="flex-row-center">
<text class="text-black">退款</text>
......@@ -141,7 +141,7 @@
</view>
<view class="flex-row-center text-pink text-bold text-xl">
<text></text>
<text>{{item.payPrice || item.couponPayPrice || 0}}</text>
<text>{{Number(item.payPrice) + Number(item.couponPayPrice)}}</text>
</view>
</view>
<view class="part-content">
......@@ -185,8 +185,8 @@
return {
status: 'loadmore ',
loadingText: '努力加载中',
loadmoreText: '点击查看全部',
nomoreText: '到底啦',
loadmoreText: '点击查看更多',
nomoreText: '已展示全部啦',
show:false,
statisticsData:{},
list:[],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment