BUG 30134
This commit is contained in:
		| @@ -441,11 +441,11 @@ export default { | ||||
|       }).then(res => { | ||||
|         if (res?.code == 0) { | ||||
|           this.$u.toast('提交成功') | ||||
|           uni.navigateBack({ | ||||
|           setTimeout(() => uni.navigateBack({ | ||||
|             success: () => { | ||||
|               uni.$emit("selectType") | ||||
|             } | ||||
|           }) | ||||
|           }), 1500) | ||||
|         } else this.$u.toast(res?.msg || "提交失败,请联系管理员") | ||||
|       }).catch(err => { | ||||
|         this.$u.toast(err || "提交失败,请联系管理员") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user