Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ChadCSong
2023-01-07 11:56:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bb45f74cab84a35abee18b9ed6577e9cd1079f4
1bb45f74
1 parent
4178067a
加载后端背景
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
lib/membership/page/membership_page.dart
lib/membership/page/membership_page.dart
View file @
1bb45f7
...
...
@@ -82,8 +82,9 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO
hideLoading
();
}
///写死背景加载会更快
var
url
=
"https://api.parlando.ink/storage/images/274d864a62d277b2a29c4db39f92d591.png"
;
///加载背景
MembershipData
?
mb
=
apiResponse
?.
data
;
var
url
=
mb
?.
bgImages
??
""
;
return
Scaffold
(
body:
Container
(
decoration:
BoxDecoration
(
...
...
Please
register
or
login
to post a comment