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

微信登录跳转问题

... ... @@ -132,7 +132,7 @@ $(document).ready(function () {
var validCode = true;
$(".getCode").click(function () {
/*验证信息*/
var send=$(this).attr('send');
var send=$('#getCode').attr('send');
console.log(send);
if(send==1){
$('.form_popup_box').show()
... ...