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", "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
} }
}, },
{ {

View File

@ -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'">