From 5571f967ac35f0c596e0f8e90d727d4dd291f927 Mon Sep 17 00:00:00 2001 From: sszdot Date: Thu, 19 Dec 2024 12:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Adocs=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9Aorder.vue=20=E9=87=8D=E5=90=8D=20=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?confirm.vue=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- package.json | 8 +- pages/shop/confirm.vue | 249 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 255 insertions(+), 2 deletions(-) create mode 100644 pages/shop/confirm.vue 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 @@ + + + + + \ No newline at end of file