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 : {