diff --git a/CHANGELOG.md b/CHANGELOG.md index 892f57c..3af4f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.20](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.19...v1.0.0-B.20) (2024-03-25) + ## [1.0.0-B.19](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.18...v1.0.0-B.19) (2024-01-16) ## [1.0.0-B.18](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.17...v1.0.0-B.18) (2024-01-16) diff --git a/package-lock.json b/package-lock.json index 5903c3a..9240017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.19", + "version": "1.0.0-B.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63b7cc5..921cf2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.19", + "version": "1.0.0-B.20", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/App.vue b/src/App.vue index f825319..f85ddb4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,8 +38,8 @@ onMounted(() => { _getCustomerList() timer = setInterval(() => { _getCustomerList() - scrollList.value?.start() - }, 60000 * 5) + scrollList.value?.scrollTo(0, 1000, false) + }, 1000 * 60) }) onBeforeUnmount(() => { clearInterval(timer) diff --git a/src/components/ScrollList/ScrollList.vue b/src/components/ScrollList/ScrollList.vue index 41d03a7..4bc5565 100644 --- a/src/components/ScrollList/ScrollList.vue +++ b/src/components/ScrollList/ScrollList.vue @@ -4,7 +4,6 @@