|
@@ -4489,7 +4489,7 @@ export default {
|
|
|
|
|
|
for (let i = 0; i < unitJson.length; i++) {
|
|
|
if (
|
|
|
- i < _unitJson.length - 1 &&
|
|
|
+ (i < _unitJson.length - 1 || i == _unitJson.length - 1) &&
|
|
|
_unitJson[i].chapterInfo[0].chapterid !=
|
|
|
unitJson[i].chapterInfo[0].chapterid
|
|
|
) {
|