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

add

上级 145abecf
......@@ -105,7 +105,9 @@ class CreditPointsPage extends StatelessWidget {
color: Colours.cE7,
// color: Colors.red,
),
GestureDetector(
Visibility(
visible: controller.creditPointModel.deductibleIntegral ==0?false:true,
child: GestureDetector(
onTap: (){
controller.setUse();
if (controller.useCreditPoint) {
......@@ -135,6 +137,7 @@ class CreditPointsPage extends StatelessWidget {
],
),
),
),
)
],
),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论