【修复】优化用户提现添加银行卡信息三级地址获取失效的问题。

This commit is contained in:
jianweie code
2024-07-08 14:03:18 +08:00
parent a8509601f9
commit f82032a5e0

View File

@@ -146,10 +146,12 @@
this.pickerValue = e[0].label + " " + e[1].label + " " + e[2].label
let data = {
provinceName: provinceName,
provinceId: e[0].value,
cityName: cityName,
countyName: countyName
cityId: e[1].value,
countyName: countyName,
countyId: e[2].value,
}
//let regionName = [provinceName, cityName, countyName];
this.$u.api.getAreaId(data).then(res => {
if (res.status) {
this.areaId = res.data;