充值明细-修改 总充值文字需要填入平台号显示
This commit is contained in:
@@ -206,6 +206,7 @@ export default {
|
||||
|
||||
$("#mapObjHtml span").remove();
|
||||
const totalMap = res.data.totalMap;
|
||||
if($("#qErbanNo").val()){
|
||||
let str = "";
|
||||
const sortedKeys = Object.keys(totalMap).sort((keyA, keyB) => {
|
||||
return keyA === "总充值{USD}"
|
||||
@@ -234,6 +235,7 @@ export default {
|
||||
`;
|
||||
});
|
||||
$("#mapObjHtml").append(str);
|
||||
}
|
||||
},
|
||||
onLoadError: function (err) {
|
||||
console.log('load fail');
|
||||
@@ -272,6 +274,7 @@ export default {
|
||||
|
||||
$("#mapObjHtml span").remove();
|
||||
const totalMap = res.data.totalMap;
|
||||
if(params.erbanNo){
|
||||
let str = "";
|
||||
const sortedKeys = Object.keys(totalMap).sort((keyA, keyB) => {
|
||||
return keyA === "总充值{USD}"
|
||||
@@ -301,6 +304,7 @@ export default {
|
||||
});
|
||||
$("#mapObjHtml").append(str);
|
||||
}
|
||||
}
|
||||
},
|
||||
error: function (req) {
|
||||
serverError(req);
|
||||
|
Reference in New Issue
Block a user