From 0e086278916c0b7ce5119abc59f379ad13448653 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Thu, 9 Apr 2026 10:51:15 +0800
Subject: [PATCH] 11
---
components/tab-bar/myCenter.vue | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue
index c32a0cb..33d8f62 100644
--- a/components/tab-bar/myCenter.vue
+++ b/components/tab-bar/myCenter.vue
@@ -4,6 +4,7 @@
商家入驻
商家中心
兼职注册
+ 兼职主页
@@ -49,6 +50,7 @@
uni.setStorageSync('shopId',item.id)
uni.setStorageSync('shopName',item.shopName)
uni.setStorageSync('shopIcon',item.shopIcon)
+ uni.setStorageSync('shopScore',item.shopScore)
uni.navigateTo({
url: '/package1/myCenter/merchantCenter'
})
@@ -65,7 +67,10 @@
uni.setStorageSync('shopId',this.schoolShop[0].id)
uni.setStorageSync('shopName',this.schoolShop[0].shopName)
uni.setStorageSync('shopIcon',this.schoolShop[0].shopIcon)
+ uni.setStorageSync('shopScore',this.schoolShop[0].shopScore)
url = '/package1/myCenter/merchantCenter'
+ }else{
+ url = '/package1/myCenter/myMerchant'
}
}else if(e=='addType'){
url = '/package1/myCenter/addType'
@@ -103,6 +108,8 @@
this.$refs.jianzhiPopup.open()
return
}
+ }else if(e=='jianzhizhuye'){
+ url = '/package2/partTimeJob/partTimeJobCenter'
}
uni.navigateTo({
url: url