myorder.ttml 1.3 KB

1
  1. <view><fa-navbar vue-id="3a650326-1" title="我的消费订单" bind:__l="__l"></fa-navbar><view class="list u-bg-white"><block tt:for="{{list}}" tt:for-item="item" tt:for-index="index" tt:key="index"><view data-event-opts="{{[['tap',[['goDetail',['$0'],[[['list','',index,'archives']]]]]]]}}" class="item u-flex u-p-30 u-border-bottom" bindtap="__e"><view><u-image vue-id="{{'3a650326-2-'+index}}" width="300rpx" border-radius="10" height="225rpx" src="{{item.archives.image}}" bind:__l="__l"></u-image></view><view class="u-m-l-20 content"><view class="u-text-weight"><text class="u-line-2">{{item.title}}</text></view><view class="u-p-t-15"><u-tag vue-id="{{'3a650326-3-'+index}}" text="{{item.title}}" shape="circle" bg-color="{{lightColor}}" border-color="{{faBorderColor}}" color="{{theme.bgColor}}" bind:__l="__l"></u-tag></view><view class="u-p-t-15 u-type-error">支付金额:</view><view class="u-p-t-15 u-tips-color">{{item.createtime}}</view></view></view></block></view><u-back-top vue-id="3a650326-4" scroll-top="{{scrollTop}}" icon-style="{{$root.a0}}" custom-style="{{({backgroundColor:lightColor})}}" bind:__l="__l"></u-back-top><view class="u-p-t-30 u-p-b-30"><u-loadmore vue-id="3a650326-5" bg-color="#f4f6f8" status="{{has_more?status:'nomore'}}" bind:__l="__l"></u-loadmore></view><fa-tabbar vue-id="3a650326-6" bind:__l="__l"></fa-tabbar></view>