YOS-DRVOGPU6U78\Administrator
2023-07-17 8c166f81859481eb609963bca8725e3d066b87df
1
2
3
4
5
6
export function toast(content) {
    uni.showToast({
        icon:'none',
        title:content
    })
}