guhongwei 5 лет назад
Родитель
Сommit
03baa8eb7f
1 измененных файлов с 4 добавлено и 7 удалено
  1. 4 7
      src/layout/member/dangjian.vue

+ 4 - 7
src/layout/member/dangjian.vue

@@ -45,14 +45,11 @@
             </el-col>
           </el-col>
           <el-col :span="24" class="infoCenterList">
-            <el-col :span="12" class="dangjianList" v-for="(item, index) in infosList" :key="index" @click.native="$turnTo(item)">
-              <el-col :span="24" class="imageTit">
-                <el-image style="width:180px;height:120px;" :src="item.pic" v-if="item.pic"></el-image>
-                <el-image style="width:180px;height:120px;" :src="Nopic" v-else></el-image>
-              </el-col>
-              <el-col :span="24" class="title">
-                <p>{{ item.title }}</p>
+            <el-col :span="24" class="rencaiList" v-for="(item, index) in infosList" :key="index" @click.native="$turnTo(item)">
+              <el-col :span="16" class="title">
+                <p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
               </el-col>
+              <el-col :span="8" class="date"> [{{ item.publish_time }}]</el-col>
             </el-col>
           </el-col>
         </el-col>