Parcourir la Source

微信分享修改

xuchunyang 8 ans auparavant
Parent
commit
4ecce6a787
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      resourceInfo.html

+ 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 = "http://" + hurl + "http://www.ekexiu.com/ekexiu/shareResinfor.html?resourceId=" + resourceId ; 
181
		var elurl = "http://" + hurl + "/ekexiu/shareResinfor.html?resourceId=" + resourceId ; 
182 182
		qrcode.makeCode(elurl);
183 183
	}
184 184
	makeCode();