Explorar el Código

我的优惠券

tags/2.2.4
Stormeye.Wu hace 6 años
padre
commit
3d21062996
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pages/coupons/index/index.js

+ 2
- 1
pages/coupons/index/index.js Ver fichero

@@ -30,6 +30,7 @@ Page({
this.getList(0)
},
getList(key) {
var that = this
Http.get({
url: config.api.couponOrderList,
data: {
@@ -43,7 +44,7 @@ Page({
res.data.list.map(file => {
file.expiredTime = format.formatTime(file.expiredTime, 'yyyy-MM-dddd hh:mm:ss')
})
this.setData({
that.setData({
list: res.data.list
})
},function(error){


Cargando…
Cancelar
Guardar