|
@@ -68,7 +68,7 @@ const userData = ref(window.$shanshipin || {});
|
|
const chat = ref([]);
|
|
const chat = ref([]);
|
|
const load = ref(false);
|
|
const load = ref(false);
|
|
const chatEle = ref(null);
|
|
const chatEle = ref(null);
|
|
-const inputText = ref('');
|
|
|
|
|
|
+const inputText = ref(' ');
|
|
|
|
|
|
if (!userData.value.UserId) {
|
|
if (!userData.value.UserId) {
|
|
chat.value.push(
|
|
chat.value.push(
|