he2802 4 tahun lalu
induk
melakukan
9b21507ef2
1 mengubah file dengan 6 tambahan dan 4 penghapusan
  1. 6 4
      pages2/recruitment/detailsInfo.vue

+ 6 - 4
pages2/recruitment/detailsInfo.vue

@@ -200,10 +200,12 @@ export default {
 			};
 			this.$api.systemInterview(data).then(res => {
 				if (res.data.code === 200) {
-					uni.showToast({
-						title: '已投递',
-						icon: 'success'
-					});
+					setTimeout(()=>{
+						uni.showToast({
+							title: '已投递',
+							icon: 'success'
+						});
+					},500);
 					self.showTD = false;
 				} else {
 					uni.showToast({