wangcz 7 лет назад
Родитель
Сommit
594e41d1d5

+ 2 - 2
pages/mobile/center/user/supplier/index.vue

@@ -249,7 +249,7 @@
             this.modalObj.originList = res.data
             this.init()
           } else {
-            this.onMind('您没有当前客户分配用户的权限!')
+            this.onMind('您没有当前客户分配用户的权限!')
           }
         }, err => {
           this.onMind(err.data)
@@ -269,7 +269,7 @@
             this.modalObj.originList = res.data
             this.init()
           } else {
-            this.onMind('您没有为当前客户分配用户的权限!')
+            this.onMind('您没有当前客户转移用户的权限!')
           }
         }, err => {
           this.onMind(err.data)

+ 2 - 2
pages/mobile/center/vendor/customer/index.vue

@@ -291,7 +291,7 @@
                 this.init()
             })
           } else {
-            this.onMind('您没有当前客户分配用户的权限!')
+            this.onMind('您没有当前客户分配用户的权限!')
           }
         })
       },
@@ -318,7 +318,7 @@
               this.init()
             })
           } else {
-            this.onMind('您没有为当前客户分配用户的权限!')
+            this.onMind('您没有当前客户转移用户的权限!')
           }
         })
       },