Signed-off-by: z00513345 <zhuchengfeng1@huawei.com>
This commit is contained in:
z00513345 2022-08-26 10:34:13 +08:00
parent 4576e88e30
commit c580e1bfbc

View File

@ -162,7 +162,7 @@ struct MediaOperationPage {
list.push(item);
}
}
return list[list.length - 1].innerId == info.innerId;
return list.length == 0 || list[list.length - 1].innerId == info.innerId;
}
onPageShow() {