mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化采购提示消息不准确问题
This commit is contained in:
parent
d0449486c5
commit
f8d25fd69f
@ -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
|
||||
|
||||
@ -244,7 +244,7 @@
|
||||
uni.navigateTo({
|
||||
url: '/pages/fee/cashier?money=' + _receivedAmount + "&business=payFee&communityId=" + this
|
||||
.communityId + "&cashierUserId=" + getUserId()
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user