this.$vux.confirm.show({
title: '提示', content: '确定提交吗?',
onConfirm() {
_this.$vux.toast.show({ text: '姓名不能为空', type: 'cancel' });//几种提示状态
success
warn
}
})