diff --git a/pages.json b/pages.json
index 97d579b..9296a5a 100644
--- a/pages.json
+++ b/pages.json
@@ -29,7 +29,7 @@
{
"path": "pages/coupon/coupon",
"style": {
- "navigationBarTitleText": "领取中心"
+ "navigationBarTitleText": "领券中心"
}
},
{
diff --git a/subPackages/line/index.vue b/subPackages/line/index.vue
index 2bdf8c2..1311601 100644
--- a/subPackages/line/index.vue
+++ b/subPackages/line/index.vue
@@ -4,7 +4,7 @@
- {{item.title}}
+ {{item.title}}
{{tagItem}}
@@ -68,14 +68,14 @@
image {
width: 241rpx;
- height: 295rpx;
+ height: 241rpx;
border-radius: 20rpx;
margin-right: 20rpx;
flex-shrink: 0;
}
.content {
- height: 295rpx;
+ height: 241rpx;
padding-top: 12rpx;
justify-content: space-between;
flex: 1;
diff --git a/subPackages/order/orderDetail.vue b/subPackages/order/orderDetail.vue
index 8dfd187..31c6538 100644
--- a/subPackages/order/orderDetail.vue
+++ b/subPackages/order/orderDetail.vue
@@ -83,6 +83,8 @@
+ {{item.state_text}}
+
出行人
@@ -107,6 +109,8 @@
+ {{item.state_text}}
+
收货信息
@@ -115,7 +119,7 @@
{{item.consignee_info.address}}
- 快递查询
+ 快递查询
@@ -206,6 +210,8 @@
+ {{item.state_text}}
+
预订信息
@@ -1246,4 +1252,11 @@
.express-item-icons {
background: #D3E8A7;
}
+
+ .childStatus {
+ text-align: right;
+ font-size: 27rpx;
+ color: #6A8A27;
+ margin-top: 10rpx;
+ }
\ No newline at end of file