From c8f8a9812cf1a62d4d466f3ce210aea75938ef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 1 Nov 2023 10:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E5=92=A8=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +- pagesB/ExpertlookOrder/ExpertlookOrder.vue | 20 ++-- pagesB/cancel/cancel.scss | 8 +- pagesB/cancel/cancel.vue | 27 ++++- pagesB/confirmation/confirmation.scss | 70 ++++++++++-- pagesB/confirmation/confirmation.vue | 4 +- pagesB/consulted/consulted.scss | 57 +++++++++- pagesB/consulted/consulted.vue | 125 +++++++++++++++++---- 8 files changed, 261 insertions(+), 58 deletions(-) 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 @@