| | |
| | | */ |
| | | data: { |
| | | TabCur: 0, |
| | | list: ['全部', '跟踪帮教', '合适成年人', '社会调查', '心理疏导'], |
| | | list: ['全部', '跟踪帮教', '合适成年人', '社会调查', '心理疏导','法律援助'], |
| | | infoList: [], |
| | | }, |
| | | |
| | |
| | | <view class='zhgh-bg'> |
| | | <scroll-view scroll-x class="bg-white nav"> |
| | | <view class="flex text-center"> |
| | | <view class="cu-item flex-sub {{index==TabCur?'text-blue cur':''}}" wx:for="{{5}}" wx:key bindtap="tabSelect" data-id="{{index}}"> |
| | | <view class="cu-item flex-sub {{index==TabCur?'text-blue cur':''}}" wx:for="{{6}}" wx:key bindtap="tabSelect" data-id="{{index}}"> |
| | | {{list[index]}} |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="zhgh-list" wx:if='{{TabCur==5}}' wx:for="{{infoList}}" wx:key> |
| | | <view class="zhgh-list1" data-str="zhghInfo" data-id="{{item.id}}" bindtap='linkFunction'> |
| | | <view class="zhgh-list-b"> |
| | | <view class="zhgh-list-b-left"> |
| | | <view class="zhgh-list-b-left-div font-lg">{{item.taskTitle}}</view> |
| | | <view class="zhgh-list-b-left-div"> |
| | | <!-- <rich-text nodes="{{item.taskRequire}}"></rich-text> --> |
| | | 地址:{{item.taskAddress}} |
| | | </view> |
| | | <view class="text-grey">{{item.startTime}}~{{item.endTime}}</view> |
| | | </view> |
| | | <view class="zhgh-list-b-right"> |
| | | <view class="round cu-tag margin-tb-sm lg {{item.status=='未开始'?'bg-green':item.status=='进行中'?'bg-orange':'bg-grey'}}">{{item.status}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |