浏览代码

资讯图片

qzyReal 1 年之前
父节点
当前提交
8a61564219
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 2
      common/http.js
  2. 2 1
      pages/index/index.vue

+ 2 - 2
common/http.js

@@ -1,6 +1,6 @@
 
-const ip = 'http://127.0.0.1:8080'; //线下
-// const ip = 'http://hs-server.aseanbusiness.cn'; //线上
+// const ip = 'http://127.0.0.1:8080'; //线下
+const ip = 'http://hs-server.aseanbusiness.cn'; //线上
 
 //const ip = 'http://192.168.88.36:8080'; //线下
 

+ 2 - 1
pages/index/index.vue

@@ -39,7 +39,8 @@
 				</view>
 				<view class="list animated fadeInDown">
 					<view class="news_item" v-for="(item, index) in newsList" :key="index" @click="go('/pages/news/detail?id=' + item.id)">
-						<image src="../../static/tp.jpg" mode="aspectFill" class="img"></image>
+						<image :src="item.cover" mode="aspectFill" class="img" v-if="item.cover"></image>
+						<image src="../../static/tp.jpg" mode="aspectFill" class="img" v-else></image>
 						<view class="con">
 							<view class="title ellip">{{ item.title }}</view>
 							<view class="source omit">