Commit c62f10b7 by 冷斌

fix bug

parent 1daf7c49
......@@ -49,7 +49,7 @@
<div class="layout_v">
<span class="text_26_600 color_333333 login_title">账号登录"{$wxUrl}"</span>
<span class="text_26_600 color_333333 login_title">账号登录</span>
<div class="login_input_frame layout_v">
<van-field class="login_input" left-icon="__THEME__/img/account_icon.png" v-model="phone" type="tel" placeholder="请输入手机号"></van-field>
<van-field class="login_input" left-icon="__THEME__/img/pwd_icon.png" v-model="password" type="password" maxlength="18" placeholder="请输入6~18位密码"></van-field>
......@@ -73,6 +73,11 @@
$("#preloader").hide()
});
var wxUrl = "{$wxUrl}";
if (wxUrl) {
window.location.href = wxUrl;
}
new Vue({
el: '#app',
data: function() {
......
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 to comment