Compare commits
1 Commits
6b1e506f43
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ff710c6a0 |
@@ -957,7 +957,7 @@ const OrderConfirm = () => {
|
|||||||
<Text className={'font-medium w-full'}>{goods.name}</Text>
|
<Text className={'font-medium w-full'}>{goods.name}</Text>
|
||||||
{/*<Text className={'number text-gray-400 text-sm py-2'}>80g/袋</Text>*/}
|
{/*<Text className={'number text-gray-400 text-sm py-2'}>80g/袋</Text>*/}
|
||||||
<View className={'flex justify-between items-center'}>
|
<View className={'flex justify-between items-center'}>
|
||||||
<Text className={'text-red-500'}>¥{goods.price}*{goods.step}</Text>
|
<Text className={'text-red-500'}>¥{goods.price}</Text>
|
||||||
<View className={'flex flex-col items-end gap-1'}>
|
<View className={'flex flex-col items-end gap-1'}>
|
||||||
<ConfigProvider theme={customTheme}>
|
<ConfigProvider theme={customTheme}>
|
||||||
<InputNumber
|
<InputNumber
|
||||||
|
|||||||
Reference in New Issue
Block a user