Browse Source

暂无花材

shish 2 years ago
parent
commit
1ca1a67805
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/ProductController.php

+ 1 - 1
app-hd/controllers/ProductController.php

@@ -289,7 +289,7 @@ class ProductController extends BaseController
         $shopId = $ghs['shopId'] ?? 0;
         $black = $ghs['black'] ?? 2;
         if ($black == 2) {
-            util::fail('您已被列入黑名单');
+            util::fail('暂无花材');
         }
         $connection = Yii::$app->db;//事务处理
         $transaction = $connection->beginTransaction();