| | |
| | | <view class="container"> |
| | | <view class="header"> |
| | | <text>预约时间</text> |
| | | <picker mode="date" @change="bindTimeChange" :end="endDate"> |
| | | <picker mode="date" @change="bindTimeChange"> |
| | | <text class="blue ml-10">{{time}}</text> |
| | | </picker> |
| | | </view> |
| | |
| | | }, |
| | | onLoad() { |
| | | this.loadList() |
| | | }, |
| | | computed:{ |
| | | endDate(){ |
| | | return this.$utils.formmatTime('YY-mm-dd') |
| | | } |
| | | }, |
| | | methods:{ |
| | | bindTimeChange(e){ |
| | |
| | | text-align: center; |
| | | line-height: 80px; |
| | | border-top: 1px solid #EDEAF4; |
| | | overflow:hidden; |
| | | text-overflow:ellipsis; |
| | | white-space:nowrap; |
| | | |
| | | } |
| | | .content .right{ |
| | | flex: 1; |