jiangping
2024-07-29 6a46b8f26fc505bc776cebaa2ee768054a1f884c
wechat_staff/pages/homeId/index.wxml
@@ -1,8 +1,8 @@
<view class="container">
<!-- 分类 -->
<view class="home_tabs">
  <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">
<view 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>
    </view>