diff --git a/pages.json b/pages.json
index 189505d..5430f7d 100644
--- a/pages.json
+++ b/pages.json
@@ -56,7 +56,8 @@
"navigationBarTitleText": "人脸采集",
"enablePullDownRefresh": false
}
- }, {
+ },
+ {
"path": "pages/location/location",
"style": {
"navigationBarTitleText": "定位",
@@ -66,7 +67,14 @@
],
"subPackages": [{
"root": "pagesB",
- "pages": [{
+ "pages": [
+ {
+ "path": "appointmenttime/appointmenttime",
+ "style": {
+ "navigationBarTitleText": "预约时间",
+ "enablePullDownRefresh": false
+ }
+ },{
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
@@ -124,7 +132,7 @@
"navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false
}
- }, {
+ }, {
"path": "information/information",
"style": {
"navigationBarTitleText": "完善个人信息",
@@ -347,8 +355,11 @@
}, {
"path": "ExpertlookOrder/ExpertlookOrder",
"style": {
- "navigationBarTitleText": "专家咨询订单",
- "enablePullDownRefresh": false
+ // "navigationBarTitleText": "专家咨询订单",
+ "navigationStyle": "custom", // 隐藏系统导航栏
+ "onReachBottomDistance": 20, //距离底部多远时触发 单位为px
+ "enablePullDownRefresh": true //设置参数为true
+ // "enablePullDownRefresh": false
}
}, {
"path": "consulted/consulted",
@@ -721,4 +732,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/pagesB/ExpertlookOrder/ExpertlookOrder.vue b/pagesB/ExpertlookOrder/ExpertlookOrder.vue
index 0413c7f..898c10a 100644
--- a/pagesB/ExpertlookOrder/ExpertlookOrder.vue
+++ b/pagesB/ExpertlookOrder/ExpertlookOrder.vue
@@ -1,51 +1,683 @@
-
-
- 2023-08-1323:43:49待咨询
+
+
+
+ 专家咨询订单
-
-
-
-
- 齐鲁医院张先生¥30
-
-
- 预约时间:2023-09-08
-
-
- 三甲医院
+
+
+
+
+
+
+
+
+ 店铺名称
+
+ 待付款
+ 退款中
+ 已取消
+ 待收货
+ 待咨询
+ 待评价
+ 已完成
+ 待发货
+ 已退款
+ 待退货
+ 退款成功
+
+
+
+
+
+
+
+
+ 健康咨询
+ {{item.goodsName}}
+
+ ¥{{item.goodsPrice}}
+
+
+ 型号:{{item.goodsAttributeName}}
+ ×{{item.goodsCount}}
+
+
+
+ 实付款:
+
+ ¥{{item.totalPrice}}
+ {{item.integralExchangeSill}}
+
+ 积分
+
+
+
-
-
- 更多
- 确认完成
+
+ 退款中
+
+ 查看物流
+
+
+ 去支付
+
+ 确认收货
+
+ 咨询完成
+
+ 去评价
+
+ 查看评价
+
-
+
+
+
+
+
+
+
+ 确认咨询完成了吗
+ 确认收到货了吗
+
+
+
+
+ 共1件
+
+ 为了保证您的售后权益,请确认健康咨询无误后再确认完成
+
+ 为了保证您的售后权益,请收到商品确认无误后再确认收货
+
+ 确定
+
+
+
\ No newline at end of file