|
|
@@ -187,7 +187,7 @@ class _SendExpressPageState extends State < SendExpressPage > with AutomaticKeep
|
|
|
children: < Widget > [
|
|
|
_titleWidget(_itemInfo['icon'], "货物信息"),
|
|
|
_underLine(),
|
|
|
- _contentWiget("货物名称", _itemInfo["itemName"]),
|
|
|
+ _contentWiget("货物名称", _itemInfo["itemName"],true),
|
|
|
_contentWiget("数量", _itemInfo["itemNo"]),
|
|
|
_contentWiget("运费", _itemInfo["expressPrice"]),
|
|
|
_contentWiget("代收", _itemInfo["collectionPrice"]),
|