Browse Source

服务浏览页面资源图片显示问题

li 7 years ago
parent
commit
57f111ecd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/serviceShow.js

+ 1 - 1
app/js/serviceShow.js

@ -284,7 +284,7 @@ mui.plusReady(function() {
284 284
					}
285 285
					for(var i = 0, len = $data.length; i < len; i++) {
286 286
						var li = document.createElement("li"),
287
							img = '';
287
							img = '../images/default-resource.jpg';
288 288

289 289
						if($data[i].images.length) {
290 290
							img = self.baseUrl + '/data/resource/' + $data[i].images[0].imageSrc