From 897faace21cb6f4eb209ca672dfeec21c09d4a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Thu, 23 Apr 2026 22:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=95=86=E5=BA=97=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=85=B6=E4=BB=96=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/views/ShopView.vue | 200 +++++++++++++------------- 1 file changed, 103 insertions(+), 97 deletions(-) diff --git a/Build_God_Game/src/views/ShopView.vue b/Build_God_Game/src/views/ShopView.vue index ea1dcc1..07d7a13 100644 --- a/Build_God_Game/src/views/ShopView.vue +++ b/Build_God_Game/src/views/ShopView.vue @@ -6,7 +6,6 @@ import { getShop, buyItem, type Shop, type ShopItemDisplay } from '@/api/shop' import { ElMessage } from 'element-plus' import StarBorder from '@/components/StarBorder/StarBorder.vue' import Particles from '@/components/Particles/Particles.vue' -import { ArrowLeft } from '@element-plus/icons-vue' const router = useRouter() const characterStore = useCharacterStore() @@ -115,120 +114,124 @@ onMounted(async () => {