diff --git a/pages.json b/pages.json index c5a633e..1e4cf90 100644 --- a/pages.json +++ b/pages.json @@ -179,7 +179,7 @@ "navigationBarTitleText": "选择退款类型", "enablePullDownRefresh": false } - }, { + }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "泉医到家", @@ -192,12 +192,6 @@ "navigationBarTitleText": "疾病类型选择", "enablePullDownRefresh": false } - }, { - "path": "pages/doctorslist/doctorslist", - "style": { - "navigationBarTitleText": "预约医生", - "enablePullDownRefresh": false - } }, { "path": "pages/ProductList/ProductList", //商品列表 "style": { @@ -237,8 +231,6 @@ "navigationBarTitleText": "分类", "enablePullDownRefresh": false, "disableScroll": true - // "onReachBottomDistance": 50 //距离底部多远时触发 单位为px - // "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/Healthknowledge/Healthknowledge", diff --git a/pages/doctorslist/doctorslist.scss b/pages/doctorslist/doctorslist.scss deleted file mode 100644 index e6d3388..0000000 --- a/pages/doctorslist/doctorslist.scss +++ /dev/null @@ -1,60 +0,0 @@ -.app { - .visual { - text-align: center; - width: 94%; - margin: 0 auto; - background-color: #F4F5F7; - padding-top: 20rpx; - display: flex; - - .list { - width: 72%; - background: #FFFFFF; - box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); - border-radius: 0px 20rpx 20rpx 0px; - padding-bottom: 100rpx; - - .information { - width: 90%; - position: relative; - margin: 37rpx auto 0; - padding-bottom: 60rpx; - border-bottom: 1rpx solid #D8D4D4; - - .name { - font-size: 36rpx; - position: absolute; - left: 45%; - top: 10%; - } - - .image { - width: 135rpx; - height: 138rpx; - background: #BFBFBF; - border-radius: 25rpx; - margin-left: 6%; - } - } - } - - .department { - width: 28%; - - .item { - line-height: 100rpx; - width: 100%; - height: 100rpx; - background: #ffffff; - box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); - border-radius: 20rpx 0px 0px 20rpx; - margin-bottom: 6rpx; - } - - .departmentitem { - background: #4C7BC9; - color: #ffffff; - } - } - } - } \ No newline at end of file diff --git a/pages/doctorslist/doctorslist.vue b/pages/doctorslist/doctorslist.vue deleted file mode 100644 index b6a83cf..0000000 --- a/pages/doctorslist/doctorslist.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - -