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
zhangxiaoru
2017-03-16 10:45:52 +0800
Commit
c0f6a084a58ce42646abd316b9f7f20d60e3151c
1 parent
bdcea554
拆单
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/home/views/action/orderDetail.hbs
apps/home/views/partial/jit-more.hbs
apps/home/views/action/orderDetail.hbs
View file @
c0f6a08
...
...
@@ -59,9 +59,8 @@
</section>
<section
class=
"goods block"
>
{{#if
isJit
}}
{{>
jit-more
}}
{{/if}}
{{#
goods
}}
{{>
order
/
good
}}
{{/
goods
}}
...
...
apps/home/views/partial/jit-more.hbs
View file @
c0f6a08
{{#if
jitDetailUrl
}}
<section
class=
"block more-jit"
>
<a
href=
"
{{
jitDetailUrl
}}
"
>
<div
class=
"more-jit"
>
...
...
@@ -6,3 +7,4 @@
</div>
</a>
</section>
{{/if}}
...
...
Please
register
or
login
to post a comment