From d66156140384f7f2b036611144d20d022d3ac75f Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Tue, 16 Dec 2025 15:15:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
groupBuying/detail/index.vue | 311 +++++++++++++++++++++++++++++++++++
pages.json | 7 +
scoreShop/detail/index.vue | 2 +-
3 files changed, 319 insertions(+), 1 deletion(-)
create mode 100644 groupBuying/detail/index.vue
diff --git a/groupBuying/detail/index.vue b/groupBuying/detail/index.vue
new file mode 100644
index 0000000..a881b51
--- /dev/null
+++ b/groupBuying/detail/index.vue
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 09976b4..11aed7a 100644
--- a/pages.json
+++ b/pages.json
@@ -369,6 +369,13 @@
"navigationBarTitleText": "拼团特惠",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "detail/index",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "navigationStyle": "custom"
+ }
}
]
diff --git a/scoreShop/detail/index.vue b/scoreShop/detail/index.vue
index 6915d5b..1a06c87 100644
--- a/scoreShop/detail/index.vue
+++ b/scoreShop/detail/index.vue
@@ -166,7 +166,7 @@
uni.hideLoading()
if (openId) {
pointGoodsApi.exchange({
- pointsGoodsId: item.id,
+ paramId: item.id,
shopId: item.shopId,
number: 1,
price: item.extraPrice,