Authored by hongyong.zhao

物流倒计时修改

@@ -348,7 +348,7 @@ export default { @@ -348,7 +348,7 @@ export default {
348 348
349 .judge-count-down { 349 .judge-count-down {
350 color: #d0021b; 350 color: #d0021b;
351 - font-size: 12px; 351 + font-size: 12*2px;
352 display: inline-block; 352 display: inline-block;
353 } 353 }
354 354
@@ -89,7 +89,7 @@ const DEFUALT_CONFIG_TIP = { @@ -89,7 +89,7 @@ const DEFUALT_CONFIG_TIP = {
89 }; 89 };
90 90
91 const TEST_PRODUCT_INFO = { 91 const TEST_PRODUCT_INFO = {
92 - least_price: 1119.00, 92 + least_price: 0,
93 max_price: 20000.00, 93 max_price: 20000.00,
94 max_sort_id: 10, 94 max_sort_id: 10,
95 min_price: 0.01, 95 min_price: 0.01,
@@ -98,7 +98,9 @@ const TEST_PRODUCT_INFO = { @@ -98,7 +98,9 @@ const TEST_PRODUCT_INFO = {
98 product_id: 10000068, 98 product_id: 10000068,
99 product_name: 'Timberland 红色女靴', 99 product_name: 'Timberland 红色女靴',
100 sale_time: '2016.01.01', 100 sale_time: '2016.01.01',
101 - image: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80' 101 + image: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
  102 + sizeName: '',
  103 + colorName: '',
102 }; 104 };
103 105
104 export default function() { 106 export default function() {
@@ -30,7 +30,7 @@ const { @@ -30,7 +30,7 @@ const {
30 } = Types; 30 } = Types;
31 31
32 const TEST_PRODUCT_INFO = { 32 const TEST_PRODUCT_INFO = {
33 - least_price: 1119.00, 33 + least_price: 0,
34 max_price: 20000.00, 34 max_price: 20000.00,
35 max_sort_id: 10, 35 max_sort_id: 10,
36 min_price: 0.01, 36 min_price: 0.01,
@@ -40,9 +40,9 @@ const TEST_PRODUCT_INFO = { @@ -40,9 +40,9 @@ const TEST_PRODUCT_INFO = {
40 product_name: 'Timberland 红色女靴', 40 product_name: 'Timberland 红色女靴',
41 sale_time: '2016.01.01', 41 sale_time: '2016.01.01',
42 goodImg: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80', 42 goodImg: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
43 - colorName: '黑色',  
44 - sizeName: '42码',  
45 - goodPrice: 1119.00, 43 + colorName: '',
  44 + sizeName: '',
  45 + goodPrice: 0,
46 priceType: '现货最高求购价:', 46 priceType: '现货最高求购价:',
47 }; 47 };
48 48