diff --git a/src/bundle/order/platform/order-detail.vue b/src/bundle/order/platform/order-detail.vue
index 377c3b4..f18b900 100644
--- a/src/bundle/order/platform/order-detail.vue
+++ b/src/bundle/order/platform/order-detail.vue
@@ -144,7 +144,7 @@
-
+
diff --git a/src/bundle/order/tea-room/order-list.vue b/src/bundle/order/tea-room/order-list.vue
index 3f4b968..f62ac88 100644
--- a/src/bundle/order/tea-room/order-list.vue
+++ b/src/bundle/order/tea-room/order-list.vue
@@ -73,8 +73,11 @@
})
// 根据传过来的参数决定显示哪个tab
+ console.log("🚀 ~ args.orderStatus:", args.orderStatus)
if (args.orderStatus) {
tab.value = args.orderStatus
+ orderStatus.value =TeaRoomOrderStatusValue[args.orderStatus]
+ // OrderList.handleSearch
}
})
@@ -118,9 +121,7 @@
orderStatus.value = TeaRoomOrderStatusValue[e.name] || ''
}
- // 切换tab时,重置当前的mescroll
- list.value = []
- getMescroll().resetUpScroll();
+ OrderList.handleSearch()
},
/**
diff --git a/src/pages/my/my.vue b/src/pages/my/my.vue
index b0f027e..a977e56 100644
--- a/src/pages/my/my.vue
+++ b/src/pages/my/my.vue
@@ -163,14 +163,12 @@
茶室订单
-
-
+
{{ item.title }}
-
@@ -180,14 +178,12 @@
茶艺师订单
-
-
-
-
-
- {{ item.title }}
+
+
+
-
+ {{ item.title }}
+
-->
@@ -241,7 +237,7 @@