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) + }