qxj пре 14 часа
родитељ
комит
3a58b72b84

+ 0 - 660
pages_course/becomeVIP.vue

@@ -1,660 +0,0 @@
-<template>
-	<view class="content hb column justify-center align-center bgf">
-		<image :src="imgPath+'/app/image/becomevip.png'" mode="widthFix"></image>
-		<view class="justify-start align-center fs24 base-color-9" v-if="userInfo.userId">
-			<view>{{nameuser}}#</view>
-			<view>{{userInfo.userId}}</view>
-		</view>
-		<view class="bolds">成为会员,享受更多权益</view>
-		<!--#ifdef H5-->
-		<view class="sure" @click="registerCourse">{{isVip==1?'您已成为会员':viptext}}</view>
-		<!--#endif-->
-		<!--#ifdef MP-WEIXIN-->
-		
-		<view class="base-bg-orange colorf ptb20 plr40 radius60" 
-		v-if="(userinfos==null||userinfos=='')&&imgname=='乐氏本源'" @click="nato()">授权用户信息</view>
-		<view class="btns" v-else>
-			<button class="author-btn" @click="handleAgree()">{{viptext}}</button>
-		</view>
-		
-		<!--#endif-->
-		<!--#ifdef MP-WEIXIN-->
-		<u-popup :show="userlogo" mode="bottom" round='12'>
-			<view class="userlogo column">
-				<view class="mtb30 justify-start align-center ml20">
-					<u-avatar :src="imgPath+'/app/image/logo.png'" size="50"></u-avatar>
-					<view class="bold mlr20">{{imgname}}</view>
-					<view>申请</view>
-				</view>
-				<view class="bold fs36 ml20">授权你的昵称头像信息</view>
-				<view class="mtb20 justify-between align-center  plr20">
-					<view class="justify-start align-center">
-						<view class="boxweixin" :class="userinfos.nickname==''?'boxnosel':'boxsel'">
-							<view v-if="userinfos.nickname">√</view>
-						</view>
-						<view class="ml20">
-							<view class="base-color-3 bold">第一步</view>
-							<view class="fs24 base-color-9">请点击授权微信昵称</view>
-						</view>
-					</view>
-					<view class="button-container">
-					   <input 
-					     type="nickname"
-					     class="hidden-input"
-						@blur="onNickNameInput"
-						 @input="onNickNameInput"
-					   />
-					   <button class="custom-button" :class="nameuser==''?'subname':'subavt'">{{nameuser?"已授权":'允许授权'}}</button>
-					 </view>
-				</view>
-				<view class="mtb20 justify-between align-center  plr20 mt40">
-					<view class="justify-start align-center">
-						<view class="boxweixin" :class="userinfos.nickname==''?'boxnosel':'boxsel'">
-							<view v-if="userinfos.avatar">√</view>
-						</view>
-						<view class="ml20">
-							<view class="base-color-3 bold">第二步</view>
-							<view class="fs24 base-color-9">请点击授权微信头像</view>
-						</view>
-					</view>
-					<view class="button-container">
-					  <button open-type="chooseAvatar" @chooseavatar="onChooseAvatar" class="hidden-input" 
-					  v-if="nameuser">
-					    允许授权
-					  </button>
-					  <button class="custom-button sub" @click="shouquan" v-if="nameuser==''">允许授权</button>
-					   <button class="custom-button "  :class="avataruser==''?'subname':'subavt'"
-					   v-else>{{avataruser?"已授权":'允许授权'}}</button>
-					 </view>
-				</view>
-				<view class="submitname" @click="confimrname" :class="nameuser&&avataruser?'subact':'sub'">确定</view>
-			</view>
-		</u-popup>
-		<!--#endif-->
-		<!-- <view class="footer-tips">重庆云联融智提供技术支持</view> -->
-	</view>
-</template>
-
-<script>
-	import { loginByMp,loginByMiniApp,checkUserInfo,editUser} from '@/api/user'
-	import {handleFsUserWx,registerCourses} from '@/api/courseLook.js'
-	import {
-		getConfigByKey
-	} from "@/api/course.js"
-	export default {
-		data() {
-			return {
-				isVip: 0,
-				isWechat: false,
-				isLogin: false,
-				companyid:'',
-				companyUserId:'',
-				userInfo:{},
-				tagIds:[],
-				isbecomevip:0,
-				viptext:'申请成为会员',
-				userlogo:false,
-				userinfos:{
-					nickname:'',
-					avatar:""
-				},
-				headImg:'',
-				authType:0,//0微信登录 1手机号登录
-				userdisabled:false,
-				projectId:'',
-				H5course:{},
-				projectCode:''
-			}
-		},
-		computed: {
-		    imgPath() {
-				if(uni.getStorageSync('requestImagesPath')){
-					return uni.getStorageSync('requestImagesPath')
-				}else{
-					return this.$store.state.imgpath
-				}
-		    },
-			imgname() {
-			  return this.$store.state.logoname
-			},
-			appid() {
-				return this.$store.state.appid
-			},
-			nameuser() {
-				return this.userinfos.nickname
-			},
-			avataruser() {
-				return this.userinfos.avatar
-			},
-		},
-		async onLoad(option) {
-			this.getWebviewUrl()
-			uni.$on('usercode',(data)=>{
-				console.log('huoqu ',data)
-				this.goLogin(data)
-			})
-			uni.$on('vipMsg',(data)=>{
-				console.log('vipMsg ',data)
-				this.viptext=data
-			})
-			if(uni.getStorageSync('userInfo')&&uni.getStorageSync('userInfo')!='{}') {
-				this.userInfo = uni.getStorageSync('userInfo')
-			} else {
-				this.userInfo = {}
-			}
-			// this.userInfo=JSON.parse(uni.getStorageSync('userInfo')) || {};
-			//#ifdef MP-WEIXIN
-			let obj=uni.getStorageSync('TOKEN_WEXIN');
-			//#endif
-			// #ifdef H5
-			let obj=uni.getStorageSync('TOKEN_KEY');
-			// #endif
-			// let obj=uni.getStorageSync('AppToken');
-			this.isLogin = !!obj;
-			console.log(option)
-			const keys = decodeURIComponent(Object.keys(option)[0]);
-			let becomeVip=JSON.parse(keys.split('becomeVip=')[1])
-			console.log(becomeVip)
-			this.companyid = becomeVip.companyId || ''
-			this.companyUserId=becomeVip.companyUserId || 0
-			this.projectId = becomeVip.projectId
-			this.H5course.companyId=becomeVip.companyId
-			this.H5course.companyUserId=becomeVip.companyUserId
-			this.H5course.projectId=becomeVip.projectId
-			this.projectCode=becomeVip.projectCode
-			uni.setStorageSync('H5course',this.H5course)
-			//#ifdef MP-WEIXIN
-			// if(this.$store.state.logoname!=='乐氏本源'&&!uni.getStorageSync('userInfos')){
-			// 	this.userlogo=true
-			// }
-			if(!uni.getStorageSync('userinfos')&&this.$store.state.logoname=='乐氏本源'){
-				await this.utils.getConfigKey();
-				uni.navigateTo({
-					url:'/pages_course/webview'
-				})
-				return
-			}
-			// if(this.$store.state.logoname=='乐氏本源'){
-			// 	this.userInfos=uni.getStorageSync('userInfos')
-			// 	if(!uni.getStorageSync('userInfos')){
-			// 		uni.navigateTo({
-			// 			url:'/pages_course/webview'
-			// 		})
-			// 	}
-			// }
-			//#endif
-			if(option.tagids==null){
-				this.tagIds=[]
-			}else{
-				this.tagIds=option.tagids 
-				const arr =this.tagIds.split(",")
-				  .map(item => parseInt(item.trim(), 10))
-				  .filter(num => !isNaN(num)); // 过滤无效转换
-				  this.tagIds =arr
-				// console.log(this.tagIds); 
-			}
-			// this.isWechat = String(navigator.userAgent.toLowerCase().match(/MicroMessenger/i)) === "micromessenger"
-			// this.code = option.code
-			// 	// #ifdef H5
-			// 	if(this.code&&!this.isLogin) {
-			// 		this.loginByMp()
-			// 	}
-			// 	// #endif
-				
-		},
-		onShow() {
-			this.utils.getDomain({projectCode:this.projectCode}).then(res=>{
-				if(res.code == 200) {
-						this.sendType=uni.getStorageSync('sendType')
-						this.utils.getConfigKey()
-						if(uni.getStorageSync('userInfo')&&uni.getStorageSync('userInfo')!='{}') {
-							this.userInfo = uni.getStorageSync('userInfo')
-						} else {
-							this.userInfo = {}
-						}
-						this.userinfos=uni.getStorageSync('userinfos')
-						let obj=uni.getStorageSync('TOKEN_WEXIN');
-						console.log(uni.getStorageSync('userinfos'))
-						this.isLogin = !!obj;
-						if(this.isLogin&&this.isVip!=1) {
-							this.registerCourse()
-						}
-				}
-			})
-		},
-		methods: {
-			getWebviewUrl() {
-				var data = {
-					key: 'course.config'
-				}
-					getConfigByKey(data).then(res => {
-						if (res.code == 200) {
-							console.log("getConfigByKey====", JSON.parse(res.data))
-							let data = JSON.parse(res.data,)
-							uni.setStorageSync('weixinOauth',data.userCourseAuthDomain)
-						}else{
-							uni.showToast({
-								icon:'none',
-								title: res.msg,
-							});
-						}
-					})
-			},
-			async goLogin(data) {
-				console.log('huoqu111',data)
-				if(data){
-					console.log('huoqu1222',data)
-					uni.showLoading({
-						title: '加载中'
-					})
-					uni.login({
-						provider: "weixin",
-						success: async loginRes => {
-							console.log(loginRes)
-							let code = loginRes.code // 获取开发code
-							handleFsUserWx({
-							   code: code,
-							   appId:this.appid,
-							   userId:data.userId
-							})
-							.then( res => {
-								if(res.code==200){
-									console.log(res)
-									uni.hideLoading();
-									uni.showToast({
-										icon:'none',
-										title: "登录成功",
-									});
-									this.userinfos=uni.getStorageSync('userinfos')
-									uni.getStorageSync('TOKEN_WEXIN');
-									this.userInfo=uni.getStorageSync('userInfo');
-									this.isLogin = true
-									setTimeout(()=>{
-										this.registerCourse()
-									},200)
-								}else if(res.code==406){
-									uni.hideLoading();
-									uni.showToast({
-										icon:'none',
-										title: '该用户已成为其他销售会员',
-									});
-								}else{
-									uni.hideLoading();
-									uni.showToast({
-										icon:'none',
-										title: res.msg,
-									});
-								}
-							   
-							 })
-						},
-					})
-				}else{
-					uni.navigateTo({
-						url:'/pages_course/webview?H5course='+uni.getStorageSync('H5course')
-					})
-				}
-				
-			},
-			shouquan(){
-				if(this.userinfos.nickname==''){
-					uni.showToast({
-						icon:'none',
-						title: "请先授权微信昵称",
-					});
-				}
-			},
-			confimrname(){
-				if(this.userinfos.nickname==''){
-					uni.showToast({
-						icon:'none',
-						title: "请授权微信昵称",
-					});
-					return
-				}
-				if(this.userinfos.avatar==''){
-					uni.showToast({
-						icon:'none',
-						title: "请授权微信头像",
-					});
-					return
-				}
-				uni.setStorageSync('userinfos',this.userinfos)
-				this.editUserA()
-				this.userlogo=false
-			},
-			onChooseAvatar(e){
-				this.userinfos.avatar=e.detail.avatarUrl
-				console.log(e.detail.avatarUrl)
-				uni.uploadFile({
-					url: uni.getStorageSync('requestPath')+'/app/common/uploadOSS', //仅为示例,非真实的接口地址
-					filePath: e.detail.avatarUrl,
-					name: 'file',
-					formData: {
-						'user': 'test'  // 上传附带参数
-					},
-					success: (uploadFileRes) => {
-						console.log(uploadFileRes)
-						// 根据接口具体返回格式   赋值具体对应url
-						var data=JSON.parse(uploadFileRes.data)
-						this.headImg=uni.getStorageSync('requestPath')+data.fileName
-						this.userinfos.avatar=data.url
-					}
-				});
-			},
-			onNickNameInput(e){
-				console.log(e)
-				this.userinfos.nickname=e.detail.value
-			},
-			async nato(){
-				await this.utils.getConfigKey();
-				uni.navigateTo({
-					url:'/pages_course/webview'
-				})
-			},
-			handleAgree(){
-				console.log(144443)
-				if(this.isVip==1){
-					uni.showToast({
-						title: '您已成为会员!',
-						icon: 'none',
-						duration: 2000,
-					})
-				}else{
-					this.goLogin()
-					uni.showToast({
-						title: this.viptext,
-						icon: 'none',
-						duration: 2000,
-					})
-				}
-				
-			},
-			getWechatCode() {
-				if (this.isWechat) {
-					// let appid = "wx961fadab9bcb792b"; //微信APPid(福本源)
-					// let appid = "wx93ce67750e3cfba3"; //微信APPid(云联融智)
-					// let appid = "wxea1da2b708ab3c2f"; //微信APPid(蜂巢快药)
-					// let appid = "wx3de90a39feb8107a"; //微信APPid(中康看课)
-					// let appid = "wxec49f9d783abf233"; //微信APPid(惠名大药房)
-					// let appid = "wx5a0f7e1932e2689e"; //微信APPid(同顺堂)
-					// let appid = "wxe0b82a0018449a62"; //微信APPid(良苗)
-					// let appid = "wx568ea6b70350c585"; //微信APPid(倍力优)
-					let appid = "wx0d021524695f1943"; //微信APPid(百年康城)
-					// let appid = "wx090c5f399d65456e"; //微信APPid(青岛市德瑞康)
-					// let appid = "wx52298c1781d5cc99"; //微信APPid(金慷建)
-					let code = this.getUrlCode().code; //是否存在code
-					let local = window.location.href;
-					if (code == null || code === "") {
-
-						let urlPaths = local.split("/registerCourse");
-						uni.setStorageSync('beforLoginPage', urlPaths[1]);
-
-						//不存在就打开上面的地址进行授权
-						window.location.href =
-							"https://open.weixin.qq.com/connect/oauth2/authorize?appid=" +
-							appid +
-							"&redirect_uri=" +
-							encodeURIComponent(local) +
-							"&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect";
-					} else {
-						this.code = code;
-						this.loginByMp()
-					}
-				}else{
-					uni.showToast({
-						title: '请在微信浏览器中打开',
-						icon:'error'
-					})
-				}
-			},
-			getUrlCode() {
-				// 截取url中的code方法
-				var url = location.search;
-				var theRequest = new Object();
-				if (url.indexOf("?") != -1) {
-					var str = url.substr(1);
-					var strs = str.split("&");
-					for (var i = 0; i < strs.length; i++) {
-						theRequest[strs[i].split("=")[0]] = strs[i].split("=")[1];
-					}
-				}
-				return theRequest;
-			},
-			loginByMp() {
-				if (this.code == null) {
-					return;
-				}
-				uni.showLoading({
-					title: "处理中..."
-				});
-				loginByMp({code:this.code}).then(res => {
-						uni.hideLoading();
-						if (res.code == 200) {
-							uni.setStorageSync('TOKEN_KEY', res.token);
-							uni.setStorageSync('userInfo', JSON.stringify(res.user));
-							this.userInfo= res.user
-							let beforLoginUrl = uni.getStorageSync('beforLoginPage');
-							this.isLogin = true
-							this.registerCourse()
-						} else {
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							});
-						}
-					},
-					err => {}
-				);
-			},
-			// 成为会员
-			registerCourse() {
-				console.log(123333)
-				this.isVip = 0
-				// 确保从本地存储重新获取最新数据
-				  // if(uni.getStorageSync('userInfo')){
-				  // 	this.userInfo=JSON.parse(uni.getStorageSync('userInfo'));
-				  // }
-				  // if (!this.userInfo.userId) {
-				  // 	// 空值检查
-				  //   uni.showToast({ title: '用户未登录或信息不完整', icon: 'none' });
-				  //   return;
-				  // }
-				  if(this.tagIds==null){
-					  this.tagIds=""
-				  }
-				  // console.log(this.tagIds)
-				const data={
-					userId:this.userInfo.userId,
-					companyUserId:this.companyUserId,
-					companyId:this.companyid,
-					tagIds:this.tagIds,
-					projectId:this.projectId
-					}
-				if(this.isLogin) {
-					registerCourses(data).then(res=>{
-						if(res.code == 200) {
-							this.isVip = 1
-							this.isbecomevip=1
-							this.viptext='您已成为会员'
-							uni.showToast({
-								title: '注册成功',
-								icon:'none'
-							})
-						} else {
-							this.isbecomevip=1
-							// console.log(this.isbecomevip)
-							this.viptext=res.msg
-							uni.showToast({
-								icon:'none',
-								title: res.msg
-							})
-						}
-					})
-				} else {
-					// #ifdef H5
-					this.getWechatCode()
-					// #endif
-					
-				}
-			}
-		}
-	}
-</script>
-<style lang="scss" scoped>
-	page{
-		background-color: #fff;
-	}
-	.subname{
-		background-color: #00aa00;
-		color: #fff;
-	}
-	.subavt{
-		background-color: #fff;
-		border: 2rpx #0a0 solid;
-		color: #00aa00;
-	}
-	.boxweixin{
-		width: 44rpx;
-		height: 44rpx;
-		border-radius: 50%;
-		text-align: center;
-		line-height: 34rpx;
-		color: #0a0;
-	}
-	.boxnosel{
-		border: #757575 4rpx solid;
-	}
-	.boxsel{
-		border: #0a0 4rpx solid;
-	}
-	.button-container {
-	  position: relative;
-	  width: 240rpx;
-	}
-	.hidden-input {
-	  position: absolute;
-	  top: 0;
-	  left: 0;
-	  width: 100%;
-	  height: 100%;
-	  opacity: 0;
-	  z-index: 2;
-	}
-	.custom-button {
-	  position: relative;
-	  z-index: 1;
-	  /* 其他样式 */
-	  width:100%;
-	  margin: 0 auto;
-	  height: 80rpx;
-	  line-height: 60rpx;
-	  font-size: 28rpx;
-	  padding: 10rpx 20rpx;
-	}
-	.submitname{
-		width: 90%;
-		margin: 0 auto;
-		text-align: center;
-		padding: 30rpx;
-		margin-top: 40rpx;
-	}
-	.sub{
-		background-color: #f0f0f0;
-		color: #0a0;
-	}
-	.subact{
-		background-color: #0a0;
-		color: #fff;
-	}
-	.userlogo{
-		height: 760rpx;
-	}
-	.getlogo{
-		width:240rpx;
-		background-color: #fff;
-		// padding: 10rpx 20rpx;
-	}
-	::v-deep .u-popup {
-	 flex: 0 !important;
-	}
-	// .submitname{
-	// 	width: 60%;
-	// 	background-color: #05a8ee;
-	// 	color: #fff;
-	// 	margin: 0 auto;
-	// 	border-radius: 80rpx;
-	// 	text-align: center;
-	// 	padding: 20rpx;
-	// 	margin-top: 40rpx;
-	// }
-	.userlogo{
-		height: 760rpx;
-	}
-	.getlogo{
-		width:calc(60% - 40rpx);
-		margin: 0 auto;
-		background-color: #fff;
-		padding: 10rpx 20rpx;
-		image{
-			width: 80rpx !important;
-			height: 80rpx !important;
-		}
-	}
-	.footer-tips {
-			// margin-top: 14rpx;
-			position: fixed;
-			width: 100%;
-			bottom: 44rpx;
-			text-align: center;
-			font-family: PingFang SC,PingFang SC;
-			font-weight: 500;
-			font-size: 12px;
-			color: #bbb;
-			transform: scale(0.8); 
-		}
-	.content {
-		image {
-			width: 300rpx;
-			height: 300rpx;
-		}
-	}
-	.bolds {
-		color: #999;
-		font-size: 16px;
-		height: auto;
-		line-height: inherit;
-		margin-bottom: 0;
-		width: 304px;
-		word-break: break-all;
-		text-align: center;
-		margin: 50rpx 0 100rpx 0;
-	}
-	.sure {
-		width: 500rpx;
-		background-color: #1777ff;
-		line-height: 88rpx;
-		text-align: center;
-		border-radius: 8rpx;
-		color: #fff;
-	}
-	.btns{
-		position: relative;
-		width: 630rpx;
-		height: 80rpx;
-		.author-btn{				
-			z-index:100;
-			position: absolute;
-			width: 630rpx;
-			height: 80rpx;
-			line-height: 80rpx;
-			text-align: center;
-			background: #1777ff;
-			border-radius: 40rpx;
-			font-size: 30rpx;
-			font-family: PingFang SC;
-			font-weight: 500;
-			color: rgba(255, 255, 255, 1);
-		}
-	}
-</style>

+ 0 - 160
pages_course/courseCover.vue

@@ -1,160 +0,0 @@
-<template>
-	<view class="w100" style="width: 100%;">
-		<view class="header-nav" :style="{height: `calc(88rpx + ${statusBarHeight}px)`,paddingTop: statusBarHeight + 'px'}">
-			<u-icon name="arrow-left" size="28" @click="tosales" v-if="appToken"></u-icon>
-			<view class="header-title" :style="{width:menuButtonLeft + 'px',height:menuButtonH+'px',lineHeight:menuButtonH+'px'}">{{courseInfo.title}}</view>
-		</view>
-		<view>
-			<image  class="video-poster" :src="courseInfo.imgUrl" mode="aspectFill">
-			<view class="title-content" id="title-content">
-				<!-- 答题时展示小节课程名,其他展示课程名 -->
-				<!-- 小节课程名 -->
-				<view class="subtitlebox " >
-					{{courseInfo.title}}
-				</view>
-				<!-- 课程名字 -->
-				<view class="base-color-6 fs24">
-					{{courseInfo.courseName}}
-				</view>
-			</view>
-		</view>
-		<view class="btns">
-			<view class="author-btn" @click="comecourse">进入课程</view>
-		</view>
-	</view>
-</template>
-
-<script>
-	import {
-		getH5CourseByVideoId,
-	} from "@/api/courseLook.js"
-	export default{
-		data(){
-			return{
-				videoId:3450,
-				courseInfo:'',
-				projectCode:'',
-				sendType:'',
-				courselist:{},
-				statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
-			}
-		},
-		onLoad(option) {
-			console.log(option)
-			const keys = decodeURIComponent(Object.keys(option)[0]);
-			this.courselist=JSON.parse(keys.split('course=')[1])
-			this.videoId=this.courselist.videoId
-			this.projectCode=this.courselist.projectCode
-			console.log(keys)
-			console.log(this.courselist)
-			// if(this.videoId){
-			// 	this.getH5CourseByVideo()
-			// }
-		},
-		onShow() {
-			this.getHeight()
-			this.utils.getDomain({projectCode:this.projectCode}).then(res=>{
-				if(res.code == 200) {
-					if (this.videoId) {
-						this.sendType=uni.getStorageSync('sendType')
-						this.getH5CourseByVideo()
-						// this.utils.getConfigKey()
-					}
-				}
-			})
-		},
-		methods:{
-			getHeight() {
-				this.$nextTick(() => {
-					const query = uni.createSelectorQuery().in(this);
-					query
-						.select("#title-content")
-						.boundingClientRect((data) => {
-							this.height =
-								`calc(100vh - ${data.height}px - 420rpx - ${this.statusBarHeight}px - 120rpx )`
-						})
-						.exec();
-				})
-			},
-			comecourse(){
-				if(this.sendType==1){
-					uni.navigateTo({
-						url:'/pages_course/videovip?course='+JSON.stringify(this.courselist)
-					})
-				}else{
-					
-				}
-				
-			},
-			getH5CourseByVideo() {
-				const data={
-					videoId:this.videoId
-				}
-				getH5CourseByVideoId(data).then(res=>{
-					if (res.code == 200) {
-						this.courseInfo = res.data
-						uni.setNavigationBarTitle({
-							title: this.courseInfo && this.courseInfo.title ? this.courseInfo.title : ''
-						});
-					}else{
-						
-					}
-				})
-			},
-		}
-	}
-</script>
-
-<style lang="scss" scoped>
-	.header-nav {
-		height: 88rpx;
-		// @include u-flex(row, center, flex-start);
-		display: flex;
-		justify-content: center;
-		align-items: center;
-		overflow: hidden;
-		background-color: #fff;
-		box-sizing: border-box;
-		.header-title {
-			text-align: center;
-			overflow: hidden;
-			white-space: nowrap;
-			text-overflow: ellipsis;
-			padding: 0 10rpx 0rpx;
-			font-family: PingFang SC,PingFang SC;
-			font-weight: 500;
-			font-size: 15px;
-			color: #000;
-			box-sizing: border-box;
-		}
-	}
-	.video-poster{
-		width: 100%;
-	}
-	.title-content{
-		padding: 20rpx;
-		.subtitlebox{
-			font-size: 32rpx;
-			font-weight: bold;
-		}
-	}
-	.btns{
-		position: fixed;
-		padding: 40rpx 20rpx;
-		bottom: 0;
-		width: calc(100% - 40rpx);
-	}
-	.author-btn{
-			z-index:100;
-			width: 100%;
-			height: 80rpx;
-			background: #ff5c03;
-			border-radius: 40rpx;
-			font-size: 36rpx;
-			font-family: PingFang SC;
-			font-weight: 500;
-			text-align: center;
-			line-height: 80rpx;
-			color: rgba(255, 255, 255, 1);
-		}
-</style>

