opt: video dialog

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-10 23:56:51 +08:00
parent 33375aeb7d
commit bd39de2109
5 changed files with 10 additions and 9 deletions

View File

@@ -469,9 +469,9 @@ class VideoIntroController extends GetxController
}
// 分享视频
Future actionShareVideo() async {
Future actionShareVideo(context) async {
showDialog(
context: Get.context!,
context: context,
builder: (context) {
String videoUrl = '${HttpString.baseUrl}/video/$bvid';
return AlertDialog(