Browse Source

更新

master
wuwenjie 5 years ago
parent
commit
0f21b3416c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/record/record.wxml

+ 1
- 1
pages/record/record.wxml View File

</view> </view>
<view wx:if="{{showIndex == 1&&data.length==0}}" style="text-align: center;font-size: 30rpx;">暂无数据</view> <view wx:if="{{showIndex == 1&&data.length==0}}" style="text-align: center;font-size: 30rpx;">暂无数据</view>
<view class="details" wx:if="{{showIndex == 1}}" wx:for="{{data}}" wx:key="id"> <view class="details" wx:if="{{showIndex == 1}}" wx:for="{{data}}" wx:key="id">
<text class="time">{{item.cdate}}</text>
<text class="time">{{item.check_date}}</text>
<view class="infoBox"> <view class="infoBox">
<text>券码:{{item.coupon_code}}</text> <text>券码:{{item.coupon_code}}</text>
<text>{{item.coupon_type}}</text> <text>{{item.coupon_type}}</text>

Loading…
Cancel
Save