智慧保安互联网APP
shuishen
2021-07-30 d4e6d3f7befe2586257eadfc8fd945e799ad6084
1
2
3
4
5
6
7
8
9
function toast(title, duration = 1500) {
    uni.showToast({
        title: title,
        icon: 'none',
        duration: duration
    })
}
 
export default toast