Commit c0f1af8c authored by lvtz's avatar lvtz

fix 登录获取验证码位置 商家岛登录只有账号密码

parent 611f804d
......@@ -356,8 +356,7 @@ Page({
exchangeAccount(){
let sjd = this.data.sjd;
this.setData({
sjd: !sjd,
type: sjd && this.data.type? true: false
sjd: !sjd
})
}
})
......@@ -7,7 +7,7 @@
</view>
<view class="form-box">
<view class="login-type1" wx:if="{{type}}">
<view class="login-type1" wx:if="{{type && !sjd}}">
<view class="form-item">
<view class="left-iconbox">
<image class="left-icon icon-phone" src="{{imageRoot}}2b/loginregistermgt/icon_phone.png?{{imageVersion}}"></image>
......
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