Authored by zhangxiaoru

bug

@@ -19,7 +19,10 @@ const orderDetailData = (req, res, next) => { @@ -19,7 +19,10 @@ const orderDetailData = (req, res, next) => {
19 module: 'home', 19 module: 'home',
20 page: 'order-detail', 20 page: 'order-detail',
21 pageHeader: headerModel.setNav({ 21 pageHeader: headerModel.setNav({
22 - navTitle: '订单详情' 22 + navTitle: '订单详情',
  23 + navBtn: false,
  24 + orderDetail: true,
  25 + serviceUrl: 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=',
23 }), 26 }),
24 title: '订单详情', 27 title: '订单详情',
25 pageFooter: true, 28 pageFooter: true,
@@ -51,7 +51,7 @@ const favProduct = (uid, page, limit) => { @@ -51,7 +51,7 @@ const favProduct = (uid, page, limit) => {
51 51
52 if (val.goodsId && val.cnAlphabet) { 52 if (val.goodsId && val.cnAlphabet) {
53 obj = _.assign(obj, { 53 obj = _.assign(obj, {
54 - link: config.siteUrl + '/product/list/pro_' + 54 + link: config.siteUrl + '/product/pro_' +
55 val.productId + '_' + val.goodsId + '/' + 55 val.productId + '_' + val.goodsId + '/' +
56 val.cnAlphabet + '.html' 56 val.cnAlphabet + '.html'
57 }); 57 });
1 <div class="massage-page yoho-page"> 1 <div class="massage-page yoho-page">
2 {{#info}} 2 {{#info}}
3 <div class="massage-main"> 3 <div class="massage-main">
4 - <h6>{{title}}</h6> 4 + <h6>{{title}}Yoho!Buy有货 | 潮流购物逛不停</h6>
5 <span>{{sender}} 发送于{{time}}</span> 5 <span>{{sender}} 发送于{{time}}</span>
6 </div> 6 </div>
7 {{#if text}} 7 {{#if text}}
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 56
57 <section class="goods block"> 57 <section class="goods block">
58 {{#if isJit}} 58 {{#if isJit}}
59 - {{> me/order/jit-more}} 59 + {{> jit-more}}
60 {{/if}} 60 {{/if}}
61 {{# goods}} 61 {{# goods}}
62 {{> order/good}} 62 {{> order/good}}
  1 +<section class="block more-jit">
  2 + <a href="{{jitDetailUrl}}">
  3 + <div class="more-jit">
  4 + <span>商品需要分仓调拨</span>
  5 + <span class="iconfont icon-right-arrow">&#xe614;</span>
  6 + </div>
  7 + </a>
  8 +</section>
@@ -33,6 +33,9 @@ @@ -33,6 +33,9 @@
33 {{channel}} <span class="iconfont">&#xe616;</span> 33 {{channel}} <span class="iconfont">&#xe616;</span>
34 </span> 34 </span>
35 {{/saleNav}} 35 {{/saleNav}}
  36 + {{#orderDetail}}
  37 + <a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home">&#xe63c;</a>
  38 + {{/orderDetail}}
36 </header> 39 </header>
37 {{#if saleNav.list}} 40 {{#if saleNav.list}}
38 <div class="sale-nav-select"> 41 <div class="sale-nav-select">