bug修复

This commit is contained in:
2024-06-03 17:49:46 +08:00
parent 3945b36b0a
commit 4d7f73aedf
4 changed files with 24 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ function getCompanyId() {
function setCompanyId(companyId: string) {
uni.setStorageSync(CompanyIdKey, companyId);
getApp().globalData!.companyId = companyId;
}
function getReferrerUserId() {