You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
3.5 KiB
1 lines
3.5 KiB
<view class="data-v-26a48acc"><view class="bookedInformation data-v-26a48acc"><view class="booked-title data-v-26a48acc"><view class="booked-title-box dis-flex data-v-26a48acc"><view class="booked-img data-v-26a48acc"><image src="{{bookedData.goods.logo}}" mode class="data-v-26a48acc"></image></view><view class="booked-name data-v-26a48acc"><view class="booked-name-title data-v-26a48acc">{{''+bookedData.goods.name+''}}</view><block wx:if="{{bookedData.goods.optionName}}"><view class="col-9 f-26 p-top-20 data-v-26a48acc">{{''+bookedData.goods.optionName+''}}</view></block></view></view><view class="store-datum data-v-26a48acc"><view class="store-name data-v-26a48acc">{{''+bookedData.merchant.storename+''}}</view><view class="store-time data-v-26a48acc">{{'营业时间:'+bookedData.merchant.storehours+''}}</view><view class="store-phone store-time dis-flex data-v-26a48acc"><view class="phone data-v-26a48acc">{{'商家电话:'+bookedData.merchant.mobile+''}}</view><view data-event-opts="{{[['tap',[['playcall',['$event']]]]]}}" class="play-call data-v-26a48acc" bindtap="__e"><view class="iconfont icon-dianhua play-call-icon data-v-26a48acc"></view></view></view><view class="store-phone store-time dis-flex data-v-26a48acc"><view class="phone data-v-26a48acc">{{''+bookedData.merchant.address+''}}</view><view data-event-opts="{{[['tap',[['openNavigation',['$event']]]]]}}" class="play-call data-v-26a48acc" bindtap="__e"><view class="iconfont icon-location_light play-call-icon data-v-26a48acc"></view></view></view></view><view style="padding-bottom:200rpx;" class="data-v-26a48acc"><block wx:for="{{bookedData.applist}}" wx:for-item="item" wx:for-index="index"><view class="appointment-box data-v-26a48acc"><view class="appointment-state dis-flex data-v-26a48acc"><view class="state data-v-26a48acc"><view class="data-v-26a48acc"><block wx:if="{{item.status==0}}"><view class="dis-il-block iconfont icon-timefill c-ff4444 data-v-26a48acc"></view></block><block wx:else><block wx:if="{{item.status==1}}"><view class="dis-il-block iconfont icon-roundcheckfill c-ff4444 data-v-26a48acc"></view></block><block wx:else><view class="dis-il-block iconfont icon-roundclosefill c-ff4444 data-v-26a48acc"></view></block></block><view class="dis-il-block state-title data-v-26a48acc">{{''+item.statusTips+''}}</view></view><view class="state-text data-v-26a48acc">{{''+item.statusText+''}}</view></view><view class="appointment-btn data-v-26a48acc"><block wx:if="{{item.status==0}}"><view data-event-opts="{{[['tap',[['cancel',['$0'],[[['bookedData.applist','',index]]]]]]]}}" class="btn data-v-26a48acc" bindtap="__e">取消预约</view></block></view></view><view class="appointment-data data-v-26a48acc"><view class="dis-flex appointment-time data-v-26a48acc"><view class="time-title data-v-26a48acc">预约时间</view><view class="time-time t-r data-v-26a48acc">{{''+item.date+" "+item.starttime+"-"+item.endtime+''}}</view></view><view class="dis-flex appointment-time data-v-26a48acc"><view class="time-title data-v-26a48acc">预约数量</view><view class="time-time t-r data-v-26a48acc">{{''+item.num+'份'}}</view></view></view><block wx:if="{{item.remark}}"><view class="appointment-remark data-v-26a48acc"><view class="remark-box data-v-26a48acc"><text class="data-v-26a48acc">{{item.remark}}</text></view></view></block></view></block></view></view><view class="booked-content data-v-26a48acc"></view></view><tab-bars vue-id="a425608c-1" tabBarAct="{{0}}" class="data-v-26a48acc" bind:__l="__l"></tab-bars></view>
|