Explorar el Código

更新

master
wuwenjie hace 5 años
padre
commit
0f21b3416c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pages/record/record.wxml

+ 1
- 1
pages/record/record.wxml Ver fichero

@@ -22,7 +22,7 @@
</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">
<text class="time">{{item.cdate}}</text>
<text class="time">{{item.check_date}}</text>
<view class="infoBox">
<text>券码:{{item.coupon_code}}</text>
<text>{{item.coupon_type}}</text>

Cargando…
Cancelar
Guardar