Commit 1265b073 by snail

更新37M

parent 84cc2f8d
......@@ -31,7 +31,7 @@ export default class T37M extends Component {
obj['s' + i] = objtemp['s' + i]
});
let mval = `${obj.s1}`
let mval = FormatAmount(obj.s1);
if (obj.s2)
mval = obj.s2 + mval
this.props.onValue([obj, mval])
......
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