1 |
- <view><fa-navbar vue-id="3a65d842-1" title="我的消费订单"></fa-navbar><view class="list u-bg-white"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-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="{{'3a65d842-2-'+index}}" width="300rpx" border-radius="10" height="225rpx" src="{{item.archives.image}}"></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="{{'3a65d842-3-'+index}}" text="{{item.title}}" shape="circle" bg-color="{{lightColor}}" border-color="{{faBorderColor}}" color="{{theme.bgColor}}"></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="3a65d842-4" scroll-top="{{scrollTop}}" icon-style="{{$root.a0}}" custom-style="{{({backgroundColor:lightColor})}}"></u-back-top><view class="u-p-t-30 u-p-b-30"><u-loadmore vue-id="3a65d842-5" bg-color="#f4f6f8" status="{{has_more?status:'nomore'}}"></u-loadmore></view><fa-tabbar vue-id="3a65d842-6"></fa-tabbar></view>
|