From 9f9ad7a1b47850b059bea1679d7bde867455b80b Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期四, 08 八月 2024 14:20:05 +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 9c9ccf4..372bd0b 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -125,6 +125,7 @@
 										uni.setStorageSync("userId", res.data.userId)
 										uni.setStorageSync("carNo", res.data.carNo)
 										uni.setStorageSync("userInfo", res.data)
+										uni.removeStorageSync('bunkerIds')
 										let data=uni.getStorageSync('userList')?JSON.parse(uni.getStorageSync('userList')):[];
 										let id = data.length + 1;
 										 if (data.filter(item=> item.username == this.username).length == 0){

--
Gitblit v1.9.1