This commit is contained in:
SelfRidicule 2024-08-20 12:01:49 +08:00
parent 85f9e2c852
commit cd3c245bd0

View File

@ -566,7 +566,7 @@ Page({
return;
}
// 故障描述
if (!detail.explain && !voiceObj && !voiceObj.tempFilePath) {
if (!detail.explain && !voiceObj.tempFilePath) {
app.vantNotifyErr(Notify, '请输入故障描述或录音!')
return;
}