fix: 评论区跳转视频页pic null
This commit is contained in:
@ -547,7 +547,7 @@ class VideoDetailController extends GetxController
|
||||
}
|
||||
|
||||
void updateCover(String? pic) {
|
||||
if (pic != null && pic != '') {
|
||||
if (pic != null) {
|
||||
cover.value = videoItem['pic'] = pic;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user