Commit 9575b9fc by liang ce

移动端账单待审批状态隐藏

parent eb6422a9
......@@ -8,7 +8,7 @@ Page({
orderType: '',
orderStatus: '',
sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'],
statusList: ['SUCCESS', 'REFUND_SUCCESS'],
recordListData: [],
currentPage: 1,
totalCount: '',
......@@ -36,7 +36,7 @@ Page({
orderType: '',
orderStatus: '',
sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'],
statusList: ['SUCCESS', 'REFUND_SUCCESS'],
recordListData: [],
currentPage: 1,
totalCount: '',
......@@ -60,7 +60,7 @@ Page({
_that.setData({
orderType: '',
sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT', 'REFUND_SUCCESS'],
statusList: ['SUCCESS', 'REFUND_SUCCESS'],
currentPage: 1,
recordListData: []
})
......@@ -78,7 +78,7 @@ Page({
_that.setData({
orderType: 'RECHARGE',
sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT'],
statusList: ['SUCCESS'],
currentPage: 1,
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