From 8e3b30a253d4450a5f3c39bd3b0898022db8608c Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 7 Nov 2024 11:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/publish/actorDetail.vue | 4 +++- store/store.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/publish/actorDetail.vue b/pages/publish/actorDetail.vue index 6d554a4..fe5df5c 100644 --- a/pages/publish/actorDetail.vue +++ b/pages/publish/actorDetail.vue @@ -50,12 +50,14 @@ - + {{ item.details.isUser ? '本人发布' : '经纪人发布' }} 发布人:{{ item.details.userId }} + + 发布时间:{{ $dayjs(item.details.createTime).format('YYYY-MM-DD') }} diff --git a/store/store.js b/store/store.js index 1ea5e70..247ce54 100644 --- a/store/store.js +++ b/store/store.js @@ -8,7 +8,7 @@ import api from '@/api/api.js' //Vuex.Store 构造器选项 const store = new Vuex.Store({ state: { - configList: [], //配置列表 + configList: {}, //配置列表 count : 10, userInfo : {}, certifiedIndividual : {