Browse Source

sunguidong

sgd521 2 years ago
parent
commit
ca85d0da1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/goods/Goods.php

+ 1 - 1
app/model/goods/Goods.php

@@ -437,7 +437,7 @@ class Goods extends BaseModel
     public function count_image($image){
         $num  = count($image);
         if($num>5){
-            return $this->error('上传图片上线为五张','上传图片上线为五张');
+            return $this->error('上传图片上限为五张','上传图片上限为五张');
         }
     }