|
|
|
@ -80,6 +80,7 @@ Page({ |
|
|
|
this.getNoticeList() |
|
|
|
this.getIssueList() |
|
|
|
this.getProjectList() |
|
|
|
this.loadGridList() |
|
|
|
this.setData({ |
|
|
|
pageNo: 1, |
|
|
|
newsList: [] |
|
|
|
@ -110,7 +111,6 @@ Page({ |
|
|
|
let that = this |
|
|
|
setTimeout(function() { |
|
|
|
that.getUserState() |
|
|
|
that.loadGridList() |
|
|
|
}, 700) |
|
|
|
// 检查版本更新
|
|
|
|
checkoutVersion() |
|
|
|
@ -283,6 +283,7 @@ Page({ |
|
|
|
that.getNewsList() |
|
|
|
that.getIssueList() |
|
|
|
that.getProjectList() |
|
|
|
that.loadGridList() |
|
|
|
} |
|
|
|
} else if (state == '4') { //未注册,跳到我要注册页面
|
|
|
|
if (that.data.gid !== '') { //扫码进来的
|
|
|
|
@ -331,6 +332,7 @@ Page({ |
|
|
|
that.getNewsList() |
|
|
|
that.getIssueList() |
|
|
|
that.getProjectList() |
|
|
|
that.loadGridList() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
|