moonsflyer 9 months ago
parent
commit
c98f90db43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/shopapi/lists/GoodsLists.php

+ 1 - 0
app/shopapi/lists/GoodsLists.php

@@ -51,6 +51,7 @@ class GoodsLists extends BaseShopDataLists
             ->limit($this->limitOffset, $this->limitLength)
             ->order('sort desc,id desc')
             ->select();
+
         $showPrice = ConfigService::get('goods_set', 'show_price', 1);
         if(0 == $showPrice){
             foreach ($list as $goods){