Browse Source

完善功能

daxu0403 7 năm trước cách đây
mục cha
commit
f782e19542

+ 0 - 5
lib/pages/my_page.dart

@@ -43,11 +43,6 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
             ), ),
           centerTitle: true,
           backgroundColor: Color.fromRGBO(64, 98, 254, 1),
-          actions: < Widget > [
-            IconButton(
-              icon: Icon(Icons.arrow_forward, color: Colors.white, )
-            )
-          ],
         ),
         body: Container(
           color: Color.fromRGBO(246, 246, 254, 1),

+ 1 - 1
lib/pages/order_management_page.dart

@@ -412,7 +412,7 @@ class _QueryWidgetState extends State < QueryWidget > {
                       barrierDismissible: false,
                       builder: (BuildContext context) {
                         return new LoadingDialog( //调用对话框
-                          text:'是否确认拒收',childCallback: (val){
+                          text:'是否确认寄件',childCallback: (val){
                             if(val){
                               //widget.callback(widget.index);
                             }else{

+ 1 - 1
lib/pages/send_express_page.dart

@@ -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"]),