liukangdong
2024-08-02 52787adceb282c1914589c7ceb252bdb03e2df36
wechat_staff/pages/login/index.wxml
@@ -1,11 +1,12 @@
<view class="container">
  <image class="avatar" src=""></image>
  <image class="avatar" src="../../static/icon/logo.png"></image>
  <view class="home_title">志邦优家</view>
  <view class="placeholder9">最懂你的营销助手</view>
  <!--  -->
  <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' }}">
@@ -32,9 +33,15 @@
    </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>
      <view class="content">
        <mp-html content="{{activeHtml}}"></mp-html>
      </view>
      <view style="bottom: {{ bottomLift }}px" class="btns">
        <view data-flag="{{true}}" bindtap="handleJudge" class="agree">同意</view>
        <view data-flag="{{false}}" bindtap="handleJudge" class="reject">不同意并退出</view>
      </view>
    </view>
  </van-popup>
</view>