优化代码

This commit is contained in:
wuxw 2024-05-12 11:18:56 +08:00
parent acd65498f5
commit de81b91e61

View File

@ -156,7 +156,10 @@
} }
}) })
if (msg != '') { if (msg != '') {
this._showToast(msg); uni.showToast({
icon:'none',
title:msg
})
return; return;
} }
// //