touchStart(e) {
wx.vibrateShort({
type: 'heavy',
success: () => {
console.log('震动成功');
// // 停止当前音频播放
// this.stopAudioPlayback();
// this.startRecording();
},
fail: (err) => console.log('震动失败', err)
});
// this.stopAudioPlayback();
// this.startRecording();
},ev/api/

1.错误码:101,错误信息:vibrateShort:fail:jsapi invalid request data;
2.华为mate80pro,系统版本6.0;
3.没有;
2.华为mate80pro,系统版本6.0;
3.没有;