king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/tabviews/zshare/verifycard/tabcard/index.jsx
@@ -211,7 +211,7 @@
        notification.warning({
          top: 92,
          message: '按钮《' + item.label + '》设置错误!',
          duration: 10
          duration: 5
        })
      } else {
        let socket = null
@@ -264,7 +264,7 @@
            notification.warning({
              top: 92,
              message: data.message,
              duration: 10
              duration: 5
            })
          }
        }
@@ -273,7 +273,7 @@
          notification.warning({
            top: 92,
            message: '无法连接到:' + item.verify.linkUrl,
            duration: 10
            duration: 5
          })
        }
      }