lrf402788946 5 years ago
parent
commit
a7f91ba2a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/layout/detail/contInfo.vue

+ 2 - 2
src/layout/detail/contInfo.vue

@@ -25,9 +25,9 @@
               <share></share>
             </el-col>
           </el-col>
-          <el-col :span="24" class="images" v-if="contInfos.pic">
+          <!-- <el-col :span="24" class="images" v-if="contInfos.pic">
             <el-image style="width:800px;height:370px;" :src="contInfos.pic"></el-image>
-          </el-col>
+          </el-col> -->
           <el-col :span="24" class="content">
             <p v-html="contInfos.content"></p>
           </el-col>