diff --git a/package.json b/package.json
index 8deb26a..73bf1f9 100644
--- a/package.json
+++ b/package.json
@@ -12,5 +12,9 @@
"mqtt": "^2.18.9",
"uview-ui": "^2.0.36"
},
- "description": ""
-}
+ "repository": {
+ "type": "git",
+ "url": "http://111.229.174.37:3000/Food/food_wechat.git"
+ },
+ "description": "飞行魔方,物流、送餐小程序"
+}
\ No newline at end of file
diff --git a/pages/shop/confirm.vue b/pages/shop/confirm.vue
new file mode 100644
index 0000000..41be0b2
--- /dev/null
+++ b/pages/shop/confirm.vue
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 收货站点:{{siteCon.sitename}}
+
+
+
+
+
+
+
+
+ 配置物流
+ {{shopCon.name}}
+
+
+ 送达时间
+ 预估{{estimated}}分钟之后送达
+
+
+
+
+ 餐品详情
+
+
+
+
+
+ {{item.spu_name}}
+
+ X1 {{i}}
+
+ X{{item.countG[0]}}
+
+
+ ¥{{item | calculateTotal}}
+
+
+
+
+ 价格明细
+
+ 商品小计
+ ¥{{total | formatPrice}}
+
+
+ 外送费
+ ¥{{transportPrice | formatPrice}}
+
+
+ 打包服务费
+ ¥{{packPrice | formatPrice}}
+
+
+ 合计
+ ¥{{fullPrice | formatPrice}}
+
+
+
+
+ 备注
+
+ 口味、偏好等要求
+
+
+
+
+
+
+ 合计
+
+
+ ¥{{fullPrice | formatPrice}}
+ 共{{totalCount}}件
+
+
+ 提交订单
+ Checkout
+
+
+
+
+
+
+
+
+
\ No newline at end of file