From e12e2565f027393ef502b3a7c8329c71de97721f Mon Sep 17 00:00:00 2001
From: kele <1184860403@qq.com>
Date: Mon, 4 Sep 2023 14:12:16 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E7=83=AD=E5=8C=BA=E7=BB=84=E4=BB=B6=E3=80=81=E8=BD=AE=E6=92=AD?=
=?UTF-8?q?=E5=9B=BE=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0=E6=8E=A7=E5=88=B6?=
=?UTF-8?q?=E8=BD=AE=E6=92=AD=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 9 +---
.../components/s-block-item/s-block-item.vue | 2 +
.../s-hotzone-block/s-hotzone-block.vue | 45 +++++++++++++++++++
.../s-image-banner/s-image-banner.vue | 2 +
sheep/ui/su-swiper/su-swiper.vue | 2 +-
5 files changed, 52 insertions(+), 8 deletions(-)
create mode 100644 sheep/components/s-hotzone-block/s-hotzone-block.vue
diff --git a/manifest.json b/manifest.json
index 1c5d8c75..9f8a8007 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "星品购",
+ "name": "星品",
"appid": "__UNI__082C0BA",
"description": "Shopro是由SheepJS团队开发,使用Uniapp+Vue3技术驱动的在线商城系统,内含诸多功能与丰富的活动,期待您的使用和反馈。",
"versionName": "1.8.3",
@@ -194,12 +194,7 @@
"optimization": {
"subPackages": true
},
- "plugins": {
- "live-player-plugin": {
- "version": "1.3.5",
- "provider": "wx2b03c6e691cd7370"
- }
- },
+ "plugins": {},
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"permission": {},
diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue
index 85daada8..4a94b5e1 100644
--- a/sheep/components/s-block-item/s-block-item.vue
+++ b/sheep/components/s-block-item/s-block-item.vue
@@ -27,6 +27,8 @@
+
+
diff --git a/sheep/components/s-hotzone-block/s-hotzone-block.vue b/sheep/components/s-hotzone-block/s-hotzone-block.vue
new file mode 100644
index 00000000..1ce25af8
--- /dev/null
+++ b/sheep/components/s-hotzone-block/s-hotzone-block.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sheep/components/s-image-banner/s-image-banner.vue b/sheep/components/s-image-banner/s-image-banner.vue
index 546afaab..4e03ae98 100644
--- a/sheep/components/s-image-banner/s-image-banner.vue
+++ b/sheep/components/s-image-banner/s-image-banner.vue
@@ -5,6 +5,8 @@
imageMode="widthFix"
dotCur="bg-mask-40"
:seizeHeight="300"
+ :autoplay="data.autoplay"
+ :interval="Number(data.interval)"
/>
diff --git a/sheep/ui/su-swiper/su-swiper.vue b/sheep/ui/su-swiper/su-swiper.vue
index d9e0cb1d..cff1c4b3 100644
--- a/sheep/ui/su-swiper/su-swiper.vue
+++ b/sheep/ui/su-swiper/su-swiper.vue
@@ -116,7 +116,7 @@
},
interval: {
type: Number,
- default: 5000,
+ default: 3000,
},
duration: {
type: Number,