Authored by lijing

个人中心

@@ -27,17 +27,17 @@ exports.index = (req, res, next) => { @@ -27,17 +27,17 @@ exports.index = (req, res, next) => {
27 pageFooter: 1, 27 pageFooter: 1,
28 cartUrl: '//m.dev.yohobuy.com/cart/index/index', 28 cartUrl: '//m.dev.yohobuy.com/cart/index/index',
29 signinUrl: '//m.dev.yohobuy.com/signin.html?refer=%2F%2Fm.dev.yohobuy.com%2Fhome', 29 signinUrl: '//m.dev.yohobuy.com/signin.html?refer=%2F%2Fm.dev.yohobuy.com%2Fhome',
30 - isLogin: 1,  
31 - wait_pay_num: 0,  
32 - wait_cargo_num: 0,  
33 - send_cargo_num: 0,  
34 - brand_favorite_total: 0,  
35 - product_favorite_total: 0,  
36 - inbox_total: 0,  
37 - comment_total: 0,  
38 - refund_exchange_num: 0,  
39 - yoho_coin_num: 0,  
40 - coupon_num: 0,  
41 - product_browse: 0 30 + isLogin: true,
  31 + wait_pay_num: 99,
  32 + wait_cargo_num: 99,
  33 + send_cargo_num: 99,
  34 + brand_favorite_total: 99,
  35 + product_favorite_total: 99,
  36 + inbox_total: 99,
  37 + comment_total: 99,
  38 + refund_exchange_num: 99,
  39 + yoho_coin_num: 99,
  40 + coupon_num: 99,
  41 + product_browse: 99
42 }); 42 });
43 }; 43 };
@@ -99,7 +99,7 @@ @@ -99,7 +99,7 @@
99 width: 212px; 99 width: 212px;
100 100
101 &.highlight { 101 &.highlight {
102 - background: rgba(200,200,200,.1) !important; 102 + background: rgba(200, 200, 200, 0.1) !important;
103 } 103 }
104 104
105 p { 105 p {