This commit is contained in:
liuye
2021-12-23 15:49:49 +08:00
parent 074500710e
commit d02c703838
2 changed files with 27 additions and 15 deletions

View File

@@ -92,8 +92,10 @@ export default {
this.listName = o.listName
this.getType()
this.getList()
uni.$on('update' , () => {
this.getList()
})
},
mounted() {},
methods: {
getType() {
this.$http.post(`/app/appcontentmoduleinfo/listByName?names=${this.listName}`).then((res) => {
@@ -158,8 +160,9 @@ export default {
},
delet() {
this.$http.post(`/app/appvisitvondolence/delete?ids=${this.deletId}`).then((res) => {
this.$http.post(`/app/appcontentinfo/delete?ids=${this.deletId}`).then((res) => {
if (res.code == 0) {
this.current = 1
this.$u.toast('删除成功!')
this.getList()
}
@@ -210,7 +213,7 @@ uni-page-body {
}
}
.iconfont-iconMore{
margin-top: 8px;
// margin-top: 8px;
}
.AppServicePublic {
height: 100%;