From f8d25fd69fc64568756deb913d37544bdb9c590a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 23 Aug 2024 00:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=87=87=E8=B4=AD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B6=88=E6=81=AF=E4=B8=8D=E5=87=86=E7=A1=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.js | 4 ++-- pages/fee/repairPay.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.js b/conf/config.js index 3043454..8512269 100644 --- a/conf/config.js +++ b/conf/config.js @@ -28,8 +28,8 @@ let mallMinAppId = "xxx"; //默认的小区ID和名称,用户还没有登录时显示的小区信息 -let DEFAULT_COMMUNITY_ID = "2023052267100146"; //HC测试小区id 用于没有登录时展示相关信息 -let DEFAULT_COMMUNITY_NAME = "HC演示小区"; +let DEFAULT_COMMUNITY_ID = "2024082218590143"; //HC测试小区id 用于没有登录时展示相关信息 +let DEFAULT_COMMUNITY_NAME = "选择小区"; // APP 或者 公众号 appId const wAppId = ""; //微信AppId diff --git a/pages/fee/repairPay.vue b/pages/fee/repairPay.vue index afecc21..9f993be 100644 --- a/pages/fee/repairPay.vue +++ b/pages/fee/repairPay.vue @@ -244,7 +244,7 @@ uni.navigateTo({ url: '/pages/fee/cashier?money=' + _receivedAmount + "&business=payFee&communityId=" + this .communityId + "&cashierUserId=" + getUserId() - }) + }); } } };