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
03713105
Commit
03713105
authored
Jun 08, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
53e27899
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
apps/home/Tpl/default/Home/collect_w3g.html
+4
-4
No files found.
apps/home/Tpl/default/Home/collect_w3g.html
View file @
03713105
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
v-for=
"(item, index) in options[0].items"
:key=
"index"
class=
"layout_h collect_video_item"
>
<div
v-for=
"(item, index) in options[0].items"
:key=
"index"
class=
"layout_h collect_video_item"
>
<van-image
height=
"68"
width=
"120"
fit=
"cover"
src=
"https://img.yzcdn.cn/vant/cat.jpeg"
></van-image>
<van-image
height=
"68"
width=
"120"
fit=
"cover"
src=
"https://img.yzcdn.cn/vant/cat.jpeg"
></van-image>
<div
class=
"weight_full layout_v_b"
style=
"margin-left: 0.75rem;"
>
<div
class=
"weight_full layout_v_b"
style=
"margin-left: 0.75rem;"
>
<span
class=
"text_14_600 color_333333"
>
[班级课程]透视理论01——认识透视
</span>
<span
class=
"text_14_600 color_333333"
>
{{item.video_info.video_title}}
</span>
<div
class=
"layout_h_b"
>
<div
class=
"layout_h_b"
>
<span
class=
"text_14_600 color_FF3B3B"
>
¥100
</span>
<span
class=
"text_14_600 color_FF3B3B"
>
¥100
</span>
<div
class=
"collect_view_button layout_center text_12_400 color_white"
>
查看
</div>
<div
class=
"collect_view_button layout_center text_12_400 color_white"
>
查看
</div>
...
@@ -67,16 +67,16 @@
...
@@ -67,16 +67,16 @@
_this
.
options
=
[{
_this
.
options
=
[{
title
:
"我的视频"
,
title
:
"我的视频"
,
items
:
exams
,
items
:
video
,
page
:
0
,
page
:
0
,
finished
:
true
finished
:
true
},{
},{
title
:
"我的真题"
,
title
:
"我的真题"
,
items
:
video
,
items
:
exams
,
page
:
0
,
page
:
0
,
finished
:
true
finished
:
true
}];
}];
console
.
log
(
_this
.
option
s
);
console
.
log
(
video
,
exam
s
);
},
'json'
);
},
'json'
);
},
},
methods
:
{
methods
:
{
...
...
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