diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/index.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/index.vue
index 1b4113b..b851de6 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/index.vue
+++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/PromotionSeckill/index.vue
@@ -1,125 +1,165 @@
-
-
-
+
+
+
+
+
+
+
+
+
已有99人购买
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
- {{ spu.name }}
-
-
-
-
- ¥{{ spu.price }}
-
-
-
-
-
-
+ ]">
+
+
+ {{ spu.name }}
+
+
+
+
+ ¥{{ spu.price }}
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/components/DiyEditor/index.vue b/yudao-admin-vue3/src/components/DiyEditor/index.vue
index 700d32b..942a153 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/index.vue
+++ b/yudao-admin-vue3/src/components/DiyEditor/index.vue
@@ -249,6 +249,7 @@ watch(
const component = componentConfigs[item.id]
return { ...component, property: item.property }
})
+ console.log(modelValue,"pageComponents.value")
},
{
immediate: true
diff --git a/yudao-admin-vue3/src/components/DiyEditor/util.ts b/yudao-admin-vue3/src/components/DiyEditor/util.ts
index c75945f..5154c9b 100644
--- a/yudao-admin-vue3/src/components/DiyEditor/util.ts
+++ b/yudao-admin-vue3/src/components/DiyEditor/util.ts
@@ -146,7 +146,7 @@ export const PAGE_LIBS = [
components: [
'PromotionCombination',
'PromotionSeckill',
- 'PromotionPoint',
+ // 'PromotionPoint',
'CouponCard',
'PromotionArticle'
]
diff --git a/yudao-admin-vue3/src/router/modules/remaining.ts b/yudao-admin-vue3/src/router/modules/remaining.ts
index 05c227a..a91a181 100644
--- a/yudao-admin-vue3/src/router/modules/remaining.ts
+++ b/yudao-admin-vue3/src/router/modules/remaining.ts
@@ -469,7 +469,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
]
},
{
- path: '/diy',
+ path: '/diy-template/diy',
name: 'DiyCenter',
meta: { hidden: true },
component: Layout,
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
index e7838f2..4fa8d08 100644
--- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate.vue
@@ -1,18 +1,10 @@
-
-
-
+
+
+
+
+ })
+
+ // watch(() => route.path, (newPath, oldPath) => {
+ // console.log(newPath,'newPathnewPath');
+ // // handleTemplateItemChange()
+ // }, { immediate: true });
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue
new file mode 100644
index 0000000..42502fa
--- /dev/null
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate1.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue
new file mode 100644
index 0000000..5ea5f26
--- /dev/null
+++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/yudao-admin-vue3/src/views/mall/promotion/seckill/config/SeckillConfigForm.vue b/yudao-admin-vue3/src/views/mall/promotion/seckill/config/SeckillConfigForm.vue
index a7ce5fe..d596ec1 100644
--- a/yudao-admin-vue3/src/views/mall/promotion/seckill/config/SeckillConfigForm.vue
+++ b/yudao-admin-vue3/src/views/mall/promotion/seckill/config/SeckillConfigForm.vue
@@ -1,133 +1,117 @@
-
+
+ /** 重置表单 */
+ const resetForm = () => {
+ formData.value = {
+ id: undefined,
+ name: undefined,
+ startTime: undefined,
+ endTime: undefined,
+ sliderPicUrls: [],
+ status: CommonStatusEnum.ENABLE
+ }
+ formRef.value?.resetFields()
+ }
+
\ No newline at end of file