短剧播放组件中的最近观看组件调用了 显示无内容?
直接跳转到uni.navigateTo({
url: `plugin://playlet-plugin/recent-list`
})显示无内容
在自己的页面定义 没有反应
<view class="webview-container">
<recent-list :showHeader="true" @tapempty="onTapEmpty" @click="onClick"
url="/pages/charge/charge"></recent-list>
</view>
"usingComponents": {
"recent-list": "plugin://playlet-plugin/recent-list",
"drama-feed-list": "plugin://playlet-plugin/drama-feed-list",
},