Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
cailing
2016-07-12 18:27:46 +0800
Commit
d0b74e759ee007e5f7d9b2d2528842c2a1b7c35e
1 parent
749b6324
JIT拆单
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/order-detail.phtml
template/m.yohobuy.com/partials/me/order/jit-more.phtml
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
d0b74e7
...
...
@@ -47,6 +47,9 @@
</section>
<section
class=
"goods block"
>
{
{#if
isJit
}
}
{
{>
me/order/jit-more
}
}
{
{/if
}
}
{
{#
goods
}
}
{
{>
me/order/good
}
}
{
{/
goods
}
}
...
...
template/m.yohobuy.com/partials/me/order/jit-more.phtml
0 → 100644
View file @
d0b74e7
<section class="block more-jit">
<a href="{{jitDetailUrl}}">
<div class="more-jit">
<span>商品需要分仓调拨</span>
<span class="iconfont icon-right-arrow"></span>
</div>
</a>
</section>
...
...
Please
register
or
login
to post a comment