Commit d9bd911f authored by wxk's avatar wxk

充提记录默认成功

parent d061f8b9
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
options1: ["充币", "提币"], options1: ["充币", "提币"],
isIndeterminate3: true, isIndeterminate3: true,
checkAll3: false, checkAll3: false,
checkedStates1: [], checkedStates1: ['0'],
states1: ["成功", "失败"], states1: ["成功", "失败"],
isIndeterminate4: true,//币种筛选 isIndeterminate4: true,//币种筛选
checkAll4: false, checkAll4: false,
...@@ -915,7 +915,7 @@ ...@@ -915,7 +915,7 @@
this.checkedOptions1 = []; this.checkedOptions1 = [];
this.isIndeterminate3 = true; this.isIndeterminate3 = true;
this.checkAll3 = false; this.checkAll3 = false;
this.checkedStates1 = []; this.checkedStates1 = ['0'];
this.isIndeterminate4 = true;//币种筛选 this.isIndeterminate4 = true;//币种筛选
this.checkAll4 = false; this.checkAll4 = false;
this.checkedCoins = []; this.checkedCoins = [];
......
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