Browse Source

微信分享修改

xuchunyang 8 years ago
parent
commit
4ecce6a787
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resourceInfo.html

+ 1 - 1
resourceInfo.html

178
	function makeCode(){
178
	function makeCode(){
179
		var hurl = window.location.host;
179
		var hurl = window.location.host;
180
		var resourceId =  GetQueryString("resourceId");
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
		qrcode.makeCode(elurl);
182
		qrcode.makeCode(elurl);
183
	}
183
	}
184
	makeCode();
184
	makeCode();