zs преди 6 месеца
родител
ревизия
c02c97e3d3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/one/index.vue
  2. 1 1
      src/views/one/page.vue

+ 1 - 1
src/views/one/index.vue

@@ -74,7 +74,7 @@ const searchOther = async () => {
   }
   }
 }
 }
 const searchNew = async () => {
 const searchNew = async () => {
-  const info = { skip: 0, limit: 10, type: active.value, is_use: '0', status: '1' }
+  const info = { skip: 0, limit: 10, type: active.value, is_use: '0', status: '1', is_show: '0' }
   let res
   let res
   // 政策新闻
   // 政策新闻
   res = await newsStore.query(info)
   res = await newsStore.query(info)

+ 1 - 1
src/views/one/page.vue

@@ -142,7 +142,7 @@
           </div>
           </div>
           <div class="join_top">
           <div class="join_top">
             <div class="join_item" v-for="(item, index) in friendList" :key="index" @click="toFriend(item)">
             <div class="join_item" v-for="(item, index) in friendList" :key="index" @click="toFriend(item)">
-              <el-image class="image" :src="getFile(item.url)" fit="fill">
+              <el-image class="image" :src="getFile(item.file)" fit="fill">
                 <template v-slot:error>
                 <template v-slot:error>
                   <el-image class="image" :src="friend" fit="fill" />
                   <el-image class="image" :src="friend" fit="fill" />
                 </template>
                 </template>