riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
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>