mod: 视频详情、跳转Hero效果
This commit is contained in:
@ -13,6 +13,7 @@ class VideoDetailController extends GetxController {
|
||||
// 请求状态
|
||||
RxBool isLoading = false.obs;
|
||||
|
||||
String heroTag = '';
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
@ -24,6 +25,7 @@ class VideoDetailController extends GetxController {
|
||||
videoItem['pic'] = args.pic;
|
||||
}
|
||||
}
|
||||
heroTag = Get.arguments['heroTag'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user