This commit is contained in:
齐天大圣 2024-03-27 11:23:48 +08:00
parent bd044bb150
commit eb0fe3b943

View File

@ -248,6 +248,7 @@
storeId = str.split("=")[1]
}
uni.setStorageSync("storeId", storeId)
uni.setStorageSync("sn", sn)
uni.setStorageSync("inviteStaffId", staffId)
this.storeId = uni.getStorageSync("storeId")
this.staffId = uni.getStorageSync("inviteStaffId")