Selaa lähdekoodia

更换为变量文件中心key

hutao 2 vuotta sitten
vanhempi
commit
ff312803e6

+ 2 - 2
static/microserviceUserH5/vcloud/actFission.html

@@ -329,7 +329,7 @@
 				<div class="select-title">选择你要分享的内容</div>
 				<div class="select-list">
 					<div v-for="(item,index) in tagList" :key="index" @click="toDetail(item)">
-						<img :src="fileCenterApi + `/document/newFile/download/0/347905r86eb745a1sc38?fileKey=${item.cover}`" class="icon" alt="">
+						<img :src="fileCenterApi + `/document/newFile/download/0/${uploadKey}?fileKey=${item.cover}`" class="icon" alt="">
 					</div>
 				</div>
 			</div>
@@ -487,7 +487,7 @@
 
 				},
 				standarImg(id) {
-					return `${fileCenterApi}/document/newFile/download/0/347905r86eb745a1sc38?fileKey=${id}`;
+					return `${fileCenterApi}/document/newFile/download/0/${uploadKey}?fileKey=${id}`;
 				},
 				getShare() {
 					systemBuriedPoint({

+ 1 - 1
static/microserviceUserH5/vcloud/actFissionList.html

@@ -79,7 +79,7 @@
 		<van-list v-model="loading" :finished-text="finishedText" :finished="finished"
 			:immediate-check=false @load="onLoad">
 			<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="titles">{{item.strategyTitle}}</div>
 					<div class="contents">{{getContent(index,item.content)}}</div>

+ 1 - 1
static/microserviceUserH5/vcloud/actFissionShare.html

@@ -786,7 +786,7 @@
                     }
                 },
                 standarImg(id) {
-                    return `${fileCenterApi}/document/newFile/download/0/347905r86eb745a1sc38?fileKey=${id}`;
+                    return `${fileCenterApi}/document/newFile/download/0/${uploadKey}?fileKey=${id}`;
                 },
                 getMarquee() {
                     getMarquee().then(res => {

+ 1 - 1
static/microserviceUserH5/vcloud/register.html

@@ -187,7 +187,7 @@
     function getHead(fileId) {
       $('.head img').attr('src', '../static/img/invite/header-img.png');
       if (fileId) {
-        $('.head img').attr('src', `${fileCenterApi}/document/newFile/download/0/347905r86eb745a1sc38?fileKey=${fileId}`);
+        $('.head img').attr('src', `${fileCenterApi}/document/newFile/download/0/${uploadKey}?fileKey=${fileId}`);
       }
     }
     function encrypt(word, keyStr) {