Commit 80d34604 by 梁建民

微信登录

parent d24f6ec8
......@@ -28,7 +28,7 @@
</div>
<!--绑定手机号-->
<form class="bind-mobile layui-form" style="display: none" onsubmit="return false">
<input type="hidden" name="code_type" value="2">
<input type="hidden" name="code_type" value="1">
<div class="input-wrap">
<i class="iconfont iconjuxing23 va-m"></i>
......
......@@ -205,7 +205,7 @@
captchaUuid: captchaUuid,
captcha: captcha,
mobile: mobile,
code_type: 2
code_type: $(this).parents('.layui-form').find('input[name="code_type"]').val()
};
opt.getCode(opt, 'mobile', params, $(this));
......
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