开发票按钮取消隐藏

master
zhangmeng 4 years ago
parent e9ec9ba483
commit d73fe4a2ee

@ -109,19 +109,19 @@ class _OrderCenterPageState extends BaseStoreState<OrderCenterPage>
appBackground: Colors.white,
elevation: 0,
actions: [
// MaterialButton(
// minWidth: rSize(74),
// onPressed: () {
// AppRouter.push(context, RouteName.USER_INVOICE);
// },
// child: Text(
// '开发票',
// style: TextStyle(
// color: AppColor.blackColor,
// fontSize: 14*2.sp,
// ),
// ),
// ),
MaterialButton(
minWidth: rSize(74),
onPressed: () {
AppRouter.push(context, RouteName.USER_INVOICE);
},
child: Text(
'开发票',
style: TextStyle(
color: AppColor.blackColor,
fontSize: 14*2.sp,
),
),
),
],
),
body: _newBuildBody(),

Loading…
Cancel
Save