From c6061b31b3de385c5df9486aec822399aa3bced3 Mon Sep 17 00:00:00 2001 From: wuxiang Date: Fri, 7 Feb 2025 16:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E5=8F=8A?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84?= =?UTF-8?q?=20aar=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/index/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index aa9b7e6..986492e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "EWG01PDemo", "appid" : "__UNI__3095C70", "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", + "versionName" : "1.0.1", + "versionCode" : 101, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 596cb5a..f7fc95d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -265,7 +265,7 @@ this.r.wave = null; console.log('开始测振'); // 0 --加速度 1--速度 2--位移 - Ewg.collectVib(1, true, (res) => { // 注意:只有带波形时才会把在个值都返回 + Ewg.collectVib(1, "5120", "2048", true, (res) => { // 注意:只有带波形时才会把在个值都返回 this.stop(); if (res.result == 0) { vibData.velocity = res.speedValue;