shizhongqi 10 месяцев назад
Родитель
Сommit
be85216653
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      hdApp/src/admin/chat/chatPage.vue
  2. 2 2
      mallApp/src/pages/chat/chatPage.vue

+ 2 - 2
hdApp/src/admin/chat/chatPage.vue

@@ -832,7 +832,7 @@ export default {
 
       if (!this.isConnected) {
         uni.showToast({
-          title: 'WebSocket未连接',
+          title: '未连接到网络',
           icon: 'none'
         });
         return;
@@ -1049,7 +1049,7 @@ export default {
     sendMessageOfGoodsPrice(currentGoodsInfo) {
       if (!this.isConnected) {
         uni.showToast({
-          title: 'WebSocket未连接',
+          title: '未连接到网络',
           icon: 'none'
         });
         return;

+ 2 - 2
mallApp/src/pages/chat/chatPage.vue

@@ -908,7 +908,7 @@ export default {
 
       if (!this.isConnected) {
         uni.showToast({
-          title: "WebSocket未连接",
+          title: "未连接到网络",
           icon: "none",
         });
         return;
@@ -1053,7 +1053,7 @@ export default {
     sendMessageOfGoodsInfo() {
       if (!this.isConnected) {
         uni.showToast({
-          title: "WebSocket未连接",
+          title: "未连接到网络",
           icon: "none",
         });
         return;