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,