赞
踩
uni.showModal({
title: '提示', //标题
content: `${res.data.msg}`, //提示内容
showCancel: false //不显示取消按钮
})
uni.showToast({
icon: 'none',
duration: 3000,
title: `${res.data.msg}`
});
<u-toast ref="uToast"></u-toast>
this.$refs.uToast.show({
type: 'error',
message: '请稍后再试'
});
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。