From 9ea8a2a7ab716d4aeb4973fa05e81efb15442f54 Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Thu, 18 Dec 2025 20:46:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/api/market/package.js | 2 +-
groupBuying/detail/index.vue | 1 +
pages/index/indexs.vue | 4 +-
userPackage/components/modal.vue | 97 +++
userPackage/components/status.vue | 66 ++
.../index/components/perpole-number.vue | 25 +
userPackage/index/index.vue | 677 +++++++++++++++++-
7 files changed, 864 insertions(+), 8 deletions(-)
create mode 100644 userPackage/components/modal.vue
create mode 100644 userPackage/components/status.vue
create mode 100644 userPackage/index/components/perpole-number.vue
diff --git a/common/api/market/package.js b/common/api/market/package.js
index 991ccb0..820ad69 100644
--- a/common/api/market/package.js
+++ b/common/api/market/package.js
@@ -2,7 +2,7 @@
import request from '@/common/api/request.js'
import {prveUrl} from './config.js'
-export const package = (data) => {
+export const getPackage = (data) => {
return request({
url: prveUrl + '/user/package',
method: 'get',
diff --git a/groupBuying/detail/index.vue b/groupBuying/detail/index.vue
index 19f22c5..dc7717a 100644
--- a/groupBuying/detail/index.vue
+++ b/groupBuying/detail/index.vue
@@ -353,6 +353,7 @@
res.goodsImg = wareJson.wareImgs[0];
Object.assign(item, res)
console.log('item', item)
+ uni.cache.set('shopId',item.shopId)
if(!item.id&& item.wareGroupStatus!='ing'){
uni.showModal({
title:'提示',
diff --git a/pages/index/indexs.vue b/pages/index/indexs.vue
index 3013d6c..082d815 100644
--- a/pages/index/indexs.vue
+++ b/pages/index/indexs.vue
@@ -194,7 +194,9 @@ async function scanOrderHandle() {
}
function toTaocan(){
-
+ uni.navigateTo({
+ url:'/userPackage/index/index'
+ })
}
const memberindex = (url) => {
diff --git a/userPackage/components/modal.vue b/userPackage/components/modal.vue
new file mode 100644
index 0000000..5d90202
--- /dev/null
+++ b/userPackage/components/modal.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/userPackage/components/status.vue b/userPackage/components/status.vue
new file mode 100644
index 0000000..fb84b5d
--- /dev/null
+++ b/userPackage/components/status.vue
@@ -0,0 +1,66 @@
+
+ {{status}}
+
+
+
+
+
\ No newline at end of file
diff --git a/userPackage/index/components/perpole-number.vue b/userPackage/index/components/perpole-number.vue
new file mode 100644
index 0000000..06511c0
--- /dev/null
+++ b/userPackage/index/components/perpole-number.vue
@@ -0,0 +1,25 @@
+
+
+
+ modelValue
+ 成团人数
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/userPackage/index/index.vue b/userPackage/index/index.vue
index ddadfea..73d454b 100644
--- a/userPackage/index/index.vue
+++ b/userPackage/index/index.vue
@@ -1,13 +1,678 @@
-
-
+
+
+
+
+
+
+ {{shopInfo.shopName||''}}
+
+
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 阶梯优惠
+
+
+ 这里是商品名称啊啊嗷嗷啊啊
+
+
+
+
+
+
+ 拼团到手
+ ¥{{item.groupPrice}}
+
+
+ 原价
+ ¥{{item.originalPrice}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.groupPeopleNum}}人团
+
+
+
+
+
+
+ {{item.wareJson.wareName}}
+ ¥{{item.payAmount}}
+
+ x{{item.num}}
+
+
+
+
+
+
+ 可核销门店:
+ {{item.shopName}}
+
+
+ 门店地址:
+ {{item.shopAddress}}
+
+
+ 剩余成团时间:
+ {{returnTime(item)}}
+
+
+
+
+ 查看券码
+
+
+
+ 查看券码
+ 取消退款
+
+
+ 申请退款
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file