zhangqun 11 months ago
parent 4ff1ef1c3b
commit d9300f2286
  1. 7
      pages/map/index.vue

@ -494,13 +494,16 @@
// this.$.open(url + "?id=" + 'RX202310210236');
},
handleCheck2() {
if(this.pcType == 1) {
this.show2 = true
}
if(this.pcType == 2) {
else if(this.pcType == 2) {
this.handleCheck(2, true)
}
else {
this.handleCheck(2, true)
}
},
handleSubmit() {
let address = "";

Loading…
Cancel
Save