this.formData.consigneeAddress = 省市区 +详细地址;

    const p = this.formData.provinceName + this.formData.cityName + this.formData.regionName;
      if (this.formData.consigneeAddress.indexOf(p) !== 0) {
        this.$message.error("收件人省市区和收件人详细地址的省市区必须相同");
        return false;
      }

相关文章:

  • 2021-10-16
  • 2021-08-24
  • 2021-10-09
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2022-01-28
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
相关资源
相似解决方案