shish 2 tahun lalu
induk
melakukan
c7b48cd39b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 (in_array($this->shopAdminId, [133727, 133545]) == false) {
-                util::fail('无法操作');
+                util::fail('无法操作。。');
             }
         }
 
@@ -385,7 +385,7 @@ class RefundController extends BaseController
             //小向花卉采购控制
             if ($this->mainId == 23390) {
                 if (!in_array($this->adminId, [24043, 24585, 24586, 24654, 24115])) {
-                    util::fail('你不能售后哦');
+                    util::fail('你不能售后哦。。');
                 }
             }
         } else {