From 97d88adcdfa7e13b2203c8716c02866fae087704 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 26 九月 2023 09:38:47 +0800
Subject: [PATCH] 修改磅房忙碌问题及其他问题

---
 pages/login/userPassword.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index b39078a..73b5cfc 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -89,6 +89,7 @@
 										this.setUserTabbar(res.data.type);
 										uni.setStorageSync('roleType', res.data.type);
 										uni.setStorageSync("userId", res.data.userId)
+										uni.setStorageSync("carNo", res.data.carNo)
 										setCustomerId(res.data.customerid);
 										setName(res.name);
 										uni.hideLoading();

--
Gitblit v1.9.1