|
@@ -79,7 +79,7 @@
|
|
<van-list v-model="loading" :finished-text="finishedText" :finished="finished"
|
|
<van-list v-model="loading" :finished-text="finishedText" :finished="finished"
|
|
:immediate-check=false @load="onLoad">
|
|
:immediate-check=false @load="onLoad">
|
|
<div v-for="(item,index) in tagList" :key="index" class="item" @click="toDetail(item)">
|
|
<div v-for="(item,index) in tagList" :key="index" class="item" @click="toDetail(item)">
|
|
- <img :src="fileCenterApi + `/document/newFile/download/0/347905r86eb745a1sc38?fileKey=${item.fileId}`" class="icon" alt="">
|
|
|
|
|
|
+ <img :src="fileCenterApi + `/document/newFile/download/0/${uploadKey}?fileKey=${item.fileId}`" class="icon" alt="">
|
|
<div class="right">
|
|
<div class="right">
|
|
<div class="titles">{{item.strategyTitle}}</div>
|
|
<div class="titles">{{item.strategyTitle}}</div>
|
|
<div class="contents">{{getContent(index,item.content)}}</div>
|
|
<div class="contents">{{getContent(index,item.content)}}</div>
|