Authored by yyq

app type

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