Authored by hongyong.zhao

物流倒计时修改

... ... @@ -348,7 +348,7 @@ export default {
.judge-count-down {
color: #d0021b;
font-size: 12px;
font-size: 12*2px;
display: inline-block;
}
... ...
... ... @@ -89,7 +89,7 @@ const DEFUALT_CONFIG_TIP = {
};
const TEST_PRODUCT_INFO = {
least_price: 1119.00,
least_price: 0,
max_price: 20000.00,
max_sort_id: 10,
min_price: 0.01,
... ... @@ -98,7 +98,9 @@ const TEST_PRODUCT_INFO = {
product_id: 10000068,
product_name: 'Timberland 红色女靴',
sale_time: '2016.01.01',
image: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80'
image: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
sizeName: '',
colorName: '',
};
export default function() {
... ...
... ... @@ -30,7 +30,7 @@ const {
} = Types;
const TEST_PRODUCT_INFO = {
least_price: 1119.00,
least_price: 0,
max_price: 20000.00,
max_sort_id: 10,
min_price: 0.01,
... ... @@ -40,9 +40,9 @@ const TEST_PRODUCT_INFO = {
product_name: 'Timberland 红色女靴',
sale_time: '2016.01.01',
goodImg: 'http://img11.static.yhbimg.com/goodsimg/2018/10/18/17/0124eed582cab20be7047c796c314cbc76.jpg?imageMogr2/thumbnail/{width}x{height}/background/d2hpdGU=/position/center/quality/80',
colorName: '黑色',
sizeName: '42码',
goodPrice: 1119.00,
colorName: '',
sizeName: '',
goodPrice: 0,
priceType: '现货最高求购价:',
};
... ...