From 43942a545271345ce26e40d82bb97138c5ea7611 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 28 六月 2024 13:54:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/staffLogin/login.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/h5/pages/staffLogin/login.vue b/h5/pages/staffLogin/login.vue
index 5d9f5b7..572006f 100644
--- a/h5/pages/staffLogin/login.vue
+++ b/h5/pages/staffLogin/login.vue
@@ -34,7 +34,7 @@
       <image
         @click="changeFalg"
         v-if="ProtocolFlag"
-        src="@/static/meeting/icon/ic_choose_sel@2x.png"
+        src="@/static/checkbox_sel@2x.png"
         mode="widthFix"
         class="checked"
       ></image>
@@ -122,10 +122,10 @@
         title: '瀵嗙爜涓嶈兘涓虹┖',
         icon: 'none'
       })
-      if (!form.code) return uni.showToast({
-        title: '楠岃瘉鐮佷笉鑳戒负绌�',
-        icon: 'none'
-      })
+      // if (!form.code) return uni.showToast({
+      //   title: '楠岃瘉鐮佷笉鑳戒负绌�',
+      //   icon: 'none'
+      // })
       loginPost({
         ...form,
         uuid: this.captcha.uuid,
@@ -231,7 +231,7 @@
       display: flex;
       align-items: center;
       justify-content: center;
-      font-weight: 500;
+      font-weight: 600;
       font-size: 32rpx;
       color: #ffffff;
       border-radius: 50rpx;
@@ -249,7 +249,7 @@
     .deal {
       color: $uni-color-primary;
     }
-    .checked{
+    .checked {
       width: 48rpx;
       margin-right: 12rpx;
     }

--
Gitblit v1.9.3