| | |
| | | <text>案发地址:{{item.provinceName + item.cityName}}</text> |
| | | <text>案发时间:{{item.occurDate}}</text> |
| | | </view> |
| | | <view class="fyui-box__ft_2"> |
| | | <view class="fyui-box__ft_2" wx:if="{{item.punish || item.illegal || item.shotSpot || item.supervise || item.detained || item.minor}}"> |
| | | <view style="white-space: nowrap;">涉及:</view> |
| | | <view class="case-tag-group"> |
| | | <view class="case-tag" wx:if="{{item.punish}}"> |
| | |
| | | <block wx:elif="{{item.typeId == 4}}"> |
| | | <view class="fyui-box fyui-box__text"> |
| | | <view class="fyui-box__hd"> |
| | | <text class="fyui-box__content des subtitle">{{item.name}}</text> |
| | | <view class="qa-title"> |
| | | <image class="icon" src="/res/icons/qa.png"></image> |
| | | <text class="fyui-box__content des subtitle">{{item.name}}?</text> |
| | | </view> |
| | | <view class="fyui-box__bd answer"> |
| | | <view class="tag2">答:</view> |
| | | </view> |
| | | <view class="fyui-box__bd"> |
| | | <!-- <view class="answer"> |
| | | <image class="user-avator" src="/res/icons/con_qa.png"></image> |
| | | <view class="user-name">环保智能助手</view> |
| | | </view> --> |
| | | <view> |
| | | <!-- <view class="tag2">答:</view> --> |
| | | <rich-text class="tag2 des" nodes="{{item.des}}"></rich-text> |
| | | </view> |
| | | <view class="fyui-box__ft"> |
| | | </view> |
| | | <!-- <view class="fyui-box__ft"> |
| | | <text>提问时间:{{item.time}}</text> |
| | | <text>回复时间:{{item.time}}</text> |
| | | </view> --> |
| | | <view class="fyui-box__ft_2" wx:if="{{item.punish || item.illegal || item.shotSpot || item.supervise}}"> |
| | | <view style="white-space: nowrap;">涉及:</view> |
| | | <view class="case-tag-group"> |
| | | <view class="case-tag" wx:if="{{item.punish}}"> |
| | | <image src="/res/icons/cq_punish.png"></image> |
| | | <text>行政处罚</text> |
| | | </view> |
| | | <view class="case-tag" wx:if="{{item.illegal}}"> |
| | | <image src="/res/icons/cq_illegal.png"></image> |
| | | <text>刑事责任</text> |
| | | </view> |
| | | <view class="case-tag" wx:if="{{item.shotSpot}}"> |
| | | <image src="/res/icons/cq_shotspot.png"></image> |
| | | <text>环保热点</text> |
| | | </view> |
| | | <view class="case-tag" wx:if="{{item.supervise}}"> |
| | | <image src="/res/icons/cq_supervise.png"></image> |
| | | <text>督察要点</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </block> |