提交 f794ba08 编写于 作者: D devil

直播详情优化

上级 ce970057
...@@ -88,13 +88,10 @@ Page({ ...@@ -88,13 +88,10 @@ Page({
// 进入直播 // 进入直播
player_event(e) { player_event(e) {
if (this.data.detail.status == 1 || this.data.detail.status == 2) { var params = encodeURIComponent(JSON.stringify({type: 'detail'}));
var room_id = this.data.detail.id wx.navigateTo({
var params = encodeURIComponent(JSON.stringify({type: 'detail'})); url: `plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=${this.data.detail.id}&custom_params=${params}`
wx.navigateTo({ });
url: `plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=${this.data.detail.id}&custom_params=${params}`
});
}
}, },
// 海报分享 // 海报分享
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册