From cda8a6879428e56f7db1edeb4d4e9b09f828dd9e Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 21 Mar 2023 14:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=BB=E9=87=8C=E4=BA=92=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/fengdu/app/AppHelp/components/List.vue | 2 +- project/fengdu/app/AppPageSet/AppPageSet.vue | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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