From eab7b494050eba53634761d88e7e50a7241bd080 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 17 Jun 2026 10:49:55 +0800 Subject: [PATCH] 1.处理手机端回退,不起作用bug --- src/mobile/common/CommobileSubBill.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mobile/common/CommobileSubBill.js b/src/mobile/common/CommobileSubBill.js index 9a139f1..95909fe 100644 --- a/src/mobile/common/CommobileSubBill.js +++ b/src/mobile/common/CommobileSubBill.js @@ -1087,6 +1087,9 @@ class CommobileBill extends React.Component { this.handleGetPhoto(); } else if (name === 'BtnCancel') { window.history.back(-1); + setTimeout(() => { + this.props.dispatch({ type: "app/refreshPage" }); + }, 100); } else if (name === 'BtnExamine') { this.props.onAudit(1); } else if (name === 'BtnCancelExamine') { -- libgit2 0.22.2