This commit is contained in:
2023-09-27 08:54:20 +08:00
parent 656a9abe99
commit d25a8e21b8
3 changed files with 268 additions and 256 deletions

View File

@ -61,15 +61,7 @@
],
"subPackages": [{
"root": "pagesB",
"pages": [
{
"path": "PointsMall/PointsMall",
"style": {
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false
}
},{
"pages": [{
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
@ -261,12 +253,6 @@
"onReachBottomDistance": 100, // px
"enablePullDownRefresh": true //true
}
}, {
"path": "utabs/u-tabs",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "classification/classification",
"style": {
@ -293,12 +279,6 @@
"navigationBarTitleText": "新人福利",
"enablePullDownRefresh": false
}
}, {
"path": "ConsultationDetails/ConsultationDetails",
"style": {
"navigationBarTitleText": "齐鲁名医",
"enablePullDownRefresh": false
}
}, {
"path": "Moreoptions/Moreoptions",
"style": {
@ -317,6 +297,37 @@
"navigationBarTitleText": "家庭成员详情",
"enablePullDownRefresh": false
}
}, {
"path": "consultationplatform/consultationplatform",
"style": {
"navigationBarTitleText": "问诊平台",
"enablePullDownRefresh": false
}
},
{
"path": "PointsMall/PointsMall",
"style": {
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false
}
},
{
"path": "doctordetails/doctordetails",
"style": {
"navigationBarTitleText": "医生详情",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pagesC",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "问诊平台",
"enablePullDownRefresh": false
}
}]
}
],

View File

@ -17,7 +17,8 @@
<span>上门时间</span>
<span class='addition'>请您选择希望护理员到达的时间</span>
</view>
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange" active-color="#26A888">
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange"
active-color="#26A888">
</tabs>
<view class="timeyear">
<view class="toptext">
@ -136,7 +137,7 @@
} from '@/api/pagesB/appointmenttime/appointmenttime.js'
import baseurl from '@/api/baseurl.js'
import appointmenttext from '../../components/appointmenttimetext.vue'
import tabs from '../utabs/u-tabs.vue'
import tabs from '@/components/utabs/u-tabs.vue'
export default {
components: {
appointmenttext,