商城/详情/加入收藏——收藏功能隐藏

pull/1/head
戴余标 3 years ago
parent 71c6a7a1e4
commit 399d228a64

@ -237,40 +237,40 @@ class _ActivityDetailPageState extends State<ActivityDetailPage> {
format: 'yyyy.MM.dd HH:mm', format: 'yyyy.MM.dd HH:mm',
)}', )}',
), ),
16.hb, // 16.hb,
Row( // Row(
children: [ // children: [
'活动方式'.text.size(28.sp).make().box.width(136.w).make(), // '活动方式'.text.size(28.sp).make().box.width(136.w).make(),
'本次活动介绍' // '本次活动介绍'
.richText // .richText
.tap(() { // .tap(() {
var bottomSheet = Container( // var bottomSheet = Container(
width: double.infinity, // width: double.infinity,
padding: EdgeInsets.all(32.w), // padding: EdgeInsets.all(32.w),
decoration: BoxDecoration( // decoration: BoxDecoration(
color: Colors.white, // color: Colors.white,
borderRadius: BorderRadius.circular(16.w)), // borderRadius: BorderRadius.circular(16.w)),
child: Column( // child: Column(
children: [ // children: [
'活动介绍'.text.size(32.sp).black.bold.make(), // '活动介绍'.text.size(32.sp).black.bold.make(),
32.w.heightBox, // 32.w.heightBox,
_model!.content.text // _model!.content.text
.size(28.sp) // .size(28.sp)
.color(Colors.black.withOpacity(0.65)) // .color(Colors.black.withOpacity(0.65))
.make(), // .make(),
], // ],
), // ),
); // );
Get.bottomSheet( // Get.bottomSheet(
bottomSheet, // bottomSheet,
); // );
}) // })
.size(28.sp) // .size(28.sp)
.color(Colors.blue) // .color(Colors.blue)
.make(), // .make(),
Spacer(), // Spacer(),
], // ],
), // ),
16.hb, 16.hb,
Row( Row(
children: [ children: [

Loading…
Cancel
Save