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