Commit 26f2961a by 闫泽浩

brtdck代码更新

parent 552ad7fc
...@@ -103,17 +103,17 @@ export default class Brtdck { ...@@ -103,17 +103,17 @@ export default class Brtdck {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0.0'
}, },
opn2: { opn2: {
cur: '' cur: ''
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.0'
}, },
max2: { max2: {
amt: '' amt: '0.0'
} }
} }
}, },
......
...@@ -65,11 +65,11 @@ export default class Brtdcr { ...@@ -65,11 +65,11 @@ export default class Brtdcr {
}, },
opn1: { opn1: {
cur: '', cur: '',
amt:'' amt:'0.0'
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.0'
}, },
max2: { max2: {
amt: '0.0' amt: '0.0'
......
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