使手机发生较长时间的振动(400ms)
this.$bridge .vibrateLong() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
← stopAccelerometer 停止加速计监听 vibrateShort 使手机发生较短时间的振动 →