diff --git a/.drone.yml b/.drone.yml index e0d6aa7..1164eb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,7 +62,7 @@ steps: svn_password: yanfa commands: # zip包 - - zip_name=Navigation_h5_V3.0.0_${DRONE_REPO_NAME}_$(cat /drone/src/.tags).zip + - zip_name=Navigation_h5_V3.0.0_${DRONE_REPO_NAME}_HangZhou_QianTang_Customer_$(cat /drone/src/.tags).zip - cd /drone/src/dist - zip -q -r $zip_name ./* - mv $zip_name ../ @@ -104,7 +104,7 @@ steps: image: lddsb/drone-dingtalk-message failure: ignore settings: - token: 3f3b35d1e5bb3590550b81680d555f884200a5d13be679be19d15aa5ff7f0e0e + token: 9f380535bacb93870b721a596da85cfd344734481e73095a93b9ad5589659895 type: markdown message_color: true message_pic: true diff --git a/CHANGELOG.md b/CHANGELOG.md index f18fa3e..dc2cf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.27](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.26...v1.0.0-B.27) (2024-05-07) + +## [1.0.0-B.26](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.25...v1.0.0-B.26) (2024-05-07) + + +### Features + +* 🚀 新建杭州永旺顾客心声分支 ([dccd69e](https://git.1000my.com/project_yongwangyun/YongWang_Customer/commit/dccd69e44ce6568313ca5b4e29790a062eec2406)) + ## [1.0.0-B.25](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.24...v1.0.0-B.25) (2024-04-01) ## [1.0.0-B.24](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.23...v1.0.0-B.24) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 39afca7..010015c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.25", + "version": "1.0.0-B.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 960bd2d..62bbdb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.25", + "version": "1.0.0-B.27", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -85,7 +85,7 @@ }, "standard-version": { "scripts": { - "posttag": "git push --follow-tags origin dev" + "posttag": "git push --follow-tags origin HangZhou" } } } diff --git a/public/static/qr.png b/public/static/qr.png new file mode 100644 index 0000000..f85164e Binary files /dev/null and b/public/static/qr.png differ diff --git a/src/App.vue b/src/App.vue index cd5dca9..dea7f11 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,7 +39,7 @@ onMounted(() => { _getCustomerList() timer = setInterval(() => { _getCustomerList() - scrollList.value.scroll() + scrollList.value?.scroll() }, 1000 * 60) }) onBeforeUnmount(() => { @@ -47,7 +47,7 @@ onBeforeUnmount(() => { }) function back() { - scrollList.value.scroll() + scrollList.value?.scroll() } @@ -55,10 +55,12 @@ function back() { html, body, #app { + overflow: hidden; width: 1920px; height: 1080px; } #app { - background: #000; + background: url('./assets/images/bg.webp') no-repeat center center; + background-size: 1920px 1080px; } diff --git a/src/assets/images/a.svg b/src/assets/images/a.svg new file mode 100644 index 0000000..dbf4363 --- /dev/null +++ b/src/assets/images/a.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/src/assets/images/bg.webp b/src/assets/images/bg.webp new file mode 100644 index 0000000..3e34803 Binary files /dev/null and b/src/assets/images/bg.webp differ diff --git a/src/assets/images/heart.svg b/src/assets/images/heart.svg new file mode 100644 index 0000000..222b7f6 --- /dev/null +++ b/src/assets/images/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/images/logo.svg b/src/assets/images/logo.svg new file mode 100644 index 0000000..b0aa49e --- /dev/null +++ b/src/assets/images/logo.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/images/manager.svg b/src/assets/images/manager.svg new file mode 100644 index 0000000..e0578d6 --- /dev/null +++ b/src/assets/images/manager.svg @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/src/assets/images/q.svg b/src/assets/images/q.svg new file mode 100644 index 0000000..c04916b --- /dev/null +++ b/src/assets/images/q.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/src/components/ScrollList/ScrollList.vue b/src/components/ScrollList/ScrollList.vue index 0a8e390..ee09daa 100644 --- a/src/components/ScrollList/ScrollList.vue +++ b/src/components/ScrollList/ScrollList.vue @@ -1,33 +1,36 @@