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": "线上看展", "navigationBarTitleText": "线上看展",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},
// 线-
{
"path": "xskz/details",
"style": {
"navigationBarTitleText": "线上看展-详情",
"enablePullDownRefresh": false
// "usingComponents": {
// "player-component": "plugin://player/video"
// }
}
} }
// 线- // 线-
// { // {

View File

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

File diff suppressed because it is too large Load Diff