修改
This commit is contained in:
parent
ba117abc0d
commit
7401c738ab
@ -135,7 +135,8 @@
|
|||||||
"path": "pages/login/login",
|
"path": "pages/login/login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录",
|
"navigationBarTitleText": "登录",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff" //背景颜色
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -209,8 +210,7 @@
|
|||||||
"navigationBarTitleText": "泉医到家",
|
"navigationBarTitleText": "泉医到家",
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarBackgroundColor": "#ffffff",
|
"navigationBarBackgroundColor": "#ffffff",
|
||||||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
"enablePullDownRefresh": false
|
||||||
"enablePullDownRefresh": true //设置参数为true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
{{item}}
|
{{item}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="items" v-show="Soonerorlater=='after'">
|
<view class="items" v-if="Soonerorlater=='after'">
|
||||||
<view @tap='taptime(item,index)'
|
<view @tap='taptime(item,index)'
|
||||||
v-for="(item ,index) in orderlist.appointmentTimeList[timecurrent].afternoonList"
|
v-for="(item ,index) in orderlist.appointmentTimeList[timecurrent].afternoonList"
|
||||||
:class="timeindex==index?'timeitemtap':'timeitem'">
|
:class="timeindex==index?'timeitemtap':'timeitem'">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user