Kirin hace 3 años
padre
commit
c03a6a220a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

@@ -319,7 +319,7 @@ class StoreOrder extends BaseModel
             $other = $cartGroup['other'];
             $distance = 0;
             if (!$userInfo['admin_id'] && $other['only_store_user']) {
-                return self::setErrorInfo('不支持提货!', true);
+                return self::setErrorInfo('不支持采购!', true);
             }
             if ($other['store_id'] != $storeId && !$store_order && !$free_check && !$test) {
                 self::clearCacheOrderInfo($uid, $key);