修改商品显示
parent
dc7043e4c5
commit
85e426a039
|
|
@ -148,7 +148,7 @@ interface data_list {
|
|||
plugins_view_icon_data: plugins_icon_data[];
|
||||
}
|
||||
const default_list = {
|
||||
title: '华为荣耀畅享平板换屏服务 屏幕换外屏',
|
||||
title: '测试商品标题',
|
||||
min_original_price: '41.2',
|
||||
show_original_price_symbol: '¥',
|
||||
min_price: '51',
|
||||
|
|
|
|||
|
|
@ -110,17 +110,17 @@ const defaultProductList: DefaultProductList = {
|
|||
content_outer_width: 104,
|
||||
content_outer_height: 189,
|
||||
shop_title_typeface: 'normal',
|
||||
shop_title_size: 12,
|
||||
shop_title_color: "#000",
|
||||
shop_title_size: 14,
|
||||
shop_title_color: "#333333",
|
||||
shop_price_typeface: 'normal',
|
||||
shop_price_size: 12,
|
||||
shop_price_color: "#000",
|
||||
shop_price_size: 14,
|
||||
shop_price_color: "#EA3323;",
|
||||
shop_sold_number_typeface: 'normal',
|
||||
shop_sold_number_size: 12,
|
||||
shop_sold_number_color: "#000",
|
||||
shop_sold_number_size: 10,
|
||||
shop_sold_number_color: "#999999",
|
||||
shop_score_typeface: 'normal',
|
||||
shop_score_size: 12,
|
||||
shop_score_color: "#000",
|
||||
shop_score_size: 10,
|
||||
shop_score_color: "#999999",
|
||||
shop_button_typeface:'normal',
|
||||
shop_button_size: 12,
|
||||
shop_button_color: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue