|
@@ -281,9 +281,10 @@ export default {
|
|
|
"2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
];
|
|
|
for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if ((t = 1)) {
|
|
|
+ if ((t == 1)) {
|
|
|
if (this.raceInfo.type[i] != "") {
|
|
|
if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
+ console.log(this.raceInfo.type[i])
|
|
|
} else {
|
|
|
t = 2;
|
|
|
}
|
|
@@ -337,7 +338,7 @@ export default {
|
|
|
"2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
];
|
|
|
for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if ((t = 1)) {
|
|
|
+ if ((t == 1)) {
|
|
|
if (this.raceInfo.type[i] != "") {
|
|
|
if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
} else {
|
|
@@ -414,7 +415,7 @@ export default {
|
|
|
"2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
];
|
|
|
for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
- if ((t = 1)) {
|
|
|
+ if ((t == 1)) {
|
|
|
if (this.raceInfo.type[i] != "") {
|
|
|
if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
} else {
|