Commit eb6422a9 by fengzhaoyu

修改:修改账户中心查询不能查询一个部门问题

parent c1a0aec4
......@@ -67,7 +67,7 @@ Page({
break;
case 1:
_that.setData({
orderType: 'consume',
orderType: 'CONSUME',
sceneType: '',
statusList: 'SUCCESS',
currentPage: 1,
......@@ -76,7 +76,7 @@ Page({
break;
case 2:
_that.setData({
orderType: 'recharge',
orderType: 'RECHARGE',
sceneType: '',
statusList: ['SUCCESS', 'WAITING_PERMIT'],
currentPage: 1,
......@@ -85,7 +85,7 @@ Page({
break;
case 3:
_that.setData({
orderType: 'consume',
orderType: 'CONSUME',
sceneType: '',
statusList: 'REFUND_SUCCESS',
currentPage: 1,
......
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