yuminge-app/yun-min-program-plugin-master/packageH/installationSever/installationSeverDividends/installationSeverDividends....

23 lines
899 B
Plaintext

<!--packageH/installationSever/installationSeverDividends/installationSeverDividends.wxml-->
<view class="tab_box">
<van-tabs active="{{active}}" sticky ellipsis="{{false}}" bind:change="bindChangeActive">
<van-tab title="{{item.name}}" wx:for="{{tabsArr}}"></van-tab>
</van-tabs>
<block wx:if="{{networkLoading && listData.length>0}}">
<view class="list_child" wx:for="{{listData}}">
<view class="childs">
<view class="order_sn">订单号:{{ item.order_sn }}</view>
<view class="money">¥{{ item.amount }}</view>
</view>
<view class="childs">
<view class="time">¥{{ item.price }}</view>
<view class="status">{{ item.created_at }}</view>
</view>
</view>
</block>
<view wx:if="{{networkLoading && listData.length==0}}" class="blank">
<image src='https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/blank.png' mode='widthFix' />
</view>
</view>