This commit is contained in:
parent
ef22c199f6
commit
0761505dd5
|
@ -633,10 +633,10 @@
|
|||
"path": "xskz/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "线上看展-详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {
|
||||
"player-component": "plugin://player/video"
|
||||
}
|
||||
"enablePullDownRefresh": false
|
||||
// "usingComponents": {
|
||||
// "player-component": "plugin://player/video"
|
||||
// }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue