新增最后一个和第一个的提示1

master
于肖磊 2026-03-11 18:45:24 +08:00
parent 0c8ca980d6
commit e6816a231a
1 changed files with 0 additions and 2 deletions

View File

@ -837,13 +837,11 @@
//
if (this.current_video_index <= 0) {
app.globalData.showToast('已经是第一个视频了');
return;
}
} else {
//
if (this.current_video_index >= this.video_data_list.length - 1) {
app.globalData.showToast('已经是最后一个视频了');
return;
}
}