提交 bb1e4be8 编写于 作者: D DCloud_LXH

chore(h5): showToast

上级 b546fbc2
......@@ -38,9 +38,9 @@ const watchVisibleOnce = /*#__PURE__*/ once(() => {
watch(
[() => showToastState.visible, () => showToastState.duration],
([visible, duration]) => {
if (showType === 'onShowLoading') return
if (visible) {
timeoutId && clearTimeout(timeoutId)
if (showType === 'onShowLoading') return
timeoutId = setTimeout(() => {
hidePopup('onHideToast')
}, duration)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册