作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

调试分享

... ... @@ -2,6 +2,7 @@
<script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
<script>
$(function () {
$('#wx_share').click(function(){
$.ajax({
type: 'POST',
url: '/portal/login/wx_share_mobile',
... ... @@ -63,6 +64,8 @@
}
}
});
});
});
... ...