From 7a2084c90ed29a4ec9d4267deb2b78f0d49c904d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 09:56:34 +0800
Subject: [PATCH] ‘’

---
 wechat_staff/pages/login/index.wxml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/login/index.wxml b/wechat_staff/pages/login/index.wxml
index 5e6cc05..0ad9d90 100644
--- a/wechat_staff/pages/login/index.wxml
+++ b/wechat_staff/pages/login/index.wxml
@@ -5,7 +5,8 @@
   <!--  -->
   <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,9 @@
     </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>
\ No newline at end of file

--
Gitblit v1.9.3