From 05610c513727b75333a00619edcdcb339939a597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 17 Nov 2025 17:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=83=A8=E5=88=86=E6=8C=89=E9=92=AE=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index 7d50ce9a..1d3860d2 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -387,19 +387,18 @@ export default { // 我的社区跳转 handleCommunityClick() { - this.NotOpen(); - // NavgateTo('/packages/community/index/index') + NavgateTo('/packages/community/myCommunity/index') }, - // 申请业主跳转 + // 物业账单跳转 handleApplyOwnerClick() { - this.NotOpen(); - // NavgateTo(`/packages/community/index/index?types=2`) + NavgateTo(`/packages/community/propertyPayment/index`) }, - // 我的设备跳转 + // 我的工单跳转 handleFacilityClick() { - this.NotOpen(); + const communityId = uni.getStorageSync('changeCommData').id; + NavgateTo(`/packages/workOrderDashboard/index/index?communityId=${communityId}`) }, // 我的申请跳转