mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-25 00:37:20 +08:00
【修复】优化用户提现添加银行卡信息三级地址获取失效的问题。
This commit is contained in:
@@ -146,10 +146,12 @@
|
|||||||
this.pickerValue = e[0].label + " " + e[1].label + " " + e[2].label
|
this.pickerValue = e[0].label + " " + e[1].label + " " + e[2].label
|
||||||
let data = {
|
let data = {
|
||||||
provinceName: provinceName,
|
provinceName: provinceName,
|
||||||
|
provinceId: e[0].value,
|
||||||
cityName: cityName,
|
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 => {
|
this.$u.api.getAreaId(data).then(res => {
|
||||||
if (res.status) {
|
if (res.status) {
|
||||||
this.areaId = res.data;
|
this.areaId = res.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user