|
@@ -15,6 +15,7 @@ const mockOrders = [
|
|
|
name: "Highlight Wigs For Women Headband Wigs with Blonde Highlights",
|
|
name: "Highlight Wigs For Women Headband Wigs with Blonde Highlights",
|
|
|
specs: "10, #022, Straight, 5 Free Headbands",
|
|
specs: "10, #022, Straight, 5 Free Headbands",
|
|
|
price: "88 points + $154.05x1",
|
|
price: "88 points + $154.05x1",
|
|
|
|
|
+ image:"",
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
progress: "Preparing Order",
|
|
progress: "Preparing Order",
|
|
@@ -29,6 +30,7 @@ const mockOrders = [
|
|
|
name: "Alipearl Lace Front Wig 180% Density Body Wave Human Hair Wigs Pre...",
|
|
name: "Alipearl Lace Front Wig 180% Density Body Wave Human Hair Wigs Pre...",
|
|
|
specs: "10+180%, Medium, No Adjustable Band",
|
|
specs: "10+180%, Medium, No Adjustable Band",
|
|
|
price: "$128.82x1",
|
|
price: "$128.82x1",
|
|
|
|
|
+ image:"",
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
progress: "Preparing Order",
|
|
progress: "Preparing Order",
|
|
@@ -43,6 +45,7 @@ const mockOrders = [
|
|
|
name: "3 Bundles Deep Wave Hair With 4*4 Lace Closure Alipearl Brazilian Hair",
|
|
name: "3 Bundles Deep Wave Hair With 4*4 Lace Closure Alipearl Brazilian Hair",
|
|
|
specs: "8 8 8, Free Part, 8",
|
|
specs: "8 8 8, Free Part, 8",
|
|
|
price: "$142.14x1",
|
|
price: "$142.14x1",
|
|
|
|
|
+ image:"",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "Princess Braids Wig Blonde Barbie Pre-Styled Highlight Wig 13×4 Front Wig",
|
|
name: "Princess Braids Wig Blonde Barbie Pre-Styled Highlight Wig 13×4 Front Wig",
|
|
@@ -55,6 +58,7 @@ const mockOrders = [
|
|
|
name: "Deep Wave Wig 100 Human Hair Swiss Lace Wig Lace Front Wig",
|
|
name: "Deep Wave Wig 100 Human Hair Swiss Lace Wig Lace Front Wig",
|
|
|
specs: "10, Medium, 100%",
|
|
specs: "10, Medium, 100%",
|
|
|
price: "$252.00x1",
|
|
price: "$252.00x1",
|
|
|
|
|
+ image:"",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "Braids Wig Blonde Barbie Pre-Styled Highlight Wig 13×4 Front Wig",
|
|
name: "Braids Wig Blonde Barbie Pre-Styled Highlight Wig 13×4 Front Wig",
|
|
@@ -67,6 +71,7 @@ const mockOrders = [
|
|
|
name: "random free wigs-2",
|
|
name: "random free wigs-2",
|
|
|
specs: "",
|
|
specs: "",
|
|
|
price: "$0.00x1",
|
|
price: "$0.00x1",
|
|
|
|
|
+ image:"",
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
progress: "Preparing Order",
|
|
progress: "Preparing Order",
|
|
@@ -281,11 +286,11 @@ export default function OrderHistory() {
|
|
|
</Link>
|
|
</Link>
|
|
|
<Link
|
|
<Link
|
|
|
href={`/customer/order/track/order_id/${order.id}`}
|
|
href={`/customer/order/track/order_id/${order.id}`}
|
|
|
- state={{
|
|
|
|
|
- addressData: {
|
|
|
|
|
- /* 你的地址对象 */
|
|
|
|
|
- },
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ // state={{
|
|
|
|
|
+ // addressData: {
|
|
|
|
|
+ // /* 你的地址对象 */
|
|
|
|
|
+ // },
|
|
|
|
|
+ // }}
|
|
|
className="border border-gray-300 rounded-full px-4 py-1 text-sm text-gray-800 hover:bg-gray-50"
|
|
className="border border-gray-300 rounded-full px-4 py-1 text-sm text-gray-800 hover:bg-gray-50"
|
|
|
>
|
|
>
|
|
|
Track Order
|
|
Track Order
|