From b74f55a6b116a837eca74b63b8f65cdf4db6ec09 Mon Sep 17 00:00:00 2001 From: crt Date: Thu, 15 Jun 2023 18:02:55 +0800 Subject: [PATCH] aa --- src/components/tiyuchang/tiyuchang.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tiyuchang/tiyuchang.vue b/src/components/tiyuchang/tiyuchang.vue index 138fa65..7ecb85b 100644 --- a/src/components/tiyuchang/tiyuchang.vue +++ b/src/components/tiyuchang/tiyuchang.vue @@ -72,7 +72,7 @@ changedTouches: [] }; e.mp.changedTouches.push({ - x: e.offsetX, + x: e.offsetX, y: e.offsetY }); return e;