处理订单列表

This commit is contained in:
2026-01-16 02:04:09 +08:00
parent 1364fb2446
commit ff07af055f
45 changed files with 665 additions and 1772 deletions

View File

@@ -151,7 +151,8 @@
console.log(res);
uni.setStorageSync('token', res.token)
uni.setStorageSync('uid', res.user.user_id)
uni.setStorageSync('username', res.user.user_name)
uni.setStorageSync('user_name', res.user.user_name)
uni.setStorageSync('staff_name', res.user.staff_name)
uni.setStorageSync('role', res.user.role.value)
isLoggedIn.value = true
uni.showTabBar()