Commit 0b4df512 by 曾经

去除调试查看 调用接口

parent 982fe366
...@@ -55,15 +55,7 @@ export default { ...@@ -55,15 +55,7 @@ export default {
methods: { methods: {
getAccountState() { getAccountState() {
// this.loadAccountStateInfo(); // this.loadAccountStateInfo();
// this.loadExpireData(); this.loadExpireData();
console.log('getAccountState');
this.expireTip = {
show: true,
content: '过期过期'
};
if (this.expireTip.show) {
this.updateNoticeShow();
}
}, },
loadAccountStateInfo() { loadAccountStateInfo() {
getAccountStateInfo().then(res => { getAccountStateInfo().then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment