From 262c7a8ac3c15da94e7ec189bcd1358aff9a416a Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Mon, 16 Mar 2026 16:25:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/tab-bar/myCenter.vue | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue
index 7141026..c52531e 100644
--- a/components/tab-bar/myCenter.vue
+++ b/components/tab-bar/myCenter.vue
@@ -3,6 +3,16 @@
22222222
新增商品
商家入驻
+ 兼职注册
+
+
+
+
+
+
+
+
+
@@ -26,6 +36,12 @@
url = '/package1/myCenter/addGoods'
}else if(e=='merchant'){
url = '/package1/myCenter/myMerchant'
+ }else if(e == 'partTimeReg'){
+ url = '/package1/myCenter/partTimeJobRegister'
+ this.$refs.jianzhiPopup.close()
+ }else if(e=='jianzhizhuce'){
+ this.$refs.jianzhiPopup.open()
+ return
}
uni.navigateTo({
url: url
@@ -46,4 +62,9 @@
height: 100%;
font-size: 28rpx;
}
+ .jianzhi-content{
+ width: 300px;
+ height: 350px;
+ position: relative;
+ }
\ No newline at end of file