Authored by yyq

app type

@@ -53,7 +53,7 @@ Page({ @@ -53,7 +53,7 @@ Page({
53 }, 53 },
54 getInfoNum: function() { 54 getInfoNum: function() {
55 if (app.getUid()) { 55 if (app.getUid()) {
56 - homeModel.infoNum() 56 + homeModel.infoNum({app_type: app.getAppType()})
57 .then(res => { 57 .then(res => {
58 if (res.code === 200) { 58 if (res.code === 200) {
59 this.data.infoNum = res.data; 59 this.data.infoNum = res.data;