From e9e0c3f7342c19a3f778133117343c68ba97ff0a Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 16 Jan 2024 15:10:31 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=96=87=E5=AD=97=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=20=E8=B6=85=E5=87=BA=E7=9F=A9=E5=BD=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/ScrollListItem/ScrollListItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }} - +
From 368535c03dc254e5fd4c774493b30ec8aa5aeef0 Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 16 Jan 2024 15:11:20 +0800 Subject: [PATCH 2/3] chore(release): 1.0.0-B.17 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8385ee..2e60291 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.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..8b63798 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.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b6f646..85b289b 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.17", "private": true, "scripts": { "serve": "vue-cli-service serve", From 679782ca22b023af934611e2f3e690933ab2270d Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 16 Jan 2024 15:12:16 +0800 Subject: [PATCH 3/3] chore(release): 1.0.0-B.18 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e60291..478860b 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.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) diff --git a/package-lock.json b/package-lock.json index 8b63798..905a67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.17", + "version": "1.0.0-B.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85b289b..231b2e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.17", + "version": "1.0.0-B.18", "private": true, "scripts": { "serve": "vue-cli-service serve",