+ 0 - 489
pages_course/feedback.vue

@@ -1,489 +0,0 @@
-<template>
-	<view>
-		<view class="header-nav" :style="{height: `calc(88rpx + ${statusBarHeight}px)`,paddingTop: statusBarHeight + 'px'}">
-			<view class="arrow-left" :style="{top: statusBarHeight + 'px'}" @click="goBack">返回</view>
-			<view class="header-title" :style="{height:menuButtonH+'px',lineHeight:menuButtonH+'px'}">投诉反馈</view>
-		</view>
-		<view class="container" :style="{paddingTop: `calc(88rpx + ${statusBarHeight}px)`}">
-			<view class="formbox" v-if="isLastChild==1">
-				<view class="formbox-title">{{ text }}</view>
-				<view class="form">
-					<u-form labelPosition="top" labelWidth='auto' :model="formdata" :rules="rules" ref="uForm" errorType="toast">
-						<u-form-item label=" " prop="complaintContent">
-							<u--textarea v-model="formdata.complaintContent" border="none" :clearable="true" placeholder="请填写反馈内容" count maxlength='200'></u--textarea>
-						</u-form-item>
-						<view class="box">
-							<u-form-item label="图片(最多9张)">
-								<view class="imgitem">
-									<u-upload
-										:fileList="fileList1"
-										@afterRead="afterRead"
-										@delete="deletePic"
-										name="1"
-										:maxCount="9"
-									></u-upload>
-								</view>
-							</u-form-item>
-						</view>
-					</u-form>
-				</view>
-				<view class="footer-btn">
-					<button class="submit-btn" @click="submit">提交</button>
-					<!-- <button class="submit-btn back-btn" @click="goBack">返回</button> -->
-				</view>
-			</view>
-			<view class="container" v-else>
-				<view class="list-item title">请选择反馈类型</view>
-				<view class="list-item" v-for="(item, index) in feedbackItems" :key="index"
-					@click="handleClick(item,index)">
-					<view>{{ item.complaintTypeName }}</view>
-					<uni-icons type="right" size="20" color="rgba(0,0,0,.3)" v-if="isLastChild==0"></uni-icons>
-				</view>
-				<view class="list-item" v-if="pageIndex!=0&&isLastChild==0" @click="goBack">
-					返回上一层
-				</view>
-			</view>
-		</view>
-	</view>
-</template>
-
-<script>
-	import { mapGetters } from 'vuex';
-	import{ getTypeTree, complaintRecord,loginByMp } from "@/api/course.js"
-	export default {
-		data() {
-			return {
-				statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
-				menuButtonH: 45,
-				pageIndex: 0,
-				list: [],
-				feedbackItems: [],
-				userId: '',
-				courseId: '',
-				videoId: '',
-				formdata: {
-					complaintContent: ""
-				},
-				rules: {
-					complaintContent:[{
-						required: true,
-						message: '投诉反馈内容不能为空',
-						trigger: ["change", "blur"]
-					}]
-				},
-				text: '',
-				templateId: 0,
-				user: {},
-				isLastChild: 0,
-				isLogin: false,
-				fileList1: [],
-				projectCode:'',
-				code:''
-			};
-		},
-		computed: {
-			...mapGetters(['coureLogin']),
-		},
-		watch: {
-		    coureLogin: {
-		      immediate: true,          // 页面一进入就检查一次
-		      handler(val) {
-		        if (val == 2) {
-					console.log("AppToken失效,请重新登录")
-					this.isLogin = false
-					this.goLogin()
-		        }
-		      }
-		    }
-		},
-		onLoad(option) {
-			this.userId = option.userId || ''
-			this.courseId = option.courseId || ''
-			this.videoId = option.videoId || ''
-			this.projectCode = option.projectCode || ''
-			uni.$on('usercode',(data)=>{
-				if(data) {
-					this.code=data.code
-					this.goLogin(data)
-				}
-			})
-			this.utils.getDomain({projectCode:this.projectCode}).then(res=>{
-				if(res.code == 200) {
-					uni.setStorageSync('addressUrl',res.addressUrl)
-					this.utils.isLoginCourseAuto().then(
-						res => {
-							if(res){
-								this.isLogin = true
-								this.getMenuButton()
-								this.getList()
-							} else{
-								this.isLogin = false
-								this.goLogin()
-							}
-						},
-						rej => {}
-					);
-				}
-			})
-		},
-		onUnload() {
-			uni.$off('usercode')
-		},
-		methods: {
-			getMenuButton(){
-				const menuButtonInfo = uni.getMenuButtonBoundingClientRect()
-				this.menuButtonH = menuButtonInfo.height
-			},
-			goBack() {
-				// 返回上一层逻辑
-				if (this.pageIndex == 0) {
-					uni.navigateBack();
-				} else {
-					this.pageIndex--;
-					this.formdata = {
-						complaintContent: ""
-					}
-					if (this.isLastChild == 1) {
-						this.isLastChild = 0
-					} else {
-						if (this.pageIndex == 0) {
-							this.feedbackItems = this.list
-							this.templateId = 0
-						} else {
-							const list = this.findGrandparentOrAllData(this.list, this.templateId)
-							this.feedbackItems = list.childrenType
-							this.templateId = list.complaintTypeId
-						}
-					}
-				
-				}
-			},
-			findGrandparentOrAllData(data, targetId) {
-				// 递归函数,用于查找目标节点的父级节点
-				function findParent(node, targetId) {
-					if (!node || !node.childrenType) return null;
-			
-					for (let child of node.childrenType) {
-						if (child.complaintTypeId === targetId) {
-							return node; // 找到目标节点的父级节点
-						}
-			
-						const result = findParent(child, targetId); // 递归查找子节点
-						if (result) return result;
-					}
-			
-					return null;
-				}
-			
-				// 遍历顶层节点,查找目标节点的父级和祖父级节点
-				for (let root of data) {
-					if (root.complaintTypeId === targetId) {
-						return data; // 如果目标节点是顶层节点,返回所有数据
-					}
-			
-					const parent = findParent(root, targetId); // 查找目标节点的父级节点
-					if (parent) {
-						const grandparent = findParent(root, parent.complaintTypeId); // 查找父级节点的父级节点
-						return grandparent || data; // 如果找到祖父节点返回祖父节点,否则返回所有数据
-					}
-				}
-			
-				return data; // 如果没有找到目标节点,返回所有数据
-			},
-			handleClick(item,index) {
-				if (this.isLastChild == 1) return
-				if (this.pageIndex >= 0) {
-					this.pageIndex++
-					let children = this.feedbackItems[index].childrenType || [];
-					this.templateId = this.feedbackItems[index].complaintTypeId
-					this.formdata = {
-						complaintContent: ""
-					}
-					this.text = this.feedbackItems[index].complaintTypeName
-					if (children.length > 0) {
-						this.isLastChild = 0
-						this.feedbackItems = children
-						this.templateId = this.feedbackItems[0].complaintTypeId
-					} else {
-						this.isLastChild = 1
-						this.formdata = {
-							complaintContent: ""
-						}
-						setTimeout(() => {
-							this.$refs.uForm.setRules(this.rules)
-						}, 200)
-					}
-				}
-			},
-			getList(){
-				getTypeTree().then(res=>{
-					if(res.code == 200) {
-						this.list = res.data
-						this.pageIndex = 0
-						this.feedbackItems = this.list
-					}
-				})
-			},
-			submit() {
-				if(this.fileList1.some(item=>item.status == 'uploading')) {
-					uni.showToast({
-						title: '等待图片上传中',
-						icon: 'none'
-					})
-					return
-				}
-				var images=[];
-				this.fileList1.forEach(function(element) {
-					images.push(element.url)
-				});
-				this.$refs.uForm.validate().then(res => {
-					if (res) {
-						const param = {
-							userId: this.userId,
-							complaintTypeId: this.templateId,
-							complaintContent: this.formdata.complaintContent,
-							courseId: this.courseId,
-							videoId: this.videoId,
-							complaintUrl: images.toString()
-						}
-						complaintRecord(param).then(res=>{
-							uni.showModal({
-								title: '',
-								content: '我们已收到您的反馈,谢谢',
-								showCancel: false,
-								success: function (res) {
-									if (res.confirm) {
-										uni.navigateBack()
-									} else if (res.cancel) {
-										uni.navigateBack()
-									}
-								}
-							});
-						})
-					}
-				})
-			},
-			deletePic(event) {
-				this[`fileList${event.name}`].splice(event.index, 1)
-			},
-			async afterRead(event) {
-				// 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
-				let lists = [].concat(event.file)
-				let fileListLen = this[`fileList${event.name}`].length
-				lists.map((item) => {
-					this[`fileList${event.name}`].push({
-						...item,
-						status: 'uploading',
-						message: '上传中'
-					})
-				})
-				for (let i = 0; i < lists.length; i++) {
-					const result = await this.uploadFilePromise(lists[i].url)
-					let item = this[`fileList${event.name}`][fileListLen]
-					this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
-						status: 'success',
-						message: '',
-						url: result
-					}))
-					fileListLen++
-				}
-			},
-			uploadFilePromise(url) {
-				const projectCode = uni.getStorageSync('projectCode')
-				return new Promise((resolve, reject) => {
-					let a = uni.uploadFile({
-						url: uni.getStorageSync('addressUrl_'+projectCode)+ '/app/common/uploadOSS', // 仅为示例,非真实的接口地址
-						filePath: url,
-						name: 'file',
-						success: (res) => {
-							setTimeout(() => {
-								console.log(JSON.parse(res.data).url)
-								resolve(JSON.parse(res.data).url)
-							}, 1000)
-						}
-					});
-				})
-			},
-			goLogin(data) {
-				if(!this.projectCode){
-					uni.showToast({
-						title: '链接有误',
-						icon: 'none'
-					});
-					return
-				} 
-				this.loginFsUserWx(data)
-				return
-				this.utils.getProvider().then(provider=>{
-					console.log('当前的环境商',provider)
-					if (!provider) {
-					  reject()
-					}
-					uni.login({
-						provider: provider,
-						success: async loginRes => {
-							console.log(loginRes)
-							uni.getUserInfo({
-							   provider: provider,
-							   success: (infoRes)=> {
-								    uni.showToast({
-										title: '处理中...',
-										icon: 'loading'
-								    });
-									loginByMp({code: loginRes.code,encryptedData:infoRes.encryptedData,iv:infoRes.iv,appId:getApp().globalData.appId}).then(res=>{
-										 uni.hideLoading();
-										 if (res.code == 200) {
-											 this.$store.commit('setCoureLogin', 1);
-											uni.setStorageSync(this.utils.TOKEN_KEYAuto, res.token);
-											uni.setStorageSync('auto_userInfo', JSON.stringify(res.user));
-											this.userId = res.user.userId || ''
-											this.isLogin = true
-											this.getMenuButton()
-											this.getList()
-										 } else {
-											uni.showToast({
-												title: res.msg,
-												icon: 'none'
-											});
-										 }
-									 }).catch(err=>{
-										uni.hideLoading();
-										uni.showToast({
-											icon:'none',
-											title: "登录失败,请重新登录",
-										});
-									});
-							   }
-							});
-						}
-					})
-				}).catch(err => {})
-			},
-			// H5授权绑定关系
-			async loginFsUserWx(data){
-				if(data){
-					let token = uni.getStorageSync('TOKEN_WEXIN');
-					let user = uni.getStorageSync('userInfo')
-					
-					uni.setStorageSync(this.utils.TOKEN_KEYAuto, token);
-					uni.setStorageSync('auto_userInfo', JSON.stringify(user));
-					this.userId = user.userId || ''
-					this.isLogin = true
-					this.getMenuButton()
-					this.getList()
-				}else{
-					uni.setStorageSync('H5course',{
-						companyId: this.urlOption.companyId,
-						companyUserId:this.urlOption.companyUserId,
-						type: 1, //1自动,其他手动
-					})
-					uni.showLoading({ title: '加载中' });
-										
-					try {
-					  await this.utils.getDomain({ projectCode: this.projectCode}); // code 换成你的业务标识
-					  await this.utils.getConfigKey();
-					  uni.navigateTo({
-					  	url:'/pages_course/webview?H5course='+uni.getStorageSync('H5course')
-					  })
-					} catch (err) {
-					  console.error('初始化失败', err);
-					  uni.showToast({ title: '请求失败', icon: 'none' });
-					} finally {
-					  uni.hideLoading();
-					}
-				}
-			}
-		}
-	};
-</script>
-
-<style scoped lang="scss">
-	.container {
-		background-color: #fff;
-	}
-	.formbox-title {
-		padding-bottom: 30rpx;
-		border-bottom: 1px solid #f4f4f4;
-	}
-	.formbox {
-		border-top: 1px solid #f4f4f4;
-		padding: 30rpx;
-	}
-	.box {
-		padding-bottom: 24rpx;
-		border-top: 1px solid #f4f4f4;
-		.imgitem {
-			padding-top: 20rpx;
-		}
-	}
-	.footer-btn {
-		margin-top: 50rpx;
-	}
-	.submit-btn {
-		width: 50%;
-		height: 88rpx;
-		line-height: 88rpx;
-		text-align: center;
-		font-size: 30rpx;
-		font-family: PingFang SC;
-		color: #FFFFFF;
-		background: rgb(0,178,106);
-		border-radius: 16rpx;
-		border: 1rpx solid ;
-		margin-bottom: 30rpx;
-		&::after {
-			border: none;
-		}
-	}
-	.back-btn {
-		color: #bbb;
-		background: transparent;
-		border-radius: 16rpx;
-		border: 1rpx solid #999;
-	}
-	.header-nav {
-		height: 88rpx;
-		display: flex;
-		align-items: center;
-		justify-content: center;
-		overflow: hidden;
-		background-color: #fff;
-		box-sizing: border-box;
-		width: 100%;
-		position: fixed;
-		top: 0;
-		left: 0;
-		.header-title {
-			flex: 1;
-			text-align: center;
-			overflow: hidden;
-			white-space: nowrap;
-			text-overflow: ellipsis;
-			font-family: PingFang SC,PingFang SC;
-			font-weight: 500;
-			font-size: 15px;
-			color: #000;
-			box-sizing: border-box;
-		}
-	}
-	.arrow-left {
-		position: absolute;
-		left: 24rpx;
-		height: 88rpx;
-		display: flex;
-		align-items: center;
-		justify-content: center;
-		overflow: hidden;
-	}
-	.list-item {
-		background-color: #fff;
-		padding: 24rpx;
-		border-bottom: 1rpx solid #f4f4f4;
-		font-size: 15px;
-		color: #333;
-	}
-
-	.title {
-		background-color: #f4f4f4;
-	}
-</style>

+ 0 - 161
pages_course/reward.vue

