修改
This commit is contained in:
parent
656a9abe99
commit
d25a8e21b8
53
pages.json
53
pages.json
@ -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
|
||||
}
|
||||
}]
|
||||
}
|
||||
],
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user