이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
我的优惠券
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){
쓰기
미리보기
불러오는 중...
취소
저장