luyanan 7 years ago
parent
commit
791e0cd9a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/patentShow.js

+ 2 - 2
js/patentShow.js

@ -170,9 +170,9 @@ $(document).ready(function() {
170 170
		function makeCode(){
171 171
			var hurl = window.location.host;
172 172
			if(userid) {
173
				var elurl = "http://" + hurl + "/e/I.html?i=" + s16to64(GetQueryString("patentId"))+"&d="+s16to64(userid)+"&f=1";
173
				var elurl = "http://" + hurl + "/e/I.html?i=" + s16to64(GetQueryString("patentId"))+"&d="+s16to64(userid);
174 174
			} else{
175
				var elurl = "http://" + hurl + "/e/I.html?i=" + s16to64(GetQueryString("patentId"))+"&f=1";
175
				var elurl = "http://" + hurl + "/e/I.html?i=" + s16to64(GetQueryString("patentId"));
176 176
			} 
177 177
			qrcode.makeCode(elurl);
178 178
		}