Browse Source

会员列表更改;

wr_2023_business
wurong 1 year ago
parent
commit
6828a3bb67
  1. 10
      lib/business_system/home/vip/bus_vip_list.dart

10
lib/business_system/home/vip/bus_vip_list.dart

@ -126,7 +126,9 @@ class _BusVipList extends State<BusVipList> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Column( return Scaffold(
backgroundColor: Colors.white,
body: Column(
children: [ children: [
Container( Container(
width: double.infinity, width: double.infinity,
@ -135,7 +137,6 @@ class _BusVipList extends State<BusVipList> {
), ),
vipSearch(), vipSearch(),
Expanded( Expanded(
child: Container(
child: SmartRefresher( child: SmartRefresher(
controller: _refreshController, controller: _refreshController,
enablePullDown: true, enablePullDown: true,
@ -235,10 +236,9 @@ class _BusVipList extends State<BusVipList> {
), ),
))), ))),
], ],
))), )))),
)),
], ],
); ));
} }
/// ///

Loading…
Cancel
Save