liuxiaona 2 years ago
parent
commit
5a88531f2a

+ 0 - 5
.idea/workspace.xml

@@ -3,12 +3,7 @@
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="c03feb23-5590-4b06-ae32-412ba98013a8" name="Default" comment="">
5 5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
7
-      <change beforePath="$PROJECT_DIR$/project/src/components/customOperate/sideTool/quickWord/quickwordList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/customOperate/sideTool/quickWord/quickwordList.vue" afterDir="false" />
8 6
       <change beforePath="$PROJECT_DIR$/qwh5/src/views/quickwordH5.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/quickwordH5.vue" afterDir="false" />
9
-      <change beforePath="$PROJECT_DIR$/static/css/app.235cecb475af6681b84185b7f888ee4d.css" beforeDir="false" />
10
-      <change beforePath="$PROJECT_DIR$/static/js/3.90ee79fe8fe98acee2cd.js" beforeDir="false" />
11
-      <change beforePath="$PROJECT_DIR$/static/js/manifest.d3fe544a3058480d69d1.js" beforeDir="false" />
12 7
     </list>
13 8
     <option name="SHOW_DIALOG" value="false" />
14 9
     <option name="HIGHLIGHT_CONFLICTS" value="true" />

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.7011bd52.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.eb40f3c1.js


+ 2 - 2
qwh5/src/views/quickwordH5.vue

@@ -478,10 +478,10 @@ export default {
478 478
         if (res.err_msg == 'sendChatMessage:ok') {
479 479
           //发送成功
480 480
           // console.log('发送成功');
481
-        }else{
481
+        }else if(res.err_msg == 'sendChatMessage:fail_unexpect err'){
482 482
           Toast.loading({
483 483
             duration:2000,
484
-            message: res.err_msg,
484
+            message: '发送失败,请检查消息是否合法',
485 485
             forbidClick: true,
486 486
           });
487 487
         }