Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-06-01 13:48:18 +0800
Commit
1e35fd272c0a9631700696173810682ae49139f8
1 parent
8757edaf
productName添加
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
apps/product/views/action/goods.hbs
doraemon/views/partial/product/good.hbs
apps/product/views/action/goods.hbs
View file @
1e35fd2
{{!-- <pre>{{resultShow}}</pre> --}}
{{#
result
}}
{{#
each
goods
}}
<div
class=
"good-info"
data-skn=
"
{{
skn
}}
"
data-from=
"
{{
from
}}
"
>
...
...
@@ -39,12 +40,12 @@
{{/if}}
</div>
<div
class=
"good-detail-text"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{{
name
}}}
</a>
{{#
brand
}}
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{{
productName
}}}
</a>
{{!-- {{# brandName}} --}}
<p
class=
"brand"
>
<a
href=
"
{{
url
}}
"
>
{{
n
ame
}}
</a>
<a
href=
"
{{
url
Format
url
}}
"
>
{{
brandN
ame
}}
</a>
</p>
{{
/
brand
}}
{{
!-- {{/ brandName}} --
}}
<p
class=
"price"
>
{{#
marketPrice
}}
<span
class=
"market-price"
>
¥
{{
.
}}
</span>
...
...
doraemon/views/partial/product/good.hbs
View file @
1e35fd2
...
...
@@ -37,12 +37,12 @@
{{/if}}
</div>
<div
class=
"good-detail-text"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{{
name
}}}
</a>
{{#
brand
}}
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{{
productName
}}}
</a>
{{!-- {{# brandName}} --}}
<p
class=
"brand"
>
<a
href=
"
{{
url
}}
"
>
{{
n
ame
}}
</a>
<a
href=
"
{{
url
Format
url
}}
"
>
{{
brandN
ame
}}
</a>
</p>
{{
/
brand
}}
{{
!-- {{/ brandName}} --
}}
<p
class=
"price"
>
{{#
marketPrice
}}
<span
class=
"market-price"
>
¥
{{
.
}}
</span>
...
...
Please
register
or
login
to post a comment