Parcourir la Source

fix(phone): 修复callid引用问题并添加日志输出

闪电 il y a 10 mois
Parent
commit
598219f966
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/main/phone/index.vue

+ 2 - 1
src/views/main/phone/index.vue

@@ -470,8 +470,9 @@ const createLog = (content = '') => {
470 470
     })
471 471
 }
472 472
 
473
+console.log(callid, 'callid')
473 474
 
474
-if (callid) createLog('callid');
475
+if (callid.value) createLog('callid');
475 476
 
476 477
 const showDialpad = ref(false);
477 478