更新沃棣背景适配
This commit is contained in:
@@ -259,9 +259,9 @@ class MainPageBottomChange extends GetView<MainPageController> {
|
||||
);
|
||||
} else {
|
||||
return Container(
|
||||
decoration: const BoxDecoration(
|
||||
decoration: BoxDecoration(
|
||||
image: DecorationImage(
|
||||
image: AssetImage('assets/img/bgImage.png'),
|
||||
image: AssetImage(getBackgroundImage()),
|
||||
fit: BoxFit.fill,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user