浏览代码

视频的充值初版等

pansl 2 年之前
父节点
当前提交
4da17a1eed
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      pages/video/index.nvue

+ 0 - 9
pages/video/index.nvue

@@ -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 {