闫增涛
2024-04-09 3b22db15cfc9f3704c4654df9d694ebfc16875bf
packageBookService/pages/bookServices/detail/components/note/note.wxml
@@ -19,7 +19,12 @@
      bind:change="handleChange"
      wx:if="{{!loading && noteList.length}}"
    >
      <t-collapse-panel value="{{item.id}}" expandIcon wx:for="{{noteList}}">
      <t-collapse-panel
        value="{{item.id}}"
        expandIcon
        wx:for="{{noteList}}"
        wx:key="id"
      >
        <view slot="header" class="collapse-header">
          <t-image
            class="note-icon"