const toast = (msg) => { uni.showToast({ title: msg, icon: 'none' }) } export default toast