Commit af17f86a authored by liuzeheng's avatar liuzeheng

目的城市不显示调整

parent 765f6ea3
......@@ -747,7 +747,12 @@ export default {
console.log(error);
});
getRegionList(5, 5).then(({data}) => {
this.AddressTown = data;
})
.catch(error => {
console.log(error);
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment