修改显示

master
于肖磊 2024-09-25 16:47:05 +08:00
parent 647e10f25b
commit 657c60c117
2 changed files with 0 additions and 38 deletions

View File

@ -194,41 +194,6 @@
new_style: {},
is_show_cart: false,
propIsCartParaCurve: true,
default_list: {
title: '测试商品标题',
min_original_price: '41.2',
show_original_price_symbol: '¥',
show_original_price_unit: '/ 台',
min_price: '51',
show_price_symbol: '¥',
show_price_unit: '/ 台',
sales_count: '1000',
images: '',
new_cover: [],
plugins_view_icon_data: [
{
name: '满减活动',
bg_color: '#EA3323',
br_color: '',
color: '#fff',
url: '',
},
{
name: '包邮',
bg_color: '',
br_color: '#EA3323',
color: '#EA3323',
url: '',
},
{
name: '领劵',
bg_color: '',
br_color: '#EA9223',
color: '#EA9223',
url: '',
},
],
},
list: [],
content_radius: '', //
content_img_radius: '', //
@ -281,9 +246,6 @@
} else if (!isEmpty(this.form.data_auto_list) && this.form.data_type == '1') {
//
new_list = this.form.data_auto_list;
} else {
//
new_list = Array(4).fill(this.default_list);
}
//
this.set_outer_class();