otherDeductDetail.wxml
695 Bytes
<view>
<view style="background:#fff;padding:0 30rpx;" bindtap="healthInsurDetail">
<text class="text_gray7_34">商业健康保险合计</text>
<image class='arrow_wrap' style='margin-top: 32rpx' src='/images/arrow_right.png'></image>
<text class="text_black3_34 float_right">{{health_account}}</text>
</view>
<view class="divide_line_30"></view>
<view style="background:#fff;padding:0 30rpx;" bindtap="endowmentInsurDetail">
<text class="text_gray7_34">税延养老保险合计</text>
<image class='arrow_wrap' style='margin-top: 32rpx' src='/images/arrow_right.png'></image>
<text class="text_black3_34 float_right">{{endowment_account}}</text>
</view>
</view>