riku
2022-09-19 47e86f543415585ab1e1b2b1ed1d98830817a1be
pages/m_consult/base_c/c_result-item/c_result-item.wxml
@@ -60,7 +60,7 @@
            <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}}">
@@ -95,15 +95,45 @@
      <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>
          <view class="fyui-box__bd answer">
            <view class="tag2">答:</view>
            <rich-text class="tag2 des" nodes="{{item.des}}"></rich-text>
          <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>
          <view class="fyui-box__ft">
          <!-- <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>