5 lines
272 B
Plaintext
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>
|