Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2016-08-23 14:09:49 +0800
Commit
b8259cfd23deab5c05daa8430d5c79d2facbfe8d
2 parents
b0442c16
fb4e854a
Merge branch 'release/1.0' of git.yoho.cn:fe/yoho-blk into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
6 deletions
apps/channel/views/partial/brand-img-box.hbs
apps/me/views/action/index.hbs
apps/me/views/partial/collection/brand.hbs
public/scss/shopping/_order.css
public/tpl/shopping/address-list.hbs
apps/channel/views/partial/brand-img-box.hbs
View file @
b8259cf
{{#
classicBrands
}}
<div
class=
"brand-img-box
{{#if
right
}}
right
{{/if}}
{{#if
bottomSpace
}}
mb10
{{/if}}
"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{#
big
}}
<img
class=
"big-img"
src=
"
{{
image
src
565
340
}}
"
alt=
"big-img"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
<img
class=
"big-img"
src=
"
{{
image
src
565
340
}}
"
>
</a>
{{/
big
}}
{{#
small
}}
<img
class=
"small-img
{{#if
@first
}}
first
{{/if}}
"
src=
"
{{
image
src
281
285
}}
"
alt=
"big-img"
>
{{/
small
}}
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
<img
class=
"small-img
{{#if
@first
}}
first
{{/if}}
"
src=
"
{{
image
src
281
285
}}
"
>
</a>
{{/
small
}}
</div>
{{/
classicBrands
}}
...
...
apps/me/views/action/index.hbs
View file @
b8259cf
...
...
@@ -15,9 +15,11 @@
{{/
each
}}
</ul>
{{#
banner
}}
{{#if
image
}}
<a
href=
"
{{
url
}}
"
>
<img
class=
"banner-img"
data-original=
"
{{
image
banner
150
120
}}
"
>
</a>
{{/if}}
{{/
banner
}}
</div>
...
...
apps/me/views/partial/collection/brand.hbs
View file @
b8259cf
...
...
@@ -26,7 +26,7 @@
<div
class=
"brand-products slide-container"
>
{{#if
noNewProduct
}}
<p
class=
"no-product-info"
>
暂无新品, 去
<a
href=
"/
{{
siteUrl
}}
/brand
"
target=
"_blank"
>
名牌频道
</a>
看看吧
暂无新品, 去
<a
href=
"/
product/shop/
{{
brandDomain
}}{{#if
shopId
}}
?shopId=
{{
shopId
}}{{/if}}
"
target=
"_blank"
>
名牌频道
</a>
看看吧
</p>
{{^}}
<div
class=
"slide-switch"
>
...
...
public/scss/shopping/_order.css
View file @
b8259cf
...
...
@@ -125,6 +125,15 @@
padding
:
5px
;
margin-top
:
8px
;
}
.consignee
{
display
:
block
;
float
:
left
;
max-width
:
140px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
}
.address-chosed
{
...
...
public/tpl/shopping/address-list.hbs
View file @
b8259cf
...
...
@@ -10,7 +10,7 @@
</p>
<p
class=
"name-and-phone"
>
{{
consignee
}}
<em
class=
"consignee"
>
{{
consignee
}}
</em>
<span
class=
"phone bold"
>
{{
mobile
}}
</span>
</p>
...
...
Please
register
or
login
to post a comment