IP小卡片

master
chaiyapeng 2024-08-23 21:56:03 +08:00
parent 10c996c036
commit db0e9dfd1e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default {
//",
methods: {
getPhonePlace(){
getPhonePlace().then((res)=>{
getPhonePlace(this.formLabelAlign.tel).then((res)=>{
this.formLabelAlign.province=res.data.province;
this.formLabelAlign.city=res.data.city;
this.formLabelAlign.areacode=res.data.areacode;