Commit 72611192 by 高淑倩

退单_退款总金额

parent 010bd219
......@@ -52,7 +52,7 @@
<text class="choose-pro">选择商品</text>
<view class="pro-total-price">
退款总金额
<text class="total-price">¥{{refundDetail.amount}}</text>
<text class="total-price">¥{{refundDetail.amount? refundDetail.amount : refundDetail.previewAmount}}</text>
</view>
</view>
<block wx:for="{{refundDetail.tradeVO.skuVOList}}" wx:for-item="item" wx:key="{{item}}">
......
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 23,
"current": 22,
"list": [
{
"id": -1,
......@@ -186,7 +186,7 @@
"id": 22,
"name": "退单详情",
"pathName": "pages/refundDetail/refundDetail",
"query": "id=625052614006149120",
"query": "id=626842713396088832",
"scene": null
},
{
......
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