Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
efc932f5
提交
efc932f5
编写于
12月 19, 2018
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
埋点及排序自测
上级
901087ed
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
49 行删除
+4
-49
course-list.vue
src/components/business/course-list.vue
+1
-1
five-minutes.vue
src/components/business/five-minutes.vue
+1
-0
health-comics.vue
src/components/business/health-comics.vue
+1
-40
teacher-list.vue
src/components/business/teacher-list.vue
+1
-8
未找到文件。
src/components/business/course-list.vue
浏览文件 @
efc932f5
...
...
@@ -30,7 +30,7 @@
</
template
>
<
script
>
//
import { sortParmData } from '@/utils/index'
import
{
sortParmData
}
from
'@/utils/index'
import
{
m_search_result_course_detail1
,
m_search_result_course_order
,
...
...
src/components/business/five-minutes.vue
浏览文件 @
efc932f5
...
...
@@ -33,6 +33,7 @@
</
template
>
<
script
>
import
{
sortParmData
}
from
'@/utils/index'
import
{
m_search_result_five_minutes_detail
,
m_search_result_five_minutes_order
,
...
...
src/components/business/health-comics.vue
浏览文件 @
efc932f5
...
...
@@ -26,15 +26,7 @@
</
template
>
<
script
>
// import teacherTop from '../../components/teachers/teach-top-new';
// import {
// teacher_back,
// fast_sicon,
// hot_teacher,
// screen,
// teacher,
// teacherother
// } from '../../utils/buryingPoint';
import
{
sortParmData
}
from
'@/utils/index'
import
{
m_search_result_health_cartoon_detail
,
m_search_result_health_cartoon_order
,
...
...
@@ -115,12 +107,6 @@ export default {
})
},
goToPage
(
item
)
{
let
obj
=
{
}
console
.
log
(
item
);
// let url = pageJumpUrl();
// console.log(url.pageListUrl);
let
itemData
=
{
"imageUrl"
:
""
,
"appModuleInfo"
:
{
...
...
@@ -131,14 +117,6 @@ export default {
"paramList"
:
[]
}
};
obj
=
{
menuLevel
:
1
,
menuCode
:
'm_home'
,
functionCode
:
'f_five_minutes'
,
actionCode
:
'c_content'
,
labelId
:
item
.
id
,
labelValue
:
item
.
title
,
}
itemData
.
title
=
item
.
name
;
itemData
.
appModuleInfo
[
"paramList"
]
=
[{
"key"
:
"className"
,
...
...
@@ -162,8 +140,6 @@ export default {
})
let
paramList
=
this
.
setEventByModuleCode
(
itemData
);
// alert(itemData.appModuleInfo.code)
// alert(JSON.stringify(paramList))
rocNative
.
dispatchEventByModuleCode
({
modeCode
:
itemData
.
appModuleInfo
.
code
,
jsonString
:
paramList
...
...
@@ -184,17 +160,7 @@ export default {
labelValue
:
orderIndex
,
createdTime
:
new
Date
().
getTime
(),
})
// this.appBuryingPointEntrust({
// ...teacher,
// labelId: item.doctorId,
// labelValue: item.doctorName
// })
},
// 埋点
appBuryingPointEntrust
(
val
)
{
rocNative
.
appBuryingPointEntrust
(
val
)
},
//排序
sortFun
()
{
this
.
dir
=
this
.
dir
==
1
?
2
:
1
;
...
...
@@ -234,11 +200,6 @@ export default {
}
})
// this.appBuryingPointEntrust({
// ...teacher,
// labelId: _this.dir,
// labelValue: _this.dir === 1 ? '升序' : '降序'
// })
},
orderAction
(
orderIndex
)
{
this
.
pageBurialPoin
({
...
...
src/components/business/teacher-list.vue
浏览文件 @
efc932f5
...
...
@@ -26,14 +26,7 @@
</
template
>
<
script
>
// import {
// teacher_back,
// fast_sicon,
// hot_teacher,
// screen,
// teacher,
// teacherother
// } from '../../utils/buryingPoint';
import
{
sortParmData
}
from
'@/utils/index'
import
{
m_search_result_lecturer_detail
,
m_search_result_lecturer_order
,
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录