Commit ab62e889 by fengzhaoyu
parents a61b02c2 9575b9fc
...@@ -8,7 +8,7 @@ Page({ ...@@ -8,7 +8,7 @@ Page({
orderType: '', orderType: '',
orderStatus: '', orderStatus: '',
sceneType: '', sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'], statusList: ['SUCCESS', 'REFUND_SUCCESS'],
recordListData: [], recordListData: [],
currentPage: 1, currentPage: 1,
totalCount: '', totalCount: '',
...@@ -36,7 +36,7 @@ Page({ ...@@ -36,7 +36,7 @@ Page({
orderType: '', orderType: '',
orderStatus: '', orderStatus: '',
sceneType: '', sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'], statusList: ['SUCCESS', 'REFUND_SUCCESS'],
recordListData: [], recordListData: [],
currentPage: 1, currentPage: 1,
totalCount: '', totalCount: '',
...@@ -60,7 +60,7 @@ Page({ ...@@ -60,7 +60,7 @@ Page({
_that.setData({ _that.setData({
orderType: '', orderType: '',
sceneType: '', sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'], statusList: ['SUCCESS', 'REFUND_SUCCESS'],
currentPage: 1, currentPage: 1,
recordListData: [] recordListData: []
}) })
...@@ -78,7 +78,7 @@ Page({ ...@@ -78,7 +78,7 @@ Page({
_that.setData({ _that.setData({
orderType: 'RECHARGE', orderType: 'RECHARGE',
sceneType: '', sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT'], statusList: ['SUCCESS'],
currentPage: 1, currentPage: 1,
recordListData: [] recordListData: []
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment