From bc25c364952a172cb64a2547b3a6f8ad2916b292 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 18 Oct 2024 16:52:40 +0800 Subject: [PATCH] diy --- components/diy/article-list.vue | 2 +- components/diy/article-tabs.vue | 2 +- components/diy/auxiliary-blank.vue | 2 +- components/diy/auxiliary-line.vue | 2 +- components/diy/carousel.vue | 2 +- components/diy/coupon.vue | 2 +- components/diy/custom.vue | 2 +- components/diy/data-magic.vue | 2 +- components/diy/diy.vue | 2 +- components/diy/float-window.vue | 2 +- components/diy/footer.vue | 2 +- components/diy/goods-list.vue | 2 +- components/diy/goods-tabs.vue | 2 +- components/diy/header.vue | 2 +- components/diy/hot-zone.vue | 2 +- components/diy/img-magic.vue | 2 +- components/diy/modules/custom/model-icon.vue | 2 +- components/diy/modules/custom/model-image.vue | 2 +- components/diy/modules/custom/model-lines.vue | 2 +- components/diy/modules/custom/model-panel.vue | 2 +- components/diy/modules/custom/model-text.vue | 2 +- components/diy/nav-group.vue | 2 +- components/diy/notice.vue | 2 +- components/diy/rich-text.vue | 2 +- components/diy/search.vue | 2 +- components/diy/seckill.vue | 2 +- components/diy/tabs-carousel.vue | 2 +- components/diy/tabs.vue | 2 +- components/diy/title.vue | 2 +- components/diy/user-info.vue | 2 +- components/diy/video.vue | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue index 698ce5c0..e454d1e0 100644 --- a/components/diy/article-list.vue +++ b/components/diy/article-list.vue @@ -72,7 +72,7 @@ default: true, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/article-tabs.vue b/components/diy/article-tabs.vue index 1a81d193..f9bd6530 100644 --- a/components/diy/article-tabs.vue +++ b/components/diy/article-tabs.vue @@ -43,7 +43,7 @@ default: false, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/auxiliary-blank.vue b/components/diy/auxiliary-blank.vue index e86ffb8e..a064ce8c 100644 --- a/components/diy/auxiliary-blank.vue +++ b/components/diy/auxiliary-blank.vue @@ -17,7 +17,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/auxiliary-line.vue b/components/diy/auxiliary-line.vue index e9b85101..aa1e698f 100644 --- a/components/diy/auxiliary-line.vue +++ b/components/diy/auxiliary-line.vue @@ -16,7 +16,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue index 5b3c32d4..ed928e4b 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -76,7 +76,7 @@ default: true, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/coupon.vue b/components/diy/coupon.vue index 03b041b3..bf2a1c67 100644 --- a/components/diy/coupon.vue +++ b/components/diy/coupon.vue @@ -168,7 +168,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/custom.vue b/components/diy/custom.vue index cbee5ff9..a61c17b1 100644 --- a/components/diy/custom.vue +++ b/components/diy/custom.vue @@ -51,7 +51,7 @@ export default { }, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index 797a5530..6c136844 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -86,7 +86,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 994e3207..4c7959ec 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -141,7 +141,7 @@ default: '', }, propKey: { - type: Number, + type: [String,Number], default: 0, }, }, diff --git a/components/diy/float-window.vue b/components/diy/float-window.vue index d4c925a8..bd6e713c 100644 --- a/components/diy/float-window.vue +++ b/components/diy/float-window.vue @@ -35,7 +35,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', } }, diff --git a/components/diy/footer.vue b/components/diy/footer.vue index 8603e337..bf495e75 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -34,7 +34,7 @@ export default { props: { propKey: { - type: [Number, String], + type: [String,Number], default: '', }, propValue: { diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index b9869942..a3803116 100644 --- a/components/diy/goods-list.vue +++ b/components/diy/goods-list.vue @@ -187,7 +187,7 @@ default: true, }, propKey: { - type: String, + type: [String,Number], default: '', }, propIndex: { diff --git a/components/diy/goods-tabs.vue b/components/diy/goods-tabs.vue index c558bc1d..f0569d98 100644 --- a/components/diy/goods-tabs.vue +++ b/components/diy/goods-tabs.vue @@ -48,7 +48,7 @@ default: false, }, propKey: { - type: String, + type: [String,Number], default: '', }, propIndex: { diff --git a/components/diy/header.vue b/components/diy/header.vue index aa35ade8..5b4204b1 100644 --- a/components/diy/header.vue +++ b/components/diy/header.vue @@ -107,7 +107,7 @@ default: 0, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/hot-zone.vue b/components/diy/hot-zone.vue index 2166d3b0..51d122d0 100644 --- a/components/diy/hot-zone.vue +++ b/components/diy/hot-zone.vue @@ -20,7 +20,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/img-magic.vue b/components/diy/img-magic.vue index abef9c54..a476e794 100644 --- a/components/diy/img-magic.vue +++ b/components/diy/img-magic.vue @@ -50,7 +50,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/modules/custom/model-icon.vue b/components/diy/modules/custom/model-icon.vue index d3f77ac3..a10f0d8f 100644 --- a/components/diy/modules/custom/model-icon.vue +++ b/components/diy/modules/custom/model-icon.vue @@ -22,7 +22,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, propScale: { diff --git a/components/diy/modules/custom/model-image.vue b/components/diy/modules/custom/model-image.vue index 39cf96fe..d53975d3 100644 --- a/components/diy/modules/custom/model-image.vue +++ b/components/diy/modules/custom/model-image.vue @@ -25,7 +25,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, propScale: { diff --git a/components/diy/modules/custom/model-lines.vue b/components/diy/modules/custom/model-lines.vue index 106a6989..903c22c6 100644 --- a/components/diy/modules/custom/model-lines.vue +++ b/components/diy/modules/custom/model-lines.vue @@ -12,7 +12,7 @@ required: true, }, propKey: { - type: String, + type: [String,Number], default: '', }, propScale: { diff --git a/components/diy/modules/custom/model-panel.vue b/components/diy/modules/custom/model-panel.vue index 2ef15961..396574e7 100644 --- a/components/diy/modules/custom/model-panel.vue +++ b/components/diy/modules/custom/model-panel.vue @@ -22,7 +22,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, propScale: { diff --git a/components/diy/modules/custom/model-text.vue b/components/diy/modules/custom/model-text.vue index 49a1793f..8e5e2fd6 100644 --- a/components/diy/modules/custom/model-text.vue +++ b/components/diy/modules/custom/model-text.vue @@ -29,7 +29,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, propScale: { diff --git a/components/diy/nav-group.vue b/components/diy/nav-group.vue index 297f8503..bd8a0139 100644 --- a/components/diy/nav-group.vue +++ b/components/diy/nav-group.vue @@ -46,7 +46,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/notice.vue b/components/diy/notice.vue index 22c14cec..a7e0b256 100644 --- a/components/diy/notice.vue +++ b/components/diy/notice.vue @@ -70,7 +70,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/rich-text.vue b/components/diy/rich-text.vue index de1e045f..3817b14e 100644 --- a/components/diy/rich-text.vue +++ b/components/diy/rich-text.vue @@ -16,7 +16,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/search.vue b/components/diy/search.vue index 7ec0bc50..e7b2e9f6 100644 --- a/components/diy/search.vue +++ b/components/diy/search.vue @@ -60,7 +60,7 @@ export default { default: false, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/seckill.vue b/components/diy/seckill.vue index ec036fa1..8f8f8488 100644 --- a/components/diy/seckill.vue +++ b/components/diy/seckill.vue @@ -187,7 +187,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/tabs-carousel.vue b/components/diy/tabs-carousel.vue index 5103bdf5..11dec88b 100644 --- a/components/diy/tabs-carousel.vue +++ b/components/diy/tabs-carousel.vue @@ -38,7 +38,7 @@ default: false, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/tabs.vue b/components/diy/tabs.vue index bdd51595..5800c7f7 100644 --- a/components/diy/tabs.vue +++ b/components/diy/tabs.vue @@ -47,7 +47,7 @@ default: '', }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/title.vue b/components/diy/title.vue index 841b2b92..b3ac10b0 100644 --- a/components/diy/title.vue +++ b/components/diy/title.vue @@ -44,7 +44,7 @@ }, }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/user-info.vue b/components/diy/user-info.vue index 1841f7eb..d63b9656 100644 --- a/components/diy/user-info.vue +++ b/components/diy/user-info.vue @@ -41,7 +41,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, }, diff --git a/components/diy/video.vue b/components/diy/video.vue index 672871a3..5fdb951d 100644 --- a/components/diy/video.vue +++ b/components/diy/video.vue @@ -18,7 +18,7 @@ default: () => ({}), }, propKey: { - type: String, + type: [String,Number], default: '', }, },