diff --git a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue index f66f168..07d4678 100644 --- a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue +++ b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue @@ -12,11 +12,11 @@
-
{{ $dict.getLabel('integralSGType', item.type) }}
+
{{ $dict.getLabel('integralSGType', item.goodsType) }}

{{item.goodsTitle}}

-

{{item.usedIntegral}}积分+{{item.payMoney}}元

+

{{item.usedIntegral}}积分+{{item.payMoney}}元

x {{item.quantity}}
@@ -24,7 +24,7 @@

兑换成功后,点击「去购买」前往京东低价购买

免费兑换商品,可到固定的兑换点进行「核销兑换」

备注:{{item.remarks}}

-
+

去购买
@@ -93,10 +93,13 @@ export default { }, cancel(item) { uni.showModal({ - title: '确认取消该订单?', - confirmspan: "确认", - confirmColor: "#135AB8", - success: function (res) { + title: '确认取消此订单?', + content: '取消订单后,积分将退回至积分余额', + confirmColor: "#2D7DFF", + cancelColor: "#2D7DFF", + cancelText: "我在想想", + confirmText: "确认取消", + success: (res) => { if (res.confirm) { this.cancelOrder(item) } @@ -135,6 +138,7 @@ export default { width: 100%; background: #FFF; border-radius: 16px; + margin-bottom: 32px; .time-flex { padding: 0 32px; line-height: 64px; diff --git a/src/project/fengdu/AppRedemptionPoints/successOrder.vue b/src/project/fengdu/AppRedemptionPoints/successOrder.vue index 57ef95f..3d3e311 100644 --- a/src/project/fengdu/AppRedemptionPoints/successOrder.vue +++ b/src/project/fengdu/AppRedemptionPoints/successOrder.vue @@ -48,7 +48,7 @@ export default { uni.navigateTo({url: `./jdH5?goodsJdUrl=${this.goodsJdUrl}`}) }, back() { - uni.navigateBack({delta: backLevel}) + uni.navigateBack({delta: this.backLevel}) }, toOrderList() { uni.redirectTo({