Переглянути джерело

Merge branch 'develop' of Software/android-cloud-H5 into release/v5.4.1

huangxiaojing 2 роки тому
батько
коміт
9dd455bf08

+ 4 - 0
pages/activity/invite-user/guide-pc.vue

@@ -121,6 +121,10 @@ export default {
     & .v-tabs-bar {
       height: 42px !important;
     }
+    .v-btn--icon.v-size--small {
+      height: 15px;
+      width: 15px;
+    }
   }
 }
 </style>

+ 2 - 2
static/screenAndroid/WXdraw.js

@@ -107,9 +107,9 @@ function doConnectDirectives() {
 
     if (result.type === 'cutting') {
       if (result.data.status === 0) {
-        $.toast('复制成功', 'text');
+        $.toast('复制成功', 'text', 1000);
       } else {
-        $.toast(result.msg, 'text');
+        $.toast(result.msg, 'text', 1000);
       }
       return;
     }

+ 2 - 2
static/screenIos/WXdraw.js

@@ -115,9 +115,9 @@ function doConnectDirectives() {
 
     if (result.type === 'cutting') {
       if (result.data.status === 0) {
-        $.toast('复制成功', 'text');
+        $.toast('复制成功', 'text', 1000);
       } else {
-        $.toast(result.msg, 'text');
+        $.toast(result.msg, 'text', 1000);
       }
       return;
     }