function toast(title,type) { uni.showToast({ title: title, type: type, icon: 'none', duration: 1500 }) } export default toast