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;