Authored by yyq

del params

@@ -35,7 +35,7 @@ Page({ @@ -35,7 +35,7 @@ Page({
35 yas = new Yas(app); 35 yas = new Yas(app);
36 yas.pageOpenReport(); 36 yas.pageOpenReport();
37 }, 37 },
38 - onShow: function(e) { 38 + onShow: function() {
39 this.getOrders(this.data.orderType); 39 this.getOrders(this.data.orderType);
40 }, 40 },
41 startTimer: function () { 41 startTimer: function () {