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
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
9e98c4de0abe617cb8f0b226f41a7f63d53dc5cb
1 parent
d55d480a
fix shop bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/models/shop-service.js
public/tpl/product/shop-goods.hbs
apps/product/models/shop-service.js
View file @
9e98c4d
...
...
@@ -134,7 +134,7 @@ const ShopService = {
info
.
sorts
=
sorts
;
if
(
resources
.
shopTopBanner
)
{
// eslint-disable-line
info
.
banner
=
resources
.
shopTopBanner
.
detail
Src
;
// eslint-disable-line
info
.
banner
=
resources
.
shopTopBanner
.
shop
Src
;
// eslint-disable-line
}
info
.
resources
=
resources
;
info
.
menus
=
shopMenu
(
domain
);
...
...
public/tpl/product/shop-goods.hbs
View file @
9e98c4d
...
...
@@ -5,7 +5,7 @@
</a>
<div
class=
"desc"
>
<a
class=
"name"
href=
"
{{
this
.
url
}}
"
target=
"_blank"
>
{{
productName
}}
</a>
<p
class=
"price"
>
¥
{{
salesPrice
}}
</p>
<p
class=
"price"
>
¥
{{
salesPrice
}}
</p>
</div>
</div>
{{/
each
}}
...
...
Please
register
or
login
to post a comment