|
@@ -218,13 +218,14 @@ export default {
|
|
|
if (this.$method.isGoLogin()) { // 从公众号消息进来的没登录需要跳到登录页,登录后返回
|
|
|
return;
|
|
|
}
|
|
|
+ this.setSystemTime()
|
|
|
if (String(this.paramCount)) {
|
|
|
console.log('公众号', this.paramCount)
|
|
|
this.current = +this.paramCount
|
|
|
this.change(+this.paramCount)
|
|
|
return
|
|
|
}
|
|
|
- this.setSystemTime()
|
|
|
+
|
|
|
this.$api.getApplylist({ subscribeStatus: 1, exceedExamExpend: 2 }).then(res => {
|
|
|
if (res.data.code === 200) {
|
|
|
this.listData = res.data.rows;
|