mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 20:16:44 +08:00
[FIX]家庭地址问题修改
This commit is contained in:
@@ -464,7 +464,7 @@ export default {
|
||||
},
|
||||
homeNameInfo() {
|
||||
let area = [{ code: this.userInfo.homeProvince }, { code: this.userInfo.homeCity }, { code: this.userInfo.homeArea }]
|
||||
this.homeName = getAreaName(area, 'new')
|
||||
this.homeName = getAreaName(area)
|
||||
},
|
||||
//弹框选择
|
||||
toSelect(pickerType, valueKey) {
|
||||
|
||||
Reference in New Issue
Block a user