Browse Source

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

闪电 10 months ago
parent
commit
598219f966
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/main/phone/index.vue

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

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
 const showDialpad = ref(false);
477
 const showDialpad = ref(false);
477
 
478