unknown
2022-08-16 edd35a251b58b1fad17015deda92324f74458434
pages/module_consult/consultsearch/consultsearch.wxml
@@ -20,7 +20,7 @@
    <view class="hot-topic">
      <view wx:for="{{hotTopic}}" wx:key="index" class="hot-topic__item" data-index="{{index}}" bindtap="gotoDetail">
        <view class="{{index < 3 ? 'hot-topic__hot' : 'hot-topic__normal'}}">{{index + 1}}</view>
        <view class="hot-topic__name">{{item.name}}</view>
        <view class="hot-topic__name">{{item.mfName}}</view>
      </view>
    </view>
  </view>