适配鸿蒙

This commit is contained in:
icssoa
2025-08-03 13:40:19 +08:00
parent 65fa57a3f2
commit e2c62a20fc
4 changed files with 18 additions and 12 deletions

View File

@@ -376,8 +376,6 @@ function onTouchStart(e: UniTouchEvent) {
* 计算手指移动距离,更新弹出层位置
*/
function onTouchMove(e: UniTouchEvent) {
console.log(111);
if (swipe.isTouch) {
// 标记为移动状态
swipe.isMove = true;