@@ -733,6 +733,11 @@ Page({
provinceName: addressInfo.provinceName,
regionCode: addressInfo.region,
regionName: addressInfo.regionName,
+ }, () => {
+ const cityCode: any = this.formateCityCode(true)
+ this.setData({
+ cityCode
+ })
})
},
/**