소스 검색

提示语

shish 2 년 전
부모
커밋
c7b48cd39b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app-ghs/controllers/RefundController.php

+ 2 - 2
app-ghs/controllers/RefundController.php

@@ -377,7 +377,7 @@ class RefundController extends BaseController
         //国恋只有指定人有退款权限
         //国恋只有指定人有退款权限
         if ($this->mainId == 7704) {
         if ($this->mainId == 7704) {
             if (in_array($this->shopAdminId, [133727, 133545]) == false) {
             if (in_array($this->shopAdminId, [133727, 133545]) == false) {
-                util::fail('无法操作');
+                util::fail('无法操作。。');
             }
             }
         }
         }
 
 
@@ -385,7 +385,7 @@ class RefundController extends BaseController
             //小向花卉采购控制
             //小向花卉采购控制
             if ($this->mainId == 23390) {
             if ($this->mainId == 23390) {
                 if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
                 if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
-                    util::fail('你不能售后哦');
+                    util::fail('你不能售后哦。。');
                 }
                 }
             }
             }
         } else {
         } else {