bug
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user