You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1014 B
33 lines
1014 B
{layout name="layout" /}
|
|
<link rel="stylesheet" type="text/css" href="{$yf_theme_path}public/css/bootstrap.css">
|
|
<style>
|
|
.login-detail{background:#fff;padding:50px 0px;}
|
|
#logForm{width:520px;margin:0px auto;}
|
|
</style>
|
|
<div class=" clearfix">
|
|
<div class="content">
|
|
<div class="login-detail"
|
|
<div class="form-group" style="text-align:center;">
|
|
<div id="login_container" style="margin:0px auto;">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="{$yf_theme_path}/public/js/jquery.form.js"></script>
|
|
<script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
|
|
<script>
|
|
$(function(){
|
|
var obj = new WxLogin({
|
|
self_redirect:false,
|
|
id:"login_container",
|
|
appid: "wx5cf3b72f956ecbe1",
|
|
scope: "snsapi_login",
|
|
redirect_uri: "{:url('culture/common/register','',false,true)}",
|
|
state: "",
|
|
style: "",
|
|
href: ""
|
|
});
|
|
});
|
|
</script>
|