Browse Source

列表更改

remove_uniapp
w-R 3 years ago
parent
commit
1ed75cd257
  1. 1
      lib/community/headlines/article_list.dart
  2. 4
      lib/community/headlines/article_page.dart
  3. 2
      lib/main_page.dart
  4. 1
      lib/setting/about_page.dart
  5. 1
      lib/view_widget/update_dialog.dart

1
lib/community/headlines/article_list.dart

@ -23,7 +23,6 @@ class ArticleList extends StatefulWidget {
class _ArticleList extends State<ArticleList> {
ApiService apiService;
int pageNum = 0;
@override
void initState() {

4
lib/community/headlines/article_page.dart

@ -180,8 +180,8 @@ class _ArticlePage extends State<ArticlePage>
child: Container(
child: SmartRefresher(
controller: refreshController,
enablePullDown: true,
enablePullUp: true,
enablePullDown: false,
enablePullUp:true,
header: MyHeader(),
footer: CustomFooter(
builder: (context, mode) {

2
lib/main_page.dart

@ -106,7 +106,7 @@ class _MainPage extends State<MainPage> with WidgetsBindingObserver {
// MainHomePage(),
UnionPage(),
// (Theme.of(context).platform == TargetPlatform.android) ? OrderPage() :CommunityPage(),
OrderPage(),
CommunityPage(),
MinePage(),
];

1
lib/setting/about_page.dart

@ -101,6 +101,7 @@ class _AboutPage extends State<AboutPage> {
alignment: Alignment.center);
}
});
// showAlertDialog(version);
},
),
GestureDetector(

1
lib/view_widget/update_dialog.dart

@ -94,7 +94,6 @@ class _UpdateDialog extends State<UpdateDialog> {
child: InkWell(
onTap: () {
Bridge.toAppStore().then((value) {
});
Navigator.of(context).pop();
},

Loading…
Cancel
Save