|
@@ -119,7 +119,6 @@
|
|
|
<text class="ji">本集:</text>
|
|
|
<text class="bi">{{videoInfo.charge_coin}}k币</text>
|
|
|
</view>
|
|
|
- <recharge :user_info="userInfo" :is_player="true" :video_info="payVideoInfo" > </recharge>
|
|
|
</view>
|
|
|
<view class="bottom">
|
|
|
<text></text>
|
|
@@ -150,7 +149,6 @@
|
|
|
delShelf,
|
|
|
storeshelf
|
|
|
} from '@/common/apis/zju.js'
|
|
|
- import {getUserInfo} from "@/common/apis/my.js";
|
|
|
import configs from "@/common/config.js"
|
|
|
export default {
|
|
|
components: {
|
|
@@ -205,8 +203,6 @@
|
|
|
safeArea: 0,
|
|
|
ttuop: 0,
|
|
|
heightxw: 100,
|
|
|
- userInfo:{},
|
|
|
- payVideoInfo:{}
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -501,11 +497,6 @@
|
|
|
this.isqp = true
|
|
|
this.videoContext.stop()
|
|
|
this.fenji = 2
|
|
|
- this.userInfo = getUserInfo();
|
|
|
- this.payVideoInfo = {
|
|
|
- video_id:this.video_id,
|
|
|
- video_series_sequence:originIndex
|
|
|
- };
|
|
|
this.$refs.select.open('bottom');
|
|
|
// this.currentVideoInfo = {}
|
|
|
} else {
|