Browse Source

fix(address): add data error check

suzigang 4 years ago
parent
commit
068c27c3af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/packages/__VUE/address/index.vue

+ 0 - 1
src/packages/__VUE/address/index.vue

@@ -237,7 +237,6 @@ export default create({
     const isCustom2 = computed(() => props.type === 'custom2');
 
     const transformData = (data: RegionData[]) => {
-      console.log(data);
       if (!Array.isArray(data)) throw new TypeError('params muse be array.');
 
       if (!data.length) return [];