1
jhzh
2025-07-28 a8b0eb32d97e7a540692a8a29f610fe76d67ef74
src/page/login/register.vue
@@ -15,7 +15,7 @@
            clearable
            @input="handleInput()"
          >
            <template slot="prepend">+91</template>
            <template slot="prepend">+81</template>
          </el-input>
          <el-input
@@ -53,7 +53,7 @@
          <van-checkbox v-model="checked">{{
            $t("我已閱讀並同意")
          }}</van-checkbox>
          <span style="color: rgb(5, 106, 239)">{{
          <span @click="gotoxy" style="color: rgb(5, 106, 239)">{{
            $t("《用戶服務協議》")
          }}</span>
        </div>
@@ -109,6 +109,9 @@
      : "";
  },
  methods: {
    gotoxy(){
      this.$router.push("/help_fwxy");
    },
    handleInput() {
      if (
        this.userPassword !== "" &&