@@ -124,7 +124,7 @@ const previewBasePic = () => {
if (!url) return;
uni.previewImage({ urls: [url], current: 0 });
};
-const passAudit = async () => {+
+const passAudit = async () => {
try {
const res = await uni.showModal({
title: '通过提示',