很少用取反两次,一般我是存在就显示,取两次反的意义在于将值转化为boolean值
isSelf () {
return !this.$route.query.isSelf
}
很少用取反两次,一般我是存在就显示,取两次反的意义在于将值转化为boolean值
isSelf () {
return !this.$route.query.isSelf
}
转载于:https://www.cnblogs.com/antyhouse/p/11081517.html