no message

master
jscyl13849007907 4 weeks ago
parent 007b2558be
commit da869cb6cd

@ -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)
}
fail(err) {
console.log("震动失败:", err);
},
});
}
},
clearMsg() {
this.sendMsg = "";

Loading…
Cancel
Save