|
@@ -275,7 +275,7 @@ class _IntellectSearchGoodsDialogState |
|
|
child: Text( |
|
|
child: Text( |
|
|
(_styleModel?.moduleList?.saveBtn?.content ?? "") + |
|
|
(_styleModel?.moduleList?.saveBtn?.content ?? "") + |
|
|
" ¥" + |
|
|
" ¥" + |
|
|
(double.tryParse(widget?.model?.couponPrice ?? '0') + |
|
|
|
|
|
|
|
|
((double.tryParse(widget?.model?.couponPrice??"0.0")??0) + |
|
|
double.tryParse( |
|
|
double.tryParse( |
|
|
widget?.model?.commission ?? '0')) |
|
|
widget?.model?.commission ?? '0')) |
|
|
.toString() |
|
|
.toString() |
|
|