修改
This commit is contained in:
parent
656a9abe99
commit
d25a8e21b8
53
pages.json
53
pages.json
@ -61,15 +61,7 @@
|
|||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
"root": "pagesB",
|
"root": "pagesB",
|
||||||
"pages": [
|
"pages": [{
|
||||||
|
|
||||||
{
|
|
||||||
"path": "PointsMall/PointsMall",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "积分商城",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
},{
|
|
||||||
"path": "Behaviorpoints/Behaviorpoints",
|
"path": "Behaviorpoints/Behaviorpoints",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "行为积分",
|
"navigationBarTitleText": "行为积分",
|
||||||
@ -261,12 +253,6 @@
|
|||||||
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
||||||
"enablePullDownRefresh": true //设置参数为true
|
"enablePullDownRefresh": true //设置参数为true
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
"path": "utabs/u-tabs",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
"path": "classification/classification",
|
"path": "classification/classification",
|
||||||
"style": {
|
"style": {
|
||||||
@ -293,12 +279,6 @@
|
|||||||
"navigationBarTitleText": "新人福利",
|
"navigationBarTitleText": "新人福利",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
"path": "ConsultationDetails/ConsultationDetails",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "齐鲁名医",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
"path": "Moreoptions/Moreoptions",
|
"path": "Moreoptions/Moreoptions",
|
||||||
"style": {
|
"style": {
|
||||||
@ -317,6 +297,37 @@
|
|||||||
"navigationBarTitleText": "家庭成员详情",
|
"navigationBarTitleText": "家庭成员详情",
|
||||||
"enablePullDownRefresh": false
|
"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>上门时间:</span>
|
||||||
<span class='addition'>请您选择希望护理员到达的时间</span>
|
<span class='addition'>请您选择希望护理员到达的时间</span>
|
||||||
</view>
|
</view>
|
||||||
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange" active-color="#26A888">
|
<tabs :list="orderlist.appointmentTimeList" :current="timecurrent" @change="timechange"
|
||||||
|
active-color="#26A888">
|
||||||
</tabs>
|
</tabs>
|
||||||
<view class="timeyear">
|
<view class="timeyear">
|
||||||
<view class="toptext">
|
<view class="toptext">
|
||||||
@ -136,7 +137,7 @@
|
|||||||
} from '@/api/pagesB/appointmenttime/appointmenttime.js'
|
} from '@/api/pagesB/appointmenttime/appointmenttime.js'
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/baseurl.js'
|
||||||
import appointmenttext from '../../components/appointmenttimetext.vue'
|
import appointmenttext from '../../components/appointmenttimetext.vue'
|
||||||
import tabs from '../utabs/u-tabs.vue'
|
import tabs from '@/components/utabs/u-tabs.vue'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
appointmenttext,
|
appointmenttext,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user