| | |
| | | <text data-index="1" bindtap="onOpen" class="primary">《ZBOM用户隐私政策》</text> |
| | | </view> |
| | | </view> |
| | | <button class="btn" wx:if="{{ !agreementFalg }}" bindtap="loginIn">手机号快捷登录</button> |
| | | <button wx:else class="btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快捷登录</button> |
| | | <button hover-class="none" class="btn" wx:if="{{ !agreementFalg }}" bindtap="loginIn">手机号快捷登录</button> |
| | | <button hover-class="none" wx:else class="btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快捷登录</button> |
| | | </view> |
| | | </view> |
| | | <!-- --> |
| | | <van-popup position="bottom" show="{{ showModal }}" round bind:close="onClose"> |
| | | <view class="modal"> |
| | | <view class="content"> |
| | | <!-- <mp-html content="{{activeHtml}}"></mp-html> --> |
| | | <rich-text nodes="{{activeHtml}}"></rich-text> |
| | | <mp-html content="{{activeHtml}}"></mp-html> |
| | | <!-- <rich-text nodes="{{activeHtml}}"></rich-text> --> |
| | | </view> |
| | | <view style="bottom: {{ bottomLift }}px" class="btns"> |
| | | <view data-flag="{{true}}" bindtap="handleJudge" class="agree">同意</view> |