精选动态

This commit is contained in:
shijingjing
2023-04-03 17:03:43 +08:00
parent 14533338aa
commit 65d8f71ea0
4 changed files with 62 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ export default {
this.flag = false
if(res?.data) {
this.$u.toast('提交成功')
uni.$emit('edit')
setTimeout(()=> {
uni.navigateBack()
},500)