修改个人中心部分按钮的逻辑
This commit is contained in:
parent
804579f19f
commit
05610c5137
@ -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}`)
|
||||
},
|
||||
|
||||
// 我的申请跳转
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user