heyang 3 lat temu
rodzic
commit
7cf4792371

+ 1 - 1
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 + `/file-center/fileOperate/getImage?id=${item.fileId}`" class="icon" alt="">
+				<img :src="fileCenterApi + `/document/newFile/download/0/3dn9b4585511476691c6?fileKey=${item.fileId}`" class="icon" alt="">
 				<div class="right">
 					<div class="titles">{{item.strategyTitle}}</div>
 					<div class="contents">{{getContent(index,item.content)}}</div>

+ 4 - 5
microserviceUserH5/vcloud/actFissionShare.html

@@ -565,12 +565,11 @@
 		});
         function download() {
             if (isAndroid) {
-                if (baseUrl == 'https://per.cs.se.androidscloud.com') {
-                    window.location.href = 'http://per.cs.se.androidscloud.com:8888/suanchou'
+                if (baseUrl.includes('14.16.190.141')) {
+                    window.location.href = 'http://14.18.190.141:28888/suanchou'
                 } else {
                     window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                 }
-
             } else if (isIOS) {
                 document.location.href = 'https://www.pgyer.com/gemini6?timestamp=' + Math.random();
             } else {
@@ -774,8 +773,8 @@
                 },
                 download() {
                     if (isAndroid) {
-                        if (baseUrl == 'https://per.cs.se.androidscloud.com') {
-                            window.location.href = 'http://per.cs.se.androidscloud.com:8888/suanchou'
+                        if (baseUrl.includes('14.16.190.141')) {
+                            window.location.href = 'http://14.18.190.141:28888/suanchou'
                         } else {
                             window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                         }