liyongli hace 2 años
padre
commit
7aa77b7a31
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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();
   }