Commit 952d94b8 by doszhang

dos

parent 3d46d524
......@@ -106,7 +106,7 @@
};
</script>
<script type="text/javascript"
src="http://api2.iacode.cn/wechat_js_config?app_id=wxa0229c3cc82d5dce&v=1.2.1&api_list=all&app_stat_key=">
src="http://api2.izhida.cn/wechat_js_config?app_id=wxa0229c3cc82d5dce&v=1.2.1&api_list=all&app_stat_key=">
</script>
<script src="__CDN__/js/jquery-2.1.3.min.js"></script>
<script src="__CDN__/js/jquery-notify.min.js"></script>
......@@ -121,11 +121,9 @@
wx.checkJsApi({
jsApiList : ['scanQRCode','previewImage'],
success : function(res) {
alert(2)
}
});
$("img").click(function(){
alert(3)
var url = $(this).attr("src");
wx.previewImage({
current: url, // 当前显示图片的http链接
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment