From a8f701b614e7a97b0c1a9933a5e1e2fb69654232 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Mon, 1 Apr 2024 22:03:25 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):=E5=B7=A6?=
=?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91=E5=BA=94=E8=AF=A5=E6=8C=89=E7=85=A7?=
=?UTF-8?q?=E5=B7=B2=E4=B8=AD=E5=95=86=E5=93=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/CheckboxIcon.vue | 7 ++++++-
pages/cart.vue | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/components/CheckboxIcon.vue b/components/CheckboxIcon.vue
index e06a8c2..1ff67c1 100644
--- a/components/CheckboxIcon.vue
+++ b/components/CheckboxIcon.vue
@@ -1,6 +1,6 @@
-
+
@@ -19,6 +19,11 @@ export default {
}
}
},
+ data() {
+ return {
+ webUrl: Object.freeze(this.$VUE_APP_RESOURCES_URL)
+ }
+ },
computed: {
isSelected: function() {
return this.defaultState
diff --git a/pages/cart.vue b/pages/cart.vue
index e7ae925..7d73c9c 100644
--- a/pages/cart.vue
+++ b/pages/cart.vue
@@ -1,7 +1,7 @@