闫增涛
2024-04-12 e68118a722857e52b9c83e08ac213621aac58c01
packageBookService/pages/bookServices/detail/components/relatedBooks/index.wxml
@@ -19,11 +19,11 @@
    <t-empty icon="folder-open" description="暂无数据" />
  </view>
  <view class="loading-box" wx:if="{{relatedBookLoading}}">
    <t-loading
      theme="circular"
      size="60rpx"
      class="loading"
      loading="{{relatedBookLoading}}"
    />
    <t-skeleton
    row-col="{{[1,1,1,1,1,1]}}"
    theme="paragraph"
    animation="gradient"
    loading="{{relatedBookLoading}}"
  ></t-skeleton>
  </view>
</view>