优化采购提示消息不准确问题

This commit is contained in:
wuxw 2024-08-23 00:32:01 +08:00
parent d0449486c5
commit f8d25fd69f
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ let mallMinAppId = "xxx";
//默认的小区ID和名称用户还没有登录时显示的小区信息 //默认的小区ID和名称用户还没有登录时显示的小区信息
let DEFAULT_COMMUNITY_ID = "2023052267100146"; //HC测试小区id 用于没有登录时展示相关信息 let DEFAULT_COMMUNITY_ID = "2024082218590143"; //HC测试小区id 用于没有登录时展示相关信息
let DEFAULT_COMMUNITY_NAME = "HC演示小区"; let DEFAULT_COMMUNITY_NAME = "选择小区";
// APP 或者 公众号 appId // APP 或者 公众号 appId
const wAppId = ""; //微信AppId const wAppId = ""; //微信AppId

View File

@ -244,7 +244,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/fee/cashier?money=' + _receivedAmount + "&business=payFee&communityId=" + this url: '/pages/fee/cashier?money=' + _receivedAmount + "&business=payFee&communityId=" + this
.communityId + "&cashierUserId=" + getUserId() .communityId + "&cashierUserId=" + getUserId()
}) });
} }
} }
}; };