Browse Source

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

xuqiaoying 3 năm trước cách đây
mục cha
commit
9fbf360683
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;