''
liukangdong
2024-08-02 1cee3a660c5f8e5f4290ae894c2898c4966a834d
wechat_staff/pages/homeId/index.wxml
@@ -1,7 +1,7 @@
<view class="container">
  <!-- 分类 -->
  <view class="home_tabs" style="width: 100%;">
  <view wx:if="{{tagList && tagList.length > 0 }}" class="home_tabs" style="width: 100%;">
    <scroll-view scroll-x="true" style="width: 710rpx;margin-bottom: 30rpx;">
      <view class="scroll_cate">
        <view bindtap="cateClick" data-code="{{item.labelValueCode}}" wx:for="{{ tagList }}" class="item {{ tagCodes == item.labelValueCode ? 'active': '' }}">{{ item.labelValueName }}</view>
@@ -9,7 +9,7 @@
    </scroll-view>
  </view>
  <!-- content -->
  <view class="content">
  <view class="content" style="padding-top: {{ tagList && tagList.length > 0 ? 80 : 0 }}rpx;">
    <view wx:for="{{ dataList }}" class="item" bindtap="itemClick" data-item="{{item}}">
      <image class="img" src="{{ item.coverImage }}" mode="widthFix"></image>
      <view class="title">{{ item.title }}</view>