liyongli пре 2 година
родитељ
комит
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();
   }