Fly 1 anno fa
parent
commit
d0cb189b72
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      pages/phone.vue

+ 1 - 2
pages/phone.vue

@@ -37,8 +37,7 @@
 			}
 		},
 		onLoad() {
-			this.telList = phoneList.pnone || []
-			console.log('phoneList = ', this.telList)
+			this.telList = phoneList.pnone || [];
 		},
 		methods: {
 			makingCall(tel) {