This commit is contained in:
jiangnan 2023-08-03 14:24:35 +08:00
commit 3e44d076fc
3 changed files with 707 additions and 411 deletions

View File

@ -627,6 +627,17 @@
"navigationBarTitleText": "线上看展",
"enablePullDownRefresh": false
}
},
// 线-
{
"path": "xskz/details",
"style": {
"navigationBarTitleText": "线上看展-详情",
"enablePullDownRefresh": false
// "usingComponents": {
// "player-component": "plugin://player/video"
// }
}
}
// 线-
// {

View File

@ -1,10 +1,10 @@
<template>
<view>
<player-component
<!-- <player-component
playerid="tvp"
id="tvp-id"
vid="13881752490784308944"
></player-component>
vid="p0743x9grjv"
></player-component> -->
</view>
</template>
@ -17,10 +17,11 @@ export default {
};
},
onShow() {
this.store = requirePlugin("player");
this.player = this.store.get("tvp");
console.log(this.store);
console.log(this.player);
// this.store = requirePlugin("player");
// this.player = this.selectComponent('#tvp-id');
// this.player = this.store.get("tvp");
// console.log(this.store);
// console.log(this.player);
},
mounted() {},
methods: {},

File diff suppressed because it is too large Load Diff