使手机发生较长时间的振动(400ms)
this.$bridge .vibrateLong() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })