Commit fce170248d3d70b9462cc553d12802a00c00d052
1 parent
9e4ff9d0
fix: 修改预警弹窗数
Showing
1 changed file
with
3 additions
and
2 deletions
src/pages/Order/Order/index.tsx
@@ -4786,7 +4786,7 @@ const OrderPage = () => { | @@ -4786,7 +4786,7 @@ const OrderPage = () => { | ||
4786 | marginBottom: '20px', | 4786 | marginBottom: '20px', |
4787 | }} | 4787 | }} |
4788 | > | 4788 | > |
4789 | - {waitConfirmPayment} | 4789 | + {invoiceRefundWarningNum} |
4790 | </div> | 4790 | </div> |
4791 | 待确认收货订单 | 4791 | 待确认收货订单 |
4792 | </div> | 4792 | </div> |
@@ -4930,7 +4930,8 @@ const OrderPage = () => { | @@ -4930,7 +4930,8 @@ const OrderPage = () => { | ||
4930 | marginBottom: '20px', | 4930 | marginBottom: '20px', |
4931 | }} | 4931 | }} |
4932 | > | 4932 | > |
4933 | - {invoiceRefundWarningNum} | 4933 | + invoiceRefundWarningNum |
4934 | + {waitConfirmPayment} | ||
4934 | </div> | 4935 | </div> |
4935 | 待回款订单 | 4936 | 待回款订单 |
4936 | </div> | 4937 | </div> |