每日金币-totalDiamondDetail

This commit is contained in:
khalil
2025-03-10 15:37:15 +08:00
parent 38fba3eca3
commit 651eb7a14e

View File

@@ -227,7 +227,7 @@ export default {
edi(res, type) {
var jsonArr =
type == 0
? res.totalDomainDetail
? res.totalDiamondDetail
: type == 1
? res.enDomainDetail
: type == 2
@@ -237,7 +237,6 @@ export default {
: type == 8
? res.trDomainDetail
: `"[""]"`;
console.log(jsonArr);
this.tableDataIn = JSON.parse(jsonArr);
this.detailsDialog = true;