diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/property.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/property.vue index a258901dd..6c3368618 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/property.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/tab-bar/property.vue @@ -23,7 +23,8 @@ import { } from '#/views/mall/promotion/components'; import { component, THEME_LIST } from './config'; -// 底部导航栏 + +/** 底部导航栏 */ defineOptions({ name: 'TabBarProperty' }); const props = defineProps<{ modelValue: TabBarProperty }>(); @@ -33,7 +34,7 @@ const formData = useVModel(props, 'modelValue', emit); // 将数据库的值更新到右侧属性栏 component.property.items = formData.value.items; -// 要的主题 +/** 处理主题变更 */ const handleThemeChange = () => { const theme = THEME_LIST.find((theme) => theme.id === formData.value.theme); if (theme?.color) { @@ -44,7 +45,6 @@ const handleThemeChange = () => { - @@ -89,7 +89,6 @@ const handleThemeChange = () => { 建议尺寸 375 * 50 - 图标设置 拖动左上角的小圆点可对其排序, 图标建议尺寸 44*44 @@ -129,5 +128,3 @@ const handleThemeChange = () => { - -