|
@@ -782,8 +782,8 @@
|
|
|
<script>
|
|
|
const changeUnits = JSON.parse('<%- JSON.stringify(changeUnits) %>');
|
|
|
const precision = JSON.parse('<%- JSON.stringify(precision) %>');
|
|
|
- const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
|
|
|
- const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
|
|
|
+ const accountGroup = JSON.parse(unescape('<%- escape(JSON.stringify(accountGroup)) %>'));
|
|
|
+ const accountList = JSON.parse(unescape('<%- escape(JSON.stringify(accountList)) %>'));
|
|
|
const shenpi_status = <%- ctx.tender.info.shenpi.change %>;
|
|
|
const shenpiConst = JSON.parse('<%- JSON.stringify(shenpiConst) %>');
|
|
|
const changesUid = <%- change.uid %>;
|