提交 22a1ae6e 编写于 作者: chendeli's avatar chendeli

add

上级 d760a67f
<template> <template>
<div class="cource-teach" id="adjust-u"> <div class="cource-teach" id="adjust-u">
<div :class="isFixed ? 'cource-header fixed' : 'cource-header'"> <div :class="isFixed ? 'cource-header fixed' : 'cource-header'">
<div class="fixBox"> <div class="fixBox">
<div class="bgFill"></div> <div class="bgFill"></div>
<div class="font-title"> <div class="font-title">
...@@ -286,6 +287,9 @@ export default { ...@@ -286,6 +287,9 @@ export default {
.cource-teach .cource-header,.couse-cont{ .cource-teach .cource-header,.couse-cont{
padding:0 px2rem(15px); padding:0 px2rem(15px);
} }
.couse-cont{
}
.fixBox{ .fixBox{
...@@ -293,10 +297,10 @@ export default { ...@@ -293,10 +297,10 @@ export default {
.cource-header{ .cource-header{
/* margin: 0 0 px2rem(11px) 0;*/ /* margin: 0 0 px2rem(11px) 0;*/
overflow: hidden; overflow: hidden;
height: px2rem(50px); height: px2rem(65px);
.font-title{ .font-title{
line-height: px2rem(30px); line-height: px2rem(45px);
height: px2rem(30px); height: px2rem(45px);
background: #fff; background: #fff;
} }
} }
...@@ -325,7 +329,6 @@ export default { ...@@ -325,7 +329,6 @@ export default {
} }
} }
.fixed{ .fixed{
height: px2rem(50px);
.fixBox{ .fixBox{
position: fixed; position: fixed;
......
...@@ -237,17 +237,17 @@ export function jumpEvaluatPage(){ ...@@ -237,17 +237,17 @@ export function jumpEvaluatPage(){
// const apiUrl = 'https://dev-api.yunqueyi.com/' // const apiUrl = 'https://dev-api.yunqueyi.com/'
// test1地址 // test1地址
// const baseUrl = 'https://test1-sc.yunqueyi.com/' const baseUrl = 'https://test1-sc.yunqueyi.com/'
// const apiUrl = 'https://test1-api.yunqueyi.com/' const apiUrl = 'https://test1-api.yunqueyi.com/'
// const evaluatPageUrl = 'https://test1-phome.yunqueyi.com/gpr/#/home' const evaluatPageUrl = 'https://test1-phome.yunqueyi.com/gpr/#/home'
// export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/' export const jumpWebPageUrl = 'https://test1-phome.yunqueyi.com/appl/#/'
const baseUrl = 'https://uat-sc.yunqueyi.com/' // const baseUrl = 'https://uat-sc.yunqueyi.com/'
const apiUrl = 'https://uat-api.yunqueyi.com/' // const apiUrl = 'https://uat-api.yunqueyi.com/'
const evaluatPageUrl = 'https://uat-phome.yunqueyi.com/gpr/#/home' // const evaluatPageUrl = 'https://uat-phome.yunqueyi.com/gpr/#/home'
export const jumpWebPageUrl = 'https://uat-phome.yunqueyi.com/appl/#/' // export const jumpWebPageUrl = 'https://uat-phome.yunqueyi.com/appl/#/'
// pro地址 // pro地址
// const baseUrl = 'https://sc.yunqueyi.com/' // const baseUrl = 'https://sc.yunqueyi.com/'
......
...@@ -175,7 +175,7 @@ export default { ...@@ -175,7 +175,7 @@ export default {
window.__refresh = function(params){ window.__refresh = function(params){
//__getToken() //__getToken()
alert('__refresh');
//返回 //返回
if(_this.isRefreshFromBack){ if(_this.isRefreshFromBack){
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
} }
window.__getStatusBarHeight = function(parm){ window.__getStatusBarHeight = function(parm){
alert("__getStatusBarHeight");
_this.statusBarHeight = parm.statusBarHeight; _this.statusBarHeight = parm.statusBarHeight;
_this.isHeightFromApp = true; _this.isHeightFromApp = true;
// alert(parm.statusBarHeight); // alert(parm.statusBarHeight);
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
// alert("token之前"); // alert("token之前");
window.__getUserInfo = function(parm){ window.__getUserInfo = function(parm){
// alert("token:"+parm.userToken); alert("__getUserInfo");
_this.systemType = parm.systemType; _this.systemType = parm.systemType;
_this.appVersion = parm.appVersion; _this.appVersion = parm.appVersion;
_this.token = parm.userToken; _this.token = parm.userToken;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册