吉安感知网项目-前端
罗广辉
2026-02-12 4b80379f57455598f3c5d456a7f9af037929ba27
feat: webview
1 files modified
7 ■■■■ changed files
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue 7 ●●●● 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') {