You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
981 B
1 line
981 B
<view><topnav vue-id="116b6bfe-1" title="{{pagetitle}}" data-event-opts="{{[['^tohome',[['tohome']]]]}}" bind:tohome="__e" bind:__l="__l"></topnav><block wx:if="{{news.length==0}}"><empty-list-hint vue-id="116b6bfe-2" content="暂无数据" bind:__l="__l"></empty-list-hint></block><block wx:else><view class="content"><view class="listBox"><block wx:for="{{news}}" wx:for-item="item" wx:for-index="index"><block><navigator url="{{'../../../packageorder/pages/orderinfo/orderinfo?id='+item.order_id}}"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="leftbg"><text class="iconfont icon-details"></text></view></view><view class="listBoxItemRight"><text class="listBoxItemRightText">{{"订单编号:"+item.serial}}</text><text class="listBoxItemRightfText">{{item.created_at+''}}<text class="txtge">|</text>{{item.payment_name+":¥"+item.money+''}}</text></view></view></navigator><view class="listBoxline"></view></block></block></view></view></block></view> |