Sfoglia il codice sorgente

我的优惠券

tags/2.2.4
Stormeye.Wu 6 anni fa
parent
commit
3d21062996
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      pages/coupons/index/index.js

+ 2
- 1
pages/coupons/index/index.js Vedi File

@@ -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){


Caricamento…
Annulla
Salva