diff --git a/src/shop/orderConfirm/index.tsx b/src/shop/orderConfirm/index.tsx
index 7d5ed79..1d826cd 100644
--- a/src/shop/orderConfirm/index.tsx
+++ b/src/shop/orderConfirm/index.tsx
@@ -4,7 +4,7 @@ import {Location, ArrowRight} from '@nutui/icons-react-taro'
import Taro, {useDidShow} from '@tarojs/taro'
import {ShopGoods} from "@/api/shop/shopGoods/model";
import {getShopGoods} from "@/api/shop/shopGoods";
-import {View} from '@tarojs/components';
+import {View, Text} from '@tarojs/components';
import {listShopUserAddress} from "@/api/shop/shopUserAddress";
import {ShopUserAddress} from "@/api/shop/shopUserAddress/model";
import './index.scss'
@@ -118,8 +118,9 @@ const OrderConfirm = () => {
送至
- {address.province} {address.city} {address.region} {address.address}
-
+ {address.province} {address.city} {address.region} {address.address}
+
{address.name} {address.phone}
@@ -157,6 +158,19 @@ const OrderConfirm = () => {
+
+
+ {payment?.name}
+
+
+ )}
+ onClick={() => setIsVisible(true)}
+ />
+ |
+
{'¥' + goods.price}}/>
{
)}/>
- {/* | */}
- |
+
+
+ 已优惠
+ ¥0.0
+ 小计
+ ¥{goods.price}
+
)}/>
| | | |
-
- {payment?.name}
-
-
- )}
- onClick={() => setIsVisible(true)}
- />
+ |
+ )}/>
|