Browse Source

wesmiler 抢表商城

APPLE 3 năm trước cách đây
mục cha
commit
710820478e
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      app/Models/ScoreGoodsCateModel.php

+ 1 - 4
app/Models/ScoreGoodsCateModel.php

@@ -34,10 +34,7 @@ class ScoreGoodsCateModel extends BaseModel
     {
         $info = parent::getInfo($id); // TODO: Change the autogenerated stub
         if ($info) {
-            // 店铺封面
-            if ($info['thumb']) {
-                $info['thumb'] = get_image_url($info['thumb']);
-            }
+           
         }
         return $info;
     }