diff --git a/packages/community/providentFund/index.vue b/packages/community/providentFund/index.vue index f653e65e..bf11284e 100644 --- a/packages/community/providentFund/index.vue +++ b/packages/community/providentFund/index.vue @@ -46,7 +46,7 @@ - 去抵扣物业账单 + 去抵扣物业账单 @@ -84,6 +84,7 @@ import { picUrl, uniqueByField, menuButtonInfo, + NavgateTo } from '../../../utils'; import { apiArr } from '../../../api/v2Community'; @@ -177,6 +178,9 @@ export default { this.list = res }) }, + goPay(){ + NavgateTo("../propertyPayment/index") + } }, }