Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
fe07ee6e
提交
fe07ee6e
编写于
1月 17, 2019
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码整理
上级
2c105cc5
变更
18
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
16 行增加
和
1710 行删除
+16
-1710
backTop.vue
src/components/business/backTop.vue
+0
-8
yqy-home-header.vue
src/components/business/yqy-home-header.vue
+0
-8
yqy-hot-lecturer.vue
src/components/business/yqy-hot-lecturer.vue
+1
-4
yqy-lecturer-order.vue
src/components/business/yqy-lecturer-order.vue
+0
-14
yqy-lecturer-select-content.1.vue
src/components/business/yqy-lecturer-select-content.1.vue
+0
-706
yqy-lecturer-select-content.vue
src/components/business/yqy-lecturer-select-content.vue
+0
-13
yqy-lecturer-select.vue
src/components/business/yqy-lecturer-select.vue
+0
-6
yqy-teacher-list.vue
src/components/business/yqy-teacher-list.vue
+1
-12
back-header.vue
src/components/teacher/back-header.vue
+0
-3
main.js
src/main.js
+8
-18
fetch.js
src/utils/fetch.js
+1
-9
index.js
src/utils/index.js
+0
-6
mixins-userinfo.js
src/utils/mixins-userinfo.js
+0
-198
mixins.js
src/utils/mixins.js
+1
-24
activity.vue
src/views/activity/activity.vue
+0
-5
detail.vue
src/views/teachers/detail.vue
+1
-31
index.1.vue
src/views/teachers/index.1.vue
+0
-621
index.vue
src/views/teachers/index.vue
+3
-24
未找到文件。
src/components/business/backTop.vue
浏览文件 @
fe07ee6e
...
...
@@ -3,7 +3,6 @@
<div
class=
"back-btn"
@
click=
"backTop"
>
<img
src=
"../../images/backTop.png"
/>
</div>
</section>
</
template
>
...
...
@@ -31,21 +30,16 @@
}
}
},
methods
:
{
backTop
:
function
(){
if
(
this
.
burialPoint
==
'activity'
){
this
.
pageBurialPoin
(
this
.
objPoint
);
}
var
osTop
=
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
;
if
(
osTop
>
0
){
document
.
documentElement
.
scrollTop
=
document
.
body
.
scrollTop
=
0
;
}
}
},
}
</
script
>
...
...
@@ -64,8 +58,6 @@
height
:
100%
;
display
:
block
;
}
}
</
style
>
src/components/business/yqy-home-header.vue
浏览文件 @
fe07ee6e
...
...
@@ -38,13 +38,6 @@ export default {
default
:
false
}
},
watch
:
{
// searchFix:function(n){
// if(n){
// alert(this.searchFix)
// }
// }
},
created
()
{
let
_this
=
this
;
window
.
__getStatusBarHeight
=
function
(
parm
)
{
...
...
@@ -56,7 +49,6 @@ export default {
_this
.
ptop
=
_this
.
popHeight
+
"px"
;
_this
.
bPtop
=
_this
.
popHeight
+
2
+
"px"
_this
.
menuptop
=
_this
.
popHeight
+
"px"
;
// alert(parm.statusBarHeight);
};
this
.
getStatusHight
();
},
...
...
src/components/business/yqy-hot-lecturer.vue
浏览文件 @
fe07ee6e
...
...
@@ -13,7 +13,7 @@
</span>
</div>
<span
class=
"disp-blc lect-ks"
>
{{
item
.
department
}}
</span>
<span
class=
"disp-blc study-num"
>
{{
item
.
joinNum
|
formatNumber
}}
人已学
</span>
<span
class=
"disp-blc study-num"
>
{{
item
.
joinNum
|
yLocalString
}}
人已学
</span>
</div>
</div>
</div>
...
...
@@ -21,7 +21,6 @@
</
template
>
<
script
>
// import { setEventByModuleCode } from '@/utils/index'
import
{
teacher
}
from
'../../utils/buryingPoint'
;
export
default
{
data
()
{
...
...
@@ -47,7 +46,6 @@ export default {
}
},
methods
:
{
// 跳转到详情页面
gotoDetail
(
item
){
this
.
$router
.
push
({
...
...
@@ -62,7 +60,6 @@ export default {
labelValue
:
item
.
doctorName
})
},
//热门讲师
getData
(){
let
_this
=
this
,
...
...
src/components/business/yqy-lecturer-order.vue
浏览文件 @
fe07ee6e
...
...
@@ -72,23 +72,12 @@ export default {
default
:
true
}
},
computed
:
{
// ...mapGetters({
// orderNum: 'orderNum'
// })
},
watch
:
{
// orderNum(val) {
// this.showOrderIndex = 1
// }
},
methods
:
{
toggle
()
{
this
.
showTitle
=
!
showTitle
this
.
showOrder
=
!
showOrder
},
order
(
index
,
orderType
,
orderName
)
{
console
.
log
(
index
,
orderType
,
orderName
)
this
.
showOrderIndex
=
index
this
[
orderType
]
=
!
this
[
orderType
]
this
.
$emit
(
'order'
,
orderName
,
this
[
orderType
])
...
...
@@ -96,9 +85,6 @@ export default {
reset
()
{
this
.
showOrderIndex
=
1
}
// resetShowOrderIndex(){
// this.showOrderIndex = 1
// }
}
}
</
script
>
...
...
src/components/business/yqy-lecturer-select-content.1.vue
已删除
100644 → 0
浏览文件 @
2c105cc5
此差异已折叠。
点击以展开。
src/components/business/yqy-lecturer-select-content.vue
浏览文件 @
fe07ee6e
...
...
@@ -233,7 +233,6 @@ export default {
// 寻找数据最大值,用于定义表格高度
getMaxRowNum
(
orginAreaList
)
{
console
.
log
(
orginAreaList
)
let
maxRowNum
=
orginAreaList
.
length
||
31
orginAreaList
.
forEach
((
element
,
index
)
=>
{
// if (element.length > maxRowNum){
...
...
@@ -247,7 +246,6 @@ export default {
// 处理区域数据
handleAreaData
(
orginAreaList
)
{
let
handleList
=
[],
maxRowNum
=
this
.
getMaxRowNum
(
orginAreaList
);
console
.
log
(
maxRowNum
)
orginAreaList
.
forEach
((
element
,
index
)
=>
{
// debugger
if
(
index
===
0
){
...
...
@@ -263,7 +261,6 @@ export default {
for
(
let
i
=
orginAreaList
.
length
;
i
<
maxRowNum
;
i
++
)
{
handleList
.
push
({
id
:
''
,
name
:
''
,
cities
:
[]})
}
console
.
log
(
'handleList: '
,
handleList
)
return
handleList
},
...
...
@@ -582,9 +579,6 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin'
;
.lect-selection-content
{
// position: absolute;
// top: px2rem(122px);
// z-index: 201;
width
:
px2rem
(
375px
);
height
:
81%
;
overflow
:
auto
;
...
...
@@ -593,7 +587,6 @@ export default {
margin-right
:
px2rem
(
15px
);
width
:
px2rem
(
360px
);
-webkit-overflow-scrolling
:
touch
;
// overflow-scrolling : touch;
overflow
:
auto
;
table
{
width
:
100%
;
...
...
@@ -653,7 +646,6 @@ export default {
justify-content
:
space-between
;
font-size
:
px2rem
(
13px
);
height
:
px2rem
(
68px
);
// line-height: px2rem(64px);
border-bottom
:
1px
solid
#e7e7e7
;
img
{
position
:
relative
;
...
...
@@ -663,18 +655,13 @@ export default {
width
:
px2rem
(
25px
);
}
span
{
// height: px2rem(18px);
font-size
:
px2rem
(
18px
);
color
:
#333
;
}
}
}
.group-title
{
// position: absolute;
// top: px2rem(80px);
// z-index: 202;
display
:
flex
;
flex-direction
:
row
;
padding
:
px2rem
(
16px
)
px2rem
(
25px
)
px2rem
(
16px
);
...
...
src/components/business/yqy-lecturer-select.vue
浏览文件 @
fe07ee6e
...
...
@@ -38,14 +38,8 @@ export default {
}
},
computed
:
{
// ...mapGetters({
// // orderNum: 'orderNum'
// })
},
watch
:
{
// orderNum(val) {
// this.showOrderIndex = 1
// }
},
methods
:
{
selectedType
(
index
)
{
...
...
src/components/business/yqy-teacher-list.vue
浏览文件 @
fe07ee6e
...
...
@@ -8,7 +8,7 @@
@
click=
"gotoDetail(item)"
>
<div
class=
"tea-img"
:style=
"'background:'+ item.bgColor"
>
<img
:src=
"item.doctorAvatarImg"
>
<span
class=
"learn-p"
>
{{
item
.
totalNum
|
formatNumber
}}
人已学
</span>
<span
class=
"learn-p"
>
{{
item
.
totalNum
|
yLocalString
}}
人已学
</span>
<span
class=
"learn-p-cnum"
>
课程: 共
{{
item
.
resourceNum
}}
门
</span>
<!--
<span
class=
"learn-p"
>
{{
item
.
joinNum
|
yLocalString
}}
人已学
</span>
-->
</div>
...
...
@@ -61,17 +61,8 @@ export default {
}
},
mounted
()
{
// window.__refresh = function (parm) {
// _this.getData();
// }
// window.addEventListener('scroll', this.handleScroll)
},
computed
:
{
...
mapGetters
({
// cSearchText: 'cSearchText',
// userInfo: 'userInfo',
}),
cParamData
()
{
if
(
this
.
parmData
&&
this
.
parmData
.
length
)
{
return
this
.
randomBg
(
this
.
parmData
)
...
...
@@ -80,8 +71,6 @@ export default {
}
}
},
watch
:
{
},
methods
:
{
// 跳转到详情页面
gotoDetail
(
item
){
...
...
src/components/teacher/back-header.vue
浏览文件 @
fe07ee6e
...
...
@@ -54,9 +54,6 @@ export default {
}
},
mounted
(){
// console.log(this.isShare);
console
.
log
(
shareUrl
);
console
.
log
(
`
${
shareUrl
}
`
+
'?doctorId='
+
this
.
doctorId
)
},
methods
:{
// backPre(){
...
...
src/main.js
浏览文件 @
fe07ee6e
...
...
@@ -7,13 +7,19 @@ const mixins = require('@/utils/mixins');
import
'@/utils/rem'
// 引入自适应
import
'@/utils/yqyServerRegister'
// 移动端服务
import
FastClick
from
'fastclick'
import
Logger
from
'./plugins/logger'
// 日志插件
import
Swiper
from
'./plugins/swiper.min.js'
// 日志插件
// import Logger from './plugins/logger' // 日志插件
// import Swiper from './plugins/swiper.min.js'
// 引入Mint
import
Mint
from
'mint-ui'
import
'mint-ui/lib/style.css'
// 可调试
// Vue.config.devtools = true;
// Vue.use(Logger, { prefix: new Date(), isDev: process.env.NODE_ENV === 'development', cLevel: 'debug' })
Vue
.
use
(
Mint
)
import
VueLazyload
from
'vue-lazyload'
Vue
.
use
(
VueLazyload
,
{
preLoad
:
3
,
...
...
@@ -32,22 +38,6 @@ Vue.filter('yLocalString', function(value){
var
r
=
len
%
3
;
return
r
>
0
?
b
.
slice
(
0
,
r
)
+
","
+
b
.
slice
(
r
,
len
).
match
(
/
\d{3}
/g
).
join
(
","
)
:
b
.
slice
(
r
,
len
).
match
(
/
\d{3}
/g
).
join
(
","
);
})
Vue
.
filter
(
'formatNumber'
,
function
(
num
,
precision
,
separator
)
{
var
parts
;
if
(
!
isNaN
(
parseFloat
(
num
))
&&
isFinite
(
num
))
{
num
=
Number
(
num
);
num
=
(
typeof
precision
!==
'undefined'
?
num
.
toFixed
(
precision
)
:
num
).
toString
();
parts
=
num
.
split
(
'.'
);
parts
[
0
]
=
parts
[
0
].
toString
().
replace
(
/
(\d)(?=(\d{3})
+
(?!\d))
/g
,
'$1'
+
(
separator
||
','
));
return
parts
.
join
(
'.'
);
}
return
''
;
})
// 可调试
Vue
.
config
.
devtools
=
true
;
Vue
.
use
(
Mint
)
Vue
.
use
(
Logger
,
{
prefix
:
new
Date
(),
isDev
:
process
.
env
.
NODE_ENV
===
'development'
,
cLevel
:
'debug'
})
if
(
'addEventListener'
in
document
)
{
document
.
addEventListener
(
'DOMContentLoaded'
,
function
()
{
...
...
src/utils/fetch.js
浏览文件 @
fe07ee6e
...
...
@@ -11,7 +11,6 @@ const service = axios.create({
// request拦截器
service
.
interceptors
.
request
.
use
(
config
=>
{
// console.log('config: ', config, config.data.setEntry)
if
(
config
.
data
&&
config
.
data
.
setEntry
)
{
config
.
headers
[
'sysCode'
]
=
config
.
data
.
sysCode
||
10
if
(
config
.
data
.
token
){
...
...
@@ -19,14 +18,7 @@ service.interceptors.request.use(config => {
}
config
.
headers
[
'deviceInfo'
]
=
JSON
.
stringify
({
"app_channel"
:
""
,
"app_mac"
:
""
,
"app_uuid"
:
""
,
"app_version"
:
""
,
"device_brand"
:
""
,
"device_ip"
:
""
,
"device_model"
:
""
,
"device_net"
:
""
,
"device_ops"
:
""
,
"resolution_wh"
:
""
,
"system_level"
:
""
,
"device_type"
:
'10'
})
}
// if (config.data && config.data.setEntry) {
// config.headers['sysCode'] = config.data.sysCode || 10
// config.headers['token'] = config.data.token || '625D128F3DBA486AABE7CBA9BDF90E69'
// config.headers['deviceInfo'] = JSON.stringify({ "app_channel": "", "app_mac": "", "app_uuid": "", "app_version": "", "device_brand": "", "device_ip": "", "device_model": "", "device_net": "", "device_ops": "", "resolution_wh": "", "system_level": "", "device_type": '10' })
// }
}
return
config
},
error
=>
{
logger
.
debug
(
'service.interceptors.request: '
,
error
)
...
...
src/utils/index.js
浏览文件 @
fe07ee6e
...
...
@@ -18,12 +18,6 @@ export function setEventByModuleCode(itemData){
let
path
=
paramList
[
0
][
'key'
];
let
v
=
paramList
[
0
][
'value'
];
let
query
=
setRouterParm
(
paramList
);
//console.log(Vue);
// this.$router.push({
// path: v,
// query:query
// })
}
if
(
typeof
paramList
===
'string'
&&
!
paramList
){
paramList
=
[]
...
...
src/utils/mixins-userinfo.js
已删除
100644 → 0
浏览文件 @
2c105cc5
import
fetch
from
'@/utils/fetch'
import
{
getBaseUrl
,
getApiUrl
}
from
'@/utils/index'
module
.
exports
=
{
data
:
function
()
{
return
{
// isIpx: Utils.env.isIPhoneX(),//是不是iphoneX
// isAndroid: Utils.env.isAndroid(),
// isIOS: false,
// isWeb: false,
token
:
null
}
},
created
:
function
()
{
let
query
=
this
.
$router
.
query
// this.token = this.getUrlSearch(location.href, 'token') || (query && query.token) || null
this
.
token
=
this
.
getUrlKey
(
'token'
)
||
(
query
&&
query
.
token
)
||
null
window
.
__getUserInfo
=
function
(
parm
)
{
alert
(
param
)
}
console
.
log
(
this
)
},
mounted
()
{
this
.
getUserInfo
();
},
methods
:
{
//获取版本号
getUserInfo
()
{
alert
(
444
)
rocNative
.
getUserInfo
({
__funcName
:
'__getUserInfo'
})
},
getUrlPara
(
obj
)
{
let
dataStr
=
''
let
list
=
[];
for
(
let
attr
in
obj
)
{
if
(
obj
.
hasOwnProperty
(
attr
)
&&
attr
!=
'data'
)
{
list
.
push
(
attr
+
'='
+
obj
[
attr
])
}
}
dataStr
=
list
.
join
(
'&'
)
if
(
dataStr
!==
''
)
{
return
'?'
+
dataStr
}
return
''
},
pageBurialPoin
(
options
){
let
opt
=
{
menuLevel
:
options
.
menuLevel
||
''
,
functionCode
:
options
.
functionCode
||
''
,
actionCode
:
options
.
actionCode
||
''
,
// label:options.label || '',
labelId
:
options
.
labelId
||
''
,
labelValue
:
options
.
labelValue
||
''
,
createdTime
:
options
.
createdTime
||
new
Date
().
getTime
(),
//type: options.type || '0',
menuCode
:
options
.
menuCode
||
''
,
// menuToCode:options.menuToCode || '',
duration
:
options
.
duration
||
0
,
menuFromCode
:
options
.
menuFromCode
||
''
,
params
:
options
.
params
||
''
,
session
:
options
.
session
||
''
,
}
console
.
log
(
opt
);
rocNative
.
appBuryingPointEntrust
(
opt
)
},
setRouterParm
(
paramList
){
let
parm
=
{};
if
(
paramList
.
length
<=
1
){
return
''
;
}
for
(
let
i
=
1
;
i
<
paramList
.
length
;
i
++
){
parm
[
paramList
[
i
].
key
]
=
paramList
[
i
].
value
;
}
return
parm
;
},
getUrlParmByCode
(
paramList
)
{
if
(
paramList
.
length
<=
1
)
{
return
''
}
let
dataStr
=
''
let
list
=
[];
for
(
let
i
=
1
;
i
<
paramList
.
length
;
i
++
)
{
list
.
push
(
paramList
[
i
].
key
+
'='
+
paramList
[
i
].
value
)
}
dataStr
=
list
.
join
(
'&'
)
if
(
dataStr
!==
''
)
{
return
'?'
+
dataStr
}
return
''
},
setEventByModuleCode
(
itemData
){
console
.
log
(
itemData
);
let
modeCode
=
itemData
.
appModuleInfo
.
code
||
''
;
let
paramList
=
itemData
.
appModuleInfo
.
paramList
?
itemData
.
appModuleInfo
.
paramList
:
''
if
(
modeCode
===
'M001'
||
modeCode
===
'M002'
||
modeCode
===
'M003'
)
{
paramList
=
''
}
else
if
(
modeCode
===
'M100'
||
modeCode
===
'M300'
)
{
let
urlPara
=
this
.
getUrlParmByCode
(
paramList
)
// paramList[0].value += urlPara;
paramList
[
0
]
&&
(
paramList
[
0
].
value
+=
urlPara
);
}
else
if
(
modeCode
===
'M400'
)
{
let
path
=
paramList
[
0
][
'key'
];
let
v
=
paramList
[
0
][
'value'
];
let
query
=
this
.
setRouterParm
(
paramList
);
this
.
$router
.
push
({
path
:
v
,
query
:
query
})
}
if
(
typeof
paramList
===
'string'
&&
!
paramList
){
paramList
=
[]
}
return
paramList
;
},
// 通用GET请求
GET
(
api
,
para
,
callback
,
str
)
{
para
.
token
=
para
.
token
||
this
.
token
||
'EA67293E35C249C1832583F7AD2669EC'
//'AF3DFCF2DD4B4115AC47ACA25D5420E9''F90DF48D3EFA49DFAE1267A67DBEFB18'//token
let
url
=
api
+
this
.
getUrlPara
(
para
)
return
fetch
({
url
:
getBaseUrl
(
url
),
method
:
'get'
,
data
:
para
})
},
// 通用POST请求
POST
(
api
,
para
,
callback
)
{
para
.
token
=
para
.
token
||
this
.
token
||
'EA67293E35C249C1832583F7AD2669EC'
//'AF3DFCF2DD4B4115AC47ACA25D5420E9''F90DF48D3EFA49DFAE1267A67DBEFB18'//token
return
fetch
({
url
:
getBaseUrl
(
api
),
method
:
'post'
,
data
:
para
})
},
// 通用GET请求
API_GET
(
api
,
para
,
callback
)
{
para
.
token
=
para
.
token
||
this
.
token
||
'625D128F3DBA486AABE7CBA9BDF90E69'
//'AF3DFCF2DD4B4115AC47ACA25D5420E9''F90DF48D3EFA49DFAE1267A67DBEFB18'//token
let
url
=
api
+
this
.
getUrlPara
(
para
)
return
fetch
({
url
:
getApiUrl
(
url
),
method
:
'get'
,
data
:
para
})
},
// 通用POST请求
API_POST
(
api
,
para
,
callback
)
{
para
.
token
=
para
.
token
||
this
.
token
||
'625D128F3DBA486AABE7CBA9BDF90E69'
//'AF3DFCF2DD4B4115AC47ACA25D5420E9''F90DF48D3EFA49DFAE1267A67DBEFB18'//token
return
fetch
({
url
:
getApiUrl
(
api
),
method
:
'post'
,
data
:
para
})
},
// 从html参数
getUrlKey
(
name
)
{
if
(
decodeURIComponent
&&
location
.
href
)
{
return
decodeURIComponent
((
new
RegExp
(
'[?|&]'
+
name
+
'='
+
'([^&;]+?)(&|#|;|$)'
).
exec
(
location
.
href
)
||
[,
""
])[
1
].
replace
(
/
\+
/g
,
'%20'
))
||
null
}
else
{
return
null
}
},
getUrlSearch
(
url
,
name
)
{
if
(
typeof
name
==
'undefined'
)
{
name
=
url
url
=
location
.
href
}
var
reg
=
new
RegExp
(
"(^|&)"
+
name
+
"=([^&]*)(&|$)"
,
"i"
);
var
r
=
url
.
slice
(
url
.
indexOf
(
'?'
)
+
1
).
match
(
reg
);
if
(
r
!=
null
)
{
try
{
return
decodeURIComponent
(
r
[
2
]);
}
catch
(
_e
)
{
return
null
}
}
return
null
},
}
}
src/utils/mixins.js
浏览文件 @
fe07ee6e
...
...
@@ -34,28 +34,7 @@ module.exports = {
}
return
''
},
// pageBurialPoin(options){
// let opt = {
// menuLevel:options.menuLevel || '',
// functionCode:options.functionCode || '',
// actionCode: options.actionCode || '',
// // label:options.label || '',
// labelId:options.labelId || '',
// labelValue :options.labelValue || '',
// createdTime: options.createdTime || new Date().getTime(),
// //type: options.type || '0',
// menuCode: options.menuCode || '',
// // menuToCode:options.menuToCode || '',
// duration: options.duration || 0,
// menuFromCode:options.menuFromCode ||'',
// params:options.params || '',
// session:options.session || '',
// }
// console.log(opt);
// rocNative.appBuryingPointEntrust(opt)
// },
// 埋点
pageBurialPoin
(
options
){
rocNative
.
appBuryingPointEntrust
(
options
)
},
...
...
@@ -136,7 +115,6 @@ module.exports = {
},
setEventByModuleCode
(
itemData
){
console
.
log
(
itemData
);
let
modeCode
=
itemData
.
appModuleInfo
.
code
||
''
;
let
paramList
=
itemData
.
appModuleInfo
.
paramList
?
itemData
.
appModuleInfo
.
paramList
:
''
...
...
@@ -169,7 +147,6 @@ module.exports = {
if
(
typeof
paramList
===
'string'
&&
!
paramList
){
paramList
=
[]
}
console
.
log
(
paramList
);
return
paramList
;
},
...
...
src/views/activity/activity.vue
浏览文件 @
fe07ee6e
...
...
@@ -21,11 +21,7 @@
</
template
>
<
script
>
// import { setEventByModuleCode } from '@/utils/index'
// import TopNav from '../../components/common/topNav';
import
TopNav
from
'../../components/teacher/topNav'
;
// import teacherTop from '../../components/teachers/teach-top';
// import BackTop from '../../components/common/backTop';
import
BackTop
from
'../../components/teacher/backTop'
;
import
{
activity_action
}
from
'../../utils/buryingPoint'
;
import
{
deepCopy
}
from
'../../utils'
;
...
...
@@ -55,7 +51,6 @@ export default {
let
_this
=
this
;
this
.
id
=
this
.
$route
.
query
.
categoryId
||
1
this
.
navTitle
=
this
.
id
==
1
?
'专项合作'
:
'活动掠影'
// this.token = this.$route.query.userToken || this.$route.query.token
window
.
__getUserInfo
=
function
(
parm
){
_this
.
token
=
parm
.
userToken
_this
.
getTabData
()
...
...
src/views/teachers/detail.vue
浏览文件 @
fe07ee6e
...
...
@@ -77,7 +77,6 @@
</
template
>
<
script
>
// import teacherTop from '../../components/teachers/teach-top';
import
teacherTop
from
'../../components/teacher/teach-top'
;
import
{
teacher
,
teacher_info_collect
}
from
'../../utils/buryingPoint'
;
export
default
{
...
...
@@ -207,34 +206,7 @@ export default {
})
// this.$emit('collect',val,this.resourceData.item[val].favorFlag,id,name)
},
// collectFunOld(status, id, courseName){
// status = status == 1 ? 2 : 1;
// let _this = this,
// parm = {
// token: _this.token || '4A96FD82B250491683D17888482A1F96' || 'A76D20BE3C79409C9520AB5A997737DF',
// type: status,
// courseId: id,
// setEntry: 'headers'
// }
// alert(JSON.stringify(parm))
// // alert(this.token)
// _this.POST('contents/favors',parm).then(function(res){
// alert(JSON.stringify(res))
// if(res.code === '000000'){
// _this.handelData(id,status);
// } else {
// rocNative.showNativeToast({
// message: '请先登录'
// })
// }
// })
// this.appBuryingPointEntrust({
// ...teacher_info_collect,
// labelId: id,
// labelValue: courseName
// })
// },
// 埋点
appBuryingPointEntrust
(
val
)
{
rocNative
.
appBuryingPointEntrust
(
val
)
...
...
@@ -303,11 +275,9 @@ export default {
studyCount
:
res
.
data
.
studyCount
,
doctor
:
res
.
data
.
doctor
}
}
})
}
}
}
...
...
src/views/teachers/index.1.vue
已删除
100644 → 0
浏览文件 @
2c105cc5
此差异已折叠。
点击以展开。
src/views/teachers/index.vue
浏览文件 @
fe07ee6e
...
...
@@ -161,7 +161,6 @@ export default {
orderAction
(
orderName
,
isSortUp
)
{
let
orderType
=
isSortUp
?
-
1
:
1
let
orderData
=
this
.
oldParmDataDoctList
.
slice
()
// let orderData = parmDataDoctList
orderData
.
sort
((
a
,
b
)
=>
{
if
(
!
a
[
orderName
]
||
!
b
[
orderName
])
{
return
0
...
...
@@ -175,33 +174,13 @@ export default {
return
0
}
}
else
if
(
orderName
===
'newTime'
)
{
// if ((new Date(a[orderName].replace(/-/g, "/")).getTime())/1000 > (new Date(b[orderName].replace(/-/g, "/")).getTime())/1000) {
// alert('1: ' + (new Date(a[orderName].replace(/-/g, "/")).getTime())/1000)
// return 1 * orderType
// } else if ( (new Date(a[orderName].replace(/-/g, "/")).getTime())/1000
<
(
new
Date
(
b
[
orderName
].
replace
(
/-/g
,
"/"
)).
getTime
())
/
1000
)
{
// alert('2: ' + (new Date(a[orderName].replace(/-/g, "/")).getTime())/1000)
// return -1 * orderType
// } else {
// alert('3: ' + (new Date(a[orderName].replace(/-/g, "/")).getTime())/1000)
// return 0
// }
// return
// alert('1: ' + (new Date(a[orderName].replace(/-/g, "/")).getTime())/1000 (new Date(b[orderName].replace(/-/g, "/")).getTime())/1000)
// alert(JSON.stringify(a[orderName].replace(/-/g, "/")))
let
aTime
=
(
new
Date
((
a
[
orderName
]).
replace
(
/-/g
,
"/"
)).
getTime
())
/
1000
let
bTime
=
(
new
Date
((
b
[
orderName
]).
replace
(
/-/g
,
"/"
)).
getTime
())
/
1000
if
(
aTime
==
bTime
)
return
0
if
(
isSortUp
)
{
if
(
aTime
==
bTime
)
{
return
0
}
else
{
return
aTime
>
bTime
?
1
:
-
1
}
return
aTime
>
bTime
?
1
:
-
1
}
else
{
if
(
aTime
==
bTime
)
{
return
0
}
else
{
return
aTime
>
bTime
?
-
1
:
1
}
return
aTime
>
bTime
?
-
1
:
1
}
}
else
{
if
(
a
[
orderName
]
>
b
[
orderName
])
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录