吉安感知网项目-前端
shuishen
2026-02-12 3ec8d3625e6fb7614e2ec4bb02ed99a3cdf4cdb7
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue
@@ -96,12 +96,9 @@
      try {
         // 解码并解析voiceparams参数
         const params = JSON.parse(decodeURIComponent(route.query.voiceparams));
         console.log('解析后的voiceparams:', params);
         const contact = JSON.parse(decodeURIComponent(route.query.contact));
         if (params.peerUid) {
            peerUid.value = String(params.peerUid);
            log('🔗 从voiceparams获取peerUid:', params.peerUid);
         }
         peerUid.value = String(contact.userId);
         // 如果是来电类型,直接触发来电状态
         if (params.type === 'incoming') {