Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
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
lore-w
2015-10-09 14:34:50 +0800
Commit
0ee68e40903dcc9ccce9cdbcf9899420f69ae9cc
2 parents
944ae11d
3773a594
Merge branch 'test' of
http://git.dev.yoho.cn/ued/yohogirls-mustache
into test
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
actions/channel/detail/trial.html
actions/channel/detail/trial_hk.html
partials/detail/trail_content.html
partials/script/review.html
actions/channel/detail/trial.html
View file @
0ee68e4
...
...
@@ -35,11 +35,13 @@
<div
class=
"trial-top"
style=
"padding-top: 0;"
>
{{# topTen}}
<div
class=
"trial-user-info login-status"
>
<a
href=
"javascript:;"
>
<span
class=
"trial-user-pic"
>
<img
class=
"loginAvatar"
src=
"http://rescdn.yohoboys.com/res/new/boys/images/detail/user-img120.png"
alt=
""
/>
<i
class=
"loginType"
></i>
</span>
<span>
我的试用
</span>
</a>
</div>
<h2
class=
"beauty-top-h2"
>
本周试用排行榜
</h2>
...
...
actions/channel/detail/trial_hk.html
View file @
0ee68e4
...
...
@@ -17,7 +17,7 @@
{{/ trialStatus}}
{{#unless toolTip}}
{{> detail/application_form_hk
}}
{{> detail/application_form
}}
{{/unless}}
{{> detail/tooltip}}
...
...
partials/detail/trail_content.html
View file @
0ee68e4
...
...
@@ -7,4 +7,15 @@
<div
class=
"main-content"
>
{{{mainHtml}}}
</div>
{{# trialInfo}}
<div
class=
"trail-info"
>
<p>
价格:
<span>
{{price}}
</span>
/
规格:
<span>
{{standard}}
</span>
/
数量:
<span>
{{num}}件
</span>
</p>
<p>
申请时间:{{applicationDate}}
</p>
<p>
距离结束还有{{endTime}}
</p>
</div>
{{/ trialInfo}}
</div>
\ No newline at end of file
...
...
partials/script/review.html
View file @
0ee68e4
<script
type=
"text/javascript"
charset=
"utf-8"
>
seajs
.
use
([
'js/public'
,
'js/channel/review'
],
function
()
{});
seajs
.
use
([
'js/public'
,
'js/channel
'
,
'js/channel
/review'
],
function
()
{});
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment