修改错误
This commit is contained in:
parent
caf97ecdd9
commit
3d3a6a4004
@ -2,7 +2,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:flutter/widgets.dart';
|
import 'package:flutter/widgets.dart';
|
||||||
|
import 'package:wallpaper/pages/homePage/homePage_view.dart';
|
||||||
class TabbarPageView extends GetView {
|
class TabbarPageView extends GetView {
|
||||||
const TabbarPageView({super.key});
|
const TabbarPageView({super.key});
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ class TabbarPageView extends GetView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//返回每个tabitem对应控制器视图,必须一一对应
|
//返回每个tabitem对应控制器视图,必须一一对应
|
||||||
List<widget> getPages(){
|
List<Widget> getPages(){
|
||||||
return [];
|
return [HomePageView(),];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user