export default (({ type = 'none', content = '操作失败' }) => { my.showToast({ type, content, duration: 1500 }); });