This commit is contained in:
zoujiandong
2026-04-02 14:49:21 +08:00
parent 5d31c3658b
commit a26fc1a4a7
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -965,7 +965,7 @@ const playVideo = (item) => {
const encoded = encodeURIComponent(tempUrl);
let imgPath=encodeURIComponent(docUrl+item.liveimg);
uni.navigateTo({
url: `/pages_app/webview/webview?url=${encoded}&sharetitle=${item.title}&bg=1&type=live&imgPath=${imgPath}&share=1&title=会议直播`,
url: `/pages_app/webview/webview?url=${encoded}&sharetitle=${item.title}&bg=1&type=live&imgPath=${imgPath}&share=1&title=会议直播&tags=${item.tags}`,
});
}else{
goDetail(item);