1
PC-20250623MANY\Administrator
2025-07-16 61944978f51ca99a001162ac1ff3d32dcd5315ed
src/page/login/register.vue
@@ -53,7 +53,7 @@
          <van-checkbox v-model="checked">{{
            $t("我已閱讀並同意")
          }}</van-checkbox>
          <span @click="gotoxy" style="color: rgb(5, 106, 239)">{{
          <span @click="gotoxy" style="color: #c4d600">{{
            $t("《用戶服務協議》")
          }}</span>
        </div>
@@ -68,7 +68,7 @@
          <div class="register" @click="$router.push('/login')">
            {{ $t("已有賬號?")
            }}<span style="color: rgb(5, 106, 239)">{{ $t("馬上登錄") }}</span>
            }}<span style="color: #c4d600">{{ $t("馬上登錄") }}</span>
          </div>
        </div>
      </div>
@@ -85,7 +85,7 @@
export default {
  components: {
    headers,
    headers
  },
  name: "newRegister",
  data() {
@@ -100,7 +100,7 @@
      code: "",
      userPassword: "",
      btnClass: false,
      rePassword: "",
      rePassword: ""
    };
  },
  mounted() {
@@ -109,7 +109,7 @@
      : "";
  },
  methods: {
    gotoxy(){
    gotoxy() {
      this.$router.push("/help_fwxy");
    },
    handleInput() {
@@ -147,7 +147,7 @@
            phone: this.phone,
            yzmCode: "6666",
            userPwd: this.userPassword,
            agentCode: this.userName,
            agentCode: this.userName
          };
          let data = await api.register(opts);
          if (data.status === 0) {
@@ -163,12 +163,13 @@
        // 支持
        navigator.vibrate([55]);
      }
    },
  },
    }
  }
};
</script>
<style  scoped lang="less">
<style scoped lang="less">
@green: #c4d600;
.register {
  font-style: normal;
  font-weight: 400;
@@ -180,6 +181,10 @@
}
.radio-con {
  margin-top: 0.32rem;
}
/deep/ .van-checkbox__icon--checked .van-icon {
  background: @green;
  border-color: @green;
}
/deep/ .van-checkbox__label {
  font-style: normal;
@@ -291,6 +296,8 @@
        margin-top: 40px;
        height: 60px;
        border-radius: 8px;
        background-color: @green;
        border-color: @green;
      }
      .mes {
        width: 100%;