diff --git a/CHANGELOG.md b/CHANGELOG.md index a8385ee..478860b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.18](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.17...v1.0.0-B.18) (2024-01-16) + + +### Bug Fixes + +* YongWang_Customer ([5f9c9ea](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/5f9c9ea90ebbd29ccf5dcbb77a522fc18f3ade5f)) + +## [1.0.0-B.17](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.16...v1.0.0-B.17) (2024-01-16) + + +### Bug Fixes + +* 🧩 修复问题文字过长时 超出矩形框 ([e9e0c3f](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/e9e0c3f7342c19a3f778133117343c68ba97ff0a)) + ## [1.0.0-B.16](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.15...v1.0.0-B.16) (2024-01-05) ## [1.0.0-B.15](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.14...v1.0.0-B.15) (2024-01-05) diff --git a/package-lock.json b/package-lock.json index 76e6f6a..905a67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.16", + "version": "1.0.0-B.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b6f646..231b2e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.16", + "version": "1.0.0-B.18", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/App.vue b/src/App.vue index c8162f8..f825319 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,7 +26,7 @@ function _getCustomerList() { } getCustomerList(config.value.smallUrl, params).then(({ code, data }) => { if (code === HTTP_CODE.ERR_OK) { - customerList.value = [...data.list, ...customerList.value] + customerList.value = data.list } }) } diff --git a/src/components/ScrollListItem/ScrollListItem.vue b/src/components/ScrollListItem/ScrollListItem.vue index a15ca4f..4513b6b 100644 --- a/src/components/ScrollListItem/ScrollListItem.vue +++ b/src/components/ScrollListItem/ScrollListItem.vue @@ -14,7 +14,7 @@ {{ formatDate(customer.addTime) }} - +