diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/property.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/property.vue index 4f32c21..4cecea5 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/property.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/CouponCard/property.vue @@ -23,7 +23,7 @@ - + @@ -85,7 +85,7 @@ defineOptions({ name: 'CouponCardProperty' }) const props = defineProps<{ modelValue: CouponCardProperty }>() const emit = defineEmits(['update:modelValue']) const { formData } = usePropertyForm(props.modelValue, emit) - +formData.value.columns = '3'; // 优惠券列表 const couponList = ref([]) const couponSelectDialog = ref() diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionCombination/property.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionCombination/property.vue index b479582..f31e1db 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionCombination/property.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionCombination/property.vue @@ -99,6 +99,7 @@ defineOptions({ name: 'PromotionCombinationProperty' }) const props = defineProps<{ modelValue: PromotionCombinationProperty }>() const emit = defineEmits(['update:modelValue']) const { formData } = usePropertyForm(props.modelValue, emit) +formData.value.layoutType = 'threeCol'; // 活动列表 const activityList = ref([]) onMounted(async () => { diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/property.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/property.vue index 8753782..e4a9bf6 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/property.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/property.vue @@ -14,7 +14,7 @@ - +
@@ -99,6 +99,7 @@ defineOptions({ name: 'PromotionSeckillProperty' }) const props = defineProps<{ modelValue: PromotionSeckillProperty }>() const emit = defineEmits(['update:modelValue']) const { formData } = usePropertyForm(props.modelValue, emit) +formData.value.layoutType = "threeCol" // 活动列表 const activityList = ref([]) onMounted(async () => {