| | |
| | | <view class="page__hd"> |
| | | <view class="sd-card"> |
| | | <view class="sd-card__title">{{thisSchedule.time}}</view> |
| | | <view class="sd-card__content">{{thisSchedule.events[0].name}}</view> |
| | | <view class="sd-card__content">{{thisSchedule.title}}</view> |
| | | </view> |
| | | |
| | | <view class="sd-item"> |
| | | <view>日程类别</view> |
| | | <view>{{thisSchedule.events[0].type == 1 ? '系统日程' : '环保日程'}}</view> |
| | | <view>{{thisSchedule.type == 0 ? '环保日程' : '环保事务'}}</view> |
| | | </view> |
| | | <view class="sd-item"> |
| | | <view>开始时间</view> |
| | |
| | | </view> |
| | | <view class="page__bd"> |
| | | <view class="sd-divider"> <text>* * *</text> 日程提醒 <text>* * *</text> </view> |
| | | <view class="sd-step" wx:for="{{thisSchedule.events[0].steps}}" wx:key="index"> |
| | | <view class="sd-step" wx:for="{{thisSchedule.steps}}" wx:key="index" wx:for-index="index"> |
| | | <text class="sd-step__index">{{item.index}}</text> |
| | | <view class="sd-step__title">{{item.title[0]}}<text>{{item.title[1]}}</text></view> |
| | | <view class="sd-step__content">{{item.content}}</view> |