diff --git a/CHANGELOG.md b/CHANGELOG.md index b83791c..a8cff02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-B.14](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.13...v1.0.0-B.14) (2024-01-05) + + +### Features + +* 🚀 间隔5分钟刷新一次数据 ([a708abe](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/a708abec873464a8ed23a48a6c7711b2675f5614)) + ## [1.0.0-B.13](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.12...v1.0.0-B.13) (2024-01-03) ## [1.0.0-B.12](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.11...v1.0.0-B.12) (2024-01-03) diff --git a/package-lock.json b/package-lock.json index 5753c07..50c5679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.13", + "version": "1.0.0-B.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f763a4..7a07b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.13", + "version": "1.0.0-B.14", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/App.vue b/src/App.vue index 0d0f941..c8162f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,28 +1,48 @@ diff --git a/src/components/ScrollList/ScrollList.vue b/src/components/ScrollList/ScrollList.vue index 9f1b6e6..736e783 100644 --- a/src/components/ScrollList/ScrollList.vue +++ b/src/components/ScrollList/ScrollList.vue @@ -5,6 +5,9 @@ v-if="chunkList.length" rewind :autoplay="chunkList.length > 1 ? { delay: 15000 } : false" + observer + observe-parents + observe-slide-children :modules="modules" style="height: 879px" @swiper="swiperInit" @@ -25,10 +28,7 @@