jack 7 years ago
parent
commit
a336ed03b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fw_template_r3254/article.html

+ 1 - 1
fw_template_r3254/article.html

218
	
218
	
219
		function makeCode() {
219
		function makeCode() {
220
			var hurl = window.location.host;
220
			var hurl = window.location.host;
221
			var articleId = GetQueryString("articleId");
221
			var articleId = window.staticPageData.articleId;
222
			var elurl = "http://" + hurl + "/e/a.html?id=" + articleId;
222
			var elurl = "http://" + hurl + "/e/a.html?id=" + articleId;
223
			qrcode.makeCode(elurl);
223
			qrcode.makeCode(elurl);
224
		}
224
		}