hyzp_ybqx-Commit010:拷贝图片文件到下面目录,解决bug

r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\assets\images\hyzp_ybqx_cuipingqu_launche.png
r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\assets\images\hyzp_yibin_launche.png
This commit is contained in:
WinUser01
2021-12-13 22:57:07 +08:00
parent 369a740383
commit 53debb5c64
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

+2 -2
View File
@@ -222,8 +222,8 @@ class _SplashScreenState extends State<SplashScreen> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return new Scaffold( return new Scaffold(
body: new Center( body: new Center(
// child: new Image.asset('assets/images/hyzp_yibin_launche.png'), child: new Image.asset('assets/images/hyzp_yibin_launche.png'),
child: new Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png'), // child: new Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png'),
), ),
); );
} }