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