# Toast轻提示

此方法为uniappuni.showToast的二次封装,方便用户使用,参数只能配置titleduration

toast(title, duration = 1500)
title: 提示内容。
duration: toast出现到消失的时间, 单位毫秒, 默认1500毫秒。

this.$cc.toast('cc-ui')
Last Updated: 8/16/2021, 2:18:04 PM