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);
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);

View File

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