liyongli 2 жил өмнө
parent
commit
7aa77b7a31
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      src/view/qh/index.vue

+ 2 - 1
src/view/qh/index.vue

@@ -175,7 +175,8 @@ function saveText() {
   const t = inputText.value;
   inputText.value = '';
 
-//   index++;
+  //   index++;
+  console.log(chatlist.value);
   if (chatlist.value.length > 3) {
     chatlist.value.shift();
   }