Browse Source

去除提示框引入

yangc 7 years ago
parent
commit
c253d61af5
1 changed files with 0 additions and 5 deletions
  1. 0 5
      components/mobile/base/SelectAddress.vue

+ 0 - 5
components/mobile/base/SelectAddress.vue

@@ -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