瀏覽代碼

fix:预约考试BUG

Tang 3 年之前
父節點
當前提交
019fd86cfe
共有 1 個文件被更改,包括 7 次插入3 次删除
  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 {