guhongwei hace 4 años
padre
commit
44796a60d1

BIN
src/assets/ccfy.png


BIN
src/assets/ccfy1.png


+ 9 - 2
src/views/market/detail/achiDetail.vue

@@ -11,7 +11,7 @@
             </el-carousel>
           </el-col>
           <el-col :span="7" v-else class="achieveImage">
-            <el-image :src="achievezb" style="height:345px;"></el-image>
+            <el-image :src="detailInfo.company == '中科院长春分院' ? ccfy : achievezb" style="height:345px;"></el-image>
             <el-col :span="24" class="company textOver">
               {{ detailInfo.company }}
             </el-col>
@@ -206,7 +206,14 @@ export default {
   },
   components: { chat },
   data: function() {
-    return { dialogTableVisible: false, room: {}, dialogTableVisible1: false, gridData: [], achievezb: require('@/assets/3.png') };
+    return {
+      dialogTableVisible: false,
+      room: {},
+      dialogTableVisible1: false,
+      gridData: [],
+      achievezb: require('@/assets/3.png'),
+      ccfy: require('@/assets/ccfy1.png'),
+    };
   },
   created() {},
   methods: {

+ 2 - 1
src/views/market/index.vue

@@ -28,7 +28,7 @@
                     <el-col :span="24" class="achieveImage">
                       <el-image v-if="item.image && item.image.length > 0" :src="item.image[0].url"></el-image>
                       <span v-else>
-                        <el-image :src="achievezb"></el-image>
+                        <el-image :src="item.company == '中科院长春分院' ? ccfy : achievezb"></el-image>
                         <el-col :span="24" class="company textOver">
                           {{ item.company }}
                         </el-col>
@@ -577,6 +577,7 @@ export default {
       gongqiuImage: require('@/assets/live/main2.png'),
       iconImage: require('@/assets/live/square_big.png'),
       achievezb: require('@/assets/3.png'),
+      ccfy: require('@/assets/ccfy1.png'),
       expertimage: require('@/assets/live/222.png'),
       // 成果
       achieveList: [],