提交 07175de3 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(android): 修复 Result toJSON 函数错误

上级 13a48e85
......@@ -10,8 +10,8 @@ export class Result implements IJsonStringify {
toJSON():any|null{
let jsonRet = {
'total': this.total,
'passed': JSON.stringify(this.passed),
'failed': JSON.stringify(this.failed),
'passed': this.passed,
'failed': this.failed,
}
return jsonRet
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册