cxc-szcx-uniapp/uni_modules/wuwx-step-counter
2024-09-14 10:26:50 +08:00
..
utssdk 数智产销APP第一版。 2024-09-14 10:26:50 +08:00
changelog.md 数智产销APP第一版。 2024-09-14 10:26:50 +08:00
package.json 数智产销APP第一版。 2024-09-14 10:26:50 +08:00
readme.md 数智产销APP第一版。 2024-09-14 10:26:50 +08:00

wuwx-step-counter

使用方法

import * as StepCounter from '../../uni_modules/wuwx-step-counter'

StepCounter.startStepCountingUpdates({
	handler: (numberOfSteps, timestamp, error) => {
		console.log(numberOfSteps)
	}
});

开发文档

UTS 语法 UTS API插件 UTS 组件插件 Hello UTS