Browse Source

微信分享修改

xuchunyang 8 years ago
parent
commit
a9fc8df3ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      information-brow.html

+ 2 - 2
information-brow.html

@ -299,7 +299,7 @@
299 299
				</div>
300 300
			</div>
301 301
			<script type="text/javascript" src="js/jquery-1.11.1.js"></script>
302
			<script type="text/javascript" src="/js/jquery.cookie.js"></script>
302
			<script type="text/javascript" src="js/jquery.cookie.js"></script>
303 303
			<script type="text/javascript" src="js/jquery.similar.msgbox.js"></script>
304 304
			<script type="text/javascript" src="js/weixinshare/qrcode.min.js"></script>
305 305
			<script type="text/javascript" src="js/common.js"></script>
@ -322,7 +322,7 @@
322 322
				function makeCode() {
323 323
					var hurl = window.location.host;
324 324
					var professorId = GetQueryString("professorId");
325
					var elurl = hurl + "http://www.ekexiu.com/ekexiu/shareProinfor.html?professorId=" + professorId;
325
					var elurl = hurl + "/ekexiu/shareProinfor.html?professorId=" + professorId;
326 326
					qrcode.makeCode(elurl);
327 327
				}
328 328
				makeCode();