Compare commits

...

2 Commits

  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 2
      src/views/Activity/Activity.vue

7
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. 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.4](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.3...v1.0.0-B.4) (2023-06-14)
### Features
* 🚀 修改滑动 ([a795fa1](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/a795fa12527df4305cef3302a1109da335615b75))
## [1.0.0-B.3](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-06-14) ## [1.0.0-B.3](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-06-14)

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"dependencies": { "dependencies": {
"@better-scroll/core": "^2.5.0", "@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0", "@better-scroll/observe-image": "^2.5.0",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "vue_cli_ts", "name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

2
src/views/Activity/Activity.vue

@ -33,7 +33,7 @@
:loop="actList.length > 1" :loop="actList.length > 1"
:initial-slide="actList.length > 2 ? 1 : 0" :initial-slide="actList.length > 2 ? 1 : 0"
:modules="modules" :modules="modules"
:autoplay="actList.length > 1 ? { delay: 50000, disableOnInteraction: false } : false"
:autoplay="actList.length > 1 ? { delay: 5000, disableOnInteraction: false } : false"
:pagination="{ el: '.list-paginationh' }" :pagination="{ el: '.list-paginationh' }"
:class="{ 'is-center': actList.length === 1 }" :class="{ 'is-center': actList.length === 1 }"
class="swiper-big animate__animated animate__fadeInUp" class="swiper-big animate__animated animate__fadeInUp"

Loading…
Cancel
Save