diff --git a/project/fengdu/app/AppHelp/components/List.vue b/project/fengdu/app/AppHelp/components/List.vue index 9f3fd74f..177d48d0 100644 --- a/project/fengdu/app/AppHelp/components/List.vue +++ b/project/fengdu/app/AppHelp/components/List.vue @@ -74,9 +74,9 @@ { prop: 'content', label: '内容', align: 'left', 'show-overflow-tooltip': true }, { prop: 'commentCount', label: '评论数', align: 'center', width: '120' }, { prop: 'appreciateCount', label: '点赞数', align: 'center', width: '120' }, + { prop: 'sharedCount', label: '分享数', align: 'center', width: '120' }, { prop: 'createUserName', label: '发帖人', align: 'center', width: '120' }, { prop: 'createTime', label: '创建时间', align: 'center', width: '180' }, - { prop: 'sharedCount', label: '分享数', align: 'center', width: '120' }, { slot: 'options'}, ], tableData: [], diff --git a/project/fengdu/app/AppPageSet/AppPageSet.vue b/project/fengdu/app/AppPageSet/AppPageSet.vue index 9428d40a..5ff69fcb 100644 --- a/project/fengdu/app/AppPageSet/AppPageSet.vue +++ b/project/fengdu/app/AppPageSet/AppPageSet.vue @@ -8,7 +8,7 @@ 添加
@@ -58,7 +58,7 @@ @@ -98,7 +98,7 @@ ], tableData: [], total: 0, - isStart: true, + isStart: '', isFlag: false, isShow: false, form: { @@ -149,7 +149,7 @@ }, onClose () { this.form.id = '' - this.form.urlList = [] + this.form.urlList = null this.form.title = '' this.isShow = false }, @@ -170,7 +170,6 @@ }) }, getStatus() { - this.instance.post(`/app/appwechatguidepage/enableStatus`).then(res => { if (res.code == 0) { this.isStart = res.data