Browse Source

回显图片

shibei_master
jianjun 3 years ago
parent
commit
91049b0e4a
  1. 22
      src/views/modules/visual/communityGovern/shijianchuli/event-info.vue

22
src/views/modules/visual/communityGovern/shijianchuli/event-info.vue

@ -24,11 +24,25 @@
<div class="info-prop">
<span>事件内容</span>
<span>{{ eventInfo.eventContent || "--" }}</span>
<div>
<div>{{ eventInfo.eventContent || "--"}}</div>
<div v-if="eventInfo.imageList&&eventInfo.imageList.length>0"
class="info-pics">
<img :src="src"
:key="src"
v-for="src in eventInfo.imageList" />
</div>
</div>
</div>
<div class="info-prop">
<span>音频</span>
<!-- <span>{{ eventInfo.departmentNameList.join("、") }}</span> -->
<div v-if="eventInfo.voiceList&&eventInfo.voiceList.length>0"
class="info-pics">
<audio :src="src"
:key="src"
v-for="src in eventInfo.voiceList" />
</div>
<!-- <span><audio :src="eventInfo.aud" loop="loop">}</span>-->
</div>
<div class="info-prop">
<span>反映渠道</span>
@ -328,8 +342,8 @@ export default {
},
//
async getYanPanList () {
const url = "/api/gov/project/icEvent/processAnalysis/categoryEventList";
//const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/categoryEventList";
//const url = "/gov/project/icEvent/processAnalysis/categoryEventList";
const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/categoryEventList";
let param = {

Loading…
Cancel
Save