|
|
|
@ -124,7 +124,7 @@ class NewCouponWidget extends StatelessWidget {
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start, |
|
|
|
|
children: [ |
|
|
|
|
Text( |
|
|
|
|
"${coupon?.publishStartTime ??""} ~", |
|
|
|
|
"${coupon?.useStartTime ??""} ~", |
|
|
|
|
maxLines: 1, |
|
|
|
|
overflow: TextOverflow.ellipsis, |
|
|
|
|
style: TextStyle( |
|
|
|
@ -135,7 +135,7 @@ class NewCouponWidget extends StatelessWidget {
|
|
|
|
|
), |
|
|
|
|
SizedBox(height: 5,), |
|
|
|
|
Text( |
|
|
|
|
"${coupon?.publishEndTime ?? ""}", |
|
|
|
|
"${coupon?.useEndTime ?? ""}", |
|
|
|
|
maxLines:1, |
|
|
|
|
overflow: TextOverflow.ellipsis, |
|
|
|
|
style: TextStyle( |
|
|
|
|