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

微信登录跳转问题

... ... @@ -133,6 +133,7 @@ $(document).ready(function () {
$(".getCode").click(function () {
/*验证信息*/
var send=$(this).attr('send');
console.log(send);
if(send==1){
$('.form_popup_box').show()
$('.form_popup_box').text('请稍后再试')
... ...