From 355fe96b2a4c7821256d9e8828d2cb9539904878 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 05 五月 2022 19:29:16 +0800 Subject: [PATCH] 功能完善 --- flutter_module/lib/home.dart | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/flutter_module/lib/home.dart b/flutter_module/lib/home.dart index bf79e67..f512424 100644 --- a/flutter_module/lib/home.dart +++ b/flutter_module/lib/home.dart @@ -1,5 +1,6 @@ import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; +import 'package:makemoney/ui/widget/ad_express.dart'; import 'package:makemoney/ui/widget/button.dart'; import 'package:makemoney/utils/ui_utils.dart'; import 'mine.dart'; @@ -21,14 +22,7 @@ backgroundColor: Colors.transparent, body: Container( padding: EdgeInsets.all(20), - child: MyFillButton( - "娴嬭瘯鐐瑰嚮", - 10, - height: 50, - onClick: () { - ToastUtil.toast("娴嬭瘯", context); - }, - ), + child: DrawVideoWidget("123456"), )); } } -- Gitblit v1.8.0