Kaynağa Gözat

fix:预约考试BUG

Tang 3 yıl önce
ebeveyn
işleme
019fd86cfe
1 değiştirilmiş dosya ile 7 ekleme ve 3 silme
  1. 7 3
      pages2/appointment/kporder.vue

+ 7 - 3
pages2/appointment/kporder.vue

@@ -200,9 +200,13 @@ export default {
 						}
 					});
 				} else {
-					uni.showToast({
-						title: '请选择考试时间',
-						icon: 'none'
+					var data = JSON.parse(JSON.stringify(self.applyDs));
+					self.$api.addApply(data).then(res => {
+						if (res.data.code === 200) {
+							uni.reLaunch({
+								url: `/pages2/appointment/appointment_success?subscribeId=${res.data.data}`
+							});
+						}
 					});
 				}
 			} else {