From f73ddc61479bd9912f0859030c6f9b61db3ccf88 Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Mon, 22 Oct 2018 16:24:33 +0800 Subject: [PATCH] 1 --- public/themes/simpleboot3/portal/prize/getScore.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/portal/prize/getScore.html b/public/themes/simpleboot3/portal/prize/getScore.html index e1d5bc5..3d3dbc7 100644 --- a/public/themes/simpleboot3/portal/prize/getScore.html +++ b/public/themes/simpleboot3/portal/prize/getScore.html @@ -66,6 +66,7 @@ </div> <div class="footer">确定</div> <script type="text/javascript" src="__TMPL__/public/assets/js/jquery.min.js"></script> + <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> <script> function clacImgZoomParam(maxWidth, maxHeight, width, height) { var param = { @@ -121,6 +122,7 @@ var rect = clacImgZoomParam(MAXWIDTH, MAXHEIGHT, img.offsetWidth, img.offsetHeight); status = ('rect:' + rect.top + ',' + rect.left + ',' + rect.width + ',' + rect.height); div.innerHTML = "<div id=divhead style='width:" + rect.width + "px;height:" + rect.height + "px;margin-top:" + rect.top + "px;" + sFilter + src + "\"'></div>"; + alert(src); } } -- libgit2 0.24.0