4.2
This commit is contained in:
parent
5d31c3658b
commit
a26fc1a4a7
@ -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);
|
||||||
|
|||||||
@ -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 ='';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user