@ -2078,12 +2078,17 @@
},
animate($type = "heavy") {
const systemInfo = uni.getSystemInfoSync();
if(systemInfo.platform === 'ios'){
}else{
uni.vibrateShort({
type: $type,
fail(err) {
console.log('震动失败:',err)
console.log("震动失败:", err);
}
});
clearMsg() {
this.sendMsg = "";