XSLu08042 hace 2 días
padre
commit
756853e65e
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      pages_course/feedback.vue

+ 8 - 1
pages_course/feedback.vue

@@ -217,7 +217,14 @@
 							uni.showModal({
 								title: '',
 								content: '我们已收到您的反馈,谢谢',
-								showCancel: false
+								showCancel: false,
+								success: function (res) {
+									if (res.confirm) {
+										uni.navigateBack()
+									} else if (res.cancel) {
+										uni.navigateBack()
+									}
+								}
 							});
 						})
 					}