diff --git a/pages/index/index.js b/pages/index/index.js index 2596dca..15f8bc2 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -22,7 +22,7 @@ Page({ this.uLink() }, onShow:function(){ - getApp().getTotal(); //调用统计 + getApp().getTotal(); }, onHide: function() {}, onUnload: function() {},