| applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue | ●●●●● patch | view | raw | blame | history |
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') {