<text>小米澎湃OS正式发布,我个人觉得还是值得肯定的。在安卓底层上做重构和深度研发……</text>
<view class="channel-view" >
<channel-video bind:tap="playVideoChannel" class="channelvideo" feed-id="{{wxvidio}}" finder-user-name="{{finderid}}" > </channel-video>
<!-- <button bind:tap="playVideoChannel"></button> <text class="btn-text"> 查看视频源</text></button> -->
<button bind:tap="playonChannel"> <text class="btn-text"> 去视频号</text></button>
</view>
wx.openChannelsActivity({
finderUserName: this.data.finderid, //finderid
feedId: this.data.wxvidio,
success(res) {
console.log(res)
},
fail(err) {
console.log(err)
}
点击视频时,直接跳转到当前视频,返还时,页面上有这个弹窗。ios\安卓都一样,这是怎么回事?
})
这个是视频号组件的一个bug。