From d79df60e441766c2e65e3b235f016b83c9d47b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 14:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index 4fc1fa1..23182ac 100644 --- a/store/index.js +++ b/store/index.js @@ -77,6 +77,7 @@ const store = new Vuex.Store({ //护理站 //预约订单拒绝消息通知 integralopenPopup(contxt) { + const personRoleLoginFlag = uni.getStorageSync('personRoleLoginFlag'); wx.getSetting({ withSubscriptions: true, success(res) { @@ -92,7 +93,6 @@ const store = new Vuex.Store({ }, //预约订单接受消息通知 openPopup(contxt) { - const personRoleLoginFlag = uni.getStorageSync('personRoleLoginFlag'); wx.getSetting({ withSubscriptions: true, success(res) {