Commit cc36815761818eb6add1bebf5176c12ca5942c62

Authored by fengtao
1 parent 6cba0d32

fix:修改tabbar告警徽标加载数据

... ... @@ -118,9 +118,10 @@ export default {
118 118 };
119 119 },
120 120 onLoad() {
121   - this.loadData();
  121 + console.log('Onload the dofunc');
122 122 },
123 123 created() {
  124 + this.loadData();
124 125 //获取页面路径
125 126 let currentPages = getCurrentPages();
126 127 let page = currentPages[currentPages.length - 1];
... ...