From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/staffLogin/forgetPsd.vue |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/h5/pages/staffLogin/forgetPsd.vue b/h5/pages/staffLogin/forgetPsd.vue
index c5d1c24..d7d6fd8 100644
--- a/h5/pages/staffLogin/forgetPsd.vue
+++ b/h5/pages/staffLogin/forgetPsd.vue
@@ -40,14 +40,6 @@
     <view class="login_btn">
       <view class="login_btn_n" @click="onLogin">纭淇敼</view>
     </view>
-    <!--  -->
-    <u-popup
-      :show="isShowProtocol"
-      @close="isShowProtocol = false"
-      mode="center"
-    >
-      <view class="modal">111</view>
-    </u-popup>
   </view>
 </template>
 
@@ -58,7 +50,6 @@
     return {
       form: {
       },
-      isShowProtocol: false,
       countDown: 0
     }
   },
@@ -212,7 +203,7 @@
       display: flex;
       align-items: center;
       justify-content: center;
-      font-weight: 500;
+      font-weight: 600;
       font-size: 32rpx;
       color: #ffffff;
       border-radius: 50rpx;

--
Gitblit v1.9.3