每日金币-totalDiamondDetail
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user