storeBelieveInLight 1 年之前
父節點
當前提交
d55bd469e0
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 3 4
      pages.json
  2. 1 0
      shop/commodity/components/orderList/orderListCard.vue
  3. 0 0
      shop/commodity/deliveryman.vue

+ 3 - 4
pages.json

@@ -193,10 +193,9 @@
193
                 	}
193
                 	}
194
                 },
194
                 },
195
                 {
195
                 {
196
-                	"path" : "deliveryman",
197
-                	"style" : 
198
-                	{
199
-                		"navigationBarTitleText" : ""
196
+                	"path" : "commodity/deliveryman",
197
+                	"style" : {
198
+                		 "navigationStyle" : "custom"
200
                 	}
199
                 	}
201
                 }
200
                 }
202
             ]
201
             ]

+ 1 - 0
shop/commodity/components/orderList/orderListCard.vue

@@ -191,6 +191,7 @@
191
 			padding:20rpx 20rpx 9rpx 16rpx;
191
 			padding:20rpx 20rpx 9rpx 16rpx;
192
 			.order-list-address__remdk{
192
 			.order-list-address__remdk{
193
 				display: flex;
193
 				display: flex;
194
+				align-items: center;
194
 				image {
195
 				image {
195
 				width: 38rpx;
196
 				width: 38rpx;
196
 				height: 38rpx;
197
 				height: 38rpx;

shop/deliveryman.vue → shop/commodity/deliveryman.vue