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
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-09-27 14:19:18 +0800
Commit
9fee890f6cae18a432005fcc97e7e48212645a92
2 parents
3b6e8422
e4c58843
bug
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
4 deletions
apps/home/controllers/orderDetail.js
apps/home/models/favorite.js
apps/home/views/action/message-detail.hbs
apps/home/views/action/orderDetail.hbs
apps/home/views/partial/jit-more.hbs
doraemon/views/partial/header.hbs
apps/home/controllers/orderDetail.js
View file @
9fee890
...
...
@@ -19,7 +19,10 @@ const orderDetailData = (req, res, next) => {
module
:
'home'
,
page
:
'order-detail'
,
pageHeader
:
headerModel
.
setNav
({
navTitle
:
'订单详情'
navTitle
:
'订单详情'
,
navBtn
:
false
,
orderDetail
:
true
,
serviceUrl
:
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
,
}),
title
:
'订单详情'
,
pageFooter
:
true
,
...
...
apps/home/models/favorite.js
View file @
9fee890
...
...
@@ -51,7 +51,7 @@ const favProduct = (uid, page, limit) => {
if
(
val
.
goodsId
&&
val
.
cnAlphabet
)
{
obj
=
_
.
assign
(
obj
,
{
link
:
config
.
siteUrl
+
'/product/
list/
pro_'
+
link
:
config
.
siteUrl
+
'/product/pro_'
+
val
.
productId
+
'_'
+
val
.
goodsId
+
'/'
+
val
.
cnAlphabet
+
'.html'
});
...
...
apps/home/views/action/message-detail.hbs
View file @
9fee890
<div
class=
"massage-page yoho-page"
>
{{#
info
}}
<div
class=
"massage-main"
>
<h6>
{{
title
}}
</h6>
<h6>
{{
title
}}
Yoho!Buy有货 | 潮流购物逛不停
</h6>
<span>
{{
sender
}}
发送于
{{
time
}}
</span>
</div>
{{#if
text
}}
...
...
apps/home/views/action/orderDetail.hbs
View file @
9fee890
...
...
@@ -56,7 +56,7 @@
<section
class=
"goods block"
>
{{#if
isJit
}}
{{>
me
/
order
/
jit-more
}}
{{>
jit-more
}}
{{/if}}
{{#
goods
}}
{{>
order
/
good
}}
...
...
apps/home/views/partial/jit-more.hbs
0 → 100644
View file @
9fee890
<section
class=
"block more-jit"
>
<a
href=
"
{{
jitDetailUrl
}}
"
>
<div
class=
"more-jit"
>
<span>
商品需要分仓调拨
</span>
<span
class=
"iconfont icon-right-arrow"
>

</span>
</div>
</a>
</section>
...
...
doraemon/views/partial/header.hbs
View file @
9fee890
...
...
@@ -33,6 +33,9 @@
{{
channel
}}
<span
class=
"iconfont"
>

</span>
</span>
{{/
saleNav
}}
{{#
orderDetail
}}
<a
href=
"
{{
serviceUrl
}}
"
target=
"_blank"
class=
"iconfont nav-home"
>

</a>
{{/
orderDetail
}}
</header>
{{#if
saleNav
.
list
}}
<div
class=
"sale-nav-select"
>
...
...
Please
register
or
login
to post a comment