修改个人中心部分按钮的逻辑

This commit is contained in:
赵毅 2025-11-17 17:31:23 +08:00
parent 804579f19f
commit 05610c5137

View File

@ -387,19 +387,18 @@ export default {
// //
handleCommunityClick() { handleCommunityClick() {
this.NotOpen(); NavgateTo('/packages/community/myCommunity/index')
// NavgateTo('/packages/community/index/index')
}, },
// //
handleApplyOwnerClick() { handleApplyOwnerClick() {
this.NotOpen(); NavgateTo(`/packages/community/propertyPayment/index`)
// NavgateTo(`/packages/community/index/index?types=2`)
}, },
// //
handleFacilityClick() { handleFacilityClick() {
this.NotOpen(); const communityId = uni.getStorageSync('changeCommData').id;
NavgateTo(`/packages/workOrderDashboard/index/index?communityId=${communityId}`)
}, },
// //