From 5aa1f1844816748de9fc01df43b025ca9e033ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 29 Sep 2025 17:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=93=E8=B4=AD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=AE=A2=E5=8D=95=E6=8A=A5=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.vue | 2 +- packages/shop/shopCar/index.vue | 2 +- pages.json | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index d1cde8a3..9bcb5c60 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -157,7 +157,7 @@ - 绑定房源 + 缴费账单数量 {{ item.community_order ? item.community_order.length : 0 }}个账单 diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue index 2f66cafc..bc8f8280 100644 --- a/packages/shop/shopCar/index.vue +++ b/packages/shop/shopCar/index.vue @@ -307,7 +307,7 @@ export default { if(this.is_group_buy){ NavgateTo(`../groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); }else{ - NavgateTo(`/packages/advertising/groupPurchaseSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); + NavgateTo(`/packages/advertising/goodsSubmit/index?shopCarList=${JSON.stringify(updatedArr)}`); } }, diff --git a/pages.json b/pages.json index 34b29fc1..cf2f6cba 100644 --- a/pages.json +++ b/pages.json @@ -123,6 +123,13 @@ "navigationBarTitleText": "任务详情", "navigationBarBackgroundColor": "#fff" } + }, + { + "path": "wallet/index", + "style": { + "navigationBarBackgroundColor": "#fff", + "navigationStyle": "custom" + } } ] }, @@ -319,7 +326,8 @@ "style": { "navigationBarTitleText": "", "navigationStyle": "custom", - "navigationBarBackgroundColor": "#fff" + "navigationBarBackgroundColor": "#fff", + "enablePullDownRefresh": true } }, { @@ -630,6 +638,13 @@ "navigationBarTitleText": "订单核销", "navigationBarBackgroundColor": "#F9F9F9" } + }, + { + "path": "wallet/index", + "style": { + "navigationBarBackgroundColor": "#fff", + "navigationStyle": "custom" + } } ] },