修改秒杀的显示逻辑

v1.0.0
于肖磊 2024-09-05 17:42:35 +08:00
parent 48e219187b
commit e2c89701bd
1 changed files with 1 additions and 1 deletions

View File

@ -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';