From 59be3f8fcce29319c49123b6dc52ed3f0039429e Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Thu, 28 Apr 2022 14:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=96=B9=E6=8C=89=E9=92=AE=20?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0pressDown=201=E6=8C=89=E4=B8=8B?= =?UTF-8?q?=E3=80=810=E5=BC=B9=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/datie_02/menus/menuButton.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jmapNew/theme/datie_02/menus/menuButton.vue b/src/jmapNew/theme/datie_02/menus/menuButton.vue index 47e2b226b..ce6b44b69 100644 --- a/src/jmapNew/theme/datie_02/menus/menuButton.vue +++ b/src/jmapNew/theme/datie_02/menus/menuButton.vue @@ -676,7 +676,8 @@ export default { code: model.code, param: { labelEnum:model.labelEnum, - stationCode:model.stationCode + stationCode:model.stationCode, + pressDown:model.pressDown ? 0 : 1 // 1按下、0弹起 } }; this.$store.dispatch('training/nextNew', operate).then(({ valid }) => {