代码提交

test
zhangdi 1 year ago
parent 8b6d3c8d02
commit c46bb97428
  1. 2
      pages/register/index.vue

@ -252,7 +252,7 @@ export default {
this.selectMap = e
console.log('选中地点', e)
uni.$emit('commitCheck', e);
this.registerInfo.area = e.name
this.registerInfo.area =e.province+e.city+e.district+e.address
}
this.mapInfo.showMapSelect = false
}

Loading…
Cancel
Save