33 lines
1.1 KiB
XML

<view class="_transaction_page_html">
<view class="_transaction_page_body">
<block a:if="{{rechargeList.length && rechargeFlag}}">
<view class="_tr_pa_bo_data_list">
<block a:for="{{rechargeList}}">
<view class="_bo_da_li_warp">
<view class="_da_li_wa_header">
<view class="_round_after _is_round" />
<view class="_round_before _is_round" />
<view class="_wa_he_title">
<text>充值39.90元未支付</text>
</view>
</view>
<view class="_da_li_wa_container">
<view class="_wa_con_info">
<text class="_goods_name">订单号码:</text>
<text class="_goods_code">GGYSJ_20231030111806653f206eef218197</text>
</view>
</view>
</view>
</block>
</view>
</block>
<block a:elif="{{!rechargeList.length && rechargeFlag}}">
<view class="mt-50">
<my-empty tipsName="暂无充值明细" />
</view>
</block>
</view>
</view>