Files
quinn-accounts/pages/bill/edit/index.wxml
2023-02-07 20:19:02 +08:00

5 lines
272 B
Plaintext

<view class="padding_box">
<expenses wx:if="{{billType == 'INCOME' || billType == 'EXPEND'}}" billId="{{sid}}" changeType="{{billType}}"/>
<transfer wx:if="{{billType == 'REPAYMENT' || billType == 'TRANSFER'}}" billId="{{sid}}" changeType="{{billType}}"/>
</view>