diff --git a/docs/components/toast.md b/docs/components/toast.md index 368a23dfaeb3ab7ec7be043096941a58bb5ea4e4..d8970298e3ba3fd6409dd745cb165668319bce75 100644 --- a/docs/components/toast.md +++ b/docs/components/toast.md @@ -13,6 +13,13 @@ 由于uni中无法通过js创建元素,所以需要在页面中调用``组件,再通过`ref`开启 ::: + +### 平台差异说明 + +|App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|√|√|X|X|X|X|X| + ### 基本使用 以下为一个模拟登录成功后,弹出toast提示,并在一定时间(默认2000ms)后,自动跳转页面到个人中心页(也可以配置跳转的参数)的示例