修复充值明细异常问题

This commit is contained in:
dragon
2024-11-27 14:50:53 +08:00
parent 19d8ac3753
commit df0093c4f8

View File

@@ -217,10 +217,11 @@ export default {
success: function (res) {
apiResult(res);
request.success({
rows: res.data.records,
rows: res.data.rows,
total: res.data.total,
});
var str = ``;
$("#mapObjHtml span").remove();
for (const key in res.data.totalMap) {
str += `
<span style="margin-right:10px;display: inline-block;font-size: 18px;color: #2049a9;" type="text">${key}: ${res.data.totalMap[key]}, </span>