微信小程序 提审时隐藏功能;微信小程序添加微信快捷登录、随便看看(登的user用户)
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
</view>
|
||||
<view class="loginBtnView">
|
||||
<!--按钮-->
|
||||
<button wx:if="{{debugMode}}" class="loginBtn" type="warn" bindtap="fastLogin">DEBUG快速登录user</button>
|
||||
<button class="loginBtn" type="primary" bindtap="login">登录</button>
|
||||
<button class="loginBtn" type="secondary" bindtap="visitor">访客申请</button>
|
||||
<!-- <button wx:if="{{debugMode}}" class="loginBtn" type="warn" bindtap="fastLogin">DEBUG快速登录user</button> -->
|
||||
<button class="loginBtn" type="primary" bindtap="login">密码登录</button>
|
||||
<!-- <button class="loginBtn" type="secondary" bindtap="visitor">访客申请</button> -->
|
||||
<button class="loginBtn" type="primary" bindtap="wxLogin">微信登录/注册</button>
|
||||
<button class="loginBtn" type="secondary" bindtap="fastLogin">随便看看</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user