This commit is contained in:
2022-02-17 13:04:20 +08:00
11 changed files with 132 additions and 76 deletions

View File

@@ -64,13 +64,14 @@
uni.showToast({
title: '创建成功'
})
this.initData()
this.onHideModal()
}).catch(err => {
uni.showToast({
icon: 'none',
title: err
title: err.message
})
}).finally(() => {
this.initData()
this.onHideModal()
})
},
toGroup(targetId) {