diff --git a/src/pageA/after_sales_detail/index.vue b/src/pageA/after_sales_detail/index.vue index 23b823b..08b86ed 100644 --- a/src/pageA/after_sales_detail/index.vue +++ b/src/pageA/after_sales_detail/index.vue @@ -42,9 +42,10 @@ 回复: - - 退款金额:{{detail.amount}}元 - + + 金额:{{detail.amount}}元 + 积分:{{detail.points}} + {{detail.remarks?detail.remarks:'资料已提交,请耐心等待客服审核'}} diff --git a/src/pages.json b/src/pages.json index c8e74bc..362aa53 100644 --- a/src/pages.json +++ b/src/pages.json @@ -283,22 +283,6 @@ "enablePullDownRefresh": false, "navigationStyle": "default" } - }, - { - "path": "pages/points/swap", - "style": { - "navigationBarTitleText": "积分兑换", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "pages/points/swap-record", - "style": { - "navigationBarTitleText": "我的兑换", - "enablePullDownRefresh": false, - "navigationStyle": "default" - } } ], "subPackages": [{ diff --git a/src/pages/confirm_order/confirm_order.vue b/src/pages/confirm_order/confirm_order.vue index c85dd5c..ee51dc1 100644 --- a/src/pages/confirm_order/confirm_order.vue +++ b/src/pages/confirm_order/confirm_order.vue @@ -97,10 +97,6 @@ - - 抵扣积分 - {{ orderInfo.total_points }} - 商品金额 ¥{{ orderInfo.products_total_amount }} @@ -121,10 +117,22 @@ 砍价优惠 -¥{{ orderInfo.bargain_amount }} + + 积分(共{{ orderInfo.remaining_points }}) + + -¥{{ pointDiscount.amount }} + 请选择 + + + + 无可用 + + + 实付金额: - ¥{{ orderInfo.total_amount }} + ¥{{ paymentAmount }} @@ -154,12 +162,35 @@ + + + 积分(剩余: {{ orderInfo.remaining_points }}) + + + 暂不使用积分 + + + + + 抵扣¥{{ orderInfo.point_discount_amount }}使用{{ orderInfo.available_points }}积分 + + + + + + + 确定 + + + + + - 合计: {{orderInfo.total_points}}积分+ ¥{{ orderInfo.total_amount }} + 合计: ¥{{ paymentAmount }} 提交订单 生成订单 @@ -169,7 +200,7 @@ -