@@ -23,8 +23,6 @@
},
data () {
return {
- remindText: '',
- timeoutCount: '',
addressData: '',
provinces: [],
activeObj: {
@@ -37,9 +35,6 @@
}
- components: {
- RemindBox
- },
created () {
this.$http.get('/data/city.json').then(res => {
this.addressData = res.data