Browse Source

专利关注状态问题

luyanan 7 years ago
parent
commit
0b0505b191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/patentShow.js

+ 1 - 1
js/patentShow.js

@ -247,7 +247,7 @@ $(document).ready(function() {
247 247
			}
248 248
			otr += '</li>'
249 249
			var $otr=$(otr);
250
		$("#faM .lastBtn").before(otr);
250
		$("#faM .lastBtn").before($otr);
251 251
		ifcollectionAboutP(oId,$otr.find(".attenSpan"));
252 252
	}
253 253
	Patent.prototype.bindEvent = function($obj) {