forked from gxwebsoft/mp-10550
fix(order): 修正订单确认页面起送量显示错误
- 将最低起送量字段从 minBuyQty 更新为 startSendQty - 确保订单确认页面显示正确的起送量要求
This commit is contained in:
@@ -919,7 +919,7 @@ const OrderConfirm = () => {
|
|||||||
<Cell extra={(
|
<Cell extra={(
|
||||||
<div className={'text-red-500 text-sm'}>
|
<div className={'text-red-500 text-sm'}>
|
||||||
<Text>注意事项:</Text>
|
<Text>注意事项:</Text>
|
||||||
<Text>最低起送量≥{ticketTemplate.minBuyQty}桶;</Text>
|
<Text>最低起送量≥{ticketTemplate.startSendQty}桶;</Text>
|
||||||
<Text>配送范围要在电子围栏内;</Text>
|
<Text>配送范围要在电子围栏内;</Text>
|
||||||
<Text>上楼费暂不收取,收费另行通知。</Text>
|
<Text>上楼费暂不收取,收费另行通知。</Text>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user