|
@@ -180,11 +180,11 @@ $(function () {
|
|
|
theArrs.push(`
|
|
|
<li>
|
|
|
<a href="${globalConfig.context}/portal/technologyTrading/achievementDetail?id=${thisdata.id}&type=${thisdata.dataCategory}">
|
|
|
- <div class="img" style="display:${thisdata.firstPicture!=null?'block':'none'}">
|
|
|
+ <div class="img" style="display:${thisdata.firstPicture||thisdata.firstPicture!=null?'block':'none'}">
|
|
|
<img src="${globalConfig.avatarHost + '/upload'+thisdata.firstPicture}" alt="">
|
|
|
<span style="display:${news>7?'none':'block'}"></span>
|
|
|
</div>
|
|
|
- <div class="img achievemrntImg" style="display:${thisdata.firstPicture!=null?'none':'block'}">
|
|
|
+ <div class="img achievemrntImg" style="display:${thisdata.firstPicture||thisdata.firstPicture!=null?'none':'block'}">
|
|
|
<span style="display:${news>7?'none':'block'}"></span>
|
|
|
</div>
|
|
|
<div class="txtIntroduce">
|