From 26385d2c91d763259eb1ef55c3255e5ca01717a5 Mon Sep 17 00:00:00 2001 From: ZhAkps <46207005+ZhAkps@users.noreply.github.com> Date: 星期二, 06 二月 2024 18:18:08 +0800 Subject: [PATCH] Merge branch 'master' of http://106.120.22.35:48888/r/PM20221203225_MobileWeb --- src/utils/store2.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/store2.js b/src/utils/store2.js index 71ea321..b563186 100644 --- a/src/utils/store2.js +++ b/src/utils/store2.js @@ -157,13 +157,13 @@ info: {} }, setdwFlag(val) { - this.tdglInfo.flag = val; + this.dwInfo.flag = val; }, setdwShow(val) { - this.tdglInfo.show = val; + this.dwInfo.show = val; }, setdwInfo(val) { - this.tdglInfo.info = val; + this.dwInfo.info = val; }, /** * 鍘嗗彶褰卞儚 -- Gitblit v1.9.3