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
6bf1f672
Commit
6bf1f672
authored
Jul 20, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
2d76da79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
apps/classroom/Tpl/default/Index/search_w3g.html
+25
-25
No files found.
apps/classroom/Tpl/default/Index/search_w3g.html
View file @
6bf1f672
...
...
@@ -106,17 +106,17 @@
</head>
<body>
<div
id=
"app"
>
<van-search
v-model=
"keyword"
style=
"padding-bottom: 0 !important;"
left-icon=
"__THEME__/img/serch@3x.png"
@
focus=
"onFocus"
@
search=
"onSearch"
shape=
"round"
background=
"#ffffff"
placeholder=
"请输入关键词..."
>
<van-search
v-model=
"keyword"
style=
"padding-bottom: 0 !important;"
left-icon=
"__THEME__/img/serch@3x.png"
@
focus=
"onFocus"
@
search=
"onSearch"
shape=
"round"
background=
"#ffffff"
placeholder=
"请输入关键词..."
>
</van-search>
</van-search>
<div
class=
"layout_v"
>
<van-sticky>
...
...
@@ -174,20 +174,20 @@
<div
class=
"home_divider divider"
></div>
</div>
<!-- 下载提示 -->
<!--
<div v-show="yulan">
<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()" class="tips_foot_L" >下载预览</div>
<div @click="onPay()" class="tips_foot_R">下载全部</div>
</div>
</div>
</div>
</div> --
>
<!-- 下载提示 -->
<div
v-show=
"yulan"
>
<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()"
class=
"tips_foot_L"
>
下载预览
</div>
<div
@
click=
"onPay()"
class=
"tips_foot_R"
>
下载全部
</div>
</div>
</div>
</div>
</div
>
<span
style=
"margin-top: 35vh;"
v-if=
"options[1].items.length == 0"
class=
"text_14_400 color_999999 self_center"
>
没有找到!
</span>
...
...
@@ -309,7 +309,7 @@
data
:
function
()
{
return
{
keyword
:
""
,
showHistory
:
tru
e
,
showHistory
:
fals
e
,
tab
:
0
,
options
:
[{
title
:
'视频'
,
...
...
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