vue自带的弹出组件提示
// if(this.flag){//自定义的属性// Vue.prototype.$message({//message: '提示内容',//title:'提示',//type: '提示类型', info warning 等//}).then(...
·
// if(this.flag){ //自定义的属性
// Vue.prototype.$message({
// message: '提示内容',
// title:'提示',
// type: '提示类型', info warning 等
// }).then(() => {
// 提示后
// this.flag = true;
// })
// } else {
// this.$router.push({path:'/report/achievements'});
// }
// if(this.flag){
// Vue.prototype.$confirm('您确定要退出此页面?', '提示', {
// confirmButtonText: '确定',
// // cancelButtonText: '取消',
// type: 'info'
// }).then(() => {
// this.flag = true;
// })
// } else {
// this.$router.push({path:'/report/achievements'});
// }
更多推荐
已为社区贡献4条内容
所有评论(0)