From ceff1c73d6d467caafb34726a0af06cb914e903f Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Tue, 2 Jun 2026 15:59:08 +0800 Subject: [PATCH] 1 --- pages/home/home.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 93b14b9..d1fc9a5 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -97,7 +97,7 @@ 更新时间:{{ orderBasic.updateTime }} - 更多数据 + 更多数据 @@ -590,6 +590,8 @@ export default { }); }, + + // 跳转:通知详情页 goToNotice(msg) { if(msg.id) { uni.navigateTo({ url: `/pages/notice/detail?id=${msg.id}` }); } @@ -598,6 +600,10 @@ export default { goToNoticeList() { uni.navigateTo({ url: '/pages/notice/notice_list' }); }, + // 跳转:订单列表页 + goToOrderList() { + uni.switchTab({ url: '/pages/order/userorder-list' }); + }, // 营业中 / 休息中 按钮逻辑判断 toggleStatus() {