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

View File

@ -75,6 +75,7 @@
} }
} }
uni.setStorageSync("storeId", storeId) uni.setStorageSync("storeId", storeId)
uni.setStorageSync("sn", sn)
uni.setStorageSync("y_type", type) uni.setStorageSync("y_type", type)
uni.setStorageSync("y_userId", userId) uni.setStorageSync("y_userId", userId)
uni.setStorageSync("inviteStaffId", staffId) uni.setStorageSync("inviteStaffId", staffId)
@ -102,4 +103,4 @@
.dis { .dis {
display: flex; display: flex;
} }
</style> </style>