Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-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
Email Patches
Plain Diff
Browse Files
Authored by
李靖
8 years ago
Commit
51c8e5ef83f2cdd153b6edc22722fad80f48c511
1 parent
17cfaa9e
相对地址,模版兼容skn
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/product/views/action/similar/index.hbs
doraemon/views/partial/common/similar.hbs
apps/product/views/action/similar/index.hbs
View file @
51c8e5e
...
...
@@ -58,7 +58,7 @@
<span
class=
"old"
>
¥
{{
round
.
}}
</span>
{{/
market_price
}}
</div>
<a
class=
"btn"
href=
"/product/similar?skn=
{{
product_skn
}}
"
>
找相似
</a>
<a
class=
"btn"
href=
"/
/m.yohobuy.com/
product/similar?skn=
{{
product_skn
}}
"
>
找相似
</a>
</div>
</div>
{{/
list
}}
...
...
doraemon/views/partial/common/similar.hbs
View file @
51c8e5e
<div
class=
"similar-c"
>
<div
class=
"bg"
></div>
<a
href=
"/product/similar?skn=
{{
product_skn
}}
"
>
找相似
</a>
{{#if
product_skn
}}
<a
href=
"//m.yohobuy.com/product/similar?skn=
{{
product_skn
}}
"
>
找相似
</a>
{{else}}
<a
href=
"//m.yohobuy.com/product/similar?skn=
{{
id
}}
"
>
找相似
</a>
{{/if}}
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment