|
|
|
@ -5,11 +5,18 @@
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
|
|
|
|
|
<title>绑定用户</title>
|
|
|
|
|
<link rel="stylesheet" href="/stylesheets/weui/weui.min.css"/>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function formSubmit()
|
|
|
|
|
{
|
|
|
|
|
document.getElementById("main_login_form").submit()
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<div class="loginIn">
|
|
|
|
|
<div>
|
|
|
|
|
<p class="wechat-error">
|
|
|
|
|
<p class="weui_cells_title wechat-error">
|
|
|
|
|
<%= @wechat_bind_errors %>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
@ -34,7 +41,7 @@
|
|
|
|
|
<input type="hidden" value="<%=@openid%>" name="openid">
|
|
|
|
|
|
|
|
|
|
<div class="weui_btn_area">
|
|
|
|
|
<a class="weui_btn weui_btn_primary" href="javascript:" id="showTooltips">确定</a>
|
|
|
|
|
<a class="weui_btn weui_btn_primary" href="javascript:formSubmit();" id="showTooltips">确定</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|