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

add

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