物业公积金-修复点击去抵扣物业账单没反应的bug

This commit is contained in:
赵毅 2025-07-31 18:01:35 +08:00
parent 3db2ddb1ff
commit 75f55007b2

View File

@ -46,7 +46,7 @@
</view>
</view>
</view>
<view class="btn">去抵扣物业账单</view>
<view class="btn" @click="goPay">去抵扣物业账单</view>
<u-popup :show="show" :round="50" @close="close">
<view class="select_Popup">
@ -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")
}
},
}
</script>