Browse Source

修改微信修改

xuchunyang 8 years ago
parent
commit
b6845c1a0b
3 changed files with 4 additions and 4 deletions
  1. 2 2
      articalInfo.html
  2. 1 1
      information-brow.html
  3. 1 1
      resourceInfo.html

+ 2 - 2
articalInfo.html

@ -192,7 +192,7 @@
192 192
	function makeCode() {
193 193
		var hurl = window.location.host;
194 194
		var articleId = GetQueryString("articleId");
195
		var elurl = "https://" + hurl + "/ekexiu/shareArticalinfor.html?articleId=" + articleId;
195
		var elurl = "http://" + hurl + "/ekexiu/shareArticalinfor.html?articleId=" + articleId;
196 196
		qrcode.makeCode(elurl);
197 197
	}
198 198
	makeCode();
@ -205,7 +205,7 @@
205 205
	        bottom: '0',
206 206
	        endPos : '.share-bottom',
207 207
//	        width: oShareW ,
208
	        zIndex : 999
208
	        zIndex : 997
209 209
	    });	
210 210
	}, 1000);		
211 211

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