shish il y a 1 an
Parent
commit
817a0a3f85
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      biz-ghs/shop/classes/ShopAdminClass.php

+ 2 - 2
biz-ghs/shop/classes/ShopAdminClass.php

@@ -39,9 +39,9 @@ class ShopAdminClass extends BaseClass
         $hasRightChange = empty($hasNot) ? 1 : 0;
 
         $mayHasNot = array_diff($sameMainList, $mayList);
-        $reason = '不能修改原因:别的批发店也在用此花材';
+        $reason = '别的批发店也在用此花材,不能修改';
         if (empty($mayHasNot)) {
-            $reason = '不能修改原因:你在某个店没有改库存改价';
+            $reason = '你在某个店没有改库存改价,不能修改';
         }
 
         return ['hasRightChange' => $hasRightChange, 'reason' => $reason];