From 3a593de8e59432cbad32d45cd2a5e4fd234af6ef Mon Sep 17 00:00:00 2001 From: zhangjing1 Date: Tue, 14 Oct 2025 13:36:33 +0800 Subject: [PATCH] bug(custom): eCX-7363 --- src/subpages/purchase/espier-checkout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subpages/purchase/espier-checkout.js b/src/subpages/purchase/espier-checkout.js index 8ecaa0f82..755f0277c 100644 --- a/src/subpages/purchase/espier-checkout.js +++ b/src/subpages/purchase/espier-checkout.js @@ -154,7 +154,7 @@ function PurchaseCheckout(props) { if (receiptType && payType) { calcOrder() } - }, [address, payType, zitiAddress, point_use]) + }, [address, payType, zitiAddress, point_use, receiptType]) useEffect(() => { if (isPackageOpend || openCashier || isPointOpenModal) {