jack 7 years ago
parent
commit
d47d3d4aa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/patentShow1.js

+ 1 - 1
js/patentShow1.js

@ -1,6 +1,6 @@
1 1
$(document).ready(function() {
2 2
	var userid=$.cookie("userid");
3
	var patentId =window.staticPageData.patentId
3
	var patentId =window.staticPageData.id
4 4
	function Patent() {
5 5
		this.init();
6 6
		this.flag = GetQueryString("flag");