Commit eb6422a9 by fengzhaoyu

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

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