Authored by zhangxiaoru

bug

... ... @@ -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,
... ...
... ... @@ -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'
});
... ...
<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}}
... ...
... ... @@ -56,7 +56,7 @@
<section class="goods block">
{{#if isJit}}
{{> me/order/jit-more}}
{{> jit-more}}
{{/if}}
{{# goods}}
{{> order/good}}
... ...
<section class="block more-jit">
<a href="{{jitDetailUrl}}">
<div class="more-jit">
<span>商品需要分仓调拨</span>
<span class="iconfont icon-right-arrow">&#xe614;</span>
</div>
</a>
</section>
... ...
... ... @@ -33,6 +33,9 @@
{{channel}} <span class="iconfont">&#xe616;</span>
</span>
{{/saleNav}}
{{#orderDetail}}
<a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home">&#xe63c;</a>
{{/orderDetail}}
</header>
{{#if saleNav.list}}
<div class="sale-nav-select">
... ...