diff --git a/pages/activity/point/exchange_detail.vue b/pages/activity/point/exchange_detail.vue index 651d02b..27d2213 100644 --- a/pages/activity/point/exchange_detail.vue +++ b/pages/activity/point/exchange_detail.vue @@ -34,7 +34,7 @@ {{item.properties.map((property) => property.valueName).join(' ')}} - 10积分(待对接接口) + {{state.orderInfo.usePoint}}积分 @@ -74,7 +74,7 @@ 支付积分 - 10(待接口对接) + {{state.orderInfo.usePoint}} diff --git a/pages/activity/point/exchange_list.vue b/pages/activity/point/exchange_list.vue index 637af1f..e6b4a27 100644 --- a/pages/activity/point/exchange_list.vue +++ b/pages/activity/point/exchange_list.vue @@ -24,7 +24,7 @@ -{{item.usePoint}} 积分 - 查看详情 + 查看详情 diff --git a/pages/activity/point/exchange_success.vue b/pages/activity/point/exchange_success.vue index 48a19c9..80bec6b 100644 --- a/pages/activity/point/exchange_success.vue +++ b/pages/activity/point/exchange_success.vue @@ -10,7 +10,7 @@ 订单编号 - wx23556151561321321351213 + {{ state.orderInfo.no }} @@ -18,7 +18,7 @@ 兑换时间 - 2024-10-18 15:46:03 + {{ sheep.$helper.timeFormat(state.orderInfo.createTime, 'yyyy-mm-dd hh:MM:ss') }} @@ -31,71 +31,212 @@ - 支付方式 + 支付积分 - 10 + {{state.orderInfo.usePoint}} - + 查看详情 - + 返回首页