This commit is contained in:
weipengfei 2023-12-27 18:40:40 +08:00
parent f5330fad92
commit 96891aa235

View File

@ -1636,6 +1636,7 @@ import { Toast } from '../../../libs/uniApi';
}) })
}).catch(e=>{ }).catch(e=>{
console.log(e); console.log(e);
Toast(e)
}); });
return ; return ;