|
|
|
@ -762,7 +762,7 @@ class _ProductMealsSku extends State<ProductMealsSku> {
|
|
|
|
|
color: Color(0xFFF65720), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
if(productInfoList.skuInfoList[0].skuPrice.contains(".")) |
|
|
|
|
if((productInfoList.skuInfoList[0].skuPrice??"").contains(".")) |
|
|
|
|
TextSpan( |
|
|
|
|
text:".", |
|
|
|
|
style: TextStyle( |
|
|
|
@ -771,7 +771,7 @@ class _ProductMealsSku extends State<ProductMealsSku> {
|
|
|
|
|
color: Color(0xFFF65720), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
if(productInfoList.skuInfoList[0].skuPrice.contains(".")) |
|
|
|
|
if((productInfoList.skuInfoList[0].skuPrice ?? "").contains(".")) |
|
|
|
|
TextSpan( |
|
|
|
|
text:(productInfoList.skuInfoList[0].skuPrice ?? "").split(".")[1], |
|
|
|
|
style: TextStyle( |
|
|
|
|