From 8209a1d6780eb7254bbd2ac1ba754bfe4222d547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Fri, 29 May 2026 14:59:03 +0800 Subject: [PATCH] 11 --- src/views/pay/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/pay/index.vue b/src/views/pay/index.vue index 4c0e817..7b94390 100644 --- a/src/views/pay/index.vue +++ b/src/views/pay/index.vue @@ -24,7 +24,10 @@ try { let str = route.query.list as string list.value = JSON.parse(decodeURIComponent(atob(str))) - } catch (error) {} + console.log(list.value) + } catch (error) { + console.log(error) + }