jiangping
2024-06-28 43942a545271345ce26e40d82bb97138c5ea7611
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;