修复充值明细异常问题
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user