...
litian
2024-03-18 5854077318883fa61f044c72c0f05ead69350038
pages/home/home.wxml
@@ -13,6 +13,10 @@
      <t-icon slot="left-icon" prefix="wr" name="search" size="40rpx" color="#bbb" bind:tap="navToSearchPage" />
    </t-search>
  </view>
  <view class="swiper-wrap">
    <t-swiper wx:if="{{bannerList.length > 0}}" list="{{bannerList}}" current="{{current}}" autoplay="{{autoplay}}" duration="{{duration}}" interval="{{interval}}" navigation="{{navigation}}" bind:click="navToActivityDetail" />
  </view>
</view>
  <view class="home-page-menu">
    <t-grid class="t-grid-block" theme="card" border="{{border}}" column="{{5}}">
      <t-grid-item wx:for="{{tabList}}" wx:for-index="index" wx:key="index" text="{{item.text}}" image="{{item.icon}}" data-info="{{item}}" bindtap="toPages" />
@@ -191,17 +195,12 @@
              </view>
              <view class="body-info">
                <view class="name">{{item.name}}</view>
                <!-- <view class="author">{{item.author}}</view> -->
              <view class="author">{{item.author}}</view>
              </view>
            </view>
          </view>
        </scroll-view>
      </view>
    </view>
    <load-more list-is-empty="{{!goodsList.length}}" status="{{goodsListLoadStatus}}" bind:retry="onReTry" />
    <t-toast id="t-toast" />
  </view>
  <<<<<<< Updated upstream <t-toast id="t-toast" />
  =======
  >>>>>>> Stashed changes
</view>