Bladeren bron

专家,资源微信分享

xuchunyang 8 jaren geleden
bovenliggende
commit
087eda21cf
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      information-brow.html
  2. 1 1
      resourceInfo.html

+ 1 - 1
information-brow.html

@ -320,7 +320,7 @@
320 320
				function makeCode() {
321 321
					var hurl = window.location.host;
322 322
					var professorId = GetQueryString("professorId");
323
					var elurl = hurl + "/ekexiu/shareProinfor.html?professorId=" + professorId;
323
					var elurl = "https://" + hurl + "/ekexiu/shareProinfor.html?professorId=" + professorId;
324 324
					qrcode.makeCode(elurl);
325 325
				}
326 326
				makeCode();

+ 1 - 1
resourceInfo.html

@ -178,7 +178,7 @@
178 178
	function makeCode(){
179 179
		var hurl = window.location.host;
180 180
		var resourceId =  GetQueryString("resourceId");
181
		var elurl = hurl + "http://www.ekexiu.com/ekexiu/shareResinfor.html?resourceId=" + resourceId ; 
181
		var elurl = "https://" + hurl + "http://www.ekexiu.com/ekexiu/shareResinfor.html?resourceId=" + resourceId ; 
182 182
		qrcode.makeCode(elurl);
183 183
	}
184 184
	makeCode();