浏览代码

fix:扫二维码进来请求数据

xuqiaoying 3 年之前
父节点
当前提交
9fbf360683
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages2/exam/exam_appointment.vue

+ 2 - 1
pages2/exam/exam_appointment.vue

@@ -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;