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

View File

@ -965,7 +965,7 @@ const playVideo = (item) => {
const encoded = encodeURIComponent(tempUrl); const encoded = encodeURIComponent(tempUrl);
let imgPath=encodeURIComponent(docUrl+item.liveimg); let imgPath=encodeURIComponent(docUrl+item.liveimg);
uni.navigateTo({ 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{ }else{
goDetail(item); goDetail(item);

View File

@ -154,17 +154,17 @@ onLoad((query) => {
reportTitle.value = query.sharetitle; reportTitle.value = query.sharetitle;
summary.value = shareTitle.value; summary.value = shareTitle.value;
console.log(reportTitle.value); console.log(reportTitle.value);
uni.sendNativeEvent("portraitReport",{ // uni.sendNativeEvent("portraitReport",{
msg:{ // msg:{
event_nickname: "detail_page", // event_nickname: "detail_page",
page_type: "会议直播", // page_type: "",
resource_name:reportTitle.value, // resource_name:reportTitle.value,
resource_option:tags.value, // resource_option:tags.value,
}, // },
}, // },
(ret) => { // (ret) => {
console.log(ret); // console.log(ret);
}); // });
}else if(query.type=='news'){ }else if(query.type=='news'){
shareTitle.value = query.sharetitle; shareTitle.value = query.sharetitle;
summary.value =''; summary.value ='';