本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
C
關注
8
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
66
Wiki
活動
瀏覽代碼
我的优惠券
tags/2.2.4
Stormeye.Wu
6 年之前
父節點
64f67e2c0b
當前提交
3d21062996
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/coupons/index/index.js
+ 2
- 1
pages/coupons/index/index.js
查看文件
@@ -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')
})
th
is
.setData({
th
at
.setData({
list: res.data.list
})
},function(error){
Write
Preview
Loading…
取消
儲存