Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -206,10 +206,7 @@ const submit = () => {
applyInvoice(params)
.then(() => {
uni.hideLoading();
- uni.showToast({ title: "开票申请已提交", icon: "success", duration: 2000 });
- setTimeout(() => {
- back();
- }, 2000);
+ back();
})
.catch((err) => {