Przeglądaj źródła

修改提示弹窗不显示

SanHQin 1 miesiąc temu
rodzic
commit
2e8b4398d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/config/config.js

+ 1 - 1
src/config/config.js

@@ -40,7 +40,7 @@ const store = new Vuex.Store({
                 uid: state.userInfo.userid
             }).then(res => {
                 state.Notify = res['data'][0];
-                if (state.Notify.length > 0) state.NotifyDig = true;
+                // if (state.Notify.length > 0) state.NotifyDig = true;
                 console.log(res['data'][0])
             }).catch(err => {
                 console.log(err)