Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-node
·
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
Plain Diff
Browse Files
Authored by
毕凯
2016-04-17 19:59:53 +0800
Commit
e87f8eaf9a05ce47050f2445c25ef5a6f97a0f5f
2 parents
5c48fcf5
d55e829a
Merge branch 'release/coupon-summer-2' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
2 additions
and
138 deletions
views/action/coupon/summer/index-web.hbs
views/action/coupon/summer/index.hbs
views/action/star-classroom/collocation.hbs
views/action/star-classroom/index.hbs
views/action/star-classroom/subject.hbs
views/action/wx-cottery/index.hbs
views/partials/star-classroom/banner-top.hbs
views/partials/star-classroom/floor-header-more.hbs
views/partials/star-classroom/head-tab.hbs
views/partials/star-classroom/home-floor-sign.hbs
views/partials/star-classroom/home-floor-star-match.hbs
views/partials/star-classroom/home-floor-star-things.hbs
views/partials/star-classroom/home-floor-star-topic.hbs
views/partials/star-classroom/things-article.hbs
views/action/coupon/summer/index-web.hbs
View file @
e87f8ea
...
...
@@ -55,3 +55,4 @@
<script
type=
"text/javascript"
src=
"
{{
assetsUrl
}}
/
{{
module
}}
/dist/js/libs.js"
></script>
<script
type=
"text/javascript"
src=
"
{{
assetsUrl
}}
/
{{
module
}}
/dist/js/main.js"
></script>
</body>
</html>
...
...
views/action/coupon/summer/index.hbs
View file @
e87f8ea
...
...
@@ -92,3 +92,4 @@
<script
type=
"text/javascript"
src=
"
{{
assetsUrl
}}
/
{{
module
}}
/dist/js/libs.js"
></script>
<script
type=
"text/javascript"
src=
"
{{
assetsUrl
}}
/
{{
module
}}
/dist/js/main.js"
></script>
</body>
</html>
...
...
views/action/star-classroom/collocation.hbs
deleted
100644 → 0
View file @
5c48fcf
views/action/star-classroom/index.hbs
deleted
100644 → 0
View file @
5c48fcf
{{>
star-classroom
/
head-tab
}}
{{>
star-classroom
/
banner-top
}}
{{>
star-classroom
/
home-floor-sign
}}
{{>
star-classroom
/
home-floor-star-topic
}}
{{>
star-classroom
/
home-floor-star-match
}}
{{>
star-classroom
/
home-floor-star-things
}}
\ No newline at end of file
views/action/star-classroom/subject.hbs
deleted
100644 → 0
View file @
5c48fcf
views/action/wx-cottery/index.hbs
deleted
100644 → 0
View file @
5c48fcf
I am weixin lottery page
\ No newline at end of file
views/partials/star-classroom/banner-top.hbs
deleted
100644 → 0
View file @
5c48fcf
<div
class=
"banner-top"
>
<div
class=
"banner-swiper swiper-container"
>
<ul
class=
"swiper-wrapper"
>
{{#
each
bannerList
}}
{{#if
@first
}}
<li
class=
"swiper-slide"
>
<a
href=
"
{{
url
}}
"
>
<img
src=
"
{{
img
}}
"
>
</a>
</li>
{{^}}
<li
class=
"swiper-slide"
>
<a
href=
"
{{
url
}}
"
>
<img
class=
"swiper-lazy"
data-src=
"
{{
img
}}
"
>
</a>
<div
class=
"swiper-lazy-preloader"
></div>
</li>
{{/if}}
{{/
each
}}
</ul>
</div>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner"
>
</div>
</div>
</div>
\ No newline at end of file
views/partials/star-classroom/floor-header-more.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
title
}}
<div
class=
"floor-header-more"
>
<h2>
{{
title
}}
</h2>
<a
class=
"more-btn"
href=
"
{{
more_url
}}
"
>
</a>
</div>
{{/
title
}}
\ No newline at end of file
views/partials/star-classroom/head-tab.hbs
deleted
100644 → 0
View file @
5c48fcf
<ul
class=
"head-tab"
>
{{#
each
headTab
}}
<li
{{#if
cur
}}
class=
"cur"
{{/if}}
><a
href=
"
{{
url
}}
"
>
{{
name
}}
</a></li>
{{/
each
}}
</ul>
views/partials/star-classroom/home-floor-sign.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
homeSign
}}
<div
class=
"home-floor-sign"
>
<div
class=
"nav-left"
>
<img
src=
"
{{
portraitUrl
}}
"
/>
<p
class=
"user-name"
>
{{
username
}}
</p>
</div>
<div
class=
"nav-main"
>
<p>
我的排名:
{{
rank
}}
</p>
<p>
累计亲密度:
{{
intimacy
}}
</p>
</div>
<div
class=
"nav-right"
>
<img
src=
"
{{
signUrl
}}
"
/>
<span
class=
"add-intimacy"
>
增加亲密度
</span>
</div>
</div>
{{/
homeSign
}}
\ No newline at end of file
views/partials/star-classroom/home-floor-star-match.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
starMatch
}}
{{>
star-classroom
/
floor-header-more
}}
<div
class=
"home-floor-match"
>
<ul
class=
"match-big-img"
>
{{#
each
matchBigImg
}}
<li><a
href=
"
{{
url
}}
"
><img
src=
"
{{
img
}}
"
/></a></li>
{{/
each
}}
</ul>
<div
class=
"match-img"
>
<div
class=
"match-swiper swiper-container"
>
<ul
class=
"swiper-wrapper"
>
{{#
each
matchList
}}
<li
class=
"swiper-slide"
>
<a
href=
"
{{
url
}}
"
>
<img
class=
"swiper-lazy"
data-src=
"
{{
img
}}
"
>
</a>
<div
class=
"swiper-lazy-preloader"
></div>
</li>
{{/
each
}}
</ul>
</div>
</div>
</div>
{{/
starMatch
}}
\ No newline at end of file
views/partials/star-classroom/home-floor-star-things.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
starThings
}}
{{>
star-classroom
/
floor-header-more
}}
{{>
star-classroom
/
things-article
}}
{{/
starThings
}}
\ No newline at end of file
views/partials/star-classroom/home-floor-star-topic.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
starTopic
}}
{{>
star-classroom
/
floor-header-more
}}
<div
class=
"home-floor-topic"
>
{{#
topicBanner
}}
<a
href=
"
{{
url
}}
"
><img
src=
"
{{
img
}}
"
class=
"toppic-banner"
/></a>
{{/
topicBanner
}}
{{#
topicVideo
}}
<div
class=
"topic-video-area"
>
<video
id=
"topic-video"
controls=
"controls"
autobuffer
>
<source
src=
"
{{
videoUrl
}}
"
>
</video>
</div>
{{/
topicVideo
}}
</div>
{{/
starTopic
}}
\ No newline at end of file
views/partials/star-classroom/things-article.hbs
deleted
100644 → 0
View file @
5c48fcf
{{#
thingsArticle
}}
<ul
class=
"things-article"
>
{{#
each
articles
}}
<li>
<div
class=
"author-info"
>
<img
src=
"
{{
authorImg
}}
"
/>
<div
class=
"author-nav"
>
<h2>
{{
authorname
}}
</h2>
<p
class=
"article-count"
><span>
{{
releaseTime
}}
</span><span
class=
"see-ico"
>
{{
seeNum
}}
</span></p>
</div>
</div>
<div
class=
"artice-cont"
>
<a
href=
"
{{
url
}}
"
>
<p>
{{
articeTxt
}}
</p>
<ul
class=
"artice-imgs"
>
{{#
each
articeImg
}}
<li><img
src=
"
{{
img
}}
"
/></li>
{{/
each
}}
</ul>
</a>
</div>
<div
class=
"artice-zan"
>
<div
class=
"zan-ico"
></div>
<ul>
{{#
each
zanUser
}}
<li><img
src=
"{img}"
/></li>
{{/
each
}}
</ul>
<div
class=
"zan-more"
>
99+
</div>
</div>
</li>
{{/
each
}}
</ul>
{{/
thingsArticle
}}
\ No newline at end of file
Please
register
or
login
to post a comment