Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
c04d1001
提交
c04d1001
authored
8月 03, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://gitlab.ezijing.com/ezijing/transport-weapp-h5
上级
63db5cfc
260c3861
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
11 行增加
和
16 行删除
+11
-16
item.vue
src/pages/course/learn/item.vue
+3
-3
courseTagMessage.vue
src/pages/course/tag/courseTagMessage.vue
+3
-7
index.vue
src/pages/course/tag/index.vue
+0
-1
messageCard.vue
src/pages/course/tag/messageCard.vue
+2
-2
tagMessage.vue
src/pages/course/tag/tagMessage.vue
+1
-1
index.vue
src/pages/courseExam/index.vue
+1
-1
update.vue
src/pages/my/alarm/components/update.vue
+1
-1
没有找到文件。
src/pages/course/learn/item.vue
浏览文件 @
c04d1001
...
...
@@ -15,7 +15,7 @@ export default {
components
:
{
CourseChapter
},
metaInfo
()
{
return
{
title
:
this
.
curriculum
.
curriculum_nam
e
title
:
this
.
titl
e
}
},
data
()
{
...
...
@@ -28,8 +28,8 @@ export default {
courseId
()
{
return
this
.
$route
.
params
.
id
},
curriculum
()
{
return
this
.
detail
.
curriculum
||
{}
title
()
{
return
this
.
detail
.
curriculum
?
this
.
detail
.
curriculum
.
curriculum_name
:
''
}
},
methods
:
{
...
...
src/pages/course/tag/courseTagMessage.vue
浏览文件 @
c04d1001
...
...
@@ -72,9 +72,7 @@ export default {
this
.
showMore
=
!
this
.
showMore
},
viewMore
()
{
const
path
=
`/course/learn/
${
this
.
courseId
}
/tag/
${
this
.
data
.
id
}
?is_test=
${
this
.
isTest
?
'1'
:
'0'
}
`
const
path
=
`/course/learn/
${
this
.
courseId
}
/tag/
${
this
.
data
.
id
}
?is_test=
${
this
.
isTest
?
'1'
:
'0'
}
`
if
(
this
.
isWeapp
)
{
const
src
=
encodeURIComponent
(
`
${
window
.
location
.
origin
}${
path
}
`
)
wx
.
miniProgram
.
navigateTo
({
...
...
@@ -86,9 +84,7 @@ export default {
}
},
mounted
()
{
this
.
contentHeight
=
this
.
$refs
.
content
?
this
.
$refs
.
content
.
offsetHeight
:
0
this
.
contentHeight
=
this
.
$refs
.
content
?
this
.
$refs
.
content
.
offsetHeight
:
0
}
}
</
script
>
...
...
@@ -114,7 +110,7 @@ export default {
// height: 24px;
margin
:
0
10px
10px
0
;
padding
:
0
15px
;
background
:
#
67a8ff
;
background
:
#
f47885
;
border-radius
:
12px
;
cursor
:
pointer
;
p
{
...
...
src/pages/course/tag/index.vue
浏览文件 @
c04d1001
...
...
@@ -43,7 +43,6 @@ export default {
courseId
:
{
type
:
String
,
default
()
{
console
.
log
(
this
)
return
this
.
$route
.
params
.
id
}
},
...
...
src/pages/course/tag/messageCard.vue
浏览文件 @
c04d1001
...
...
@@ -75,7 +75,7 @@ export default {
height
:
0
;
border-top
:
4px
solid
transparent
;
border-bottom
:
4px
solid
transparent
;
border-left
:
5px
solid
#
67a8ff
;
border-left
:
5px
solid
#
f47885
;
}
.message-card-content
{
text-align
:
right
;
...
...
@@ -83,7 +83,7 @@ export default {
.message-card-text
{
text-align
:
left
;
color
:
#fff
;
background-color
:
#
67a8ff
;
background-color
:
#
f47885
;
}
}
.message-card-content
{
...
...
src/pages/course/tag/tagMessage.vue
浏览文件 @
c04d1001
...
...
@@ -140,7 +140,7 @@ export default {
font-size
:
13px
;
color
:
#fff
;
line-height
:
24px
;
background
:
#
67a8ff
;
background
:
#
f47885
;
border-radius
:
12px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
...
...
src/pages/courseExam/index.vue
浏览文件 @
c04d1001
...
...
@@ -482,7 +482,7 @@ export default {
color
:
#fff
;
padding
:
0
0
.3rem
;
margin-left
:
0
.2rem
;
background
:
#
67a8ff
;
background
:
#
f47885
;
border-radius
:
0
.25rem
;
white-space
:
nowrap
;
}
...
...
src/pages/my/alarm/components/update.vue
浏览文件 @
c04d1001
...
...
@@ -15,7 +15,7 @@
<div
class=
"alarm-form-item"
>
<div
class=
"alarm-form-item-hd"
>
<div
class=
"alarm-form-item-hd__lable"
>
重复
</div>
<div
class=
"alarm-form-item-hd__aside"
>
{{
selectedResultText
}}
</div>
<div
class=
"alarm-form-item-hd__aside"
>
每周重复
</div>
</div>
<div
class=
"alarm-form-item-content"
>
<van-checkbox-group
v-model=
"ruleForm.week_json"
direction=
"horizontal"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论