提交 21a2bd71 authored 作者: yueweilu's avatar yueweilu

add

上级 513231a2
assets/images/2.0x/check_box_select.png

528 Bytes | W: | H:

assets/images/2.0x/check_box_select.png

900 Bytes | W: | H:

assets/images/2.0x/check_box_select.png
assets/images/2.0x/check_box_select.png
assets/images/2.0x/check_box_select.png
assets/images/2.0x/check_box_select.png
  • 2-up
  • Swipe
  • Onion skin
assets/images/check_box_select.png

249 Bytes | W: | H:

assets/images/check_box_select.png

432 Bytes | W: | H:

assets/images/check_box_select.png
assets/images/check_box_select.png
assets/images/check_box_select.png
assets/images/check_box_select.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -108,36 +108,39 @@ class _BookPayPageState extends State<BookPayPage> {
],
),
),
bottomNavigationBar: SafeArea(child:BuildPayCount(
payTap: (){
Console.log('--------------支付------------------');
controller.createOrder();
},
showTap: (){
controller.show();
Console.log('--------------展示优惠详情------------------');
}, controller: controller,
bottomNavigationBar: SafeArea(
child:BuildPayCount(
payTap: (){
Console.log('--------------支付------------------');
controller.createOrder();
},
showTap: (){
controller.show();
Console.log('--------------展示优惠详情------------------');
}, controller: controller,
)),
),
controller.showDetail?Positioned(
left: 0.w,
bottom: 50.w,
right: 0.w,
top: 0.w,
child: GestureDetector(
onTap: (){
controller.show();
},
child: Container(
color:const Color(0xFF000000).withOpacity(0.5),
child: Align(
alignment: Alignment.bottomCenter,
child: ClipRRect(
borderRadius: BorderRadius.only(topRight: Radius.circular(8.w),topLeft: Radius.circular(8.w)),
child: Container(
height: 210.w,
color: Colors.white,
child: _buildPayDetail(controller),
controller.showDetail?SafeArea(
child: Positioned(
left: 0.w,
bottom: 50.w,
right: 0.w,
top: 0.w,
child: GestureDetector(
onTap: (){
controller.show();
},
child: Container(
color:const Color(0xFF000000).withOpacity(0.5),
child: Align(
alignment: Alignment.bottomCenter,
child: ClipRRect(
borderRadius: BorderRadius.only(topRight: Radius.circular(8.w),topLeft: Radius.circular(8.w)),
child: Container(
height: 210.w,
color: Colors.white,
child: _buildPayDetail(controller),
),
),
),
),
......
......@@ -34,7 +34,7 @@ class _BookShopPageState extends State<BookShopPage> {
itemCount: controller.carts.length,
),
),
BuildCounter(controller: controller,)
SafeArea(child: BuildCounter(controller: controller,))
],
),
),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论