1
admin
2026-01-19 2b89158d7bf80f2c9a8a4203b4837de92837e7ca
src/page/login/register.vue
@@ -7,7 +7,7 @@
    <div class="logins_content">
      <div class="login_forms">
        <div class="top_forms">
          <el-input :placeholder="placeholder" size="medium" v-model="phone" maxlength="10" clearable
          <el-input :placeholder="placeholder" size="medium" v-model="phone" maxlength="13" clearable
            @input="handleInput()">
            <!-- <template slot="prepend">+91</template> -->
          </el-input>
@@ -99,6 +99,8 @@
    async gook() {
      if (this.phone.length == 0) {
        Notify({ type: "warning", message: this.$t("hj28") });
      } else if (this.phone.length < 8) {
        Notify({ type: "warning", message: this.$t("不能小于8位数") });
      } else if (isNull(this.userPassword)) {
        Notify({ type: "warning", message: this.$t("hj30") });
      } else if (isNull(this.rePassword)) {