From abda1dd92c32222ed389c05295d33201253cb8e1 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 6 May 2026 18:01:34 +0800 Subject: [PATCH] 11 --- components/tab-bar/myCenter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index 2c03d35..f151cdf 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -103,7 +103,7 @@ init(){ this.shopName = uni.getStorageSync('shopName'); this.shopIcon = uni.getStorageSync('shopIcon'); - this.region = JSON.parse(uni.getStorageSync('shop')).region; + this.region = uni.getStorageSync('shop').region; // 获取所有 key const { keys } = uni.getStorageInfoSync(); const data = {};