mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
省市区反显
This commit is contained in:
@@ -1550,7 +1550,7 @@ export default {
|
||||
// this.areaShow = false
|
||||
// break
|
||||
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.homeShow = false
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user