From 954275129d87460fbe3fc2fc1b91c5dc1c2af148 Mon Sep 17 00:00:00 2001
From: 77 <270260644@qq.com>
Date: Fri, 25 Oct 2024 11:13:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E7=A7=AF=E5=88=86=E5=85=91?=
=?UTF-8?q?=E6=8D=A2=E7=9A=84=E6=88=90=E5=8A=9F=E9=A1=B5=E9=9D=A2=E4=B8=8E?=
=?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=A7=92=E6=9D=80=E8=AF=A6=E6=83=85=E9=A1=B5?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=87=86=E7=A1=AE?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/activity/point/exchange_detail.vue | 4 +-
pages/activity/point/exchange_list.vue | 2 +-
pages/activity/point/exchange_success.vue | 235 +++++++++++++++++-----
pages/goods/seckill.vue | 4 +-
pages/order/confirm.vue | 3 +-
5 files changed, 195 insertions(+), 53 deletions(-)
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}}
-
+
查看详情
-
+
返回首页