diff --git a/pages.json b/pages.json
index a5b91c9..1df7e42 100644
--- a/pages.json
+++ b/pages.json
@@ -210,6 +210,13 @@
"navigationBarTitleText": "支付订单"
}
},
+ {
+ "path": "pages/sureOrder/index",
+ "style": {
+ "navigationBarTitleText": "确认订单",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/order/center",
"style": {
diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue
index a6b6ff3..0a81ce5 100644
--- a/pages/goods/detail.vue
+++ b/pages/goods/detail.vue
@@ -4,7 +4,7 @@
-
+
@@ -187,6 +187,13 @@
return {
searchValue: '',
}
+ },
+ methods:{
+ goHome(){
+ uni.navigateTo({
+ url:'/pages/index/index'
+ })
+ },
}
}
diff --git a/pages/sureOrder/index.vue b/pages/sureOrder/index.vue
new file mode 100644
index 0000000..c1f6f00
--- /dev/null
+++ b/pages/sureOrder/index.vue
@@ -0,0 +1,712 @@
+
+
+
+
+
+ 送货上门
+
+
+ 到店自取
+
+
+
+
+ 请点击添加收货地址
+
+
+
+
+
+
+
+
+ 花梨服务站
+
+
+ 切换
+
+
+
+
+ 浙江省金华市金东区人民西路31号新苑小区25幢
+
+
+
+
+ 距您16.39km
+
+
+ 查看地图
+
+
+
+
+
+
+ 取件人
+
+
+ 张三
+
+
+
+
+
+
+
+
+
+
+
+
+ 预留电话
+
+
+ 18888888888
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 街边取
+
+
+ 如果您不方便,只需要在街边稍候,送到您的手上
+
+
+
+
+
+
+
+
+ 预计到货时间
+
+
+ 2024-12-20 09:30
+
+
+
+
+
+
+ 您期待的收货时间
+
+
+ 请选择
+
+
+
+
+
+
+ 大白兔家电
+
+
+
+
+
+
+
+
+ iphone13 绿色 128GB
+
+
+ ¥ 7599
+
+
+
+ x1
+
+
+
+
+
+ 留言
+
+
+ 建议留言前与客服沟通确认
+
+
+
+
+
+
+ 商品总额
+
+
+ ¥7599
+
+
+
+
+ 运费
+
+
+ ¥7599
+
+
+
+
+ 商品数量
+
+
+ 1件
+
+
+
+
+ 优惠券
+
+
+ 0张可用
+
+
+
+
+
+
+
+
+
+
+
+ 共1件,合计:
+ ¥7664
+
+
+
+
+
+
+
+ 微信支付
+
+
+
+
+
+
+
+
+
+ 找微信好友代付
+
+
+
+
+
+
+
+
+
+ 到店支付
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/order/address.png b/static/order/address.png
new file mode 100644
index 0000000..3e18e8e
Binary files /dev/null and b/static/order/address.png differ
diff --git a/static/order/bag.png b/static/order/bag.png
new file mode 100644
index 0000000..72d539e
Binary files /dev/null and b/static/order/bag.png differ
diff --git a/static/order/edit.png b/static/order/edit.png
new file mode 100644
index 0000000..c4f189d
Binary files /dev/null and b/static/order/edit.png differ
diff --git a/static/order/friends.png b/static/order/friends.png
new file mode 100644
index 0000000..6e96353
Binary files /dev/null and b/static/order/friends.png differ
diff --git a/static/order/left.png b/static/order/left.png
new file mode 100644
index 0000000..523981d
Binary files /dev/null and b/static/order/left.png differ
diff --git a/static/order/map.png b/static/order/map.png
new file mode 100644
index 0000000..b55c345
Binary files /dev/null and b/static/order/map.png differ
diff --git a/static/order/right.png b/static/order/right.png
new file mode 100644
index 0000000..18eab4a
Binary files /dev/null and b/static/order/right.png differ
diff --git a/static/order/shop.png b/static/order/shop.png
new file mode 100644
index 0000000..3096b8a
Binary files /dev/null and b/static/order/shop.png differ
diff --git a/static/order/wChat.png b/static/order/wChat.png
new file mode 100644
index 0000000..82a09e1
Binary files /dev/null and b/static/order/wChat.png differ