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
d7997742
Commit
d7997742
authored
Jul 06, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
40f16421
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
13 deletions
+38
-13
apps/classroom/Tpl/default/Index/theme_x7_w3g.html
+28
-1
apps/home/Tpl/default/Home/exams_w3g.html
+10
-12
No files found.
apps/classroom/Tpl/default/Index/theme_x7_w3g.html
View file @
d7997742
...
@@ -3,7 +3,18 @@
...
@@ -3,7 +3,18 @@
.van-swipe__indicator
{
background-color
:
f5f5f5
;
}
.van-swipe__indicator
{
background-color
:
f5f5f5
;
}
.van-swipe__indicators
{
bottom
:
0
;
}
.van-swipe__indicators
{
bottom
:
0
;
}
.scroll_h
{
margin-top
:
10px
;
}
.scroll_h
{
margin-top
:
10px
;
}
.yulanBox
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
background
:
rgba
(
0
,
0
,
0
,
.5
);
z-index
:
25
;
}
.tips_box
{
width
:
250px
;
border-radius
:
4px
;
overflow
:
hidden
;
background
:
#fff
;
position
:
relative
;
}
.tips_title
{
width
:
100%
;
text-align
:
center
;
margin-top
:
17px
;
font-size
:
15px
;
color
:
#4A4A4A
;
}
.tips_body
{
width
:
100%
;
margin-top
:
9px
;
padding
:
0
25px
;
font-size
:
12px
;
color
:
#999
;
line-height
:
17px
;
padding-bottom
:
20px
;
box-sizing
:
border-box
;
}
.tips_foot
{
width
:
100%
;
border-top
:
1px
solid
#DFDFDF
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
overflow
:
hidden
;
}
.tips_foot_L
{
width
:
50%
;
height
:
45px
;
text-align
:
center
;
line-height
:
45px
;
border-right
:
1px
solid
#DFDFDF
;
font-size
:
15px
;
color
:
#09BB07
;
}
.tips_foot_R
{
width
:
50%
;
height
:
45px
;
text-align
:
center
;
line-height
:
45px
;
font-size
:
15px
;
color
:
#09BB07
;
}
.zhenti_tab
{
display
:
flex
;
align-items
:
center
;
background
:
#fff
;
z-index
:
20
;
}
.van-tabs__nav--line
{
z-index
:
21
;
}
.close_yulan
{
width
:
12px
;
height
:
12px
;
position
:
absolute
;
top
:
8px
;
right
:
8px
;
}
</style>
</style>
<div
id=
"app"
>
<div
id=
"app"
>
<div
class=
"layout_v tab_container"
>
<div
class=
"layout_v tab_container"
>
<!--search-->
<!--search-->
...
@@ -98,7 +109,23 @@
...
@@ -98,7 +109,23 @@
</if>
</if>
<span
class=
"text_14_600 color_333333 weight_full van-multi-ellipsis--l2"
style=
"margin-right: 1.5rem;margin-left: 0.625rem;"
>
{$vo['exams_paper_title']}
</span>
<span
class=
"text_14_600 color_333333 weight_full van-multi-ellipsis--l2"
style=
"margin-right: 1.5rem;margin-left: 0.625rem;"
>
{$vo['exams_paper_title']}
</span>
<if
condition=
"$vo['price'] eq 0 or $vo['is_buy'] eq 1"
>
<if
condition=
"$vo['price'] eq 0 or $vo['is_buy'] eq 1"
>
<div
@
click=
"onStart({$vo['exams_paper_id']})"
class=
"home_button_green layout_center"
>
开始做题
</div>
<div
@
click=
"onStart({$vo['exams_paper_id']})"
class=
"home_button_green layout_center"
>
开始做题
<!-- 下载预览提示 -->
<div
v-show=
"yulan==index"
>
<div
class=
"yulanBox"
>
<div
class=
"tips_box"
>
<img
class=
"close_yulan"
@
click=
"close_yulan"
src=
"/addons/theme/stv1/_static/img/guanbi@2x.png"
>
<div
class=
"tips_title"
>
提示
</div>
<div
class=
"tips_body"
>
套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?
</div>
<div
class=
"tips_foot"
>
<div
@
click=
"onDownload(index)"
class=
"tips_foot_L"
>
下载预览
</div>
<div
@
click=
"onPay(item)"
class=
"tips_foot_R"
>
下载全部
</div>
</div>
</div>
</div>
</div>
</div>
<else
/>
<else
/>
<!--
<!--
<div @click="onPay({$vo['exams_paper_id']})" class="home_button_orange layout_center">¥{$vo['price']}</div>
<div @click="onPay({$vo['exams_paper_id']})" class="home_button_orange layout_center">¥{$vo['price']}</div>
...
...
apps/home/Tpl/default/Home/exams_w3g.html
View file @
d7997742
...
@@ -111,16 +111,16 @@
...
@@ -111,16 +111,16 @@
<!-- 下载预览提示 -->
<!-- 下载预览提示 -->
<div
v-show=
"yulan==index"
>
<div
v-show=
"yulan==index"
>
<div
class=
"yulanBox"
>
<div
class=
"yulanBox"
>
<div
class=
"tips_box"
>
<div
class=
"tips_box"
>
<img
class=
"close_yulan"
@
click=
"close_yulan"
src=
"/addons/theme/stv1/_static/img/guanbi@2x.png"
>
<img
class=
"close_yulan"
@
click=
"close_yulan"
src=
"/addons/theme/stv1/_static/img/guanbi@2x.png"
>
<div
class=
"tips_title"
>
提示
</div>
<div
class=
"tips_title"
>
提示
</div>
<div
class=
"tips_body"
>
套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?
</div>
<div
class=
"tips_body"
>
套餐下架后用户便无法找到该商品进行购买,你确定要下架吗?
</div>
<div
class=
"tips_foot"
>
<div
class=
"tips_foot"
>
<div
@
click=
"onDownload(index)"
class=
"tips_foot_L"
>
下载预览
</div>
<div
@
click=
"onDownload(index)"
class=
"tips_foot_L"
>
下载预览
</div>
<div
@
click=
"onPay(item)"
class=
"tips_foot_R"
>
下载全部
</div>
<div
@
click=
"onPay(item)"
class=
"tips_foot_R"
>
下载全部
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -257,7 +257,6 @@
...
@@ -257,7 +257,6 @@
if
(
that
.
myTab
==
0
){
if
(
that
.
myTab
==
0
){
that
.
loadMy
()
that
.
loadMy
()
}
else
{
}
else
{
console
.
log
(
"222222222222"
)
that
.
loadMyTi
()
that
.
loadMyTi
()
}
}
}
}
...
@@ -396,7 +395,6 @@
...
@@ -396,7 +395,6 @@
this
.
loadMy
()
this
.
loadMy
()
}
else
{
}
else
{
this
.
page
=
1
this
.
page
=
1
console
.
log
(
"111111111"
)
this
.
myCollect
=
[]
this
.
myCollect
=
[]
this
.
loadMyTi
()
this
.
loadMyTi
()
}
}
...
...
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