diff --git a/src/pages.json b/src/pages.json
index 386a3d4..0afd8d8 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -93,7 +93,27 @@
"navigationStyle": "custom"
},
"needLogin": true
- }
+ },
+ {
+ "path": "combo/dishes",
+ "style": {
+ "navigationBarTitleText": "菜品详情",
+ "navigationStyle": "custom"
+ },
+ "needLogin": true
+ },
+
+ {
+ "path": "combo/dishes_combo",
+ "style": {
+ "navigationBarTitleText": "菜品套餐",
+ "navigationStyle": "custom"
+ },
+ "needLogin": true
+ },
+
+
+
]
},
{
diff --git a/src/pages/banquet/combo/detail.vue b/src/pages/banquet/combo/detail.vue
index 27480e2..95f611a 100644
--- a/src/pages/banquet/combo/detail.vue
+++ b/src/pages/banquet/combo/detail.vue
@@ -110,22 +110,21 @@
:round=false custom-class="margin-right-24" />
-
+
-
+
-
-
+
-
+
@@ -147,8 +146,8 @@
费用合计:
-
- ¥{{ totalPrice }}元
+
+ ¥{{ totalPrice }}元
@@ -158,7 +157,7 @@
厨师姓名:{{ server_user.public_name }}
厨师联系方式:{{ server_user.phone }}
- 查看详情
+
diff --git a/src/pages/banquet/combo/dishes.vue b/src/pages/banquet/combo/dishes.vue
new file mode 100644
index 0000000..12dd786
--- /dev/null
+++ b/src/pages/banquet/combo/dishes.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{matchedItems_sc.name}} {{matchedItems_sc.dishesCategory.name}}
+
+ 销量:{{matchedItems_sc.sales}}
+
+
+
+
+ 菜品介绍
+
+
+ {{matchedItems_sc.intro}}
+
+
+
+
+
+
+ 菜品展示
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/banquet/combo/dishes_combo.vue b/src/pages/banquet/combo/dishes_combo.vue
new file mode 100644
index 0000000..c727227
--- /dev/null
+++ b/src/pages/banquet/combo/dishes_combo.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{matchedItems_sc.name}} {{matchedItems_sc.dishesCategory.name}}
+
+ 销量:{{matchedItems_sc.sales}}
+
+
+
+
+ 菜品介绍
+
+
+ {{matchedItems_sc.intro}}
+
+
+
+
+
+
+ 菜品展示
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/banquet/combo/index.vue b/src/pages/banquet/combo/index.vue
index 0254c92..222d695 100644
--- a/src/pages/banquet/combo/index.vue
+++ b/src/pages/banquet/combo/index.vue
@@ -81,7 +81,7 @@ body {
class="fv-page flex-col">
-
+
@@ -134,7 +134,7 @@ body {
-->
- 已选{{ this.set_num }}餐,合计¥{{ totalPrice }}元
+ 已选{{ this.set_num }}餐,合计¥{{ totalPrice }}元
{
- // if (res.code === 1) {
- // this.matchedItems_sp = res.data;
- // // this.$refs.pagingRefSP?.complete(res.data);
- // } else {
- // uni.$u.toast(res.msg);
- // }
- // });
-
- // },
//加入购物车
addCart (id) {
uni.navigateTo({
diff --git a/src/pages/banquet/hotel/detail.vue b/src/pages/banquet/hotel/detail.vue
index 2fed1e9..3ad60ef 100644
--- a/src/pages/banquet/hotel/detail.vue
+++ b/src/pages/banquet/hotel/detail.vue
@@ -53,7 +53,7 @@
- 下单预定
+ 下单预定
@@ -115,7 +115,7 @@
- 下单预定
+ 下单预定
@@ -195,13 +195,13 @@ export default defineComponent({
});
},
-
+
//加入购物车
addCart (id) {
-
+
uni.navigateTo({
- url: `/pages/banquet/combo/index??id=${id}`
- });
+ url: `/pages/banquet/combo/index??id=${id}`
+ });
// CommonApi.commonPost('/api/cart/add', {
// buy_now: false,
// dishes_id: this.search.id,
@@ -212,7 +212,7 @@ export default defineComponent({
// uni.navigateTo({
// url: '/pages/cart/index'
// });
-
+
// } else {
// uni.$u.toast(res.msg);
// }
diff --git a/src/pages/banquet/order/detail.vue b/src/pages/banquet/order/detail.vue
index 65c72d5..2ceb5cb 100644
--- a/src/pages/banquet/order/detail.vue
+++ b/src/pages/banquet/order/detail.vue
@@ -1,204 +1,391 @@
-
-
-
-
-
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+ 支付金额
+
+
+ 剩余时间
+
+
+
+ {{ current.hours > 10 ? current.hours : '0' + current.hours
+ }}
+ :
+ {{ current.minutes }}
+ :
+ {{ current.seconds }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+ 第{{ parseInt(index) + 1 }}餐
+
+
+
+
+
+ 做宴时段:{{ matchedItems[0].banquet_date }}
+
+ 做宴时段:{{ matchedItems[0].banquet_time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 费用合计:
+
+ ¥{{ totalPrice }}元
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 厨师姓名:{{ server_user.public_name }}
+ 厨师联系方式:{{ server_user.phone }}
+
+ 查看详情
+
+
+
+
+
+
+ 1.(不交定金)如若厨师接到更高价订单,可能会将您的订单取消。
+ 2.(付定金)如若厨师的做席档期存在冲突,可能会致电与您沟通,并推荐您更换厨师。
+ 3.如若档期冲突订单被厨师取消,定金将原路返回,请放心下单。
+ 4.在此,感谢您对此平台以及厨师们的支持,您的支持就是我们前进的最大动力。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/tab/banquet/index.vue b/src/pages/tab/banquet/index.vue
index 897b1ee..e595d9b 100644
--- a/src/pages/tab/banquet/index.vue
+++ b/src/pages/tab/banquet/index.vue
@@ -7,7 +7,7 @@
.wd-grid-item-img-cook {
width: 100%;
- height: 180px;
+ height: 160px;
border-radius: 20rpx;
}
@@ -16,7 +16,7 @@
-
diff --git a/src/pages/tab/user/index.vue b/src/pages/tab/user/index.vue
index 59452ce..8ea9e32 100644
--- a/src/pages/tab/user/index.vue
+++ b/src/pages/tab/user/index.vue
@@ -29,10 +29,10 @@
-
-
+
@@ -96,7 +96,8 @@ function orderList () {
function banquet () {
uni.$u.route({
type: 'navigateTo',
- url: '/pages/banquet/combo/index',
+ // url: '/pages/banquet/combo/index',
+ url: '/pages/banquet/order/list',
});
}