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