@@ -1,161 +0,0 @@
-<template>
-	<view class="answerPopup-box bg">
-		<!-- 正确 -->
-		<image class="tipimg" src="https://zkzh-2025.oss-cn-beijing.aliyuncs.com/shop/images/course_answer_img.png"
-			mode="aspectFill"></image>
-		<view class="answerPopup-title">恭喜你,回答正确</view>
-		<view class="answerPopup-desc">您有一份奖励待领取哦</view>
-		<view class="answerPopup-btn" @click="handleReceive">领取</view>
-		<!-- <view class="footer-tips">重庆云联融智提供技术支持</view> -->
-	</view>
-</template>
-
-<script>
-	// import wx from 'jweixin-module';
-	// import { initJssdk } from "@/utils/common.js"
-	export default {
-		data() {
-			return {
-				mchId:'',
-				packageInfo: ''
-			}
-		},
-		methods: {
-			handleReceive() {
-				this.packageInfo = uni.getStorageSync('receive_package') || ''
-				this.mchId = uni.getStorageSync('mchId') || ''
-				// this.initWXConfig(this.packageInfo)
-				this.$nextTick(()=>{
-					this.handleTest()
-				})
-			},
-			handleTest() {
-				const that = this
-				// console.log(that.mchId)
-				// console.log('wx3de90a39feb8107a',wx.getAccountInfoSync().miniProgram.appId)
-				// console.log(that.packageInfo)
-				if (wx.canIUse('requestMerchantTransfer')) {
-				  wx.requestMerchantTransfer({
-				    mchId:that.mchId,
-				    appId:wx.getAccountInfoSync().miniProgram.appId,
-				    package:that.packageInfo,
-				    success: (res) => {
-				    },
-				    fail: (res) => {
-				    },
-				  });
-				} else {
-				  wx.showModal({
-				    content: '你的微信版本过低,请更新至最新版本。',
-				    showCancel: false,
-				  });
-				}
-				// wx.ready(() => {
-				// 	// config信息验证后会执行ready方法,所有接口调用都必须在config之后
-				// 	wx.checkJsApi({
-				// 		jsApiList: ['requestMerchantTransfer'],
-				// 		success: function(res) {
-				// 			if (res.checkResult['requestMerchantTransfer']) {
-				// 				WeixinJSBridge.invoke('requestMerchantTransfer', {
-				// 						mchId: that.mchId,
-				// 						appId: appId,
-				// 						package: packageVal,
-				// 					},
-				// 					function(res) {
-				// 						if (res.err_msg === 'requestMerchantTransfer:ok') {
-				// 							// res.err_msg将在页面展示成功后返回应用时返回success,并不代表付款成功
-				// 						}
-				// 					}
-				// 				);
-				// 			} else {
-				// 				alert('你的微信版本过低,请更新至最新版本。');
-				// 			}
-				// 		}
-				// 	});
-				// });
-				// wx.error(function(res){
-				//   // config信息验证失败会执行error函数,如签名过期导致验证失败,具体错误信息可以打开config的debug模式查看,也可以在返回的res参数中查看,对于SPA可以在这里更新签名。
-				// });
-			},
-			initWXConfig(packageVal) {
-				const isWechat = String(navigator.userAgent.toLowerCase().match(/MicroMessenger/i)) === "micromessenger";
-				if(isWechat) {
-					let url = window.location.href.split('#')[0]
-					initJssdk((data)=>{
-						this.handleTest(packageVal,data.appId,data.mchId)
-					},url)
-				} else {
-					uni.showToast({
-						title: '请在微信浏览器中打开'
-					})
-				}
-			}
-		}
-	}
-</script>
-
-<style scoped lang="scss">
-	@mixin u-flex($flexD, $alignI, $justifyC) {
-		display: flex;
-		flex-direction: $flexD;
-		align-items: $alignI;
-		justify-content: $justifyC;
-	}
-	.footer-tips {
-		width: 100%;
-		position: absolute;
-		left: 0;
-		bottom: 14rpx;
-		text-align: center;
-		font-family: PingFang SC,PingFang SC;
-		font-weight: 500;
-		font-size: 12px;
-		color: #bbb;
-	}
-	.answerPopup {
-		&-box {
-			width: 100%;
-			height: 100vh;
-			background: linear-gradient(180deg, #FFFAF6 50%, #FEECD8 100%);
-			background-color: #fff;
-			font-weight: 400;
-			box-sizing: border-box;
-			position: relative;
-			@include u-flex(column, center, center);
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-	
-			.tipimg {
-				width: 206rpx;
-				height: 206rpx;
-				margin-bottom: 16rpx;
-			}
-		}
-	
-		&-title {
-			font-weight: 600;
-			font-size: 36rpx;
-			color: #222222;
-		}
-	
-		&-desc {
-			margin-top: 30rpx;
-			font-size: 28rpx;
-			color: #757575;
-		}
-	
-		&-btn {
-			width: 464rpx;
-			height: 84rpx;
-			margin-top: 10vh;
-			margin-bottom: 16vh;
-			background: #FF5C03;
-			border-radius: 42rpx;
-			font-weight: 500;
-			font-size: 32rpx;
-			color: #FFFFFF;
-			text-align: center;
-			line-height: 84rpx;
-		}
-	}
-</style>

+ 0 - 2135
pages_course/video.vue

@@ -1,2135 +0,0 @@
-<template>
-	<view class="content">
-		<view class="header-nav" :style="{height: `calc(88rpx + ${statusBarHeight}px)`,paddingTop: statusBarHeight + 'px'}">
-			<view class="arrow-left-warning" @click="feedback">
-				<image :src="baseUrl+'/app/image/warning.png'"></image>
-				<text>投诉</text>
-			</view>
-			<view class="header-title" :style="{width:menuButtonLeft + 'px',height:menuButtonH+'px',lineHeight:menuButtonH+'px'}">{{courseInfo.title}}</view>
-		</view>
-		<view class="video-box">
-			<image v-if="!isLogin || isAddKf!=1" class="video-poster" :src="courseInfo.imgUrl" mode="aspectFill">
-			</image>
-			<video 
-			@timeupdate="onTimeUpdate" 
-			@progress="progressChange" 
-			@error="videoErrorCallback" 
-			@play="getPlay"
-			@pause="getPause" 
-			@ended="getEnded" 
-			@fullscreenchange="fullscreenchange"
-			@controlstoggle="controlstoggle"
-			@waiting="getWaiting"
-			:title="courseInfo.title"
-			style="width: 100%;height: 420rpx;" 
-			:poster="poster"  
-			id="video-content-box"  
-			controls
-			:show-fullscreen-btn="true"
-			:auto-pause-if-open-native="true"
-			:auto-pause-if-navigate="true"
-			:enable-progress-gesture="false" 
-			:show-progress="true"
-			:picture-in-picture-mode="[]"
-			:show-background-playback-button="false"
-			:src="videoUrl"
-			>
-			<!-- :danmu-list="danmuList"
-			enable-danmu
-			danmu-btn -->
-			<!-- 弹幕展示 -->
-			<template v-if="showDanmu==1&&openCommentStatus==2">
-				<text v-for="(item, index) in activeDanmus" :key="item.commentId" class="danmu-item danmuMove"
-					:style="item.danmustyle" @animationend="animationend(item,index)">
-					{{ item.content }}
-				</text>
-			</template>
-				<cover-view class="video-danmu-btnbox" :style="{display: openCommentStatus==2&&isfull&&crtShow&&isLogin&&isAddKf==1 ? 'block':'none'}">
-					<cover-image class="video-danmu-image"
-					 :src="baseUrl+'/app/image/danmu_set.png'"
-					 @click="openDanmu(1)"></cover-image>
-				</cover-view>
-			</video>
-		</view>
-		<!-- 弹幕方法 -->
-		<commentBox
-			v-if="openCommentStatus==2"
-			ref="danmuBox" 
-			:height="height" 
-			:urlOption="urlOption" 
-			:time="playTime"
-			:showDanmu="showDanmu"
-			:viewCommentNum="viewCommentNum"
-			:openCommentStatus="openCommentStatus"
-			@setInputText="setInputText" 
-			@getScrollTop="getScrollTop"
-			@getMore="getMore"
-			@getActiveDanmus="getActiveDanmus"></commentBox>
-		<view id="title-contentnav">
-			<view class="title-content" v-if="openCommentStatus!=1">
-				<!-- 答题时展示小节课程名,其他展示课程名 -->
-				<!-- 小节课程名 -->
-				<view class="subtitlebox" v-if="isLogin&&isAddKf==1">
-					{{courseInfo.title|| ''}}
-				</view>
-				<!-- 课程名字 -->
-				<view class="miantitlebox" v-else>
-					{{courseInfo.courseName|| ''}}
-				</view>
-				<!-- 投诉 -->
-				<!-- <view class="warning" @click="feedback" v-if="isLogin&&videoId">
-					<image :src="baseUrl+'/app/image/warning.png'"></image>
-					<text>投诉</text>
-				</view> -->
-			</view>
-			<view class="tabbox-bar" v-if="openCommentStatus==1">
-				<view class="tabbox">
-					<view :class="currentTab == nav.id ? 'tabbox-active':''" v-for="nav in navList" :key="nav.id" @click="handleTab(nav.id)">{{nav.name}}</view>
-				</view>
-				<!-- 投诉 -->
-				<!-- <view class="warning" @click="feedback">
-					<image :src="baseUrl+'/app/image/warning.png'"></image>
-					<text>投诉</text>
-				</view> -->
-			</view>
-		</view>
-		<scroll-view
-		class="scroll-view" 
-		:style="{height: height}" 
-		:scroll-top="scrollTop" 
-		:scroll-y="true" 
-		:refresher-enabled="currentTab == 2"
-		:refresher-triggered="triggered"
-		@refresherrefresh="handleRefresher">
-			<template v-if="openCommentStatus==1">
-				<view v-show="currentTab==0">
-					<descInfoNav ref="descInfoNav" :isLogin="isLogin" :isAddKf="isAddKf" :courseInfo="courseInfo"></descInfoNav>
-				</view>
-				<view v-show="currentTab==2">
-					<commentBox 
-					ref="commentBox" 
-					:height="height" 
-					:urlOption="urlOption" 
-					:time="playTime"
-					:flagTime="flagTime"
-					:showDanmu="showDanmu"
-					:viewCommentNum="viewCommentNum"
-					:openCommentStatus="openCommentStatus"
-					@setInputText="setInputText" 
-					@getScrollTop="getScrollTop"
-					@getMore="getMore"></commentBox>
-				</view>
-			</template>
-			<view v-show="currentTab==1">
-				<template v-if="openCommentStatus!=1">
-					<!-- 介绍 -->
-					<descInfo ref="descInfo" :isLogin="isLogin" :isAddKf="isAddKf" :courseInfo="courseInfo"></descInfo>
-				</template>
-				<!-- 问题 -->
-				<template v-if="isLogin&&isAddKf==1">
-					<ques ref="ques" :quesList="quesList" :openCommentStatus="openCommentStatus" @handleAnswer="handleAnswer"></ques>
-				</template>
-			</view>
-		</scroll-view>
-		<!-- 线路 -->
-		<view class="video-line" v-if="isLogin&&isAddKf==1" @click="openPop">
-			<image :src="baseUrl+'/app/image/changePlayer-icon.png'"></image>
-			<text>线路{{numberToChinese(lineIndex + 1)}}</text>
-		</view>
-		<!-- 线路弹窗 -->
-		<uni-popup ref="popup" type="bottom"  class="full-width-popup">
-			<view class="popupbox">
-				<view class="popupbox-head">
-					<text>线路选择</text>
-					<image class="close-icon" :src="baseUrl+'/app/image/tc_close_icon.png'" mode="aspectFill" @click="close">
-					</image>
-				</view>
-				<view class="popupbox-content">
-					<view :class="lineIndex == index ? 'line-item line-active': 'line-item'"
-						v-for="(it,index) in lineList" :key="index" @click="handleLine(index)">
-						线路{{numberToChinese(index + 1)}}</view>
-				</view>
-			</view>
-		</uni-popup>
-		<!-- 发送弹幕 -->
-		<view class="video-line danmu-line" v-if="isLogin&&isAddKf==1&&openCommentStatus==2" @click="openDanmu(0)" >
-			<image class="set_image" :src="baseUrl+'/app/image/danmu_set_black'" mode="aspectFill"></image>
-			<text>发弹幕</text>
-		</view>
-		<!-- 发送弹幕弹窗 -->
-		<uni-popup ref="danmuPopup" type="bottom" style="z-index: 999;" @change="changeShowPopup">
-			<view class="danmuPopup" :style="{marginLeft:isfull ? statusBarHeight+'px': 0,marginBottom: danmuboxHeight+'px'}">
-				<view class="danmuPopup-head border-line">
-					<image class="danmu-icon" :src="showDanmu==0?baseUrl+'/app/image/danmu-off.png':baseUrl+'/app/image/danmu-on.png'" mode="heightFix" @click="switchDanmu()"></image>
-					<view class="u-border">
-						<u-input 
-						class="danmuPopup-input" 
-						placeholder="发个弹幕吧~" 
-						border="border"
-						:focus="focus"
-						:adjustPosition="false" 
-						:autoBlur="true" 
-						maxlength="50"
-						v-model.trim="inputText">
-						</u-input>
-						<text style="font-size: 24rpx;color: #bbb;margin-left: 10rpx;">{{inputText?inputText.trim().length:0}}/50</text>
-					</view>
-					<button class="danmuPopup-send" @click="handleChatInput">发送</button>
-				</view>
-			</view>
-		</uni-popup>
-		<!-- 答题弹窗 -->
-		<uni-popup ref="answerPopup" type="center" :show="answerPopup">
-			<view :class="errTitle == '恭喜你,回答正确' ? 'answerPopup-box bg':'answerPopup-box'">
-				<!-- 正确 -->
-				<image class="tipimg" v-if="errTitle == '恭喜你,回答正确'" :src="baseUrl+'/app/image/course_answer_img.png'"
-					mode="aspectFill"></image>
-				<!-- 错误 -->
-				<image class="tipimg" v-else :src="baseUrl+'/app/image/course_answer_incorrectly_img.png'" mode="aspectFill">
-				</image>
-				<view class="answerPopup-title">{{errTitle}}</view>
-				<view class="answerPopup-desc" v-html="errDesc"></view>
-				<!-- 选择奖励 -->
-				<view class="reward-list" v-if="errTitle == '恭喜你,回答正确'">
-					<radio-group class="reward-list-group" @change="rewardChange">
-						<label class="reward-list-option" v-for="(item, index) in rewardType" :key="item.value">
-							<radio :value="item.value+ ''" :checked="item.value == currentReward"
-								activeBorderColor="#FF5C03" activeBackgroundColor="#FF5C03"
-								style="transform:scale(0.7)" />
-							<view :style="{color: item.value == currentReward ? '#FF5C03':''}">{{item.name}}</view>
-						</label>
-					</radio-group>
-				</view>
-				<!-- 错误题目 -->
-				<view class="errQuesbox" v-if="errQues&&errQues.length>0">
-					<view class="errQuesbox-item textOne" v-for="(it,index) in errQues" :key="index">{{it.title}}</view>
-				</view>
-				<view class="answerPopup-btn" v-if="errTitle == '恭喜你,回答正确'" @click="closeAnswerPopup">确认</view>
-				<view class="tipsPopup-btn-box" v-else
-					:style="{marginTop: errQues&&errQues.length>0 ? '40rpx':'54rpx'}">
-					<view class="tipsPopup-btn" @click="closeAnswerPopup">{{remain > 0 ? '重新答题': '确认'}}</view>
-				</view>
-			</view>
-		</uni-popup>
-		<!-- 客服二维码弹窗 -->
-		<uni-popup ref="kfPopup" type="center" :mask-click="false">
-			<view class="kfqrcode-box">
-				<image class="kfqrcode" :src="qrcode" show-menu-by-longpress="true"></image>
-				<view v-show="qrcodeMsg" style="margin-top: 30rpx;" v-html="qrcodeMsg"></view>
-				<image class="kfqrcode-close" :src="baseUrl+'/app/image/course_close_white_icon.png'" mode="aspectFill"
-					@click="closeKFPop"></image>
-			</view>
-		</uni-popup>
-		<!-- 可以答题提示 -->
-		<view class="answerTip" v-if="currentTab!=1&&openCommentStatus==1&&showAnswerTip" @click="handleTab(1)">
-			可以答题啦
-		</view>
-		<!-- footer -->
-		<view class="footer" v-show="currentTab!=2&&videoId">
-			<view class="footer-btn" v-if="!isLogin || isAddKf !=1" @click="submit">
-				<text>立即学习</text>
-			</view>
-			<view v-if="isLogin&&isAddKf==1&&currentTab==1&&quesList&&quesList.length>0" class="footer-btn footer-btn-border" @click="submit">
-				<!-- <image class="footer-btn-img" :src="baseUrl+'/app/image/red_envelope_btnimg.png'" mode="aspectFill"></image> -->
-				<text>提交答案领取奖励</text>
-			</view>
-			<!-- <view @click="checked=!checked" class="agreement" v-if="!isLogin">
-				<radio value="r1" :checked="checked" color="#ff5c03" activeBorderColor="#ff5c03"
-					style="transform:scale(0.6);" />
-				<view>阅读并同意<text style="color: #ff5c03;" @click.stop="goWeb(0)">《用户协议》</text>和<text
-						style="color: #ff5c03;" @click.stop="goWeb(1)">《隐私协议》</text></view>
-			</view> -->
-			<!-- <view class="footer-tips">重庆云联融智提供技术支持</view> -->
-		</view>
-		<view v-show="currentTab==2">
-			<view class="chatinput" :style="{bottom:danmuboxHeight>0?danmuboxHeight+'px':'calc(var(--window-bottom) + 24rpx)'}">
-				<input class="uni-input" v-model.trim="inputText" :adjustPosition="false" :autoBlur="false" maxlength="140" placeholder="发消息···" confirm-type="send" @confirm="handleChatInput" />
-				<button class="send" @click="handleChatInput">发送</button>
-			</view>
-		</view>
-	</view>
-</template>
-
-<script>
-	import { mapGetters } from 'vuex';
-	import ques from "./components/ques.vue"
-	import descInfo from "./components/descInfo.vue"
-	import descInfoNav from "./components/descInfoNav.vue"
-	import commentBox from "./components/commentBox.vue"
-	import dayjs from 'dayjs';
-	import {
-		getErrMsg,
-		getH5CourseByVideoId,
-		getH5CourseVideoDetails,
-		courseAnswer,
-		getFinishCourseVideo,
-		getIsAddKf,
-		internetTraffic,
-		getIntegralByH5Video,
-		sendReward,
-		loginByMp,
-		getRealLink,
-		errorLogUpload,
-	} from "@/api/course.js"
-	import {handleFsUserWx} from '@/api/courseLook.js'
-	export default {
-		components: {
-			descInfoNav,
-			descInfo,
-			commentBox,
-			ques,
-		},
-		data() {
-			return {
-				baseUrl:uni.getStorageSync('requestImagesPath'),
-				// 1 红包 2 积分
-				rewardType: [{
-					name: '红包奖励',
-					value: 1
-				}, {
-					name: '积分奖励',
-					value: 2
-				}],
-				currentReward: 1,
-				player: null,
-				loading: true,
-				progress: 0,
-				code: null,
-				statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
-				scrollTop: 0,
-				height: '0px',
-				isLogin: false,
-				videoUrl: "",
-				videoId: "",
-				//现在的时长
-				playTime: 0,
-				//总时长
-				duration: 0,
-				playDuration: 0,
-				// 用于续播
-				playDurationSeek: 0,
-				// 温馨提醒时间节点,
-				tipsTime: 0,
-				tipsOpen: false,
-				config: {},
-				courseInfo: {},
-				quesList: [],
-				lineList: [],
-				// 错题
-				errQues: [],
-				// 答题机会
-				remain: 0,
-				errTitle: "",
-				errDesc: "",
-				showPlay: true,
-				showControls: false,
-				playStatus: "",
-				isfull: false,
-				isAddKf: 0,
-				lineIndex: 0,
-				textHeight: 0, //文本高度
-				qwUserId: "",
-				qrcode: "",
-				corpId: "",
-				qrcodeMsg: "",
-				urlOption: {},
-				bufferRate: 0, // 缓冲时间
-				uuId: "",
-				isEnded: false,
-				// 是否允许拖动进度条
-				linkType: 0,
-				ip: null,
-				checked: true,
-				isFinish: 0, // 是否完课
-				interval: null,
-				intervalIntegral: null, // 积分定时
-				options: {
-					sources: [{
-						src: ""
-					}],
-					poster: "",
-					live: false /* 是否直播 */ ,
-					controls: true,
-					autoplay: false,
-					licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1323137866_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl,
-					LicenseKey: 'bcc5bd9a14b798b48c52ff005a21d926',
-					controlBar: {
-						volumePanel: false,
-						playbackRateMenuButton: false,
-						QualitySwitcherMenuButton: false,
-						// progressControl: false
-					},
-					plugins: {
-						// ProgressMarker: false,
-						ContextMenu: {
-							statistic: false
-						}
-					},
-				},
-				poster: "",
-				// 错误请求次数
-				errorCount: 0,
-				answerPopup: false,
-				sortLink:"",
-				// 课程是否过期
-				isExpire: false,
-				menuButtonLeft: 281,
-				menuButtonH: 45,
-				timer: null,
-				flag: false,
-				focus: false,
-				openDanmuType: 0,
-				danmuboxHeight: 0,
-				user: {},
-				crtShow: true,
-				// 是否获取到对应观看者的真实链接
-				isCheckRealUrl: false,
-				courseLogo: '',
-				isfull: false,
-				navList:[{
-					id: 0,
-					name: '介绍'
-				},{
-					id: 1,
-					name: '答题'
-				},{
-					id: 2,
-					name: '评论'
-				}],
-				currentTab: 1,
-				triggered: false,
-				// 没有更多
-				isMore: false,
-				inputText:"",
-				// 获取最多历史评论条数
-				viewCommentNum: 200,
-				// 1-开启评论;2-开启弹幕;3-关闭
-				openCommentStatus: 3,
-				showAnswerTip: false,
-				showDanmu: 1,
-				activeDanmus:[],
-				flagTime: 0,
-				projectCode:''
-			}
-		},
-		computed:{
-			...mapGetters(['coureLogin']),
-		},
-		watch: {
-		    coureLogin: {
-		      immediate: true,          // 页面一进入就检查一次
-		      handler(val) {
-		        if (val == 2&&this.isLogin) {
-					console.log("看课AppToken失效,请重新登录")
-					this.isLogin = false
-					this.isAddKf = 0
-					this.goLogin()
-		        }
-		      }
-		    }
-		},
-		onLoad(option) {
-			console.log("onLoad===")
-			this.urlOption = option.course ? JSON.parse(option.course) : {}
-			this.videoId = this.urlOption.videoId || ''
-			this.qwUserId = this.urlOption.qwUserId || ''
-			this.corpId = this.urlOption.corpId || ''
-			this.linkType = this.urlOption.linkType || 0
-			this.projectCode = this.urlOption.projectCode || ''
-			this.sortLink = this.urlOption.link || ''
-			
-			uni.$on('usercode',(data)=>{
-				if(data) {
-					this.code=data.code
-					this.goLogin(data)
-				}
-			})
-			this.getMenuButton()
-			// #ifndef H5
-			uni.onKeyboardHeightChange(this.keyboardHeightChange);
-			// #endif
-		},
-		onShow() {
-			console.log("==onShow===")
-			this.baseUrl=uni.getStorageSync('requestImagesPath')
-			this.tipsOpen = false
-			this.uuId = this.utils.generateRandomString(16)
-			if(uni.getStorageSync('auto_userInfo') && JSON.stringify(uni.getStorageSync('auto_userInfo'))!='{}') {
-				this.user = JSON.parse(uni.getStorageSync('auto_userInfo'))
-			} else {
-				this.user = {}
-			}
-			if(!this.sortLink||!this.projectCode){
-				uni.showToast({
-					title: '链接有误',
-					icon: 'none'
-				});
-				return
-			} 
-			this.utils.getDomain({projectCode:this.projectCode}).then(res=>{
-				if(res.code == 200) {
-					if (this.videoId) {
-						this.getH5CourseByVideo()
-					}
-					if(this.sortLink){
-						this.getLink()
-					}
-				}
-			})
-		},
-		mounted() {
-			this.getIP()
-			this.getHeight()
-		},
-		onHide() {
-			// this.player = uni.createVideoContext('video-content-box');
-			if (this.player) {
-				this.player.pause()
-			}
-			// if (this.interval != null) {
-			// 	clearInterval(this.interval)
-			// 	this.interval = null
-			// }
-		},
-		onUnload() {
-			uni.$off('usercode')
-			if (this.interval != null) {
-				clearInterval(this.interval)
-				this.interval = null
-			}
-			this.clearIntegral()
-			// #ifndef H5
-			uni.offKeyboardHeightChange(this.keyboardHeightChange);
-			// #endif
-		},
-		beforeDestroy() {
-			uni.$off('usercode')
-			this.player = uni.createVideoContext('video-content-box');
-			if (this.player) {
-				this.player.stop()
-				this.player = null
-			}
-			if (this.interval != null) {
-				clearInterval(this.interval)
-				this.interval = null
-			}
-			this.clearIntegral()
-			// #ifndef H5
-			uni.offKeyboardHeightChange(this.keyboardHeightChange);
-			// #endif
-		},
-		methods: {
-			numberToChinese(number) {
-				if (number) {
-					const chineseNumber = ['一', '二', '三', '四', '五', '六', '七', '八', '九'];
-					return chineseNumber[number - 1];
-				} else {
-					return ''
-				}
-			},
-			keyboardHeightChange(res) {
-				// #ifndef H5
-				console.log("this.danmuboxHeight",this.danmuboxHeight)
-				 this.danmuboxHeight = res.height
-				// #endif
-			},
-			getMenuButton(){
-				const menuButtonInfo = uni.getMenuButtonBoundingClientRect()
-				this.menuButtonLeft = menuButtonInfo.left
-				this.menuButtonH = menuButtonInfo.height
-			},
-			//播放时间更新事件方法
-			onTimeUpdate(e){
-				let currentTime = Math.round(e.detail.currentTime)
-				if (this.playDurationSeek > 0) {
-					this.playTime = this.playDurationSeek
-					this.throttle(() => this.changeTime(this), 1000, false)
-				} else {
-					if (this.linkType != 1 && (currentTime - this.playTime > 3 || currentTime - this.playTime < -3)&&this.isFinish!=1) {
-						uni.showToast({
-							title: '不能快进哦',
-							icon: 'none',
-						});
-						currentTime = this.playTime
-						this.player.seek(this.playTime);
-					}
-					this.playTime = currentTime
-				}
-				if(this.isEnded||this.playTime >= this.duration - 60) {
-					this.showAnswerTip = true
-				} else {
-					this.showAnswerTip = false
-				}
-				if (Math.floor(e.detail.currentTime) != this.flagTime &&this.openCommentStatus == 2) {
-					this.flagTime = Math.floor(e.detail.currentTime)
-					this.$refs.danmuBox&&this.$refs.danmuBox.checkDanmu(this.flagTime)
-				}
-			},
-			changeTime(that,e) {
-				that.playDurationSeek = 0
-			},
-			videoErrorCallback(e) {
-				this.errorCount++
-				if (this.errorCount > 3) return
-				if (this.interval != null) {
-					clearInterval(this.interval)
-				}
-				this.clearIntegral()
-				console.log(e)
-				this.getErrMsg(e.target.errMsg)
-				this.getH5CourseVideoDetails('error')
-			},
-			// 当开始/继续播放时触发play事件
-			getPlay() {
-				this.errorCount = 0
-				// this.judgeDuration()
-			},
-			getPause() {
-				this.clearIntegral()
-			},
-			getEnded() {
-				this.clearIntegral()
-				this.isEnded = true
-				this.showAnswerTip = true
-				this.isFinish = 1
-				this.getFinishCourseVideo()
-			},
-			getWaiting() {
-				this.getErrMsg('','waiting')
-			},
-			fullscreenchange(event) {
-				this.isfull = event.detail.fullScreen
-				if(this.isfull) {
-					this.$refs.danmuBox&&this.$refs.danmuBox.initTracks()
-				}
-			},
-			controlstoggle(event) {
-				this.crtShow =  event.detail.show
-			},
-			getIP() {
-				uni.request({
-					url: 'https://ipinfo.io/json', //仅为示例,并非真实接口地址。
-					method: 'GET',
-					success: (res) => {
-						this.ip = res.data.ip
-					}
-				});
-			},
-			getHeight() {
-				setTimeout(()=>{
-					const query = uni.createSelectorQuery().in(this);
-					query
-						.select("#title-contentnav")
-						.boundingClientRect((data) => {
-							if(data) {
-								this.height =
-									`calc(100vh - ${data.height}px - 420rpx - ${this.statusBarHeight}px - 80px - 88rpx)`
-							}
-						})
-						.exec();
-				},200)
-			},
-			numberToLetter(num) {
-				// 将数字转换为字母的 ASCII 码
-				let letterCode = num + 65;
-				// 将 ASCII 码转换为大写字母
-				let letter = String.fromCharCode(letterCode);
-				return letter;
-			},
-			updateTime() {
-				var that = this;
-				if (this.interval != null) {
-					clearInterval(this.interval)
-				}
-				this.interval = setInterval(function() {
-					that.getFinishCourseVideo()
-					that.getInternetTraffic()
-				}, 60000);
-			},
-			judgeDuration() {
-				var that = this;
-				if (this.intervalIntegral != null) {
-					clearInterval(this.intervalIntegral)
-					this.intervalIntegral = null
-				}
-				// 观看10分钟获得积分
-				this.intervalIntegral = setInterval(function() {
-					that.getIntegralByH5Video()
-				}, 600000);
-			},
-			clearIntegral() {
-				if (this.intervalIntegral != null) {
-					clearInterval(this.intervalIntegral)
-					this.intervalIntegral = null
-				}
-			},
-			getH5CourseByVideo() {
-				this.loading = true
-				getH5CourseByVideoId({
-					videoId: this.videoId
-				}).then(res => {
-						this.loading = false
-						if (res.code == 200) {
-							this.courseInfo = res.data
-							uni.setNavigationBarTitle({
-								title: this.courseInfo && this.courseInfo.title ? this.courseInfo.title : ''
-							});
-						}
-						this.getHeight()
-						this.$nextTick(()=>{
-							this.$refs.descInfo&&this.$refs.descInfo.getDescHeight()
-							this.$refs.descInfoNav&&this.$refs.descInfoNav.getDescHeight()
-						})
-					},
-					rej => {
-						this.loading = false
-					}
-				).catch(() => {
-					this.loading = false
-				})
-			},
-			getH5CourseVideoDetails(type) {
-				getH5CourseVideoDetails(this.urlOption).then(res => {
-						if (res.code == 200) {
-							this.config = res.config || {}
-							this.isFinish = res.isFinish || 0
-							this.duration = res.course && res.course.duration ? res.course.duration : 0
-							this.playDuration = res.playDuration || 0
-							this.tipsTime = res.tipsTime || 0
-							let lineList = []
-							if (res.course && res.course.lineOne) {
-								lineList.push(res.course.lineOne)
-							}
-							if (res.course && res.course.lineTwo) {
-								lineList.push(res.course.lineTwo)
-							}
-							if (res.course && res.course.lineThree) {
-								lineList.push(res.course.lineThree)
-							}
-							this.lineList = lineList
-							this.courseLogo = res.config&&res.config.courseLogo
-							this.viewCommentNum = res.config&&res.config.viewCommentNum || 200
-							if(this.openCommentStatus == 3) {
-								this.$refs.commentBox&&this.$refs.commentBox.closeWSocket()
-								this.$refs.danmuBox&&this.$refs.danmuBox.closeWSocket()
-							}
-							const status = res.config&&res.config.openCommentStatus || 3
-							if(status != this.openCommentStatus) {
-								this.openCommentStatus = status
-							}
-							this.currentTab = 1
-							if(this.openCommentStatus!=2 || this.showDanmu!=1) {
-								this.activeDanmus = []
-							}
-							if (!this.player || type == 'error') {
-								this.lineIndex = this.config.defaultLine
-								this.videoUrl = lineList[this.lineIndex]
-								this.poster= res.course && res.course.imgUrl ? res.course.imgUrl : ''
-								// this.options.sources = [{
-								// 	src: this.videoUrl
-								// }]
-								// this.options.poster = res.course && res.course.imgUrl ? res.course.imgUrl : ''
-								// this.initVideo()
-								this.playTime = this.playDuration >= this.duration ? 0 : this.playDuration
-								this.playDurationSeek = this.playTime
-								setTimeout(()=>{
-									this.player = uni.createVideoContext('video-content-box');
-									this.player.seek(this.playTime)
-									this.player.play();
-								},500);
-							} else {
-								// let div = document.querySelector(".vjs-progress-control");
-								// if(div) {
-								// 	if (this.isFinish == 1 || this.isEnded || this.linkType == 1) {
-								// 		div.style.pointerEvents = "auto";
-								// 	} else {
-								// 		div.style.pointerEvents = "none"; //禁止所有事件
-								// 	}
-								// }
-								this.playTime = this.playTime > this.playDuration ? this.playTime : this.playDuration >= this.duration ? 0 : this.playDuration
-								this.playDurationSeek = this.playTime
-								this.player.seek(this.playTime)
-								this.player.play();
-							}
-							this.updateTime();
-							this.quesList = res.questions && res.questions.length > 0 ? res.questions : [],
-								this.quesList = this.quesList.map(item => ({
-									...item,
-									questionOption: JSON.parse(item.question),
-									answer: ''
-								}))
-						}
-						this.getHeight()
-						this.$nextTick(()=>{
-							this.$refs.descInfo&&this.$refs.descInfo.getDescHeight()
-							this.$refs.descInfoNav&&this.$refs.descInfoNav.getDescHeight()
-						})
-					},
-					rej => {}
-				)
-			},
-			handleAnswer(val) {
-				let {item, option,index} = val
-				let time = this.playTime
-				if(this.isEnded||this.isFinish==1) {
-					time = this.duration
-				} else {
-					if(time < this.playDuration&&this.isFinish!=1) {
-						// 没完课且小于续播的时间
-						time = this.playDuration
-					}
-				}
-				if(Number(this.duration || 0) == 0 || time < this.duration - 60) {
-					uni.showToast({
-						title: "请先观看完整课程再答题哦~",
-						icon: "none"
-					})
-					return
-				}
-
-				if (this.quesList[index].type == 1) {
-					// 单选option
-					this.quesList[index].answer = option.name
-				} else if (this.quesList[index].type == 2) {
-					// 多选
-					let answer = this.quesList[index].answer ? this.quesList[index].answer.split(',') : []
-					if (answer.indexOf(option.name) === -1) {
-						answer.push(option.name)
-						this.quesList[index].answer = answer.join(',')
-					} else {
-						answer.splice(answer.indexOf(option.name), 1)
-						this.quesList[index].answer = answer.join(',')
-					}
-				}
-			},
-			submit() {
-				if(this.isExpire){
-					uni.showToast({
-						title: '课程已过期或链接无效',
-						icon: 'none'
-					});
-					return
-				}
-				// 登录
-				this.utils.isLoginCourseAuto().then(
-					res => {
-						if(res){
-							if (this.isAddKf == 1&&this.isCheckRealUrl) {
-								// 答题
-								// 您已提交过答案,请领取红包
-								this.courseAnswer()
-							} else {
-								// 添加客服
-								if (this.videoId && this.qwUserId) {
-									this.getIsAddKf()
-								} else {
-									uni.showToast({
-										title: '请添加客服',
-										icon: 'none'
-									})
-								}
-							} 
-						} else{
-							this.goLogin()
-						}
-					},
-					rej => {}
-				);
-			},
-			// 答题
-			courseAnswer() {
-				let time = this.playTime
-				if (this.isEnded || this.isFinish==1) {
-					time = this.duration
-				} else {
-					if (time < this.playDuration && this.isFinish != 1) {
-						// 没完课且小于续播的时间
-						time = this.playDuration
-					}
-				}
-				if (Number(this.duration || 0) == 0 || time < this.duration - 60) {
-					uni.showToast({
-						title: "请先观看完整课程再答题哦~",
-						icon: "none"
-					})
-					return
-				}
-				if (this.quesList.some(item => !item.answer)) {
-					uni.showToast({
-						title: "请确认是否答完所有题目",
-						icon: "none"
-					})
-					return
-				}
-				const questions = this.quesList.map(obj => {
-					const {
-						questionOption,
-						...rest
-					} = obj;
-					return rest;
-				});
-				if(!this.isCheckRealUrl) return;
-				const param = {
-					...this.urlOption,
-					questions: questions,
-					videoId: this.videoId,
-					duration: this.playTime,
-				}
-				this.errTitle = ""
-				this.errDesc = ""
-				this.errQues = []
-				courseAnswer(param).then(res => {
-						if (res.code == 200) {
-							if (res.incorrectQuestions) {
-								// 答题失败
-								if (res.incorrectQuestions.length > 0) {
-									this.errQues = res.incorrectQuestions
-								}
-								this.remain = res.remain || 0
-								if (res.remain > 0) {
-									this.errTitle = "很遗憾答错了"
-									this.errDesc = `<span style="color:#FF5C03">还有${res.remain}次机会,继续加油</span>`
-									this.$refs.answerPopup.open("center")
-								}
-							} else {
-								// 答题成功
-								this.errTitle = "恭喜你,回答正确"
-								this.errDesc = `请选择奖励`
-								// this.$refs.answerPopup.open("center")
-								this.closeAnswerPopup()
-							}
-						} else {
-							if (res.msg == "该课题到达答错次数限制") {
-								this.errTitle = "答题次数超过限制"
-								this.errDesc = "以后的课程要认真学习哦"
-								this.$refs.answerPopup.open("center")
-							} else {
-								uni.showToast({
-									title: res.msg,
-									icon: "none"
-								})
-							}
-						}
-					},
-					rej => {}
-				)
-			},
-			// 选择
-			rewardChange(e) {
-				this.currentReward = e.detail.value
-			},
-			closeAnswerPopup() {
-				this.$refs.answerPopup.close()
-				if(!this.isCheckRealUrl) return;
-				if (this.errTitle == '恭喜你,回答正确') {
-					const param = {
-						...this.urlOption,
-						// rewardType: Number(this.currentReward),
-						source: 2,
-						appId:getApp().globalData.appId
-					}
-					sendReward(param).then(res => {
-						if(res.isNew&&res.isNew==1) {
-							const packageInfo = res.data.packageInfo || ''
-							if(packageInfo) {
-								uni.setStorageSync('receive_package',packageInfo);
-								if(res.mchId) uni.setStorageSync('mchId',res.mchId);
-								uni.navigateTo({
-									url: '/pages_course/reward'
-								})
-							}
-						} else {
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							})
-						}
-					})
-				}
-			},
-			// 线路
-			openPop() {
-				this.$refs.popup.open('bottom')
-			},
-			close() {
-				this.$refs.popup.close()
-			},
-			handleLine(index) {
-				var that=this;
-				if (this.lineIndex == index && this.videoUrl == this.lineList[index]) {
-					this.close()
-					return
-				} else {
-					// let div = document.querySelector(".vjs-progress-control");
-					// if(div) {
-					// 	if (this.isFinish == 1 || this.isEnded || this.linkType == 1) {
-					// 		div.style.pointerEvents = "auto";
-					// 	} else {
-					// 		div.style.pointerEvents = "none"; //禁止所有事件
-					// 	}
-					// }
-					this.lineIndex = index
-					this.videoUrl = this.lineList[index]
-					this.tipsOpen = false
-					this.playDurationSeek = this.playTime || 0
-					this.player = uni.createVideoContext('video-content-box');
-					setTimeout(function(){
-						that.player.seek(that.playDurationSeek)
-						that.player.play();
-					},500);
-					// this.player.src(this.lineList[index])
-					// this.player.one('loadedmetadata', () => {
-					// 	this.player.currentTime(this.playDurationSeek);
-					// 	this.player.play();
-					// });
-					this.close()
-				}
-
-			},
-			// 客服
-			getIsAddKf() {
-				this.qrcode = ''
-				this.qrcodeMsg = ''
-				this.isAddKf = 0
-				// {videoId: this.videoId,qwUserId: this.qwUserId,corpId: this.corpId}
-				getIsAddKf(this.urlOption).then(res => {
-						if (res.code == 200) {
-							this.isAddKf = 1
-							this.isCheckRealUrl = true
-							this.getH5CourseVideoDetails()
-						} else if (res.code == 400) {
-							this.isAddKf = 0
-							this.isCheckRealUrl = false
-							this.qrcode = res.qrcode
-							this.qrcodeMsg = res.msg
-							this.$refs.kfPopup.open()
-						} else if (res.code == 504) {
-							// 登录
-							this.isCheckRealUrl = false
-							this.goLogin()
-						} else if (res.code == 566) {
-							// 官方群发通用链接
-							const url = res.courseLink.realLink.split('?course=')[1]
-							this.urlOption = JSON.parse(url)
-							this.isAddKf = 1
-							this.isCheckRealUrl = true
-							this.getH5CourseVideoDetails()
-						} else if (res.code == 567) {
-							// 群聊通用链接
-							this.urlOption = {
-								...this.urlOption,
-								qwExternalId: res.qwExternalId
-							}
-							this.isAddKf = 1
-							this.isCheckRealUrl = true
-							this.getH5CourseVideoDetails()
-						} else {
-							this.isCheckRealUrl = false
-							this.isAddKf = 0
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							});
-						}
-					},
-					err => {}
-				);
-			},
-			closeKFPop() {
-				this.$refs.kfPopup.close()
-			},
-			getFinishCourseVideo() {
-				if (!this.isLogin||!this.playTime || !this.isCheckRealUrl) return
-				// {videoId: this.videoId,duration:this.playTime}
-				const param = {
-					duration: this.playTime,
-					...this.urlOption
-				}
-				getFinishCourseVideo(param)
-			},
-			// 每十分钟获得积分
-			getIntegralByH5Video() {
-				if(!this.isLogin||!this.isCheckRealUrl) return
-				const param = {
-					duration: this.playTime,
-					...this.urlOption
-				}
-				getIntegralByH5Video(param).then(res => {
-					if (res.code == 200) {
-						uni.showToast({
-							title: "积分+10",
-							icon: "none"
-						})
-					}
-				})
-			},
-			progressChange(e) {
-				this.bufferRate = Math.ceil(e.detail.buffered)
-			},
-			// 缓冲
-			getInternetTraffic() {
-				if(!this.isLogin||!this.isCheckRealUrl) return
-				const playVideoTime = Math.ceil(this.playTime / this.duration * 100) // 播放百分比
-				if(this.bufferRate == 0 || this.bufferRate < playVideoTime) {
-					this.bufferRate = playVideoTime
-				}
-				if(this.bufferRate == 0 || Number(this.bufferRate.toFixed(2)) == 0) return
-				const param = {
-					...this.urlOption,
-					uuId: dayjs().format('YYYYMMDD') + this.uuId,
-					duration: this.playTime,
-					bufferRate: Number(this.bufferRate.toFixed(2)),
-				}
-				if(!param.bufferRate) return
-				internetTraffic(param)
-			},
-			getErrMsg(err,type) {
-				let msgerr = {
-					errType: type || 'error',
-					videoUrl: this.videoUrl,
-					lineIndex: this.lineIndex,
-					errTime: new Date(),
-					ip: this.ip,
-					errMsg: err || ''
-				}
-				getErrMsg({
-					msg: JSON.stringify(msgerr)
-				})
-			},
-			goLogin(data) {
-				if (this.player) {
-					this.player.pause()
-				}
-				if(!this.sortLink||!this.projectCode){
-					uni.showToast({
-						title: '链接有误',
-						icon: 'none'
-					});
-					return
-				} 
-				this.loginFsUserWx(data)
-				return
-				this.utils.getProvider().then(provider=>{
-					console.log('当前的环境商',provider)
-					if (!provider) {
-					  reject()
-					}
-					uni.login({
-						provider: provider,
-						success: async loginRes => {
-							console.log(loginRes)
-							uni.getUserInfo({
-							   provider: provider,
-							   success: (infoRes)=> {
-								    uni.showToast({
-										title: '处理中...',
-										icon: 'loading'
-								    });
-									loginByMp({code: loginRes.code,encryptedData:infoRes.encryptedData,iv:infoRes.iv,appId:getApp().globalData.appId}).then(res=>{
-										 uni.hideLoading();
-										 if (res.code == 200) {
-											this.$store.commit('setCoureLogin', 1);
-											uni.setStorageSync(this.utils.TOKEN_KEYAuto, res.token);
-											uni.setStorageSync('auto_userInfo', JSON.stringify(res.user));
-											this.user = res.user
-											this.isLogin = true
-											this.getIsAddKf() 
-										 } else {
-											uni.showToast({
-												title: res.msg,
-												icon: 'none'
-											});
-										 }
-									 }).catch(err=>{
-										uni.hideLoading();
-										uni.showToast({
-											icon:'none',
-											title: "登录失败,请重新登录",
-										});
-									});
-							   }
-							});
-						}
-					})
-				}).catch(err => {})
-			},
-			getLink() {
-				let that = this;
-				getRealLink({sortLink:this.sortLink}).then(res=>{
-					if(res.code == 200) {
-						this.isExpire = false
-						// 如果响应中包含真实链接,则跳转到真实链接
-						// window.location.href = res.realLink +"&sortLink="+this.sortLink+"&code="+this.code+"&time="+new Date().getTime()
-						if (this.isLogin && this.isAddKf == 1&&this.isCheckRealUrl) {
-							this.getH5CourseVideoDetails()
-						}
-						if (this.videoId &&(this.isAddKf != 1 || !this.isCheckRealUrl)) {
-							this.utils.isLoginCourseAuto().then(
-								isLogin => {
-									this.isLogin = isLogin
-									if(isLogin){
-										this.getIsAddKf() 
-									} else {
-										this.goLogin()
-									}
-								},
-								rej => {}
-							);
-						}
-					} else {
-						this.isExpire = true
-						uni.showToast({
-							title: '课程已过期或链接无效',
-							icon: 'none'
-						});
-					}
-				}).catch(err=>{
-					this.isExpire = true
-					uni.showToast({
-						title: '发生错误,请稍后再试',
-						icon: 'none'
-					});
-				})
-			},
-			/**
-			 * 节流原理:在一定时间内,只能触发一次
-			 *
-			 * @param {Function} func 要执行的回调函数
-			 * @param {Number} wait 延时的时间
-			 * @param {Boolean} immediate 是否立即执行
-			 * @return null
-			 */
-			throttle(func, wait = 500, immediate = true) {
-			    if (immediate) {
-			        if (!this.flag) {
-			            this.flag = true
-			            // 如果是立即执行,则在wait毫秒内开始时执行
-			            typeof func === 'function' && func()
-			            this.timer = setTimeout(() => {
-			                this.flag = false
-			            }, wait)
-			        }
-			    } else if (!this.flag) {
-			        this.flag = true
-			        // 如果是非立即执行,则在wait毫秒内的结束处执行
-			        this.timer = setTimeout(() => {
-			            this.flag = false
-			            typeof func === 'function' && func()
-			        }, wait)
-			    }
-			},
-			// 弹幕
-			openDanmu(type) {
-				this.openDanmuType = type
-				this.inputText = ''
-				if(type == 1) {
-					this.player.exitFullScreen()
-				}
-				this.$refs.danmuPopup.open()
-			},
-			changeShowPopup(val) {
-				this.focus = val.show
-			},
-			switchDanmu() {
-				this.showDanmu = this.showDanmu == 1 ? 0:1
-				if(this.showDanmu == 0&&this.$refs.danmuBox) {
-					this.$refs.danmuPopup.close()
-					this.activeDanmus = []
-					this.$refs.danmuBox.activeDanmus = []
-					this.$refs.danmuBox.initTracks()
-				}
-			},
-			getScrollTop(res) {
-				if(this.currentTab == 2) {
-					this.scrollTop = res
-				} else {
-					this.scrollTop = 0
-				}
-			},
-			handleTab(index) {
-				this.currentTab = index
-				if(this.currentTab==2) {
-					if(this.$refs.commentBox) {
-						this.$refs.commentBox.msgs = []
-						this.$refs.commentBox.pageNum = 1
-						this.$refs.commentBox.getComments()
-					}
-				} else {
-					setTimeout(()=>{
-						this.scrollTop = 0
-					},100)
-				}
-			},
-			handleRefresher() {
-				this.triggered = true;
-				if (!this.isMore&&this.currentTab==2&&this.openCommentStatus==1) {
-					this.$nextTick(()=>{
-						this.$refs.commentBox&&this.$refs.commentBox.getComments()
-					})
-				}
-				setTimeout(() => {
-					this.triggered = false;
-				}, 500);
-			},
-			getMore(val) {
-				this.triggered = false;
-				this.isMore = val == 1
-			},
-			handleChatInput() {
-				this.inputText = this.inputText.trim()
-				if (this.inputText == "" || this.inputText.trim() == "") {
-					uni.showToast({
-						title: '请输入评论',
-						icon: "none"
-					})
-					return;
-				}
-				if(this.openCommentStatus==1) {
-					this.$refs.commentBox&&this.$refs.commentBox.handleInput(this.inputText)
-				} else if(this.openCommentStatus==2) {
-					this.$refs.danmuBox&&this.$refs.danmuBox.handleInput(this.inputText)
-				}
-			},
-			setInputText() {
-				this.inputText = ""
-				if(this.openCommentStatus==2) {
-					this.$refs.danmuPopup.close()
-				}
-			},
-			getActiveDanmus(val) {
-				this.activeDanmus = val.map(item=>({
-					...item,
-					danmustyle: {
-						top: item.top + 'px',
-						...item.style, 
-						'animation-duration': '8s'
-					}
-				}))
-			},
-			animationend(moveItem, i) {
-				// 移除动画结束的弹幕(性能优化)
-				if(this.openCommentStatus==2) {
-					this.$refs.danmuBox&&this.$refs.danmuBox.animationend(moveItem, i)
-				}
-			},
-			feedback() {
-				const userId = this.user.userId || ''
-				const courseId = this.urlOption.courseId || ''
-				const videoId = this.urlOption.videoId || ''
-				uni.navigateTo({
-					url: './feedback?userId='+userId+'&courseId='+courseId+'&videoId='+videoId+'&projectCode='+this.projectCode
-				})
-			},
-			// H5授权绑定关系
-			async loginFsUserWx(data){
-				if(data){
-					let token = uni.getStorageSync('TOKEN_WEXIN');
-					let user = uni.getStorageSync('userInfo')
-
-					uni.setStorageSync(this.utils.TOKEN_KEYAuto, token);
-					uni.setStorageSync('auto_userInfo', JSON.stringify(user));
-					this.user = user
-					this.isLogin = true
-				}else{
-					uni.setStorageSync('H5course',{
-						companyId: this.urlOption.companyId,
-						companyUserId:this.urlOption.companyUserId,
-						type: 1, //1自动,其他手动
-					})
-					uni.showLoading({ title: '加载中' });
-										
-					try {
-					  await this.utils.getDomain({ projectCode: this.projectCode}); // code 换成你的业务标识
-					  await this.utils.getConfigKey();
-					  uni.navigateTo({
-					  	url:'/pages_course/webview?H5course='+uni.getStorageSync('H5course')
-					  })
-					} catch (err) {
-					  console.error('初始化失败', err);
-					  uni.showToast({ title: '请求失败', icon: 'none' });
-					} finally {
-					  uni.hideLoading();
-					}
-				}
-			}
-		}
-	}
-</script>
-
-<style scoped>
-.full-width-popup {
-  width: 100%;
-}
-</style>
-<style lang="scss" scoped>
-	@mixin u-flex($flexD, $alignI, $justifyC) {
-		display: flex;
-		flex-direction: $flexD;
-		align-items: $alignI;
-		justify-content: $justifyC;
-	}
-	.footer-tips {
-		margin-top: 14rpx;
-		text-align: center;
-		font-family: PingFang SC,PingFang SC;
-		font-weight: 500;
-		font-size: 12px;
-		color: #bbb;
-	}
-	.textOne {
-		overflow: hidden;
-		white-space: nowrap;
-		text-overflow: ellipsis;
-	}
-
-	.textTwo {
-		overflow: hidden;
-		text-overflow: ellipsis;
-		display: -webkit-box;
-		-webkit-line-clamp: 2;
-		-webkit-box-orient: vertical;
-	}
-	.header-nav {
-		height: 88rpx;
-		@include u-flex(row, center, flex-start);
-		overflow: hidden;
-		background-color: #fff;
-		box-sizing: border-box;
-		.header-title {
-			text-align: center;
-			overflow: hidden;
-			white-space: nowrap;
-			text-overflow: ellipsis;
-			padding: 0 10rpx 0 100rpx;
-			font-family: PingFang SC,PingFang SC;
-			font-weight: 500;
-			font-size: 15px;
-			color: #000;
-			box-sizing: border-box;
-		}
-	}
-	.reward-list {
-		width: 100%;
-		margin-top: 20rpx;
-		margin-bottom: -40rpx;
-
-		&-group {
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 14px;
-			color: #222222;
-			@include u-flex(row, center, center);
-		}
-
-		&-option {
-			@include u-flex(row, center, flex-start);
-
-			&:first-child {
-				margin-right: 40rpx;
-			}
-		}
-	}
-
-	.err {
-		color: #f56c6c !important;
-	}
-
-	.kfqrcode-box {
-		background-color: #fff;
-		border-radius: 16rpx;
-		max-width: 560rpx;
-		padding: 60rpx 40rpx;
-		margin-top: -100rpx;
-		box-sizing: border-box;
-		@include u-flex(column, center, flex-start);
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 400;
-		font-size: 34rpx;
-		color: #222;
-		position: relative;
-		text-align: center;
-
-		.kfqrcode {
-			height: 460rpx;
-			width: 460rpx;
-		}
-	}
-
-	.kfqrcode-close {
-		width: 64rpx;
-		height: 64rpx;
-		position: absolute;
-		bottom: -100rpx;
-		left: 50%;
-		transform: translateX(-50%);
-	}
-
-	.tipsPopup-mask {
-		position: relative;
-		width: 560rpx;
-		background-color: transparent;
-
-		.red_envelope_top {
-			width: 480rpx;
-			height: 360rpx;
-			margin: 0 auto;
-			display: inherit;
-		}
-	}
-
-	.tipsPopup-btn-box {
-		width: 456rpx;
-		height: 104rpx;
-		padding: 4rpx;
-		box-sizing: border-box;
-		background: linear-gradient(180deg, rgba(252, 209, 94, 1), rgba(254, 253, 251, 1));
-		border-radius: 52rpx;
-	}
-
-	.tipsPopup-btn {
-		width: 100%;
-		height: 100%;
-		background: linear-gradient(180deg, #FF9F22 0%, #FA1E05 100%);
-		border-radius: 52rpx 52rpx 52rpx 52rpx;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 500;
-		font-size: 36rpx;
-		color: #FFFFFF;
-		line-height: 96rpx;
-		text-align: center;
-	}
-
-	.tipsPopup {
-		width: 560rpx;
-		padding: 12rpx;
-		margin-top: -72rpx;
-		box-sizing: border-box;
-		background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
-		border-radius: 32rpx 32rpx 32rpx 32rpx;
-		position: relative;
-
-		&-close {
-			width: 64rpx;
-			height: 64rpx;
-			position: absolute;
-			right: 0;
-			top: -188rpx;
-		}
-
-		&-line {
-			padding: 3rpx;
-			box-sizing: border-box;
-			background: linear-gradient(180deg, rgba(247, 245, 220, 1), rgba(250, 220, 157, 1));
-			border-radius: 24rpx;
-		}
-
-		&-box {
-			padding: 0 40rpx 40rpx 40rpx;
-			box-sizing: border-box;
-			background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
-			border-radius: 24rpx;
-			@include u-flex(column, center, flex-start);
-		}
-
-		&-head {
-			@include u-flex(row, center, center);
-
-			&-title {
-				width: 364rpx;
-				height: auto;
-				margin-top: -22rpx;
-			}
-		}
-
-		&-content {
-			margin: 48rpx 0;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 32rpx;
-			color: #222222;
-			text-align: center;
-
-			&-title {
-				margin-bottom: 26rpx;
-				font-weight: 600;
-				font-size: 40rpx;
-				color: #FF5C03;
-			}
-		}
-	}
-
-	.video-controls-box {
-		width: 100%;
-		height: 420rpx;
-		overflow: hidden;
-		position: absolute;
-		bottom: 0;
-		left: 0;
-		z-index: 2;
-		background: rgba(0, 0, 0, 0.2);
-
-		.video-play {
-			height: 72rpx;
-			width: 72rpx;
-			position: absolute;
-			top: 50%;
-			left: 50%;
-			transform: translate(-50%, -50%);
-		}
-	}
-
-	.video-controls {
-		width: 100%;
-		height: 80rpx;
-		padding: 0 28rpx;
-		box-sizing: border-box;
-		position: absolute;
-		bottom: 0;
-		left: 0;
-		display: flex;
-		align-items: center;
-		justify-content: space-between;
-		background: linear-gradient(to top, #222 0%, transparent 80%);
-
-		.video-icon {
-			height: 44rpx;
-			width: 44rpx;
-		}
-	}
-
-	.errQuesbox {
-		width: 100%;
-		max-height: 260rpx;
-		overflow-y: auto;
-		margin-top: 24rpx;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 500;
-		font-size: 30rpx;
-		color: #222222;
-
-		&-item {
-			width: 100%;
-			height: 128rpx;
-			line-height: 128rpx;
-			margin-bottom: 24rpx;
-			padding: 0 30rpx;
-			box-sizing: border-box;
-			overflow: hidden;
-			background: #fff;
-			border-radius: 16rpx 16rpx 16rpx 16rpx;
-			position: relative;
-
-			&::after {
-				content: "题目";
-				min-width: 64rpx;
-				height: 36rpx;
-				padding: 0 12rpx;
-				line-height: 36rpx;
-				background: #FF5C03;
-				box-sizing: border-box;
-				border-radius: 0rpx 0rpx 16rpx 0rpx;
-				text-align: center;
-				font-family: PingFang SC, PingFang SC;
-				font-weight: 500;
-				font-size: 20rpx;
-				color: #fff;
-				position: absolute;
-				left: 0;
-				top: 0;
-			}
-		}
-	}
-
-	.bg {
-		background: #fff !important;
-	}
-
-	.answerPopup {
-		&-box {
-			width: 560rpx;
-			background: linear-gradient(180deg, #FFFAF6 0%, #FEECD8 100%);
-			border-radius: 32rpx 32rpx 32rpx 32rpx;
-			background-color: #fff;
-			font-weight: 400;
-			padding: 32rpx;
-			box-sizing: border-box;
-			position: relative;
-			@include u-flex(column, center, flex-start);
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-
-			.tipimg {
-				width: 206rpx;
-				height: 206rpx;
-				margin-bottom: 16rpx;
-			}
-		}
-
-		&-title {
-			font-weight: 600;
-			font-size: 36rpx;
-			color: #222222;
-		}
-
-		&-desc {
-			margin-top: 10rpx;
-			font-size: 28rpx;
-			color: #757575;
-		}
-
-		&-btn {
-			width: 464rpx;
-			height: 84rpx;
-			margin-top: 54rpx;
-			margin-bottom: 16rpx;
-			background: #FF5C03;
-			border-radius: 42rpx;
-			font-weight: 500;
-			font-size: 32rpx;
-			color: #FFFFFF;
-			text-align: center;
-			line-height: 84rpx;
-		}
-	}
-
-	.popupbox {
-		width: 100%;
-		background-color: #fff;
-		border-radius: 16rpx 16rpx 0 0;
-		padding: 24rpx 32rpx;
-		position: relative;
-
-		&-head {
-			height: 60rpx;
-			margin-bottom: 30rpx;
-			text-align: center;
-			overflow-y: auto;
-			color: #414858;
-			font-size: 32rpx;
-			font-weight: bold;
-			position: relative;
-
-			.close-icon {
-				position: absolute;
-				right: 0;
-				top: 0;
-				height: 40rpx;
-				width: 40rpx;
-			}
-		}
-
-		&-content {
-			height: 20vh;
-			overflow-y: auto;
-			display: flex;
-			align-items: flex-start;
-			flex-wrap: wrap;
-			gap: 32rpx;
-
-			.line-item {
-				display: inline-block;
-				min-width: 200rpx;
-				min-height: 60rpx;
-				padding: 0 20rpx;
-				box-sizing: border-box;
-				border-radius: 50rpx;
-				overflow: hidden;
-				background-color: #f7f7f7;
-				text-align: center;
-				color: #414858;
-				font-size: 28rpx;
-				line-height: 60rpx;
-			}
-
-			.line-active {
-				color: #f56c6c !important;
-				background-color: #fef0f0 !important;
-			}
-		}
-	}
-
-	.content {
-		padding-bottom: calc(var(--window-bottom));
-		.video-box {
-			width: 100%;
-			height: 420rpx;
-			overflow: hidden;
-			position: relative;
-
-			#myVideo {
-				width: 100%;
-				height: 100%;
-			}
-		}
-
-		.video-poster {
-			width: 100%;
-			height: 420rpx;
-		}
-
-		.miantitlebox {
-			padding: 30rpx 0;
-			border-bottom: 2rpx solid #F5F7FA;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 36rpx;
-			color: #222222;
-		}
-
-		.subtitlebox {
-			padding: 30rpx 0;
-			border-bottom: 2rpx solid #F5F7FA;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 36rpx;
-			color: #222222;
-		}
-
-		.title-content {
-			padding: 0 32rpx;
-			background-color: #fff;
-			font-size: 28rpx;
-			line-height: 1.6;
-			box-sizing: border-box;
-			@include u-flex(row, center, space-between);
-			.title {
-				font-size: 36rpx;
-				font-weight: 500;
-				color: #414858;
-			}
-
-			.time-or-subtitle {
-				margin-top: 12rpx;
-				color: #666666;
-			}
-		}
-		.warning {
-			flex-shrink: 0;
-			color: #888;
-			font-size: 24rpx;
-			@include u-flex(column, center, center);
-			image {
-				flex-shrink: 0;
-				height: 36rpx;
-				width: 36rpx;
-			}
-		}
-		.video-line {
-			min-width: 140rpx;
-			max-width: 200rpx;
-			height: 60rpx;
-			padding: 0 20rpx;
-			box-sizing: border-box;
-			border-radius: 50rpx 0 0 50rpx;
-			overflow: hidden;
-			background-color: #fff;
-			text-align: center;
-			color: #888;
-			font-size: 28rpx;
-			line-height: 60rpx;
-			display: inline-flex;
-			align-items: center;
-			justify-content: center;
-			position: fixed;
-			right: 0;
-			z-index: 9;
-			bottom: calc(var(--window-bottom) + 280rpx);
-			box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, .12);
-
-			image {
-				flex-shrink: 0;
-				height: 34rpx;
-				width: 34rpx;
-				margin-right: 6rpx;
-			}
-		}
-		.danmu-line {
-			bottom: calc(var(--window-bottom) + 370rpx);
-			word-break: keep-all;
-			.set_image {
-				height: 40rpx;
-				width: 40rpx;
-			}
-		}
-		.footer {
-			border-top: 1rpx solid #ededef;
-			background: #fff;
-			width: 100%;
-			position: fixed;
-			bottom: 0;
-			padding: 32rpx;
-			padding-bottom: calc(var(--window-bottom) + 14rpx);
-			box-sizing: border-box;
-			z-index: 9;
-
-			&-btn {
-				width: 100%;
-				height: 98rpx;
-				background: #FF5C03;
-				border-radius: 49rpx 49rpx 49rpx 49rpx;
-				line-height: 98rpx;
-				text-align: center;
-				font-family: PingFang SC, PingFang SC;
-				font-weight: 600;
-				font-size: 32rpx;
-				color: #FFFFFF;
-				@include u-flex(row, center, center);
-
-				&-img {
-					flex-shrink: 0;
-					width: 144rpx;
-					height: 144rpx;
-					margin-right: 8rpx;
-					margin-top: -24rpx;
-				}
-			}
-
-			&-btn-border {
-				position: relative;
-
-				&::after {
-					content: "";
-					background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
-					position: absolute;
-					top: -2rpx;
-					left: 0;
-					height: 103rpx;
-					width: 100%;
-					z-index: -1;
-					border-radius: 49rpx 49rpx 49rpx 49rpx;
-					box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
-					overflow: hidden;
-				}
-			}
-		}
-	}
-
-	.agreement {
-		display: inline-flex;
-		margin-top: 16rpx;
-		font-size: 24rpx;
-		color: #525252;
-		align-items: center;
-		justify-content: center;
-	}
-	.video-danmu-btnbox {
-		width: 50px;
-		height: 50px;
-		border-radius: 50%;
-		overflow: hidden;
-		position: absolute;
-		right: 10px;
-		bottom: calc(50% - 50px);
-		transform: translateY(-50%);
-		padding: 8px;
-		box-sizing: border-box;
-	}
-	.video-danmu-image {
-		width: 100%;
-		height: 100%;
-	}
-	.danmuPopup {
-		background-color: #fff;
-		padding-bottom: calc(var(--window-bottom) + 10px);
-		.u-border {
-			flex: 1;
-			@include u-flex(row,center,flex-start);
-			padding: 0 6rpx;
-			border-radius: 6px;
-		}
-		&-head {
-			width: 100%;
-			padding: 10px;
-			box-sizing: border-box;
-			overflow: hidden;
-			@include u-flex(row,center,flex-start);
-			.danmu-icon {
-				height: 24px;
-				width: 24px;
-				margin-right: 10px;
-			}
-		}
-		&-input {
-			flex: 1;
-			height: 35px;
-		}
-		&-send {
-			flex-shrink: 0;
-			height: 35px;
-			display: flex;
-			align-items: center;
-			justify-content: center;
-			padding: 5px 15px;
-			box-sizing: border-box;
-			background: #FF5C03 !important;
-			border-radius: 6px;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 15px;
-			color: #fff !important;
-			margin-left: 12px;
-			&::after {
-				border: none;
-			}
-		}
-		&-con {
-			background-color: #F5F7FA;
-			padding: 24px 12px 48px 12px;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 14px;
-			color: #757575;
-		}
-	}
-	.danmu-icon{
-		height: 24px;
-		width: 24px;
-		margin-right: 12px;
-	}
-	.logo {
-		display: inline-block;
-		width: 30px;
-		height: auto;
-		margin: 20px 0 0 10px;
-		pointer-events: none;
-		object-fit: cover;
-	}
-	.logo-full {
-		display: inline-block;
-		width: 40px;
-		height: auto;
-		margin: 50px 0 0 30px;
-		pointer-events: none;
-		object-fit: cover;
-	}
-	.tabbox-bar {
-		@include u-flex(row, center, flex-start);
-		background-color: #fff;
-		.warning {
-			flex-shrink: 0;
-			padding-right: 20rpx;
-		}
-	}
-	.tabbox {
-		flex: 1;
-		@include u-flex(row, center, center);
-		border-bottom: 2rpx solid #F5F7FA;
-		height: 44px;
-		background-color: #fff;
-		view {
-			flex: 1;
-			padding: 20rpx 0;
-			margin-right: 40rpx;
-			text-align: center;
-		}
-		&-active {
-			position: relative;
-			&::after {
-				position: absolute;
-				bottom: 0;
-				left: 50%;
-				transform: translateX(-50%);
-				content: "";
-				width: 3rem;
-				border-bottom: 4px solid #FF5C03;
-			}
-		}
-	}
-	.chatinput {
-		position: fixed;
-		left: 32rpx;
-		right: 32rpx;
-		z-index: 999;
-		height: 96rpx;
-		background-color: green;
-		background: #FFFFFF;
-		box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
-		border-radius: 24rpx 24rpx 24rpx 24rpx;
-		@include u-flex(row, center, center);
-		padding: 0 24rpx;
-		box-sizing: border-box;
-		.uni-input {
-			flex: 1;
-			margin-right: 32rpx;
-			font-size: 30rpx;
-		}
-	
-		.send {
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 28rpx;
-			color: #FFFFFF !important;
-			flex-shrink: 0;
-			padding: 0 20rpx;
-			height: 72rpx;
-			background: #FF5C03 !important;
-			border-radius: 8rpx 8rpx 8rpx 8rpx;
-			&::after {
-				border: none;
-			}
-		}
-	}
-	.answerTip {
-		position: fixed;
-		right: 0;
-		z-index: 9;
-		bottom: calc(var(--window-bottom) + 380rpx);
-		box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
-		border-radius: 24rpx 24rpx 24rpx 24rpx;
-		background-color: #ff5c03;
-		color: #fff;
-		border-radius: 50%;
-		height: 100rpx;
-		width: 100rpx;
-		font-size: 25rpx;
-		text-align: center;
-		padding: 10rpx;
-		@include u-flex(row, center, center);
-	}
-	.danmu-item {
-		position: absolute;
-		top: 0;
-		white-space: nowrap;
-		font-size: 16px;
-		height: 20px;
-		display: inline-flex;
-		box-sizing: border-box;
-		align-items: center;
-	}
-	.danmuMove {
-		// animation: mymove 8s linear forwards;
-		// animation-duration: 8s;
-		animation-timing-function: linear;
-		animation-delay: 0s;
-		animation-iteration-count: 1;
-		animation-direction: normal;
-		animation-fill-mode: forwards;
-		animation-play-state: running;
-		animation-name: mymove;
-		will-change: transform;
-	}
-	
-	@keyframes mymove {
-		from {
-			transform: translateX(100vw);
-		}
-	
-		to {
-			transform: translateX(-100%);
-		}
-	}
-	.arrow-left-warning {
-		position: absolute;
-		left: 24rpx;
-		height: 88rpx;
-		overflow: hidden;
-		color: #888;
-		font-size: 24rpx;
-		@include u-flex(column, center, center);
-		image {
-			flex-shrink: 0;
-			height: 36rpx;
-			width: 36rpx;
-		}
-	}
-</style>

+ 0 - 2535
pages_course/videovip.vue

@@ -1,2535 +0,0 @@
-<template>
-	<view class="content ">
-		<view class="header-nav"
-			:style="{height: `calc(88rpx + ${statusBarHeight}px)`,paddingTop: statusBarHeight + 'px'}">
-			<u-icon name="arrow-left" size="28" @click="tosales" v-if="appToken"></u-icon>
-			<view class="header-title"
-				:style="{width:menuButtonLeft + 'px',height:menuButtonH+'px',lineHeight:menuButtonH+'px'}">
-				{{courseInfo.title}}</view>
-		</view>
-		<view class="video-box">
-			<image v-if="!isLogin || isAddKf!=1" class="video-poster" :src="courseInfo.imgUrl" mode="aspectFill">
-			</image>
-			<video @timeupdate="onTimeUpdate" @progress="progressChange" @error="videoErrorCallback" @play="getPlay"
-				@pause="getPause" @ended="getEnded" @fullscreenchange="fullscreenchange" :title="courseInfo.title"
-				style="width: 100%;height: 420rpx;" :poster="poster" id="video-content-box" controls
-				:auto-pause-if-open-native="true" :auto-pause-if-navigate="true" :enable-progress-gesture="false"
-				:show-progress="true" :picture-in-picture-mode="[]" :show-background-playback-button="false"
-				:src="videoUrl">
-				<!-- <cover-image v-if="courseLogo" :class="isFull?'logo-full':'logo'" :src="courseLogo" mode="widthFix"></cover-image> -->
-			</video>
-		</view>
-
-		<view class="justify-start align-center fs24 base-color-9" v-if="userInfo.userId">
-			<view>{{nameuser?nameuser:'暂未授权昵称'}}#</view>
-			<view>{{userInfo.userId}}</view>
-		</view>
-		<view class="title-content" id="title-content">
-			<!-- 答题时展示小节课程名,其他展示课程名 -->
-			<!-- 小节课程名 -->
-			<view class="subtitlebox " v-if="isLogin&&isAddKf==1">
-				{{courseInfo.title}}
-			</view>
-			<!-- 课程名字 -->
-			<view class="miantitlebox" v-else>
-				{{courseInfo.courseName}}
-			</view>
-		</view>
-		<scroll-view class="scroll-view" :style="{height: height}" :scroll-top="scrollTop" scroll-y="true">
-			<!-- 介绍 -->
-			<view class="descbox">
-				<template v-if="!isLogin||isAddKf!=1">
-					<view class="descbox-title">{{courseInfo.title}}</view>
-					<view class="descbox-info">
-						<!-- <view class="descbox-info-l">
-							<view>{{courseInfo.views}}次播放</view>
-							<view class="descbox-info-time">总时长:{{courseInfo.totalDuration}}</view>
-						</view> -->
-						<view class="descbox-info-r expand" v-if="textHeight > 21">
-							<text @click="handleExpand">{{isExpand ? '收起简介' : '展开简介'}}</text>
-							<image :src="imgPath+'/app/image/course_arrow_up_icon.png'" v-show="isExpand"></image>
-							<image :src="imgPath+'/app/image/course_arrow_down_icon.png'" v-show="!isExpand"></image>
-						</view>
-					</view>
-				</template>
-				<view class="descbox-desc" id="descbox-desc" :style="{height: isExpand ? 'auto': '42rpx'}">
-					<text>{{courseInfo.description==null?'暂无简介':courseInfo.description}}</text>
-					<view :class="isExpand ? 'expand': 'expand expand-ab'" v-if="isLogin&&isAddKf==1&&textHeight > 21">
-						<text @click="handleExpand">{{isExpand ? '收起简介' : '展开简介'}}</text>
-						<image :src="imgPath+'/app/image/course_arrow_up_icon.png'" v-show="isExpand"></image>
-						<image :src="imgPath+'/app/image/course_arrow_down_icon.png'" v-show="!isExpand"></image>
-					</view>
-				</view>
-			</view>
-			<!-- 无效或者已过期 -->
-			<view class="nocourse" v-if="msg">
-				<image :src="imgPath+'/app/image/course_expiration_img.png'" mode="widthFix"></image>
-				<view>{{msg}}</view>
-			</view>
-			<!-- 问题 -->
-			<view class="ques-content" v-if="isLogin&&isAddKf==1">
-				<view class="ques-content-tit" v-if="isLogin &&!isquestion">问答题</view>
-				<view v-for="(item,index) in quesList" :key="index">
-					<view class="ques-title">
-						<text>{{index + 1}}.</text>
-						<view class="ques-type" v-show="item.type == 1 || item.type == 2">
-							{{item.type == 1 ? '单选' : item.type == 2 ? '多选' : ''}}
-						</view>
-						<text class="fs40">{{item.title}}</text>
-					</view>
-					<view :class="isAnswer(item,option.name) ?'ques-option ques-option-active':'ques-option'"
-						v-for="(option,idx) in item.questionOption" :key="idx" @click="handleAnswer(item,option)">
-						<view class="fs40">
-							{{numberToLetter(idx)}}.
-						</view>
-						<view class="fs40">{{option.name}}</view>
-					</view>
-				</view>
-			</view>
-		</scroll-view>
-		<!-- 线路 -->
-		<!-- <view class="video-line" @click="openPop" v-if="isLogin&&isAddKf==1">
-			<image :src="imgPath+'/app/image/changePlayer-icon.png'"></image>
-			<text>线路{{lineIndex + 1 | numberToChinese}}</text>
-		</view> -->
-		<!-- 线路弹窗 -->
-		<!-- <uni-popup ref="popup" type="bottom"  class="full-width-popup">
-			<view class="popupbox">
-				<view class="popupbox-head">
-					<text>线路选择</text>
-					<image class="close-icon" :src="imgPath+'/app/image/tc_close_icon.png'" mode="aspectFill" @click="close">
-					</image>
-				</view>
-				<view class="popupbox-content">
-					<view :class="lineIndex == index ? 'line-item line-active': 'line-item'"
-						v-for="(it,index) in lineList" :key="index" @click="handleLine(index)">
-						线路{{index + 1 | numberToChinese}}</view>
-				</view>
-			</view>
-		</uni-popup> -->
-		<!-- 温馨提示弹窗 -->
-		<u-popup :show="tipsPopup" mode="center" :closeOnClickOverlay='true' @close='tipsPopup=!tipsPopup'
-			:safeAreaInsetBottom='false' round='12'>
-			<view class="tipsPopup-mask">
-				<image class="red_envelope_top" :src="imgPath+'/app/image/red_envelope_img.png'" mode="aspectFill">
-				</image>
-				<view class="tipsPopup">
-					<image class="tipsPopup-close" :src="imgPath+'/app/image/course_close_white_icon.png'"
-						mode="aspectFill" @click="closeTipsPop"></image>
-					<view class="tipsPopup-line">
-						<view class="tipsPopup-box">
-							<view class="tipsPopup-head">
-								<image class="tipsPopup-head-title" :src="imgPath+'/app/image/tips_title_img.png'"
-									mode="widthFix"></image>
-							</view>
-							<view class="tipsPopup-content">
-								<view class="tipsPopup-content-title">亲爱的用户,</view>
-								<view>您已经观看课程{{timepath}}的时间了,请注意休息并保持专注。</view>
-							</view>
-							<view class="tipsPopup-btn-box">
-								<view class="tipsPopup-btn" @click="closeTipsPop">继续观看领奖励</view>
-							</view>
-						</view>
-					</view>
-				</view>
-			</view>
-		</u-popup>
-		<!-- 答题弹窗 -->
-		<u-popup :show="answerPopup" mode="center" @close="closepop()" @open="open" closeOnClickOverlay
-			:safeAreaInsetBottom='false' round='12'>
-			<view :class="errTitle == '恭喜你,回答正确' ? 'answerPopup-box bg':'answerPopup-box'">
-				<!-- 正确 -->
-				<image class="tipimg" v-if="errTitle == '恭喜你,回答正确'" :src="imgPath+'/app/image/course_answer_img.png'"
-					mode="aspectFill"></image>
-				<!-- 错误 -->
-				<image class="tipimg" v-else :src="imgPath+'/app/image/course_answer_incorrectly_img.png'"
-					mode="aspectFill">
-				</image>
-				<view class="answerPopup-title">{{errTitle}}</view>
-				<view class="answerPopup-desc" v-html="errDesc"></view>
-				<!-- 选择奖励 -->
-				<!-- 错误题目 -->
-				<view class="errQuesbox" v-if="errQues&&errQues.length>0">
-					<view class="errQuesbox-item textOne" v-for="(it,index) in errQues" :key="index">{{it.title}}</view>
-				</view>
-				<!-- <view class="answerPopup-btn" v-if="errTitle == '恭喜你,回答正确'" @click="closeAnswerPopup">点击领取红包</view> -->
-				<view class="answerPopup-btn" v-if="errTitle == '恭喜你,回答正确'" @click="nvtored">点击领取红包</view>
-				<view class="tipsPopup-btn-box" v-else
-					:style="{marginTop: errQues&&errQues.length>0 ? '40rpx':'54rpx'}">
-					<view class="tipsPopup-btn" @click="closeAnswerPopup">{{remain > 0 ? '重新答题': '确认'}}</view>
-				</view>
-			</view>
-		</u-popup>
-		<!-- 客服二维码弹窗 -->
-		<u-popup :show="kfPopup" mode="center" :mask-click="false" round='12' @close="kefpop">
-			<view class="kfqrcode-box">
-				<view class="justify-start align-center fs24 base-color-9">
-					<view>{{nameuser}}#</view>
-					<view>{{userInfo.userId}}</view>
-				</view>
-				<view>请添加客服</view>
-				<image class="kfqrcode" :src="qrcode" show-menu-by-longpress="true" mode="aspectFit"></image>
-				<!-- <view v-show="qrcodeMsg" style="margin-top: 30rpx;" v-html="qrcodeMsg"></view> -->
-				<!-- <image class="kfqrcode-close" :src="imgPath+'/app/image/course_close_white_icon.png'" mode="aspectFill"
-					@click="closeKFPop"></image> -->
-			</view>
-		</u-popup>
-		<u-popup :show="timepop" mode="center" round='12'>
-			<view class="timepopbox center column">
-				<view class="fs40 bold ">不在看课时间范围内</view>
-				<view class="mtb20">看课时间</view>
-				<view>{{videocont.startDateTime}}</view>
-				<view>至</view>
-				<view>{{videocont.endDateTime}}</view>
-				<view class="base-bg-orange colorf p20 radius50 mt20" @click="getH5CourseVideoDetails">刷新时间</view>
-			</view>
-		</u-popup>
-		<u-popup :show="userlogo" mode="bottom" round='12'>
-			<view class="userlogo column">
-				<view class="mtb30 justify-start align-center ml20">
-					<u-avatar :src="imgPath+'/app/image/logo.png'" size="50"></u-avatar>
-					<!-- <view class="bold mlr20">{{imgname}}</view> -->
-					<view>申请</view>
-				</view>
-				<view class="bold fs36 ml20">授权你的昵称头像信息</view>
-				<view class="mtb20 justify-between align-center  plr20">
-					<view class="justify-start align-center">
-						<view class="boxweixin" :class="userinfos.nickname==''?'boxnosel':'boxsel'">
-							<view v-if="userinfos.nickname">√</view>
-						</view>
-						<view class="ml20">
-							<view class="base-color-3 bold">第一步</view>
-							<view class="fs32 base-color-9">请点击授权微信昵称</view>
-						</view>
-					</view>
-					<view class="button-container">
-						<input type="nickname" class="hidden-input" @blur="onNickNameInput" @input="onNickNameInput" />
-						<button class="custom-button"
-							:class="nameuser==''?'subname':'subavt'">{{nameuser?"已授权":'允许授权'}}</button>
-					</view>
-				</view>
-				<view class="mtb20 justify-between align-center  plr20 mt40">
-					<view class="justify-start align-center">
-						<view class="boxweixin" :class="userinfos.nickname==''?'boxnosel':'boxsel'">
-							<view v-if="userinfos.avatar">√</view>
-						</view>
-						<view class="ml20">
-							<view class="base-color-3 bold">第二步</view>
-							<view class="fs32 base-color-9">请点击授权微信头像</view>
-						</view>
-					</view>
-					<view class="button-container">
-						<button open-type="chooseAvatar" @chooseavatar="onChooseAvatar" class="hidden-input"
-							v-if="nameuser">
-							允许授权
-						</button>
-						<button class="custom-button sub" @click="shouquan" v-if="nameuser==''">允许授权</button>
-						<button class="custom-button " :class="avataruser==''?'subname':'subavt'"
-							v-else>{{avataruser?"已授权":'允许授权'}}</button>
-					</view>
-				</view>
-				<view class="submitname" @click="confimrname" :class="nameuser&&avataruser?'subact':'sub'">确定</view>
-			</view>
-		</u-popup>
-		<!-- <view class="footer-tips">重庆云联融智提供技术支持</view> -->
-		<!-- footer -->
-		<view class="footer" v-if="videoId">
-			<view class="btns">
-				<!-- 				<button
-					class="author-btn"
-					open-type="getPhoneNumber"
-					@getphonenumber="phoneLogin"  v-if="!isquestion&&authType==1">{{isLogin&&isAddKf==1 ? '提交答案领取奖励' : '立即学习'}}</button>
-				<button
-					class="author-btn"
-					open-type="getUserInfo" :disabled="userdisabled"
-					@getuserinfo="userInfologin"  v-if="authType==0&&!isquestion">{{isLogin&&isAddKf==1 ? '提交答案领取奖励' : '立即学习'}}</button> -->
-				<button class="author-btn" v-if="!isquestion||(!isLogin&&isAddKf==0)"
-					@click="submit">{{isLogin&&isAddKf==1 ?'提交答案领取奖励' : '立即学习'}}</button>
-			</view>
-		</view>
-		<view>
-			<u-modal :show="showfalse" title="提示" :content='contentmsg' @confirm='showfalse=false'></u-modal>
-		</view>
-		<u-loading-page :loading="viewload" iconSize="32" loadingColor="#3c9cff" fontSize="24"
-			:loading-text="loadingtext"></u-loading-page>
-	</view>
-</template>
-
-<script>
-	import { mapGetters } from 'vuex';
-	import {
-		generateRandomString
-	} from "@/utils/common.js"
-	import dayjs from 'dayjs';
-	import {
-		getErrMsg,
-		getH5CourseByVideoId,
-		getH5CourseVideoDetails,
-		courseAnswer,
-		getFinishCourseVideo,
-		getIsAddKf,
-		getInternetTraffic,
-		getIntegralByH5Video,
-		sendReward,
-		getRealLink,
-		loginByMiniApp,
-		handleFsUserWx,
-		getUserInfoLook
-	} from "@/api/courseLook.js"
-	import {
-		getConfigByKey
-	} from "@/api/course.js"
-	export default {
-		data() {
-			return {
-				imgPath: uni.getStorageSync('requestImagesPath'),
-				videoItem: {},
-				viewload: true,
-				loadingtext: "数据加载中...",
-				baseUrl: uni.getStorageSync('requestPath'),
-				// 1 红包 2 积分
-				rewardType: [{
-					name: '红包奖励',
-					value: 1
-				}, {
-					name: '积分奖励',
-					value: 2
-				}],
-				currentReward: 1,
-				player: null,
-				loading: true,
-				progress: 0,
-				code: null,
-				statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
-				scrollTop: 0,
-				height: '0px',
-				isLogin: false,
-				videoUrl: "",
-				videoId: "",
-				//现在的时长
-				playTime: 0,
-				//总时长
-				duration: 0,
-				playDuration: 0,
-				// 用于续播
-				playDurationSeek: 0,
-				// 温馨提醒时间节点,
-				tipsTime: 0,
-				tipsOpen: false,
-				config: {},
-				courseInfo: {},
-				quesList: [],
-				lineList: [],
-				// 错题
-				errQues: [],
-				// 答题机会
-				remain: 0,
-				errTitle: "",
-				errDesc: "",
-				showPlay: true,
-				showControls: false,
-				playStatus: "",
-				isFull: false,
-				isAddKf: 0,
-				lineIndex: 0,
-				// 是否展开
-				isExpand: true,
-				textHeight: 0, //文本高度
-				qwUserId: "",
-				qrcode: "",
-				corpId: "",
-				periodId: "", //营期id
-				companyUserId: "", //销售id
-				companyId: "", //公司id
-				courseId: "", //课程id
-				qrcodeMsg: "",
-				urlOption: {},
-				bufferRate: 0, // 缓冲时间
-				uuId: "",
-				isEnded: false,
-				// 是否允许拖动进度条
-				linkType: 0,
-				ip: null,
-				checked: true,
-				isFinish: 0, // 是否完课
-				interval: null,
-				intervalIntegral: null, // 积分定时
-				options: {
-					sources: [{
-						src: ""
-					}],
-					poster: "",
-					live: false /* 是否直播 */ ,
-					controls: true,
-					autoplay: false,
-					licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1323137866_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl,
-					LicenseKey: 'bcc5bd9a14b798b48c52ff005a21d926',
-					controlBar: {
-						volumePanel: false,
-						playbackRateMenuButton: false,
-						QualitySwitcherMenuButton: false,
-						// progressControl: false
-					},
-					plugins: {
-						// ProgressMarker: false,
-						ContextMenu: {
-							statistic: false
-						}
-					},
-				},
-				// 错误请求次数
-				errorCount: 0,
-				answerPopup: false,
-				sortLink: "",
-				// 课程是否过期
-				isExpire: false,
-				menuButtonLeft: 281,
-				menuButtonH: 45,
-				timer: null,
-				flag: false,
-				msg: '',
-				poster: '',
-				userInfo: {},
-				timeid: '',
-				videocont: {},
-				timepop: false,
-				appToken: '',
-				kfPopup: false,
-				iskftype: 0,
-				iskftypemsg: '',
-				courseLogo: '',
-				isquestion: false,
-				tipsPopup: false,
-				timepath: '3分之1',
-				tipsTime2: 0,
-				userlogo: false,
-				userinfos: {
-					nickname: "",
-					avatar: ""
-				},
-				headImg: '',
-				authType: 0, //0微信登录 1手机号登录
-				userdisabled: false,
-				projectId: '',
-				showfalse: false,
-				contentmsg: null,
-			}
-		},
-		filters: {
-			numberToChinese(number) {
-				if (number) {
-					const chineseNumber = ['一', '二', '三', '四', '五', '六', '七', '八', '九'];
-					return chineseNumber[number - 1];
-				} else {
-					return ''
-				}
-			},
-		},
-		computed: {
-			isAnswer() {
-				return (item, name) => {
-					if (item.type == 1) {
-						return item.answer == name
-					} else if (item.type == 2) {
-						const array = item.answer.split(',')
-						return array.some(i => i == name)
-					} else {
-						return false
-					}
-				}
-			},
-			// imgname() {
-			//   return this.$store.state.logoname
-			// },
-			appid() {
-				return this.$store.state.appid
-			},
-			nameuser() {
-				return this.userinfos.nickname
-			},
-			avataruser() {
-				return this.userinfos.avatar
-			},
-			...mapGetters(['coureLogin']),
-		},
-		watch: {
-		    coureLogin: {
-		      immediate: true,          // 页面一进入就检查一次
-		      handler(val) {
-		        if (val == 2&&this.isLogin) {
-					console.log("看课AppToken失效,请重新登录")
-					this.isLogin = false
-					this.isAddKf = 0
-					this.goLogin()
-		        }
-		      }
-		    }
-		},
-		onLoad(option) {
-
-			this.getWebviewUrl()
-			uni.$on('usercode', (data) => {
-				console.log('huoqu ',data)
-				if(data) {
-					this.code=data.code
-					this.goLogin(data)
-				}
-			})
-			uni.$on('vipMsg', (data) => {
-				console.log(4444, data)
-				this.contentmsg = data
-				this.showfalse = true
-				uni.showToast({
-					icon: 'none',
-					title: data,
-					duration: 5000
-				});
-			})
-			this.videoContext = uni.createVideoContext('video-content-box', this)
-			this.code = option.code
-			if (uni.getStorageSync('userInfo') && JSON.stringify(uni.getStorageSync('userInfo')) != '{}') {
-				this.userInfo = uni.getStorageSync('userInfo')
-			} else {
-				this.userInfo = {}
-			}
-			this.appToken = uni.getStorageSync('companyUserInfo')
-			if (!option.course) {
-				const keys = decodeURIComponent(Object.keys(option)[0]);
-				this.urlOption = JSON.parse(keys.split('course=')[1])
-			} else {
-				this.urlOption = option.course ? JSON.parse(option.course) : {}
-			}
-			uni.setStorageSync('H5course', this.urlOption)
-			console.log('lll', this.urlOption)
-			this.videoId = this.urlOption.videoId
-			this.courseId = this.urlOption.courseId
-			this.periodId = this.urlOption.periodId
-			this.companyId = this.urlOption.companyId
-			this.companyUserId = this.urlOption.companyUserId
-			this.projectId = this.urlOption.projectId
-			this.timeid = this.urlOption.id
-			console.log(this.urlOption)
-			console.log(decodeURIComponent(option.course))
-			// this.sortLink = this.urlOption.link || ''
-			this.getMenuButton()
-			// #ifdef MP-WEIXIN
-			// if(this.$store.state.logoname!=='乐氏本源'&&!uni.getStorageSync('userinfos')){
-			// 	this.userlogo=true
-			// }
-			console.log(uni.getStorageSync('userinfos'))
-			// if(!uni.getStorageSync('userinfos')&&this.$store.state.logoname=='乐氏本源'){
-			// 	uni.navigateTo({
-			// 		url:'/pages_course/webview'
-			// 	})
-			// 	return
-			// }
-			// #endif
-		},
-		onShow() {
-			this.userinfos = uni.getStorageSync('userinfos')
-			this.userinfo = uni.getStorageSync('userInfo')
-			this.tipsOpen = false
-			this.isExpand = true
-			this.uuId = generateRandomString(16)
-			if (this.videoId) {
-				this.getH5CourseByVideo()
-			}
-			const AppToken = uni.getStorageSync('TOKEN_WEXIN')
-			console.log(this.code,AppToken)
-			if (AppToken&&!this.code) {
-				console.log("console.log(AppToken,this.userinfo)===",this.userinfo)
-				this.isLogin=true
-				this.getUserInfoLooks()
-				if (this.isAddKf == 1 && this.userinfo.userId) {
-					console.log(1233)
-					this.getH5CourseVideoDetails()
-				} else {
-					// this.checkUserInfoA()
-					this.getIsAddKf()
-				}
-			}
-			// if(this.sortLink){
-			// 	this.getLink()
-			// } else {
-			// 	uni.showToast({
-			// 		title: 'sortLink is not found',
-			// 		icon: 'none'
-			// 	});
-			// }	
-			console.log("uuid是什么>>>",this.uuId)
-				console.log("bufferRate是什么>>>",Number(this.bufferRate.toFixed(2)))
-				console.log("duration是什么>>>",this.playTime)
-				console.log("periodId是什么>>>",this.periodId)
-		},
-		mounted() {
-			// this.getIP()
-			this.getHeight()
-
-		},
-		onHide() {
-			// this.player = uni.createVideoContext('video-content-box');
-			if (this.player) {
-				this.player.pause()
-			}
-			// if (this.interval != null) {
-			// 	clearInterval(this.interval)
-			// 	this.interval = null
-			// }
-		},
-		onUnload() {
-			if (this.interval != null) {
-				clearInterval(this.interval)
-				this.interval = null
-			}
-			this.clearIntegral()
-			uni.$off('usercode')
-		},
-		beforeDestroy() {
-			this.player = uni.createVideoContext('video-content-box');
-			if (this.player) {
-				this.player.stop()
-				this.player = null
-			}
-			if (this.interval != null) {
-				clearInterval(this.interval)
-				this.interval = null
-			}
-			this.clearIntegral()
-		},
-		methods: {
-			getUserInfoLooks() {
-				getUserInfoLook({userId:this.userinfo.userId}).then(res => {
-					if (res.code == 200) {
-						this.userinfos.nickname = res.user.nickname
-						this.userInfo = res.user;
-					}
-					console.log(res)
-				})
-			},
-			getWebviewUrl() {
-				var data = {
-					key: 'course.config'
-				}
-				getConfigByKey(data).then(res => {
-					if (res.code == 200) {
-						console.log("getConfigByKey====", JSON.parse(res.data))
-						let data = JSON.parse(res.data, )
-						uni.setStorageSync('weixinOauth', data.userCourseAuthDomain)
-					} else {
-						uni.showToast({
-							icon: 'none',
-							title: res.msg,
-						});
-					}
-				})
-			},
-			goLogin(data) {
-				this.isAddKf = 0
-				if (data) {
-					console.log('huoqu1222', data)
-					uni.showLoading({
-						title: '加载中'
-					})
-					uni.login({
-						provider: "weixin",
-						success: async loginRes => {
-							let code = loginRes.code // 获取开发code
-							handleFsUserWx({
-									code: code,
-									appId: this.appid,
-									userId: data.userId
-								})
-								.then(res => {
-									if (res.code == 200) {
-										console.log(res)
-										uni.hideLoading();
-										uni.showToast({
-											icon: 'none',
-											title: "登录成功",
-										});
-										this.userinfos = uni.getStorageSync('userinfos')
-										uni.getStorageSync('TOKEN_WEXIN');
-										this.userInfo = uni.getStorageSync('userInfo');
-										this.isLogin = true
-										this.code = ''
-										// this.getH5CourseVideoDetails()
-										// setTimeout(()=>{
-											this.getIsAddKf()
-										// },200)
-									} else if (res.code == 406) {
-										uni.hideLoading();
-										uni.showToast({
-											icon: 'none',
-											title: '该用户已成为其他销售会员',
-										});
-									} else {
-										uni.hideLoading();
-										uni.showToast({
-											icon: 'none',
-											title: res.msg,
-										});
-									}
-
-								})
-						},
-					})
-				} else {
-					uni.navigateTo({
-						url: '/pages_course/webview?H5course=' + uni.getStorageSync('H5course')
-					})
-				}
-
-			},
-			shouquan() {
-				if (this.userinfos.nickname == '') {
-					uni.showToast({
-						icon: 'none',
-						title: "请先授权微信昵称",
-					});
-				}
-			},
-			confimrname() {
-				if (this.userinfos.nickname == '') {
-					uni.showToast({
-						icon: 'none',
-						title: "请授权微信昵称",
-					});
-					return
-				}
-				if (this.userinfos.avatar == '') {
-					uni.showToast({
-						icon: 'none',
-						title: "请授权微信头像",
-					});
-					return
-				}
-				uni.setStorageSync('userinfos', this.userinfos)
-				this.editUserA()
-				this.userlogo = false
-			},
-			onChooseAvatar(e) {
-				this.userinfos.avatar = e.detail.avatarUrl
-				uni.uploadFile({
-					url: uni.getStorageSync('requestPath') + '/app/common/uploadOSS', //仅为示例,非真实的接口地址
-					filePath: e.detail.avatarUrl,
-					name: 'file',
-					formData: {
-						'user': 'test' // 上传附带参数
-					},
-					success: (uploadFileRes) => {
-						console.log(uploadFileRes)
-						// 根据接口具体返回格式   赋值具体对应url
-						var data = JSON.parse(uploadFileRes.data)
-						this.headImg = uni.getStorageSync('requestPath') + data.fileName
-						this.userinfos.avatar = data.url
-					}
-				});
-			},
-			onNickNameInput(e) {
-				console.log(e)
-				this.userinfos.nickname = e.detail.value
-			},
-			kefpop() {
-				if (this.appToken) {
-					this.kfPopup == false
-				}
-			},
-			tosales() {
-				uni.switchTab({
-					url: "/pages/index/index"
-				})
-			},
-			closepop() {
-				this.answerPopup = false
-			},
-			open() {
-
-			},
-			userInfologin(e) {
-				console.log(e)
-				this.userdisabled = true
-				uni.showLoading({
-					title: "处理中..."
-				});
-				if (e.mp.detail.errMsg == 'getUserInfo:ok') {
-					this.utils.getProvider()
-						.then(provider => {
-							if (!provider) {
-								this.userdisabled = false
-								reject()
-							}
-							// uni登录
-							uni.login({
-								provider: provider,
-								success: async loginRes => {
-									console.log(loginRes)
-									console.log(e)
-									let code = loginRes.code // 获取开发code
-									this.userinfos = uni.getStorageSync('userinfos') ? uni.getStorageSync(
-										'userinfos') : this.userinfos
-									loginByMiniApp({
-											encryptedData: e.mp.detail.encryptedData,
-											iv: e.mp.detail.iv,
-											code: code,
-											companyId: this.companyId || '',
-											companyUserId: this.companyUserId || 0,
-											nickname: this.userinfos.nickname || '',
-											avatar: this.userinfos.avatar || '',
-											authType: this.authType,
-											appId: this.appid,
-											projectId: this.projectId
-										})
-										.then(res => {
-											this.userdisabled = false
-											if (res.code == 200) {
-												console.log(res)
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: "登录成功",
-												});
-												uni.setStorageSync('TOKEN_WEXIN', res.token);
-												uni.setStorageSync('userInfo', JSON.stringify(res
-													.user));
-												this.userInfo = res.user;
-												uni.hideLoading()
-												// this.checkUserInfoA()
-												// this.isLogin = true
-
-											} else if (res.code == 406) {
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: '该用户已成为其他销售会员',
-												});
-											} else {
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: res.msg,
-												});
-											}
-
-										})
-										.catch(res => {
-											this.userdisabled = false
-										})
-								},
-								fail() {
-									this.userdisabled = false
-								}
-							})
-						})
-						.catch(err => {
-							this.userdisabled = false
-							uni.showToast({
-								icon: 'none',
-								title: err,
-							});
-						})
-
-				} else {
-					this.userdisabled = false
-					uni.showToast({
-						title: '已拒绝授权',
-						icon: 'none',
-						duration: 2000,
-					})
-				}
-			},
-			phoneLogin(e) {
-				console.log(e)
-				this.userdisabled = false
-				uni.showLoading({
-					title: "处理中..."
-				});
-				if (e.mp.detail.errMsg == 'getPhoneNumber:ok') {
-					this.utils.getProvider()
-						.then(provider => {
-							if (!provider) {
-								this.userdisabled = false
-								reject()
-							}
-							// uni登录
-							uni.login({
-								provider: provider,
-								success: async loginRes => {
-									this.userdisabled = false
-									console.log(loginRes)
-									console.log(e)
-									let code = loginRes.code // 获取开发code
-									this.userinfos = uni.getStorageSync('userinfos') ? uni.getStorageSync(
-										'userinfos') : this.userinfos
-									loginByMiniApp({
-											encryptedData: e.mp.detail.encryptedData,
-											iv: e.mp.detail.iv,
-											code: code,
-											companyId: this.companyId || '',
-											companyUserId: this.companyUserId || 0,
-											nickname: this.userinfos.nickname || '',
-											avatar: this.userinfos.avatar || "",
-											authType: this.authType,
-											appId: this.appid,
-											projectId: this.projectId
-										})
-										.then(res => {
-											this.userdisabled = false
-											if (res.code == 200) {
-												console.log(res)
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: "登录成功",
-												});
-												uni.setStorageSync('TOKEN_WEXIN', res.token);
-												uni.setStorageSync('userInfo', JSON.stringify(res
-													.user));
-												this.userInfo = res.user;
-												uni.hideLoading()
-												// this.checkUserInfoA()
-												// this.isLogin = true
-												// setTimeout(()=>{
-												// 	this.getIsAddKf()
-												// },200)
-											} else if (res.code == 406) {
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: '该用户已成为其他销售会员',
-												});
-											} else {
-												uni.hideLoading();
-												uni.showToast({
-													icon: 'none',
-													title: res.msg,
-												});
-											}
-
-										})
-										.catch(res => {
-											this.userdisabled = false
-										})
-								},
-								fail() {
-									this.userdisabled = false
-								}
-							})
-
-						})
-						.catch(err => {
-							this.userdisabled = false
-							uni.showToast({
-								icon: 'none',
-								title: err,
-							});
-						})
-
-				} else {
-					this.userdisabled = false
-					uni.showToast({
-						title: '已拒绝授权',
-						icon: 'none',
-						duration: 2000,
-					})
-				}
-
-			},
-			getMenuButton() {
-				const menuButtonInfo = uni.getMenuButtonBoundingClientRect()
-				this.menuButtonLeft = menuButtonInfo.left
-				this.menuButtonH = menuButtonInfo.height
-			},
-			//播放时间更新事件方法
-			onTimeUpdate(e) {
-				let currentTime = Math.round(e.detail.currentTime)
-				if (this.playDurationSeek > 0) {
-					this.playTime = this.playDurationSeek
-					this.throttle(() => this.changeTime(this), 1000, false)
-				} else {
-					// console.log(this.isFinish)
-					if (this.linkType != 1 && (currentTime - this.playTime > 3 || currentTime - this.playTime < -3) && this
-						.isFinish != 1) {
-						uni.showToast({
-							title: '不能快进哦',
-							icon: 'none',
-						});
-						currentTime = this.playTime
-						this.player.seek(this.playTime);
-					}
-
-					if (Math.floor(e.detail.currentTime) != this.flagTime) {
-						this.flagTime = Math.floor(e.detail.currentTime)
-						// 中途弹窗逻辑
-						if (!this.tipsOpen && this.tipsTime && this.playTime == this.tipsTime) {
-							this.timepath = '33%'
-							this.openTipsPop()
-						}
-						if (!this.tipsOpen && this.tipsTime2 && this.playTime == this.tipsTime2) {
-							this.timepath = '66%'
-							this.openTipsPop()
-						}
-					}
-					this.playTime = currentTime
-
-				}
-			},
-			changeTime(that, e) {
-				that.playDurationSeek = 0
-			},
-			videoErrorCallback(e) {
-				this.clearIntegral()
-				this.errorCount++
-				if (this.errorCount > 3) return
-				console.log(e)
-				this.getErrMsg(e.target.errMsg)
-				this.getH5CourseVideoDetails('error')
-			},
-			// 当开始/继续播放时触发play事件
-			getPlay() {
-				this.errorCount = 0
-				// this.judgeDuration()
-			},
-			getPause() {
-				this.clearIntegral()
-			},
-			getEnded() {
-				this.clearIntegral()
-				this.isEnded = true
-				this.isFinish = 1
-				this.getFinishCourseVideo()
-			},
-			getIP() {
-				uni.request({
-					url: 'https://ipinfo.io/json', //仅为示例,并非真实接口地址。
-					method: 'GET',
-					success: (res) => {
-						this.ip = res.data.ip
-					}
-				});
-			},
-			getHeight() {
-				this.$nextTick(() => {
-					const query = uni.createSelectorQuery().in(this);
-					query
-						.select("#title-content")
-						.boundingClientRect((data) => {
-							this.height =
-								`calc(100vh - ${data.height}px - 420rpx - ${this.statusBarHeight}px - 120rpx )`
-						})
-						.exec();
-				})
-			},
-			getDescHeight() {
-				this.$nextTick(() => {
-					const query = uni.createSelectorQuery().in(this);
-					query
-						.select("#descbox-desc")
-						.boundingClientRect((data) => {
-							this.textHeight = data.height
-						})
-						.exec();
-				})
-			},
-			numberToLetter(num) {
-				// 将数字转换为字母的 ASCII 码
-				let letterCode = num + 65;
-				// 将 ASCII 码转换为大写字母
-				let letter = String.fromCharCode(letterCode);
-				return letter;
-			},
-			updateTime() {
-				var that = this;
-				if (this.interval != null) {
-					clearInterval(this.interval)
-				}
-				this.interval = setInterval(function() {
-					that.getFinishCourseVideo()
-					that.getInternetTraffic()
-				}, 60000);
-			
-			},
-			judgeDuration() {
-				var that = this;
-				if (this.intervalIntegral != null) {
-					clearInterval(this.intervalIntegral)
-					this.intervalIntegral = null
-				}
-				// 观看10分钟获得积分
-				this.intervalIntegral = setInterval(function() {
-					that.getIntegralByH5Video()
-				}, 600000);
-			},
-			clearIntegral() {
-				if (this.intervalIntegral != null) {
-					clearInterval(this.intervalIntegral)
-					this.intervalIntegral = null
-				}
-			},
-			// 展开简介
-			handleExpand() {
-				this.isExpand = !this.isExpand
-			},
-			getH5CourseByVideo() {
-				this.loading = true
-				getH5CourseByVideoId({
-					videoId: this.videoId
-				}).then(res => {
-						this.loading = false
-						if (res.code == 200) {
-							this.viewload = false
-							this.courseInfo = res.data
-							uni.setNavigationBarTitle({
-								title: this.courseInfo && this.courseInfo.title ? this.courseInfo.title : ''
-							});
-						}
-						this.getHeight()
-						this.getDescHeight()
-					},
-					rej => {
-						this.loading = false
-					}
-				).catch(() => {
-					this.loading = false
-				})
-			},
-			getH5CourseVideoDetails(type) {
-				uni.showLoading({
-					title: '加载中'
-				})
-				console.log(this.userInfo)
-				const data = {
-					videoId: this.videoId,
-					fsUserId: this.userInfo.userId,
-					courseId: this.courseId,
-					companyUserId: this.companyUserId,
-					periodId: this.periodId,
-					id: this.timeid
-				}
-				getH5CourseVideoDetails(data).then(res => {
-						if (res.code == 200) {
-							this.config = res.data.courseConfig || {}
-							this.isFinish = res.data.isFinish || 0
-							this.duration = res.data.courseVideoDetails &&
-								res.data.courseVideoDetails.duration ? res.data.courseVideoDetails.duration : 0
-							this.courseLogo = this.config && JSON.stringify(this.config) != '{}' ? this.config
-								.courseLogo : ''
-							this.playDuration = res.data.playDuration || 0
-							this.playDurationSeek = res.data.playDuration || 0
-							// this.tipsTime =  38
-							this.tipsTime = res.data.tipsTime || 0
-							this.tipsTime2 = res.data.tipsTime2 || 0
-							let lineList = []
-							// if (res.course && res.course.lineOne) {
-							// 	lineList.push(res.course.lineOne)
-							// }
-							// if (res.course && res.course.lineTwo) {
-							// 	lineList.push(res.course.lineTwo)
-							// }
-							// if (res.course && res.course.lineThree) {
-							// 	lineList.push(res.course.lineThree)
-							// }
-							this.lineList = lineList
-							if (!this.player || type == 'error') {
-								uni.hideLoading();
-								this.lineIndex = this.config.defaultLine
-								this.videoUrl = res.data.courseVideoDetails.videoUrl
-								this.poster = res.data.courseVideoDetails &&
-									res.data.courseVideoDetails.thumbnail ? res.data.courseVideoDetails.thumbnail : ''
-								this.videocont = res.data
-								// this.options.sources = [{
-								// 	src: this.videoUrl
-								// }]
-								// this.options.poster = res.course && res.course.imgUrl ? res.course.imgUrl : ''
-								// this.initVideo()
-								this.playTime = this.playDuration >= this.duration ? 0 : this.playDuration
-								if (this.videocont.rang) {
-									setTimeout(() => {
-										this.player = uni.createVideoContext('video-content-box');
-										this.player.seek(this.playTime)
-										this.player.play();
-									}, 500);
-									this.timepop = false
-								} else {
-									this.timepop = true
-								}
-
-							} else {
-								// let div = document.querySelector(".vjs-progress-control");
-								// if(div) {
-								// 	if (this.isFinish == 1 || this.isEnded || this.linkType == 1) {
-								// 		div.style.pointerEvents = "auto";
-								// 	} else {
-								// 		div.style.pointerEvents = "none"; //禁止所有事件
-								// 	}
-								// }
-								this.playTime = this.playTime > this.playDuration ? this.playTime : this
-									.playDuration >= this.duration ? 0 : this.playDuration
-								this.player.seek(this.playTime)
-								this.player.play();
-							}
-							this.updateTime();
-							if (res.data.courseVideoDetails.questionBankList.length == 0) {
-								this.isquestion = true
-							} else {
-								this.isquestion = false
-							}
-							console.log('题目', res.data.courseVideoDetails.questionBankList)
-							this.quesList = res.data.courseVideoDetails.questionBankList &&
-								res.data.courseVideoDetails.questionBankList.length > 0 ? res.data.courseVideoDetails
-								.questionBankList : [],
-								this.quesList = this.quesList.map(item => ({
-									...item,
-									questionOption: JSON.parse(item.question),
-									answer: ''
-								}))
-						}
-						this.getHeight()
-						this.getDescHeight()
-					},
-					rej => {}
-				)
-			},
-			handleAnswer(item, option, idx) {
-				let time = this.playTime
-				if (this.isEnded || this.isFinish == 1) {
-					time = this.duration
-				} else {
-					if (time < this.playDuration && this.isFinish != 1) {
-						// 没完课且小于续播的时间
-						time = this.playDuration
-					}
-				}
-				if (Number(this.duration || 0) == 0 || time < this.duration - 60) {
-					uni.showToast({
-						title: "请先观看完整课程再答题哦~",
-						icon: "none"
-					})
-					return
-				}
-
-				if (item.type == 1) {
-					// 单选option
-					item.answer = option.name
-				} else if (item.type == 2) {
-					// 多选
-					let answer = item.answer ? item.answer.split(',') : []
-					if (answer.indexOf(option.name) === -1) {
-						answer.push(option.name)
-						item.answer = answer.join(',')
-					} else {
-						answer.splice(answer.indexOf(option.name), 1)
-						item.answer = answer.join(',')
-					}
-				}
-			},
-			submit() {
-				if (this.isExpire) {
-					uni.showToast({
-						title: '课程已过期或链接无效',
-						icon: 'none'
-					});
-					return
-				}
-				// 登录
-				this.$isLoginCourse().then(
-					res => {
-						console.log(res)
-						if (res) {
-							console.log(res)
-							if (this.isAddKf == 1) {
-								// 答题
-								// 您已提交过答案,请领取红包
-								console.log(1223)
-								this.courseAnswer()
-							} else {
-								// 添加客服
-								if (this.videoId && this.isLogin) {
-									console.log(12223131)
-									this.getIsAddKf()
-								} else if (this.iskftype == 1) {
-									uni.showToast({
-										title: this.iskftypemsg,
-										icon: 'none'
-									})
-								} else {
-									// this.kfPopup=true
-									uni.removeStorageSync('TOKEN_WEXIN')
-									uni.showToast({
-										title: '已清除缓存,请重新进入页面!',
-										icon: 'none'
-									})
-									this.goLogin()
-								}
-							}
-						} else {
-							this.goLogin()
-						}
-					},
-					rej => {}
-				);
-
-			},
-			nvtored() {
-				const packageInfo = uni.getStorageSync('receive_package', packageInfo)
-				const mchId = uni.getStorageSync('mchId', res.mchId)
-				uni.navigateToMiniProgram({
-					appId: 'wxc89db69a69a79011',
-					path: '/pages_course/reward?mchId=' + mchId + '&packageInfo=' + packageInfo,
-					success(res) {
-						this.answerPopup = false
-						// this.$refs.appPopup.close()
-					}
-				})
-			},
-			// 答题
-			courseAnswer() {
-				let time = this.playTime
-				if (this.isEnded || this.isFinish == 1) {
-					time = this.duration
-				} else {
-					if (time < this.playDuration && this.isFinish != 1) {
-						// 没完课且小于续播的时间
-						time = this.playDuration
-					}
-				}
-				if (Number(this.duration || 0) == 0 || time < this.duration - 60) {
-					uni.showToast({
-						title: "请先观看完整课程再答题哦~",
-						icon: "none"
-					})
-					return
-				}
-				if (this.quesList.some(item => !item.answer)) {
-					uni.showToast({
-						title: "请确认是否答完所有题目",
-						icon: "none"
-					})
-					return
-				}
-				const questions = this.quesList.map(obj => {
-					const {
-						questionOption,
-						...rest
-					} = obj;
-					return rest;
-				});
-				const param = {
-					...this.urlOption,
-					userId: this.userInfo.userId,
-					questions: questions,
-					videoId: this.videoId,
-					duration: this.playTime,
-				}
-				this.errTitle = ""
-				this.errDesc = ""
-				this.errQues = []
-				courseAnswer(param).then(res => {
-						if (res.code == 200) {
-							if (res.incorrectQuestions) {
-								// 答题失败
-								if (res.incorrectQuestions.length > 0) {
-									this.errQues = res.incorrectQuestions
-								}
-								this.remain = res.remain || 0
-								if (res.remain > 0) {
-									this.answerPopup = true
-									this.errTitle = "很遗憾答错了"
-									this.errDesc = `<span style="color:#FF5C03">还有${res.remain}次机会,继续加油</span>`
-									// this.$refs.answerPopup.open("center")
-									// this.answerPopup=true
-								}
-							} else {
-								// 答题成功
-								this.errTitle = "恭喜你,回答正确"
-								// this.errDesc = `请选择奖励`
-								// this.$refs.answerPopup.open("center")
-								// this.answerPopup=true
-								if (res.msg == '答题成功') {
-									uni.login({
-										provider: 'weixin',
-										success: async loginRes => {
-											console.log(loginRes)
-											var code = loginRes
-											this.closeAnswerPopup(loginRes.code)
-										}
-									})
-								}
-							}
-						} else {
-							if (res.msg == "该课题到达答错次数限制") {
-								this.errTitle = "答题次数超过限制"
-								this.errDesc = "以后的课程要认真学习哦"
-								// this.$refs.answerPopup.open("center")
-								this.answerPopup = true
-							} else {
-								uni.showToast({
-									title: res.msg,
-									icon: "none"
-								})
-							}
-						}
-					},
-					rej => {}
-				)
-			},
-			// 选择
-			rewardChange(e) {
-				this.currentReward = e.detail.value
-			},
-			closeAnswerPopup() {
-				// this.$refs.answerPopup.close()
-				uni.showLoading({
-					title: "加载中..."
-				})
-				if (this.errTitle == '恭喜你,回答正确') {
-					const param = {
-						...this.urlOption,
-						userId: this.userInfo.userId,
-						// rewardType: Number(this.currentReward),
-						source: 2, // 小程序
-						appId: this.appid
-					}
-					sendReward(param).then(res => {
-						if (res.code == 200) {
-							uni.hideLoading()
-							console.log('红包', res)
-							if (res.isNew && res.isNew == 1) {
-								console.log('红包配置', res)
-								const packageInfo = res.data.packageInfo || ''
-								if (packageInfo) {
-									this.answerPopup = true
-									uni.setStorageSync('receive_package', packageInfo)
-									uni.setStorageSync('mchId', res.mchId)
-									uni.navigateTo({
-										url: '/pages_course/reward'
-									})
-								}
-							} else {
-								uni.showToast({
-									title: res.msg,
-									icon: 'none'
-								})
-							}
-						} else {
-							uni.hideLoading()
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							})
-						}
-						// if(res.code == 200) {
-						// 	//重构 发红包,后台通过OPENID发零钱到 账
-						// 	//this.initWXConfig(res.package)
-						// }else {
-						// 	uni.showToast({
-						// 		title: res.msg,
-						// 		icon: 'none'
-						// 	})
-						// }
-					})
-				} else {
-					uni.hideLoading()
-					this.answerPopup = !this.answerPopup
-				}
-			},
-			// 线路
-			openPop() {
-				this.$refs.popup.open('bottom')
-			},
-			close() {
-				this.$refs.popup.close()
-			},
-			handleLine(index) {
-				var that = this;
-				if (this.lineIndex == index && this.videoUrl == this.lineList[index]) {
-					this.close()
-					return
-				} else {
-					// let div = document.querySelector(".vjs-progress-control");
-					// if(div) {
-					// 	if (this.isFinish == 1 || this.isEnded || this.linkType == 1) {
-					// 		div.style.pointerEvents = "auto";
-					// 	} else {
-					// 		div.style.pointerEvents = "none"; //禁止所有事件
-					// 	}
-					// }
-					this.lineIndex = index
-					this.videoUrl = this.lineList[index]
-					this.tipsOpen = false
-					this.playDurationSeek = this.playTime || 0
-					this.player = uni.createVideoContext('video-content-box');
-					setTimeout(function() {
-						that.player.seek(that.playDurationSeek)
-						that.player.play();
-					}, 500);
-					// this.player.src(this.lineList[index])
-					// this.player.one('loadedmetadata', () => {
-					// 	this.player.currentTime(this.playDurationSeek);
-					// 	this.player.play();
-					// });
-					this.close()
-				}
-
-			},
-			// 温馨提示
-			openTipsPop() {
-				// this.$refs.tipsPopup.open()
-				this.tipsPopup = true
-				// 暂停视频
-				this.videoContext.pause()
-				// this.tipsOpen = true
-				// this.pause()
-			},
-			closeTipsPop() {
-				// this.$refs.tipsPopup.close()
-				this.videoContext.play()
-				this.tipsPopup = !this.tipsPopup
-			},
-			// 客服
-			getIsAddKf() {
-				this.qrcode = ''
-				this.qrcodeMsg = ''
-				this.isAddKf = 0
-				const data = {
-					videoId: this.videoId,
-					userId: this.userInfo.userId,
-					companyUserId: this.companyUserId,
-					companyId: this.companyId,
-					courseId: this.courseId,
-					periodId: this.periodId,
-					projectId: this.projectId
-				}
-				// {videoId: this.videoId,qwUserId: this.qwUserId,corpId: this.corpId}
-				getIsAddKf(data).then(res => {
-						if (res.code == 200) {
-							if (res.data) {
-								this.isAddKf = 1
-								if (this.userInfo.userId) {
-									this.getH5CourseVideoDetails()
-									console.log(123223)
-								}
-
-							}
-							// else{
-							// 	uni.showToast({
-							// 		title: '请联系管理员,注册为会员!',
-							// 		icon: 'none'
-							// 	});
-							// }
-						} else if (res.code == 1002) {
-							this.isAddKf = 0
-							this.qrcode = res.ext
-							this.kfPopup = true
-							uni.showToast({
-								title: "请添加管理员微信,成为会员!",
-								icon: 'none'
-							});
-						} else if (res.code == 505) {
-							this.isAddKf = 0
-							this.qrcode = res.ext
-							this.kfPopup = true
-							uni.showToast({
-								title: "管理员开启了会员审核,请等待审核!",
-								icon: 'none'
-							});
-						} else if (res.code == 406) {
-							uni.hideLoading();
-							uni.showToast({
-								icon: 'none',
-								title: '该用户已成为其他销售会员',
-							});
-						} else if (res.code == 504) {
-							this.isAddKf = 0
-							this.iskftype = 1
-							this.iskftypemsg = res.msg
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							});
-						} else {
-							this.isAddKf = 0
-							uni.showToast({
-								title: res.msg,
-								icon: 'none'
-							});
-						}
-					},
-					err => {}
-				);
-			},
-			closeKFPop() {
-				// this.$refs.kfPopup.close()
-				// this.kfPopup=!this.kfPopup
-			},
-			getFinishCourseVideo() {
-				if (!this.playTime) return
-				// {videoId: this.videoId,duration:this.playTime}
-				const param = {
-					duration: this.playTime,
-					videoId: this.videoId,
-					userId: this.userInfo.userId,
-					companyUserId: this.companyUserId
-				}
-				getFinishCourseVideo(param)
-			},
-			// 每十分钟获得积分
-			getIntegralByH5Video() {
-				const param = {
-					duration: this.playTime,
-					...this.urlOption
-				}
-				getIntegralByH5Video(param).then(res => {
-					if (res.code == 200) {
-						uni.showToast({
-							title: "积分+10",
-							icon: "none"
-						})
-					}
-				})
-			},
-			progressChange(e) {
-				this.bufferRate = Math.ceil(e.detail.buffered)
-				// console.log('缓冲结果',this.bufferRate)
-				// console.log('缓冲',this.playTime,this.duration)
-			},
-			// 缓冲
-			getInternetTraffic() {
-				const playVideoTime = Math.ceil(this.playTime / this.duration * 100) // 播放百分比
-				// console.log('播放百分比',playVideoTime)
-				if (this.bufferRate == 0 || this.bufferRate < playVideoTime) {
-					this.bufferRate = playVideoTime
-					console.log(this.bufferRate)
-				}
-				if (this.bufferRate == 0 || Number(this.bufferRate.toFixed(2)) == 0) return
-				
-				const param = {
-					uuId: dayjs().format('YYYYMMDD') + this.uuId,
-					duration: this.playTime,
-					bufferRate: Number(this.bufferRate.toFixed(2)),
-					userId: this.userId,
-					periodId: this.periodId,
-					...this.urlOption
-				}
-				getInternetTraffic(param)
-			},
-			getErrMsg(err) {
-				let msgerr = {
-					videoUrl: this.videoUrl,
-					lineIndex: this.lineIndex,
-					errTime: new Date(),
-					// ip: this.ip,
-					errMsg: err
-				}
-				getErrMsg({
-					msg: JSON.stringify(msgerr)
-				})
-			},
-			getLink() {
-				this.goLogin()
-				return
-				let that = this;
-				this.msg = ''
-				getRealLink({
-					sortLink: this.sortLink
-				}).then(res => {
-					if (res.code == 200) {
-						this.isExpire = false
-						// 如果响应中包含真实链接,则跳转到真实链接
-						// window.location.href = res.realLink +"&sortLink="+this.sortLink+"&code="+this.code+"&time="+new Date().getTime()
-						if (this.isLogin && this.isAddKf == 1) {
-							this.getH5CourseVideoDetails()
-						}
-						if (this.videoId && this.isAddKf != 1) {
-							this.$isLoginCourse().then(
-								isLogin => {
-									this.isLogin = isLogin
-									if (isLogin) {
-										this.getIsAddKf()
-									} else {
-										this.goLogin()
-									}
-								},
-								rej => {}
-							);
-						}
-					} else {
-						this.isExpire = true
-						this.msg = '课程已过期或链接无效'
-						uni.showToast({
-							title: '课程已过期或链接无效',
-							icon: 'none'
-						});
-					}
-				}).catch(err => {
-					this.isExpire = true
-					this.msg = '发生错误,请稍后再试'
-					uni.showToast({
-						title: '发生错误,请稍后再试',
-						icon: 'none'
-					});
-				})
-			},
-			/**
-			 * 节流原理:在一定时间内,只能触发一次
-			 *
-			 * @param {Function} func 要执行的回调函数
-			 * @param {Number} wait 延时的时间
-			 * @param {Boolean} immediate 是否立即执行
-			 * @return null
-			 */
-			throttle(func, wait = 500, immediate = true) {
-				if (immediate) {
-					if (!this.flag) {
-						this.flag = true
-						// 如果是立即执行,则在wait毫秒内开始时执行
-						typeof func === 'function' && func()
-						this.timer = setTimeout(() => {
-							this.flag = false
-						}, wait)
-					}
-				} else if (!this.flag) {
-					this.flag = true
-					// 如果是非立即执行,则在wait毫秒内的结束处执行
-					this.timer = setTimeout(() => {
-						this.flag = false
-						typeof func === 'function' && func()
-					}, wait)
-				}
-			}
-		}
-	}
-</script>
-
-<style scoped>
-	.full-width-popup {
-		width: 100%;
-	}
-</style>
-<style lang="scss" scoped>
-	.subname {
-		background-color: #00aa00;
-		color: #fff;
-	}
-
-	.subavt {
-		background-color: #fff;
-		border: 2rpx #0a0 solid;
-		color: #00aa00;
-	}
-
-	.boxweixin {
-		width: 44rpx;
-		height: 44rpx;
-		border-radius: 50%;
-		text-align: center;
-		line-height: 34rpx;
-		color: #0a0;
-	}
-
-	.boxnosel {
-		border: #757575 4rpx solid;
-	}
-
-	.boxsel {
-		border: #0a0 4rpx solid;
-	}
-
-	.button-container {
-		position: relative;
-		width: 240rpx;
-	}
-
-	.hidden-input {
-		position: absolute;
-		top: 0;
-		left: 0;
-		width: 100%;
-		height: 100%;
-		opacity: 0;
-		z-index: 2;
-	}
-
-	.custom-button {
-		position: relative;
-		z-index: 1;
-		/* 其他样式 */
-		width: 100%;
-		margin: 0 auto;
-		height: 80rpx;
-		line-height: 60rpx;
-		font-size: 28rpx;
-		padding: 10rpx 20rpx;
-	}
-
-	.submitname {
-		width: 90%;
-
-		margin: 0 auto;
-		text-align: center;
-		padding: 30rpx;
-		margin-top: 40rpx;
-	}
-
-	.sub {
-		background-color: #f0f0f0;
-		color: #0a0;
-	}
-
-	.subact {
-		background-color: #0a0;
-		color: #fff;
-	}
-
-	.userlogo {
-		height: 760rpx;
-	}
-
-	.getlogo {
-		width: 240rpx;
-		background-color: #fff;
-		// padding: 10rpx 20rpx;
-	}
-
-	@mixin u-flex($flexD, $alignI, $justifyC) {
-		display: flex;
-		flex-direction: $flexD;
-		align-items: $alignI;
-		justify-content: $justifyC;
-	}
-
-	.footer-tips {
-		position: fixed;
-		width: 100%;
-		bottom: 144rpx;
-		text-align: center;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 500;
-		font-size: 12px;
-		color: #bbb;
-		transform: scale(0.8);
-	}
-
-	.btns {
-		position: relative;
-		width: 100%;
-		height: 80rpx;
-
-		.author-btn {
-			z-index: 100;
-			position: absolute;
-			width: 100%;
-			height: 80rpx;
-			background: #ff5c03;
-			border-radius: 40rpx;
-			font-size: 36rpx;
-			font-family: PingFang SC;
-			font-weight: 500;
-			text-align: center;
-			line-height: 80rpx;
-			color: rgba(255, 255, 255, 1);
-		}
-	}
-
-	.textOne {
-		overflow: hidden;
-		white-space: nowrap;
-		text-overflow: ellipsis;
-	}
-
-	.textTwo {
-		overflow: hidden;
-		text-overflow: ellipsis;
-		display: -webkit-box;
-		-webkit-line-clamp: 2;
-		-webkit-box-orient: vertical;
-	}
-
-	.header-nav {
-		height: 88rpx;
-		@include u-flex(row, center, flex-start);
-		overflow: hidden;
-		background-color: #fff;
-		box-sizing: border-box;
-
-		.header-title {
-			text-align: center;
-			overflow: hidden;
-			white-space: nowrap;
-			text-overflow: ellipsis;
-			padding: 0 10rpx 0 100rpx;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 15px;
-			color: #000;
-			box-sizing: border-box;
-		}
-	}
-
-	.reward-list {
-		width: 100%;
-		margin-top: 20rpx;
-		margin-bottom: -40rpx;
-
-		&-group {
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 14px;
-			color: #222222;
-			@include u-flex(row, center, center);
-		}
-
-		&-option {
-			@include u-flex(row, center, flex-start);
-
-			&:first-child {
-				margin-right: 40rpx;
-			}
-		}
-	}
-
-	.err {
-		color: #f56c6c !important;
-	}
-
-	.kfqrcode-box {
-		background-color: #fff;
-		border-radius: 16rpx;
-		max-width: 560rpx;
-		padding: 60rpx 40rpx;
-		margin-top: -100rpx;
-		box-sizing: border-box;
-		@include u-flex(column, center, flex-start);
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 400;
-		font-size: 34rpx;
-		color: #222;
-		position: relative;
-		text-align: center;
-
-		.kfqrcode {
-			// height: 460rpx;
-			width: 460rpx;
-		}
-	}
-
-	.kfqrcode-close {
-		width: 64rpx;
-		height: 64rpx;
-		position: absolute;
-		bottom: -100rpx;
-		left: 50%;
-		transform: translateX(-50%);
-	}
-
-	.tipsPopup-mask {
-		position: relative;
-		width: 560rpx;
-		background-color: transparent;
-
-		.red_envelope_top {
-			width: 480rpx;
-			height: 360rpx;
-			margin: 0 auto;
-			display: inherit;
-		}
-	}
-
-	.tipsPopup-btn-box {
-		width: 456rpx;
-		height: 104rpx;
-		padding: 4rpx;
-		box-sizing: border-box;
-		background: linear-gradient(180deg, rgba(252, 209, 94, 1), rgba(254, 253, 251, 1));
-		border-radius: 52rpx;
-	}
-
-	.tipsPopup-btn {
-		width: 100%;
-		height: 100%;
-		background: linear-gradient(180deg, #FF9F22 0%, #FA1E05 100%);
-		border-radius: 52rpx 52rpx 52rpx 52rpx;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 500;
-		font-size: 36rpx;
-		color: #FFFFFF;
-		line-height: 96rpx;
-		text-align: center;
-	}
-
-	.tipsPopup {
-		width: 560rpx;
-		padding: 12rpx;
-		margin-top: -72rpx;
-		box-sizing: border-box;
-		background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
-		border-radius: 32rpx 32rpx 32rpx 32rpx;
-		position: relative;
-
-		&-close {
-			width: 64rpx;
-			height: 64rpx;
-			position: absolute;
-			right: 0;
-			top: -188rpx;
-		}
-
-		&-line {
-			padding: 3rpx;
-			box-sizing: border-box;
-			background: linear-gradient(180deg, rgba(247, 245, 220, 1), rgba(250, 220, 157, 1));
-			border-radius: 24rpx;
-		}
-
-		&-box {
-			padding: 0 40rpx 40rpx 40rpx;
-			box-sizing: border-box;
-			background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
-			border-radius: 24rpx;
-			@include u-flex(column, center, flex-start);
-		}
-
-		&-head {
-			@include u-flex(row, center, center);
-
-			&-title {
-				width: 364rpx;
-				height: auto;
-				margin-top: -22rpx;
-			}
-		}
-
-		&-content {
-			margin: 48rpx 0;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 32rpx;
-			color: #222222;
-			text-align: center;
-
-			&-title {
-				margin-bottom: 26rpx;
-				font-weight: 600;
-				font-size: 40rpx;
-				color: #FF5C03;
-			}
-		}
-	}
-
-	.video-controls-box {
-		width: 100%;
-		height: 420rpx;
-		overflow: hidden;
-		position: absolute;
-		bottom: 0;
-		left: 0;
-		z-index: 2;
-		background: rgba(0, 0, 0, 0.2);
-
-		.video-play {
-			height: 72rpx;
-			width: 72rpx;
-			position: absolute;
-			top: 50%;
-			left: 50%;
-			transform: translate(-50%, -50%);
-		}
-	}
-
-	.video-controls {
-		width: 100%;
-		height: 80rpx;
-		padding: 0 28rpx;
-		box-sizing: border-box;
-		position: absolute;
-		bottom: 0;
-		left: 0;
-		display: flex;
-		align-items: center;
-		justify-content: space-between;
-		background: linear-gradient(to top, #222 0%, transparent 80%);
-
-		.video-icon {
-			height: 44rpx;
-			width: 44rpx;
-		}
-	}
-
-	.errQuesbox {
-		width: 100%;
-		max-height: 260rpx;
-		overflow-y: auto;
-		margin-top: 24rpx;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 500;
-		font-size: 30rpx;
-		color: #222222;
-
-		&-item {
-			width: 100%;
-			height: 128rpx;
-			line-height: 128rpx;
-			margin-bottom: 24rpx;
-			padding: 0 30rpx;
-			box-sizing: border-box;
-			overflow: hidden;
-			background: #fff;
-			border-radius: 16rpx 16rpx 16rpx 16rpx;
-			position: relative;
-
-			&::after {
-				content: "题目";
-				min-width: 64rpx;
-				height: 36rpx;
-				padding: 0 12rpx;
-				line-height: 36rpx;
-				background: #FF5C03;
-				box-sizing: border-box;
-				border-radius: 0rpx 0rpx 16rpx 0rpx;
-				text-align: center;
-				font-family: PingFang SC, PingFang SC;
-				font-weight: 500;
-				font-size: 20rpx;
-				color: #fff;
-				position: absolute;
-				left: 0;
-				top: 0;
-			}
-		}
-	}
-
-	.bg {
-		background: #fff !important;
-	}
-
-	.timepopbox {
-		width: 560rpx;
-		padding: 32rpx;
-		box-sizing: border-box;
-	}
-
-	.answerPopup {
-		&-box {
-			width: 560rpx;
-			background: linear-gradient(180deg, #FFFAF6 0%, #FEECD8 100%);
-			border-radius: 32rpx 32rpx 32rpx 32rpx;
-			background-color: #fff;
-			font-weight: 400;
-			padding: 32rpx;
-			box-sizing: border-box;
-			position: relative;
-			@include u-flex(column, center, flex-start);
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-
-			.tipimg {
-				width: 206rpx;
-				height: 206rpx;
-				margin-bottom: 16rpx;
-			}
-		}
-
-		&-title {
-			font-weight: 600;
-			font-size: 36rpx;
-			color: #222222;
-		}
-
-		&-desc {
-			margin-top: 10rpx;
-			font-size: 28rpx;
-			color: #757575;
-		}
-
-		&-btn {
-			width: 464rpx;
-			height: 84rpx;
-			margin-top: 54rpx;
-			margin-bottom: 16rpx;
-			background: #FF5C03;
-			border-radius: 42rpx;
-			font-weight: 500;
-			font-size: 32rpx;
-			color: #FFFFFF;
-			text-align: center;
-			line-height: 84rpx;
-		}
-	}
-
-	.popupbox {
-		width: 100%;
-		background-color: #fff;
-		border-radius: 16rpx 16rpx 0 0;
-		padding: 24rpx 32rpx;
-		position: relative;
-
-		&-head {
-			height: 60rpx;
-			margin-bottom: 30rpx;
-			text-align: center;
-			overflow-y: auto;
-			color: #414858;
-			font-size: 32rpx;
-			font-weight: bold;
-			position: relative;
-
-			.close-icon {
-				position: absolute;
-				right: 0;
-				top: 0;
-				height: 40rpx;
-				width: 40rpx;
-			}
-		}
-
-		&-content {
-			height: 20vh;
-			overflow-y: auto;
-			display: flex;
-			align-items: flex-start;
-			flex-wrap: wrap;
-			gap: 32rpx;
-
-			.line-item {
-				display: inline-block;
-				min-width: 200rpx;
-				min-height: 60rpx;
-				padding: 0 20rpx;
-				box-sizing: border-box;
-				border-radius: 50rpx;
-				overflow: hidden;
-				background-color: #f7f7f7;
-				text-align: center;
-				color: #414858;
-				font-size: 28rpx;
-				line-height: 60rpx;
-			}
-
-			.line-active {
-				color: #f56c6c !important;
-				background-color: #fef0f0 !important;
-			}
-		}
-	}
-
-	.content {
-		padding-bottom: calc(var(--window-bottom) + 100rpx);
-
-		.video-box {
-			width: 100%;
-			height: 420rpx;
-			overflow: hidden;
-			position: relative;
-
-			#myVideo {
-				width: 100%;
-				height: 100%;
-			}
-		}
-
-		.video-poster {
-			width: 100%;
-			height: 420rpx;
-		}
-
-		.miantitlebox {
-			padding: 30rpx 0;
-			border-bottom: 2rpx solid #F5F7FA;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 40rpx;
-			color: #222222;
-		}
-
-		.subtitlebox {
-			padding: 30rpx 0;
-			border-bottom: 2rpx solid #F5F7FA;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 500;
-			font-size: 40rpx;
-			color: #222222;
-		}
-
-		.title-content {
-			padding: 0 32rpx;
-			background-color: #fff;
-			font-size: 28rpx;
-			line-height: 1.6;
-
-			.title {
-				font-size: 36rpx;
-				font-weight: 500;
-				color: #414858;
-			}
-
-			.time-or-subtitle {
-				margin-top: 12rpx;
-				color: #666666;
-			}
-		}
-
-		.descbox {
-			padding: 36rpx 32rpx;
-			margin-bottom: 20rpx;
-			background-color: #fff;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 28rpx;
-			color: #222222;
-			line-height: 42rpx;
-			word-break: break-word;
-
-			&-title {
-				margin-bottom: 24rpx;
-				font-weight: 500;
-				font-size: 32rpx;
-			}
-
-			&-info {
-				margin-bottom: 24rpx;
-				@include u-flex(row, center, space-between);
-				font-size: 26rpx;
-				color: #757575;
-
-				&-l {
-					flex: 1;
-					@include u-flex(row, center, flex-start);
-				}
-
-				&-time {
-					margin-left: 18rpx;
-					padding-left: 18rpx;
-					position: relative;
-
-					&::after {
-						content: "";
-						width: 4rpx;
-						height: 4rpx;
-						background: #999999;
-						border-radius: 50%;
-						position: absolute;
-						left: 0;
-						top: 50%;
-						transform: translateY(-50%);
-					}
-				}
-
-				&-r {
-					background: transparent;
-				}
-			}
-
-			&-desc {
-				overflow: hidden;
-				position: relative;
-			}
-		}
-
-		.expand {
-			flex-shrink: 0;
-			@include u-flex(row, center, flex-end);
-			color: #FF5C03;
-			font-weight: 400;
-			font-size: 24rpx;
-
-			image {
-				width: 32rpx;
-				height: 32rpx;
-			}
-		}
-
-		.expand-ab {
-			position: absolute;
-			top: 0;
-			right: 0;
-			box-shadow: -50rpx 0 20rpx 8rpx #FFFFFF;
-			background-color: #fff;
-		}
-
-		.ques-content {
-			background-color: #fff;
-			padding: 40rpx 32rpx;
-			box-sizing: border-box;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 28rpx;
-			color: #222222;
-		}
-
-		.ques-content-tit {
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 600;
-			font-size: 36rpx;
-			color: #222222;
-		}
-
-		.ques-title {
-			margin: 48rpx 0 34rpx 0;
-			font-weight: 500;
-			font-size: 32rpx;
-			white-space: normal;
-		}
-
-		.ques-type {
-			flex-shrink: 0;
-			min-width: 72rpx;
-			min-height: 40rpx;
-			padding: 0 12rpx;
-			margin: 0 12rpx;
-			box-sizing: border-box;
-			background: #FF5C03;
-			border-radius: 8rpx 8rpx 8rpx 8rpx;
-			line-height: 40rpx;
-			text-align: center;
-			font-family: PingFang SC, PingFang SC;
-			font-weight: 400;
-			font-size: 24rpx;
-			color: #FFFFFF;
-			display: inline-block;
-		}
-
-		.ques-option {
-			min-height: 88rpx;
-			padding: 24rpx 32rpx;
-			box-sizing: border-box;
-			margin-bottom: 24rpx;
-			background: #F5F7FA;
-			border-radius: 16rpx 16rpx 16rpx 16rpx;
-			display: flex;
-			align-items: center;
-
-			&-active {
-				color: #FF5C03 !important;
-				background: #FCF0E7 !important;
-			}
-		}
-
-		.video-line {
-			min-width: 140rpx;
-			max-width: 200rpx;
-			height: 60rpx;
-			padding: 0 20rpx;
-			box-sizing: border-box;
-			border-radius: 50rpx 0 0 50rpx;
-			overflow: hidden;
-			background-color: #fff;
-			text-align: center;
-			color: #888;
-			font-size: 28rpx;
-			line-height: 60rpx;
-			display: inline-flex;
-			align-items: center;
-			justify-content: center;
-			position: fixed;
-			right: 0;
-			z-index: 9;
-			bottom: calc(var(--window-bottom) + 280rpx);
-			box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, .12);
-
-			image {
-				flex-shrink: 0;
-				height: 30rpx;
-				width: 30rpx;
-				margin-right: 6rpx;
-			}
-		}
-
-		.footer {
-			border-top: 1rpx solid #ededef;
-			background: #fff;
-			width: 100%;
-			position: fixed;
-			bottom: 0;
-			padding: 32rpx;
-			// padding-bottom: calc(var(--window-bottom) + 14rpx);
-			box-sizing: border-box;
-			z-index: 0;
-
-			&-btn {
-				width: 100%;
-				height: 98rpx;
-				background: #FF5C03;
-				border-radius: 49rpx 49rpx 49rpx 49rpx;
-				line-height: 98rpx;
-				text-align: center;
-				font-family: PingFang SC, PingFang SC;
-				font-weight: 600;
-				font-size: 32rpx;
-				color: #FFFFFF;
-				@include u-flex(row, center, center);
-
-				&-img {
-					flex-shrink: 0;
-					width: 144rpx;
-					height: 144rpx;
-					margin-right: 8rpx;
-					margin-top: -24rpx;
-				}
-			}
-
-			&-btn-border {
-				position: relative;
-
-				&::after {
-					content: "";
-					background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
-					position: absolute;
-					top: -2rpx;
-					left: 0;
-					height: 103rpx;
-					width: 100%;
-					z-index: -1;
-					border-radius: 49rpx 49rpx 49rpx 49rpx;
-					box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
-					overflow: hidden;
-				}
-			}
-		}
-	}
-
-	.agreement {
-		display: inline-flex;
-		margin-top: 16rpx;
-		font-size: 24rpx;
-		color: #525252;
-		align-items: center;
-		justify-content: center;
-	}
-
-	.nocourse {
-		display: flex;
-		flex-direction: column;
-		align-items: center;
-		padding-bottom: 88rpx;
-		justify-content: center;
-		font-family: PingFang SC, PingFang SC;
-		font-weight: 400;
-		font-size: 32rpx;
-		color: #757575;
-		line-height: 48rpx;
-		text-align: center;
-
-		image {
-			width: 328rpx;
-			height: auto;
-			margin-bottom: 30rpx;
-		}
-	}
-
-	.logo {
-		display: inline-block;
-		width: 30px;
-		height: auto;
-		margin: 20px 0 0 10px;
-		pointer-events: none;
-		object-fit: cover;
-	}
-
-	.logo-full {
-		display: inline-block;
-		width: 40px;
-		height: auto;
-		margin: 50px 0 0 30px;
-		pointer-events: none;
-		object-fit: cover;
-	}
-</style>

+ 0 - 209
pages_course/webview.vue

@@ -1,209 +0,0 @@
-<template>
-  <view class="container">
-    <!-- 加载提示 -->
-   <view class="loading2" v-if="loading">
-      <text>加载中...</text>
-    </view>
-    <!-- web-view组件 -->
-	<web-view
-	  :src="webviewUrl" 
-	  @message="handleMessage"
-	  @load="onLoads"
-	  @error="onError"
-	></web-view>
-  </view>
-</template>
-
-<script>
-import { H5logoinApp} from '@/api/courseLook.js'
-export default {
-  data() {
-    return {
-      loading: false,
-	  // webviewUrl: uni.getStorageSync('authUrl'),//
-	  // webviewUrl: 'https://company.h5.test.ylrztop.com/avatarAuth/weixinOauth.html',//云联融智
-	  // webviewUrl: 'https://authdrk.ylrztop.com/weixinOauth',//青岛德瑞康
-	  // webviewUrl: 'https://wxmpauth.zkwlyf.com/weixinOauth',//中康智慧
-	  // webviewUrl:'https://userappkyt.ylrzcloud.com/weixinOauth',
-	  // webviewUrl:'https://uviewui.com/components/popup.html',
-      userinfos:{
-      	nickname:"",
-      	avatar:""
-      },
-	  usercode:{},
-	  h5Appid:'',
-	  redirect_uri: '',
-	  appid:'',
-	  webviewUrl:''
-    }
-  },
-  onLoad(options) {
-	  this.appid = getApp().globalData.appId
-	  this.webviewUrl = uni.getStorageSync('weixinOauth')
-	  if(options.code){
-		  // uni.$emit('us ercode', {  code: options.code });
-		  this.loginweixin(options.code)
-	  }
-	  console.log(this.webviewUrl)
-    // 生成带参的H5授权页面URL
-    // this.webviewUrl = this.generateAuthUrl()
-  },
-  methods: {
-	  // 截取url中的参数方法
-	  getUrlParam() {
-	      var url = this.webviewUrl;
-	      var theRequest = new Object();
-	      if (url.indexOf("?") != -1) {
-	          var str = url.substr(1);
-	          var strs = str.split("&");
-	          for (var i = 0; i < strs.length; i++) {
-	              theRequest[strs[i].split("=")[0]] = strs[i].split("=")[1];
-	          }
-	      }
-	      return theRequest;
-	  },
-	  loginweixin(datas){
-		 const h5course=uni.getStorageSync('H5course')
-		  var data = {
-		  	code: datas,
-			appId:this.appid,
-			companyId:h5course.companyId,
-			companyUserId:h5course.companyUserId,
-			projectId:h5course.projectId
-		  }
-		  // 自动看课调courseLoginByMp接口,其他变
-		  let type = h5course.type==1 ? 1 : 0 
-		  H5logoinApp(data,type).then(res => {
-		  		  this.res=res
-		  		uni.hideLoading();
-		  		if (res.code == 200) {
-		  			console.log(res)
-					this.$store.commit('setCoureLogin', 1);
-		  			uni.hideLoading();
-		  			uni.showToast({
-		  				icon:'none',
-		  				title: "成功获取用户信息",
-		  			});
-					this.userinfos.nickname=res.user.nickname
-					this.userinfos.avatar=res.user.avatar
-					uni.setStorageSync("userinfos",this.userinfos)
-					uni.setStorageSync('userInfo', res.user);
-					uni.setStorageSync('TOKEN_WEXIN', res.token);
-					this.usercode.code=datas
-					this.usercode.userId=res.user.userId
-		  			uni.$emit('usercode',this.usercode)
-		  			uni.navigateBack({
-		  				delta: 1
-		  			});
-		  		} else {
-					uni.hideLoading();
-		  			uni.showToast({
-		  			  title: res.msg || '获取用户信息失败',
-		  			  icon: 'none'
-		  			})
-					setTimeout(()=>{
-						uni.navigateBack({
-							delta: 1
-						});
-					},2000)
-		  		}
-		  	},
-		  	err => {}
-		  ).catch(err=>{
-		  	uni.hideLoading();
-		  		uni.showToast({
-		  			icon:'none',
-		  			title: "获取用户信息失败",
-		  		});
-		  });
-	  },
-    // 生成授权页面URL,附带小程序传递的参数
-    generateAuthUrl() {
-      // 获取当前小程序的场景值,用于后续业务处理
-      const scene = uni.getLaunchOptionsSync().scene
-      
-      // 这里替换为你的uniapp H5项目域名
-      
-      // 拼接参数,可包含小程序特有的信息
-	  this.h5Appid = this.getUrlParam().appid
-	  this.redirect_uri = this.webviewUrl
-      const params = {
-        scene,
-        appid: this.h5Appid, // 公众号AppID
-        redirect_uri: encodeURIComponent(this.redirect_uri),
-        scope: 'snsapi_userinfo',
-        state: 'wechat_redirect'
-      }
-      
-      // 微信公众号授权URL
-      return `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${params.appid}&redirect_uri=${params.redirect_uri}&response_type=code&scope=${params.scope}&state=${params.state}#wechat_redirect`
-    },
-    
-    // 处理web-view向小程序发送的消息
-    handleMessage(e) {
-      console.log('收到web-view消息:', e.detail)
-      console.log('收到web-view消息:', e)
-      // 获取H5页面传递过来的用户信息
-      if (e.detail && e.detail.type === 'user_info') {
-        this.userInfo = e.detail.data
-         this.token= e.detail.token
-        // 存储用户信息到本地
-        uni.setStorageSync('userInfo', this.userInfo)
-		uni.setStorageSync('TOKEN_WEXIN', this.userInfo)
-        
-        // 返回上一页或跳转到首页
-        uni.showToast({
-          title: '登录成功',
-          icon: 'success'
-        })
-        
-        setTimeout(() => {
-          uni.navigateBack()
-        }, 1500)
-      }
-    },
-    
-    // web-view加载完成
-    onLoads() {
-      this.loading = false
-      console.log('web-view加载完成')
-    },
-    
-    // web-view加载失败
-    onError(e) {
-      this.loading = false
-      console.error('web-view加载失败:', e)
-      uni.showToast({
-        title: '页面加载失败',
-        icon: 'none'
-      })
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-.container {
-  width: 100%;
-  height: 100%;
-  position: relative;
-}
-
-.loading2 {
-  position: absolute;
-  top: 0;
-  left: 0;
-  width: 100%;
-  height: 100%;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  background-color: #fff;
-  z-index: 100;
-}
-
-web-view {
-  width: 100%;
-  height: 100%;
-}
-</style>    

+ 4 - 2
pages_shopping/live/confirmCreateOrder.vue

@@ -161,7 +161,8 @@
 				confirmParam: [],
 				type: '',
 				isFirstLoad: true,
-				recordId:null
+				recordId:null,
+				selected:false,
 			}
 		},
 
@@ -187,6 +188,7 @@
 				this.address = e;
 				this.addressId = e.addressId;
 				this.cityId = e.cityId;
+				this.selected=true
 			});
 		},
 		mounted() {
@@ -221,7 +223,7 @@
 							if (res.data && !this.address) {
 								this.address = res.data;
 							}
-							if (res.data && res.data.cityId) {
+							if (res.data && res.data.cityId&&!this.selected) {
 								this.cityId = res.data.cityId;
 							}
 							if (this.type == 'win') {

+ 1 - 1
pages_shopping/live/storeOrderDetail.vue

@@ -250,7 +250,7 @@
 			<view class="btn pay" v-if="order.status==1" @click="pay()">立即付款</view>
 			<!-- <view class="btn cancel"  v-if="(order.status==0||order.status==1)&&order.isPrescribe==1&&prescribe==null"  @click="addPrescribe()">开处方</view> -->
 			<view class="btn cancel"
-				v-if="item.status !== -1 && item.status !== -3&& item.status !== 1&& item.status !==-2"
+				v-if="order.status !== -1 && order.status !== -3&& order.status !== 1&& order.status !==-2"
 				@click="refund()">申请售后</view>
 			<view class="btn pay" v-if="order.status>=2&&order.deliveryId!=null" @click="express()">查看物流</view>
 			<view class="btn pay" v-if="order.status==2&&order.payType!=1&&order.isPayRemain==0&&order.deliverySn=='SF'"

BIN
static/images/name.png