使手机发生较短时间的振动(15ms)
this.$bridge .vibrateShort() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
← vibrateLong 使手机发生较长时间的振动 startDeviceMotionListening 设备方向监听 →