提交 fdbcd28d authored 作者: yueweilu's avatar yueweilu

免费书籍展示

上级 69ec597e
......@@ -68,7 +68,15 @@ class BuildBook extends StatelessWidget {
color: Colours.c6)),
],
),
Row(
model.isFree ==1?Text('免费',
style: TextStyle(
fontSize: 15.w,
fontWeight: FontWeight.w500,
color: AppTheme.primary)):model.vipPrice == model.price?Text('¥${model.vipPrice??''}',
style: TextStyle(
fontSize: 15.w,
fontWeight: FontWeight.w500,
color: AppTheme.primary)):Row(
children: [
Text('¥${model.vipPrice??''}',
style: TextStyle(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论