mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
省市区反显
This commit is contained in:
@@ -1550,7 +1550,7 @@ export default {
|
|||||||
// this.areaShow = false
|
// this.areaShow = false
|
||||||
// break
|
// break
|
||||||
case '2': //联系地址
|
case '2': //联系地址
|
||||||
this.homeName = `${area[0].name}-${area[1].name}-${area[2].name}`
|
this.homeName = getAreaName(area)
|
||||||
;[this.userInfo.homeProvince, this.userInfo.homeCity, this.userInfo.homeArea] = [area[0].code, area[1].code, area[2].code]
|
;[this.userInfo.homeProvince, this.userInfo.homeCity, this.userInfo.homeArea] = [area[0].code, area[1].code, area[2].code]
|
||||||
this.homeShow = false
|
this.homeShow = false
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user