فهرست منبع

Merge branch 'dev/v4.8.95_wmh' of qmx/jy into feature/v4.8.95

wenmenghao 1 سال پیش
والد
کامیت
c8342b12e8

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/big-member/js/unit_portrayal.js

@@ -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)
 

+ 1 - 1
src/web/staticres/big-member/js/unit_portrayal.js

@@ -488,7 +488,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)
                           } else {

+ 1 - 1
src/web/staticres/common-module/big-member/js/client_portrayal.js

@@ -459,7 +459,7 @@ var vNode = {
               }
               if(res.data.status) {
                   if(_this.follow){
-                    _this.$toast('取消成功')
+                    _this.$toast('取消监控成功')
                     _this.updataStorage(decodeURIComponent(utils.getParam('entName')),'isFollowed',false)
                   }else{
                     _this.updataStorage(decodeURIComponent(utils.getParam('entName')),'isFollowed',true)