This commit is contained in:
曹辉 2023-02-21 17:02:30 +08:00
parent ba117abc0d
commit 7401c738ab
2 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,8 @@
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
@ -209,8 +210,7 @@
"navigationBarTitleText": "泉医到家",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#ffffff",
"onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
"enablePullDownRefresh": false
}
},
{

View File

@ -40,7 +40,7 @@
{{item}}
</view>
</view>
<view class="items" v-show="Soonerorlater=='after'">
<view class="items" v-if="Soonerorlater=='after'">
<view @tap='taptime(item,index)'
v-for="(item ,index) in orderlist.appointmentTimeList[timecurrent].afternoonList"
:class="timeindex==index?'timeitemtap':'timeitem'">