From 04b4bddaac0a222760113899568d20b45af701f4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 27 九月 2024 19:04:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_staff/pages/login/index.wxml b/wechat_staff/pages/login/index.wxml
index 2187148..6b4c706 100644
--- a/wechat_staff/pages/login/index.wxml
+++ b/wechat_staff/pages/login/index.wxml
@@ -5,20 +5,20 @@
   <!--  -->
   <view class="btns">
     <block wx:if="{{ status == '0' }}">
-      <button class="btn speedy" wx:if="{{ !agreementFalg }}" bindtap="loginIn">鎵嬫満鍙峰揩鎹风櫥褰�</button>
+      <button hover-class="none" 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 class="line">
         <image class="icon" src="../../static/login_ic_phone@2x.png" mode="widthFix"></image>
-        <van-field class="input"  maxlength="{{ 11 }}" border="{{false}}" model:value="{{ phone }}" placeholder="璇疯緭鍏ユ墜鏈哄彿" />
+        <van-field class="input" type="number" maxlength="{{ 11 }}" border="{{false}}" model:value="{{ phone }}" placeholder="璇疯緭鍏ユ墜鏈哄彿" />
         <view bindtap="getCode" wx:if="{{ countDown === 0 }}" class="get_code primary">鑾峰彇楠岃瘉鐮�</view>
         <view wx:else class="placeholder9">{{ countDown }}s</view>
       </view>
       <view class="line">
         <image class="icon" src="../../static/login_ic_password@2x.png" mode="widthFix"></image>
-        <van-field class="input" maxlength="{{ 6 }}" border="{{false}}" model:value="{{ code }}" placeholder="璇疯緭鍏ラ獙璇佺爜" />
+        <van-field type="number" class="input" maxlength="{{ 6 }}" border="{{false}}" model:value="{{ code }}" placeholder="璇疯緭鍏ラ獙璇佺爜" />
       </view>
       <view bindtap="loginPhone" class="btn speedy sub_btn">绔嬪嵆鐧诲綍</view>
     </block>
@@ -36,8 +36,8 @@
   <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>
@@ -45,4 +45,6 @@
       </view>
     </view>
   </van-popup>
+  <!--  -->
+  <view class="tip">鏈皬绋嬪簭鍔熻兘浠呴檺浜庡織閭﹀灞呭強缁忛攢鍟嗗憳宸ヤ娇鐢�</view>
 </view>
\ No newline at end of file

--
Gitblit v1.9.3