|
@ -164,7 +164,7 @@
|
164
|
164
|
<ul class="mui-table-view" id="proUnPatent">
|
165
|
165
|
</ul>
|
166
|
166
|
</div>
|
167
|
|
<div class="seeMore displayNone" id="seeMoreUnpatent">
|
|
167
|
<div class="seeMore " id="seeMoreUnpatent">
|
168
|
168
|
<em>查看全部 <span id="unpatentNum">0</span>篇</em></div>
|
169
|
169
|
</div>
|
170
|
170
|
|
|
@ -1395,7 +1395,7 @@
|
1395
|
1395
|
$('.dis').css('display', 'none')
|
1396
|
1396
|
}
|
1397
|
1397
|
$("#" + obj).append(strAdd)
|
1398
|
|
|
|
1398
|
console.log(dataStr.length)
|
1399
|
1399
|
if (dataStr.length <= 1) {
|
1400
|
1400
|
$('#seeMoreUnpatent').css('display', 'none')
|
1401
|
1401
|
}
|