Browse Source

会员列表,充值流水,余额变动列表更改;

wr_2023_business
wurong 1 year ago
parent
commit
0adeea2e3f
  1. 2
      lib/business_system/home/vip/balance_change_record.dart
  2. 4
      lib/business_system/home/vip/bus_vip_list.dart
  3. 4
      lib/business_system/home/vip/vip_recharge_flow.dart

2
lib/business_system/home/vip/balance_change_record.dart

@ -198,6 +198,7 @@ class _BalanceChangeRecord extends State<BalanceChangeRecord> {
],
)),
Expanded(
child:Container(
child: SmartRefresher(
controller: _refreshController,
enablePullDown: true,
@ -265,6 +266,7 @@ class _BalanceChangeRecord extends State<BalanceChangeRecord> {
),
),
))),
),
)),
],
),

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

@ -135,6 +135,7 @@ class _BusVipList extends State<BusVipList> {
),
vipSearch(),
Expanded(
child: Container(
child: SmartRefresher(
controller: _refreshController,
enablePullDown: true,
@ -234,7 +235,8 @@ class _BusVipList extends State<BusVipList> {
),
))),
],
)))),
))),
)),
],
);
}

4
lib/business_system/home/vip/vip_recharge_flow.dart

@ -137,6 +137,7 @@ class _VipRechargeFlow extends State<VipRechargeFlow> {
),
rechargeFlowSearch(),
Expanded(
child:Container(
child:SmartRefresher(
controller: _refreshController,
enablePullDown: true,
@ -234,7 +235,8 @@ class _VipRechargeFlow extends State<VipRechargeFlow> {
),
))),
],
)))),
))),
)),
],
);
}

Loading…
Cancel
Save