liyongli 2 years ago
parent
commit
7aa77b7a31
1 changed files with 2 additions and 1 deletions
  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();
   }