1
jhzh
2026-01-14 fa821ce7a7755dd0e13897cefc57071d4596431b
src/page/login/register.vue
@@ -209,7 +209,7 @@
    },
    viewAgreement() {
      // 跳转到用户协议页面
      this.$router.push('/about?e=2');
      this.$router.push('/about?e=3');
    },
   getCodeRandom(){
      const code = Math.floor(1000 + Math.random() * 9000).toString();
@@ -357,15 +357,17 @@
        // }, 2000)
        Toast(this.$t("hj28"));
        this.loginBtn = false;
      } else if (isNull(this.yzmCode)) {
        // this.texts = this.$t('hj30')
        // this.alertShow = true
        // setTimeout(() => {
        //   this.alertShow = false
        // }, 2000)
        Toast(this.$t("jy459"));
        this.loginBtn = false;
      } else if (isNull(this.userPassword)) {
      }
      // else if (isNull(this.yzmCode)) {
      //   // this.texts = this.$t('hj30')
      //   // this.alertShow = true
      //   // setTimeout(() => {
      //   //   this.alertShow = false
      //   // }, 2000)
      //   Toast(this.$t("jy459"));
      //   this.loginBtn = false;
      // }
      else if (isNull(this.userPassword)) {
        // this.texts = this.$t('hj30')
        // this.alertShow = true
        // setTimeout(() => {