mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:33:27 +08:00
【修复】优化用户提现添加银行卡信息三级地址获取失效的问题。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user