File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -154,16 +154,20 @@ export default {
154
154
var set = eventid .split (' _' )[3 ];
155
155
try {
156
156
reviewData[eventid].name = chardict[cin].name ;
157
+ reviewData[eventid].cid = chardict[cin].id ;
158
+ reviewData[eventid].cin = cin;
159
+ reviewData[eventid].set = set;
157
160
} catch (error) {
158
161
console .log (eventid);
159
162
console .log (chardict[cin]);
160
163
console .log (error);
161
- continue ;
164
+
165
+ reviewData[eventid].cid = " ?" ;
166
+ reviewData[eventid].cin = " ?" ;
167
+ reviewData[eventid].set = " ?" ;
162
168
}
163
- reviewData[eventid].name = chardict[cin].name ;
164
- reviewData[eventid].cid = chardict[cin].id ;
165
- reviewData[eventid].cin = cin;
166
- reviewData[eventid].set = set;
169
+
170
+
167
171
eventList .or .push (reviewData[eventid]);
168
172
}
169
173
}
You can’t perform that action at this time.
0 commit comments