From 3c177d208748b8ece36153c5ae9a49b5f76ed55f Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Thu, 28 May 2026 07:44:34 +0800 Subject: [PATCH] refactor(booking): clean up toast and payment code Replace verbose uni.showToast object syntax with shorter direct calls, remove unnecessary setTimeout wrappers around error toast calls, clean up redundant loading state handling, and remove unused WeChat pay and app payment placeholder code. --- src/pages/booking/index.vue | 69 +++++++------------------------------ 1 file changed, 13 insertions(+), 56 deletions(-) diff --git a/src/pages/booking/index.vue b/src/pages/booking/index.vue index cf8ee59..1836dfb 100644 --- a/src/pages/booking/index.vue +++ b/src/pages/booking/index.vue @@ -62,6 +62,7 @@