11wqe1 9 months ago
parent
commit
4fcef9a6c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/classRoomHelper/component/searchArea.vue

+ 1 - 1
src/components/classRoomHelper/component/searchArea.vue

@@ -78,7 +78,7 @@
                 />
               </div>
               <!-- {{ item }} -->
-              <div style="margin-top: 10px;width: 100%;display: flex;justify-content: end;" v-if="item.aiContent.length > 0 && chatList.length-2 == index" >
+              <div style="margin-top: 10px;width: 100%;display: flex;justify-content: end;" v-if="pan(item.aiContent).length > 0 && chatList.length-2 == index" >
                 <img style="cursor: pointer;" @click="resetImg(item.content)" src="../../../assets/icon/course/resImg.png" alt="">
               </div>
             </div>