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 lines
1.1 KiB
1 lines
1.1 KiB
<view class="pay data-v-7675231b"><block wx:for="{{list}}" wx:for-item="a" wx:for-index="i" wx:key="i"><view class="item data-v-7675231b"><view class="a data-v-7675231b"><view class="fl data-v-7675231b">订单号</view><view class="fr data-v-7675231b">{{a.order_no}}</view></view><view class="a data-v-7675231b"><view class="fl data-v-7675231b">事件标题</view><view class="fr data-v-7675231b">{{a.title}}</view></view><view class="a data-v-7675231b"><view class="fl data-v-7675231b">支付时间</view><view class="fr data-v-7675231b">{{a.paytime}}</view></view><view class="a data-v-7675231b"><view class="fl data-v-7675231b">订单金额</view><view class="fr frs data-v-7675231b">{{"¥"+a.money}}<text data-event-opts="{{[['tap',[['openPage',['$0'],[[['list','',i,'content_id']]]]]]]}}" bindtap="__e" class="data-v-7675231b">查看事件</text></view></view></view></block><block wx:if="{{total==0}}"><view class="empty data-v-7675231b"><image src="https://www.lijkj.cn/static/empty.png" class="data-v-7675231b"></image><view class="txt data-v-7675231b">暂无数据 ~</view></view></block></view> |