This commit is contained in:
花有清香月有阴
2022-02-18 18:34:57 +08:00
parent e0ddc13369
commit b0c57fbc6e
3 changed files with 21 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ export default {
})
.then((res) => {
if (res?.code == 0) {
this.$u.toast('留言成功')
this.$u.toast('发送成功')
this.flag = false
this.content = ''
this.poupShow = false
@@ -213,6 +213,7 @@ export default {
this.deleShow = false
this.deleId = ''
this.modalShow = false
this.$u.toast('删除成功')
this.getDetail()
}
})