提交 d86a70bd 编写于 作者: 王博士JD's avatar 王博士JD

Merge branch 'upgradeUI' of http://git.jd.com/jd-blockchain/ui-browser into release/0.6.6

此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -39,7 +39,7 @@ export default class TransactionInfo extends Component {
let json=stringToBase58(data);
result=byteToString(json);
break;
case 'HEX':
case 'BYTES':
let hex=stringToBase58(data);
result=Bytes2Str(hex);
break;
......
......@@ -46,7 +46,7 @@
</fj-Row>
<#each {{this.writeSet}}>
<BlockCollapseSmall title="键:{{this.key}}">
值:{{formatData(this.value.type,this.value.value.value)}}<br>
值:{{formatData(this.value.type,this.value.value)}}<br>
预期版本:{{this.expectedVersion}}<br>
类型:{{this.value.type}}
</BlockCollapseSmall>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册