@@ -837,7 +837,7 @@ var vNode = {
if (res && res.error_code === 0 && res.data.status) {
if (_this.follow) {
// 取消关注操作返回
- _this.$toast('取消成功')
+ _this.$toast('取消监控成功')
_this.follow = false
_this.updataStorage(decodeURIComponent(utils.getParam('entName')),'isFollowed',false)
@@ -488,7 +488,7 @@ var vNode = {
} else {
@@ -459,7 +459,7 @@ var vNode = {
}
if(res.data.status) {
if(_this.follow){
}else{
_this.updataStorage(decodeURIComponent(utils.getParam('entName')),'isFollowed',true)