diff --git a/gasStation-uni/App.vue b/gasStation-uni/App.vue index e3e520d52..a1961d966 100644 --- a/gasStation-uni/App.vue +++ b/gasStation-uni/App.vue @@ -75,6 +75,7 @@ } } uni.setStorageSync("storeId", storeId) + uni.setStorageSync("sn", sn) uni.setStorageSync("y_type", type) uni.setStorageSync("y_userId", userId) uni.setStorageSync("inviteStaffId", staffId) @@ -102,4 +103,4 @@ .dis { display: flex; } - + \ No newline at end of file