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
73e07e83
Commit
73e07e83
authored
Jun 29, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b8ce0fd8
9f2bf9bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
addons/theme/stv1/_header_w3g.html
+3
-3
apps/course/Tpl/default/Video/index_w3g.html
+2
-0
apps/home/Tpl/default/User/index_w3g.html
+1
-0
No files found.
addons/theme/stv1/_header_w3g.html
View file @
73e07e83
...
@@ -59,9 +59,9 @@
...
@@ -59,9 +59,9 @@
//退出登录
//退出登录
var
LOGINOUT_ADDRESS
=
"{:U('basic/Passport/logout')}"
;
var
LOGINOUT_ADDRESS
=
"{:U('basic/Passport/logout')}"
;
//手机号正则
//手机号正则
var
PHONE_MATCH
=
{:
Model
\\
ValidateModel
::
get
(
'phone'
)};
var
PHONE_MATCH
=
{:
Model
\\
ValidateModel
::
get
(
'phone'
)};
//邮箱正则
//邮箱正则
var
EMAIL_MATCH
=
{:
Model
\\
ValidateModel
::
get
(
'email'
)};
var
EMAIL_MATCH
=
{:
Model
\\
ValidateModel
::
get
(
'email'
)};
</script>
</script>
<script
src=
"__THEMEW3G__/js/jquery-1.8.3.min.js"
charset=
"utf-8"
></script>
<script
src=
"__THEMEW3G__/js/jquery-1.8.3.min.js"
charset=
"utf-8"
></script>
<script
src=
"__THEME__/js/core.js?v={$site.sys_version}"
charset=
"utf-8"
></script>
<script
src=
"__THEME__/js/core.js?v={$site.sys_version}"
charset=
"utf-8"
></script>
...
...
apps/course/Tpl/default/Video/index_w3g.html
View file @
73e07e83
...
@@ -19,12 +19,14 @@
...
@@ -19,12 +19,14 @@
.van-dropdown-item__content
{
.van-dropdown-item__content
{
max-height
:
100%
!important
;
max-height
:
100%
!important
;
}
}
.van-dropdown-menu
{
flex-direction
:
row-reverse
;
align-items
:
center
;
}
</style>
</style>
<div
id=
"app"
style=
"height: 100%;"
>
<div
id=
"app"
style=
"height: 100%;"
>
<div
class=
"layout_v"
>
<div
class=
"layout_v"
>
<van-sticky>
<van-sticky>
<van-dropdown-menu>
<van-dropdown-menu>
<a
href=
"{:U('classroom/Index/index')}"
><i
class=
"icon icon-zuojiantou"
></i></a>
<van-dropdown-item
title=
"筛选条件"
ref=
"filter"
>
<van-dropdown-item
title=
"筛选条件"
ref=
"filter"
>
<div
class=
"layout_v"
style=
"width: 100vw"
>
<div
class=
"layout_v"
style=
"width: 100vw"
>
<span
class=
"all_category_title text_16_600 color_333333"
>
分类
</span>
<span
class=
"all_category_title text_16_600 color_333333"
>
分类
</span>
...
...
apps/home/Tpl/default/User/index_w3g.html
View file @
73e07e83
...
@@ -481,6 +481,7 @@
...
@@ -481,6 +481,7 @@
}
}
break
;
break
;
}
}
},
},
onCellTap
:
function
(
url
)
{
onCellTap
:
function
(
url
)
{
window
.
location
.
href
=
url
window
.
location
.
href
=
url
...
...
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