Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
d694a71d
Commit
d694a71d
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
70d03da9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
21 deletions
+25
-21
apps/course/Tpl/default/Video/view_w3g.html
+25
-21
No files found.
apps/course/Tpl/default/Video/view_w3g.html
View file @
d694a71d
...
...
@@ -23,33 +23,37 @@
v-model=
"tab"
>
<van-tab>
<template
#
title
>
<span
:class=
"tab == 0"
>
课程介绍
</span></template>
<div
class=
"layout_v"
style=
"padding: 0.75rem;padding-bottom: 0.5rem;"
>
<span
class=
"text_18_600 color_333333"
>
{{courseName}}
</span>
<span
style=
"margin-top: 0.5rem;"
class=
"text_12_400 color_999999"
>
总{$video_count}课时
</span>
</div>
<div
class=
"normal_gap"
></div>
<div
v-html=
"courseIntro"
></div>
</van-tab>
<van-tab>
<template
#
title
><span
:class=
"tab == 1"
>
课程表
</span></template>
<div
class=
"normal_gap"
></div>
<van-collapse
:border=
"false"
v-model=
"collapsed"
>
<van-collapse-item
v-for=
"(item, index) in section"
:key=
"index"
title-class=
"text_16_600 color_333333"
:title=
"item.title"
:name=
"item.id"
>
<div
class=
"course_each layout_v"
>
<div
class=
"layout_h"
style=
"margin-left: 0.75rem;margin-right: 0.75rem;"
>
<van-icon
size=
"16"
name=
"__THEME__/img/locked.png"
></van-icon>
<div
class=
"layout_v weight_full"
style=
"margin-left: 0.5rem;"
>
<span
class=
"text_14_400 color_333333"
>
理论精讲-言语1
</span>
<span
class=
"text_12_400 color_999999"
style=
"margin-top: 0.25rem;"
>
09:50
</span>
</div>
</div>
<div
class=
"divider"
style=
"margin-top: 0.5rem;"
></div>
</div>
</van-collapse-item>
</van-collapse>
</van-tab>
</van-tabs>
</van-sticky>
<div
v-if=
"tab == 0"
class=
"layout_v"
>
<div
class=
"layout_v"
style=
"padding: 0.75rem;padding-bottom: 0.5rem;"
>
<span
class=
"text_18_600 color_333333"
>
{{courseName}}
</span>
<span
style=
"margin-top: 0.5rem;"
class=
"text_12_400 color_999999"
>
总{$video_count}课时
</span>
</div>
<div
class=
"normal_gap"
></div>
<div
v-html=
"courseIntro"
></div>
</div>
<div
v-if=
"tab == 1"
class=
"layout_v"
>
<div
class=
"normal_gap"
></div>
<van-collapse
:border=
"false"
v-model=
"collapsed"
>
<van-collapse-item
v-for=
"(item, index) in section"
:key=
"index"
title-class=
"text_16_600 color_333333"
:title=
"item.title"
:name=
"item.id"
>
<div
class=
"course_each layout_v"
>
<div
class=
"layout_h"
style=
"margin-left: 0.75rem;margin-right: 0.75rem;"
>
<van-icon
size=
"16"
name=
"__THEME__/img/locked.png"
></van-icon>
<div
class=
"layout_v weight_full"
style=
"margin-left: 0.5rem;"
>
<span
class=
"text_14_400 color_333333"
>
理论精讲-言语1
</span>
<span
class=
"text_12_400 color_999999"
style=
"margin-top: 0.25rem;"
>
09:50
</span>
</div>
</div>
<div
class=
"divider"
style=
"margin-top: 0.5rem;"
></div>
</div>
</van-collapse-item>
</van-collapse>
</div>
</div>
<div
class=
"layout_h course_detail_share"
>
<van-icon
size=
"16"
:name=
"shareIcon"
style=
"margin-right: 1rem;"
></van-icon>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment