酷炫直播运营系统小程序版本

editPlanTime.wxml 2.0KB

1
  1. <view data-event-opts="{{[['touchmove',[['moveStop',['$event']]]],['tap',[['cancelEvent',['$event']]]]]}}" class="mask data-v-d8193b62" catchtouchmove="__e" bindtap="__e"><view data-event-opts="{{[['tap',[['moveStop',['$event']]]]]}}" class="mask-container data-v-d8193b62" catchtap="__e"><view class="operationBox data-v-d8193b62"><view data-event-opts="{{[['tap',[['cancelEvent',['$event']]]]]}}" class="cancel data-v-d8193b62" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['submitEvent',['$event']]]]]}}" class="define data-v-d8193b62" bindtap="__e">确定</view></view><view class="timeBox data-v-d8193b62"><view data-event-opts="{{[['tap',[['timeClick',[1]]]]]}}" class="{{['data-v-d8193b62','timeBoxItem',type==1?'timeBoxItem1_active':'']}}" bindtap="__e"><view class="time data-v-d8193b62">{{editTime.startLiveTime.time}}</view><view class="date data-v-d8193b62">{{editTime.startLiveTime.date}}</view></view><view data-event-opts="{{[['tap',[['timeClick',[2]]]]]}}" class="{{['data-v-d8193b62','timeBoxItem',type==2?'timeBoxItem2_active':'']}}" bindtap="__e"><view class="time data-v-d8193b62">{{editTime.endLiveTime.time}}</view><view class="date data-v-d8193b62">{{editTime.endLiveTime.date}}</view></view></view><block wx:if="{{visible}}"><picker-view indicator-style="{{indicatorStyle}}" value="{{value}}" data-event-opts="{{[['change',[['bindChange',['$event']]]]]}}" bindchange="__e" class="data-v-d8193b62"><picker-view-column class="data-v-d8193b62"><block wx:for="{{dates}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-d8193b62">{{item}}</view></block></picker-view-column><picker-view-column class="data-v-d8193b62"><block wx:for="{{hours}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-d8193b62">{{item}}</view></block></picker-view-column><picker-view-column class="data-v-d8193b62"><block wx:for="{{minutes}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item data-v-d8193b62">{{item}}</view></block></picker-view-column></picker-view></block></view></view>