修改主题言责

This commit is contained in:
gaoxs
2020-07-11 17:40:27 +08:00
parent 86949f3732
commit 34565e6bf4
148 changed files with 90 additions and 82 deletions

View File

@ -97,6 +97,9 @@ export default {
// document.title = !id ? "添加地址" : "修改地址";
this.getUserAddress();
district().then(res => {
// city_list 市
// county_list 区
// province_list 省
this.districts = res.data;
});
},