提交 78c518fc 作者: 方治民

Merge branch '3.x' of https://gitlab.yiring.com/basic/basic-uniapp-v3 into examples

......@@ -83,8 +83,8 @@
"@faker-js/faker": "^8.4.1",
"@turf/turf": "^7.2.0",
"@vue/runtime-core": "3.4.21",
"@vueuse/core": "^12.2.0",
"@vueuse/shared": "^12.2.0",
"@vueuse/core": "^12.3.0",
"@vueuse/shared": "^12.3.0",
"axios": "^1.7.9",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
......@@ -112,10 +112,10 @@
"@dcloudio/uni-stacktracey": "3.0.0-alpha-4040320241223001",
"@dcloudio/uni-uts-v1": "3.0.0-alpha-4040320241223001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-4040320241223001",
"@iconify/json": "^2.2.290",
"@iconify/json": "^2.2.292",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/qs": "^6.9.17",
"@types/stompjs": "^2.3.9",
"@types/urijs": "^1.19.25",
......@@ -146,7 +146,7 @@
"postcss-less": "^6.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"sass": "^1.83.0",
"sass": "^1.83.1",
"sort-package-json": "^2.12.0",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
......
......@@ -48,7 +48,7 @@ function setInitValue(dataset, isChange) {
slider.section = (+dataset.section) == 1 ? true : false
slider.start = format(+dataset.value)
slider.end = format(+dataset.end)
movable.app = (+dataset.app) == 1 ? true : false;
slider.app = (+dataset.app) == 1 ? true : false;
}
function touchstart(e, ins) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论