From 75f16170dd84c4de7504b7059ae722dfcc0443bf Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 15 Dec 2025 15:48:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8B=BC=E5=9B=A2?= =?UTF-8?q?=E5=88=86=E5=8C=85=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groupBuying/index/index.vue | 197 ++++++++++++++++++++++++++++++++++++ groupBuying/my/my.vue | 188 ++++++++++++++++++++++++++++++++++ pages.json | 35 +++++-- 3 files changed, 410 insertions(+), 10 deletions(-) create mode 100644 groupBuying/index/index.vue create mode 100644 groupBuying/my/my.vue diff --git a/groupBuying/index/index.vue b/groupBuying/index/index.vue new file mode 100644 index 0000000..17fdc85 --- /dev/null +++ b/groupBuying/index/index.vue @@ -0,0 +1,197 @@ + + + + + \ No newline at end of file diff --git a/groupBuying/my/my.vue b/groupBuying/my/my.vue new file mode 100644 index 0000000..2a20df7 --- /dev/null +++ b/groupBuying/my/my.vue @@ -0,0 +1,188 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7e00b9c..6980d60 100644 --- a/pages.json +++ b/pages.json @@ -221,11 +221,9 @@ } } ], - "subPackages": [ - { + "subPackages": [{ "root": "user", - "pages": [ - { + "pages": [{ "path": "vip/vip", "style": { "navigationBarTitleText": "", @@ -256,8 +254,7 @@ }, { "root": "distribution", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "分销中心", @@ -306,8 +303,7 @@ }, { "root": "scoreShop", - "pages": [ - { + "pages": [{ "path": "index/index", "style": { "navigationBarTitleText": "积分商城", @@ -358,6 +354,26 @@ // } // ] // } + ,{ + "root": "groupBuying", + "pages": [ + { + "path": "index/index", + "style": { + "navigationBarTitleText": "拼团特惠", + "navigationStyle": "custom" + } + }, + { + "path": "my/my", + "style": { + "navigationBarTitleText": "拼团特惠", + "navigationStyle": "custom" + } + } + + ] + } ], "uniIdRouter": {}, "globalStyle": { @@ -371,8 +387,7 @@ "color": "#999", "selectedColor": "#000", "borderStyle": "white", - "list": [ - { + "list": [{ "iconPath": "static/tabbar/1.png", "selectedIconPath": "static/tabbar/1-1.png", "pagePath": "pages/index/index", From eae0dd75f1274ded69c2764a6b3c4372ee1ec571 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 15 Dec 2025 16:09:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E8=BF=9B=E5=85=A5=E7=BB=93=E7=AE=97=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E6=8C=89=E9=92=AE=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/paymentMethod.vue | 7 +++++-- pages/user/member/billDetails.vue | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/paymentMethod.vue b/components/paymentMethod.vue index d9c3121..1c2c9fb 100644 --- a/components/paymentMethod.vue +++ b/components/paymentMethod.vue @@ -163,7 +163,7 @@ const radiovalue = defineModel({ watch( () => props.disablePayType, (newval) => { - + console.log('props.disablePayType',newval) const canUsePayType = paymentMethodList.value.filter((item) => { return !newval.includes(item.name); }); @@ -195,9 +195,12 @@ const groupChanges = (type) => { // return; // } radiovalue.value = item; - emits("groupChange", paymentMethodName.value[type - 1]); }; +watch(()=> radiovalue.value.type,(newval)=>{ + emits("groupChange", radiovalue.value); +}) + // 去充值 const goRecharge = () => { if (props.disablePayType.includes("余额支付")) { diff --git a/pages/user/member/billDetails.vue b/pages/user/member/billDetails.vue index 1849d52..236656c 100644 --- a/pages/user/member/billDetails.vue +++ b/pages/user/member/billDetails.vue @@ -155,7 +155,7 @@ size: formData.form.size, // status: formData.form.status, shopId: formData.shopId, - id: formData.id + id: formData.id||'' }) } if (res.totalPage == 0 || res.totalPage == 1 && res.totalRow <= 10) {