Showing
6 changed files
with
18 additions
and
4 deletions
@@ -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}} |
apps/home/views/partial/jit-more.hbs
0 → 100644
@@ -33,6 +33,9 @@ | @@ -33,6 +33,9 @@ | ||
33 | {{channel}} <span class="iconfont"></span> | 33 | {{channel}} <span class="iconfont"></span> |
34 | </span> | 34 | </span> |
35 | {{/saleNav}} | 35 | {{/saleNav}} |
36 | + {{#orderDetail}} | ||
37 | + <a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home"></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"> |
-
Please register or login to post a comment