Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
9 years ago
Commit
1745d2c77e4e685bc13dca3de921926f682138ce
1 parent
e9a4a8a0
星潮教室
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
5 deletions
static/js/guang/collocation-list.js
static/sass/guang/_star-classroom.scss
template/m.yohobuy.com/actions/guang/starClass/check-in.phtml
template/m.yohobuy.com/actions/guang/starClass/collocation.phtml
template/m.yohobuy.com/actions/guang/starClass/index.phtml
template/m.yohobuy.com/actions/guang/starClass/subject.phtml
template/m.yohobuy.com/actions/guang/starClass/things.phtml
static/js/guang/collocation-list.js
View file @
1745d2c
...
...
@@ -21,6 +21,8 @@ function massageAJAX(page) {
},
dataType
:
'html'
,
success
:
function
(
data
)
{
stopLoading
=
false
;
if
(
data
===
''
)
{
stopLoading
=
true
;
tip
.
show
(
'没有更多了'
);
...
...
@@ -37,6 +39,7 @@ function massageAJAX(page) {
function
scrollHandler
()
{
if
(
!
stopLoading
&&
(
$
(
window
).
scrollTop
()
+
$
(
window
).
height
()
>
$
(
'body'
).
height
()
-
100
))
{
stopLoading
=
true
;
page
++
;
massageAJAX
(
page
);
}
...
...
static/sass/guang/_star-classroom.scss
View file @
1745d2c
...
...
@@ -2,6 +2,7 @@ body {
width
:
100%
;
background
:
#333
;
font
:
12px
/
1
.5
Arial
,
'黑体'
;
float
:
left
}
.star-classroom
{
...
...
@@ -694,6 +695,7 @@ body {
.collocation-list
{
width
:
100%
;
float
:
left
;
li
{
float
:
left
;
...
...
template/m.yohobuy.com/actions/guang/starClass/check-in.phtml
View file @
1745d2c
{
{#
trendClassCheckIn
}
}
{
{>
layout/header
}
}
<div
class=
"star-classroom"
>
<div
class=
"star-classroom
yoho-page
"
>
<div
class=
"check-in"
>
<div
class=
"check-in-header"
>
<div
class=
"head-cont"
>
...
...
template/m.yohobuy.com/actions/guang/starClass/collocation.phtml
View file @
1745d2c
{
{#
trendClassCollocation
}
}
{
{>
layout/header
}
}
<div
class=
"star-classroom"
>
<div
class=
"star-classroom
yoho-page
"
>
{
{>
guang/head-tab
}
}
<ul
class=
"collocation-list"
>
{
{#each
collocationList
}
}
...
...
template/m.yohobuy.com/actions/guang/starClass/index.phtml
View file @
1745d2c
{
{#
trendClassHome
}
}
{
{>
layout/header
}
}
<div
class=
"star-classroom"
>
<div
class=
"star-classroom
yoho-page
"
>
{
{>
guang/head-tab
}
}
{
{#each
resources
}
}
{
{#if
bannerTop
}
}
...
...
template/m.yohobuy.com/actions/guang/starClass/subject.phtml
View file @
1745d2c
{
{#
trendClassSubject
}
}
{
{>
layout/header
}
}
<div
class=
"star-classroom"
>
<div
class=
"star-classroom
yoho-page
"
>
{
{>
guang/head-tab
}
}
<ul
class=
"subject-list"
>
{
{#each
subjectList
}
}
...
...
template/m.yohobuy.com/actions/guang/starClass/things.phtml
View file @
1745d2c
{
{#
trendClassThings
}
}
<div
class=
"star-classroom"
>
<div
class=
"star-classroom
yoho-page
"
>
{
{>
guang/head-tab
}
}
<div
class=
"things-list"
>
{
{>
guang/things-article
}
}
...
...
Please
register
or
login
to post a comment