Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
b0ceb7a8
提交
b0ceb7a8
编写于
11月 14, 2018
作者:
chendeli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
上级
964d533c
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
14 行删除
+13
-14
yqy-adjust.vue
src/components/business-new/yqy-adjust.vue
+1
-1
yqy-teacher-list.vue
src/components/business-new/yqy-teacher-list.vue
+1
-1
home-new.vue
src/views/home/home-new.vue
+11
-12
未找到文件。
src/components/business-new/yqy-adjust.vue
浏览文件 @
b0ceb7a8
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{{
item
.
name
}}
{{
item
.
name
}}
</p>
</p>
<div
class=
"course-opt"
>
<div
class=
"course-opt"
>
<span
class=
"opt-info"
>
{{
item
.
showTime
==
''
?
''
:
item
.
showTime
+
' |'
}}
{{
item
.
joinNum
}}
人已学
</span>
<span
class=
"opt-info"
>
{{
!
item
.
showTime
?
''
:
item
.
showTime
+
' |'
}}
{{
item
.
joinNum
}}
人已学
</span>
<span
:class=
"item.whetherFavors==2?'opt collect':'opt collected'"
@
click=
"collectFun(item.whetherFavors,item.id,item.name)"
>
<span
:class=
"item.whetherFavors==2?'opt collect':'opt collected'"
@
click=
"collectFun(item.whetherFavors,item.id,item.name)"
>
{{
item
.
whetherFavors
==
2
?
'收藏'
:
'已收藏'
}}
{{
item
.
whetherFavors
==
2
?
'收藏'
:
'已收藏'
}}
</span>
</span>
...
...
src/components/business-new/yqy-teacher-list.vue
浏览文件 @
b0ceb7a8
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
{{
item
.
name
}}
{{
item
.
name
}}
</p>
</p>
<div
class=
"course-opt"
>
<div
class=
"course-opt"
>
<span
class=
"opt-info"
>
{{
item
.
showTime
==
''
?
''
:
item
.
showTime
+
' |'
}}
{{
item
.
joinNum
}}
人已学
</span>
<span
class=
"opt-info"
>
{{
!
item
.
showTime
?
''
:
item
.
showTime
+
' |'
}}
{{
item
.
joinNum
}}
人已学
</span>
<span
:class=
"item.whetherFavors==2?'opt collect':'opt collected'"
@
click=
"collectFun(item.whetherFavors,item.id)"
>
<span
:class=
"item.whetherFavors==2?'opt collect':'opt collected'"
@
click=
"collectFun(item.whetherFavors,item.id)"
>
{{
item
.
whetherFavors
==
2
?
'收藏'
:
'已收藏'
}}
{{
item
.
whetherFavors
==
2
?
'收藏'
:
'已收藏'
}}
</span>
</span>
...
...
src/views/home/home-new.vue
浏览文件 @
b0ceb7a8
...
@@ -109,7 +109,7 @@ export default {
...
@@ -109,7 +109,7 @@ export default {
msgCount
:
''
,
msgCount
:
''
,
userToken
:
''
,
userToken
:
''
,
searchFix
:
false
,
searchFix
:
false
,
statusBarHeight
:
0
,
statusBarHeight
:
2
0
,
userMobile
:
''
,
userMobile
:
''
,
userToken
:
''
,
userToken
:
''
,
}
}
...
@@ -141,6 +141,7 @@ export default {
...
@@ -141,6 +141,7 @@ export default {
}
}
window
.
__getStatusBarHeight
=
function
(
parm
){
window
.
__getStatusBarHeight
=
function
(
parm
){
alert
(
parm
.
statusBarHeight
);
_this
.
statusBarHeight
=
parm
.
statusBarHeight
_this
.
statusBarHeight
=
parm
.
statusBarHeight
}
}
...
@@ -155,6 +156,7 @@ export default {
...
@@ -155,6 +156,7 @@ export default {
if
(
parm
.
userMobile
!=
''
){
if
(
parm
.
userMobile
!=
''
){
_this
.
getKeepData
();
_this
.
getKeepData
();
}
}
_this
.
initByToken
();
_this
.
initByToken
();
_this
.
getSwiper
(
_this
.
appVersion
,
_this
.
systemType
);
_this
.
getSwiper
(
_this
.
appVersion
,
_this
.
systemType
);
...
@@ -164,7 +166,8 @@ export default {
...
@@ -164,7 +166,8 @@ export default {
// _this.token = '63C3FA92AF8A45A48B31EB7FD97B95EB';
// _this.token = '63C3FA92AF8A45A48B31EB7FD97B95EB';
// _this.initByToken();
// _this.initByToken();
this
.
getUserInfo
();
_this
.
getUserInfo
();
_this
.
getStatusHight
();
...
@@ -206,15 +209,12 @@ export default {
...
@@ -206,15 +209,12 @@ export default {
},
},
initAll
(){
initAll
(){
this
.
getUpdateData
();
this
.
getMiddel
();
this
.
getStatusHight
();
this
.
getIconData
();
this
.
getUpdateData
();
this
.
getCategoryData
();
this
.
getMiddel
();
this
.
getYqDoctorData
();
this
.
getIconData
();
this
.
getFiveData
();
this
.
getCategoryData
();
this
.
getYqDoctorData
();
this
.
getFiveData
();
},
},
...
@@ -446,7 +446,6 @@ export default {
...
@@ -446,7 +446,6 @@ export default {
let
_this
=
this
,
let
_this
=
this
,
para
=
{
para
=
{
token
:
_this
.
token
,
setEntry
:
'headers'
setEntry
:
'headers'
}
}
//alert("000");
//alert("000");
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录