From 1399b802e2fe6d3125c2324addf17f242963ad63 Mon Sep 17 00:00:00 2001 From: crt Date: Thu, 15 Jun 2023 18:09:10 +0800 Subject: [PATCH] 1 --- 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 7ecb85b..138fa65 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;