Commit 0b4df512 by 曾经

去除调试查看 调用接口

parent 982fe366
......@@ -55,15 +55,7 @@ export default {
methods: {
getAccountState() {
// this.loadAccountStateInfo();
// this.loadExpireData();
console.log('getAccountState');
this.expireTip = {
show: true,
content: '过期过期'
};
if (this.expireTip.show) {
this.updateNoticeShow();
}
this.loadExpireData();
},
loadAccountStateInfo() {
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