From 60cbd5caabca2cb4af9c047f1147a5799e6dd900 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Mon, 4 May 2026 10:46:00 +0800 Subject: [PATCH] 1 --- components/tab-bar/myCenter.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index b873535..6bb1779 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -104,6 +104,7 @@ uni.setStorageSync('shopIcon',item.shopIcon) uni.setStorageSync('shopScore',item.shopScore) uni.setStorageSync('shopTakeaway',item.shopTakeaway) + uni.setStorageSync('attrId',item.attrId) uni.navigateTo({ url: '/package2/shop/merchantCenter' }) @@ -118,6 +119,7 @@ return }else if(this.schoolShop != ''){ uni.setStorageSync('shopId',this.schoolShop[0].id) + uni.setStorageSync('attrId',this.schoolShop[0].attrId) uni.setStorageSync('shopName',this.schoolShop[0].shopName) uni.setStorageSync('shopIcon',this.schoolShop[0].shopIcon) uni.setStorageSync('shopScore',this.schoolShop[0].shopScore)