修改秒杀的显示逻辑
parent
48e219187b
commit
e2c89701bd
|
|
@ -162,7 +162,7 @@ const change_shop_type = () => {
|
|||
};
|
||||
// 选择某些风格时, 切换到对应的按钮
|
||||
const change_style = (val: any): void => {
|
||||
form.value.theme = val;
|
||||
form.value.shop_style_type = val;
|
||||
if (!is_revise.value) {
|
||||
if (['3'].includes(val) && form.value.shop_type == 'text') {
|
||||
form.value.shop_type = 'icon';
|
||||
|
|
|
|||
Loading…
Reference in New Issue