QYF-GitLab1
2024-12-20 73a96931c99e2f849c8856dc8e78d3d25adaa654
packageBookService/pages/bookServices/detail/components/note/note.wxml
@@ -55,7 +55,8 @@
      </t-collapse-panel>
    </t-collapse>
    <view wx:if="{{noList}}" class="noData">
      <t-empty icon="folder-open" description="暂无数据" />
      <!-- <t-empty icon="folder-open" description="暂无数据" /> -->
      <empty />
    </view>
  </view>
  <view class="bottom-box" wx:if="{{noteList.length}}">
@@ -64,7 +65,12 @@
  </view>
</view>
<view class="loading-box" wx:if="{{loading}}">
  <t-loading loading="{{loading}}" size="60rpx"></t-loading>
  <t-skeleton
    row-col="{{[1,1,1,1,1,1]}}"
    theme="paragraph"
    animation="gradient"
    loading="{{loading}}"
  ></t-skeleton>
</view>
<!-- 记笔记弹窗 -->