1.优惠券优化

v1.0.0
sws 2024-10-10 18:21:47 +08:00
parent 34602b5ade
commit 3d44516360
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
</el-form-item>
<el-form-item label="功能按钮">
<el-radio-group v-model="form.function_buttons_type">
<el-radio value="black">黑色</el-radio>
<el-radio value="white">白色</el-radio>
<el-radio value="#000">黑色</el-radio>
<el-radio value="#fff">白色</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item v-if="['1', '2'].includes(search_content.theme)" label="标题名称">

View File

@ -96,7 +96,7 @@ const defaultFooterNav: DefaultFooterNav = {
header_background_title_color: '#333',
header_background_title_typeface: '500',
header_background_title_size: 16,
function_buttons_type: 'black',
function_buttons_type: '#000',
immersive_style: '0',
up_slide_display: '1',
up_slide_background_color_list: [{ color: '#fff', color_percentage: undefined }],