You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
614 B
Plaintext

<page>
<view class="container">
<block wx:if="{{list.length>0}}">
<block wx:for="{{list}}" wx:key="">
<view class="item">
<view class="item_left" style="width:70%;">{{item.description}}({{item.activityName}})</view>
<view class="item_right">{{item.deliveryTime}}</view>
</view>
</block>
</block>
<block wx:if="{{list.length<=0}}">
<view class="no_record_bg">
<image src="http://pos.juweiyun.cn/373001/file/wechatAppbgn.png"></image>
</view>
<view class="no_record_text">暂无中奖记录</view>
</block>
</view>
</page>