From bbe660cbfc7467ec31ba1543e942ec1b593fbee1 Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Wed, 27 May 2026 15:04:43 +0800 Subject: [PATCH] =?UTF-8?q?syr=E6=94=B9sj=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index a7cb1dd..84065dd 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -164,7 +164,7 @@ export default { return { isLogin: false, userInfo: {}, - syrId: null, + sjId: null, displayScore: 0, animationTimer: null, @@ -299,8 +299,8 @@ export default { request.post("/sj/user/getUser").then((result) => { if(result.code === 200 && result.data) { this.userInfo = result.data; - uni.setStorageSync("syrId", result.data.id); - this.syrId = result.data.id; + uni.setStorageSync("sjId", result.data.id); + this.sjId = result.data.id; // 获取完用户信息后,初始化营业开关的状态 this.initStoreStatus();