|
@@ -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)
|