更新沃棣背景适配
This commit is contained in:
@@ -135,7 +135,7 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
image: DecorationImage(
|
||||
image: AssetImage('assets/img/bgImage.png'), // 本地图片
|
||||
image: AssetImage(getBackgroundImage()), // 本地图片
|
||||
fit: BoxFit.fill, // 填满整个 Container
|
||||
),
|
||||
),
|
||||
@@ -613,7 +613,7 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
|
||||
.sc9,
|
||||
);
|
||||
await DailyLogUtils.writeLog(
|
||||
"获取验证码成功,${apiResponse}");
|
||||
"获取验证码失败,${apiResponse}");
|
||||
return;
|
||||
} else {
|
||||
TopSlideNotification.show(
|
||||
@@ -624,8 +624,9 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
|
||||
.currentColor
|
||||
.sc2,
|
||||
);
|
||||
|
||||
await DailyLogUtils.writeLog(
|
||||
"获取验证码失败,${apiResponse}");
|
||||
"获取验证码成功,${apiResponse}");
|
||||
}
|
||||
countdownController
|
||||
.countdown
|
||||
|
||||
Reference in New Issue
Block a user