| | |
| | | <!-- --> |
| | | <view class="btns"> |
| | | <block wx:if="{{ status == '0' }}"> |
| | | <view class="btn speedy">手机号快捷登录</view> |
| | | <button class="btn speedy" wx:if="{{ !agreementFalg }}" bindtap="loginIn">手机号快捷登录</button> |
| | | <button wx:else class="btn speedy" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快捷登录</button> |
| | | <view bindtap="changeStatus" class="btn">手机验证码登录</view> |
| | | </block> |
| | | <block wx:if="{{ status == '1' }}"> |
| | |
| | | </view> |
| | | </view> |
| | | <!-- --> |
| | | <van-popup show="{{ showModal }}" round bind:close="onClose"> |
| | | <van-popup position="bottom" show="{{ showModal }}" round bind:close="onClose"> |
| | | <view class="modal"> |
| | | <rich-text nodes="{{activeHtml}}"></rich-text> |
| | | <mp-html content="{{activeHtml}}"></mp-html> |
| | | </view> |
| | | </van-popup> |
| | | </view> |