diff --git a/pages.json b/pages.json index 596af9b..7d33c59 100644 --- a/pages.json +++ b/pages.json @@ -357,8 +357,10 @@ }, { "path": "consulted/consulted", "style": { - "navigationBarTitleText": "待咨询", - "enablePullDownRefresh": false + // "navigationBarTitleText": "待咨询", + "navigationStyle": "custom", // 隐藏系统导航栏 + "onReachBottomDistance": 20, //距离底部多远时触发 单位为px + "enablePullDownRefresh": true //设置参数为true } }, { "path": "cancel/cancel", @@ -725,4 +727,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pagesB/ExpertlookOrder/ExpertlookOrder.vue b/pagesB/ExpertlookOrder/ExpertlookOrder.vue index c0ef3df..e670fe7 100644 --- a/pagesB/ExpertlookOrder/ExpertlookOrder.vue +++ b/pagesB/ExpertlookOrder/ExpertlookOrder.vue @@ -15,7 +15,7 @@ active-color='#26A888'> - 店铺名称 + {{item.orderTime}} 待付款 退款中 @@ -24,7 +24,7 @@ v-if="item.orderStatus=='WAIT_RECEIVED_GOODS'&&item.orderType !='HEALTH_CONSULTATION'">待收货 待咨询 - 待评价 + 待服务 已完成 待发货 已退款 @@ -41,7 +41,7 @@ v-if="item.orderType !='HEALTH_CONSULTATION'"> - 健康咨询 + {{item.hospitalPersonName}} {{item.goodsName}} 退款金额 - 39 - .90 + + {{list.totalPrice}} 原因 @@ -13,10 +13,10 @@