bianjunhui 1 년 전
부모
커밋
247ef0138e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/admin/controller/Appindex.php

+ 1 - 1
application/admin/controller/Appindex.php

@@ -159,7 +159,7 @@ class Appindex extends Backend
                         $new[$k]['type']=1;
                         $new[$k]['oldPrice']=$v['base_price'];
                         $new[$k]['nowPrice']=number_format($v['base_final_price'], 2);
-                        $new[$k]['sale_num']=$v['sold'];
+                        //$new[$k]['sale_num']=$v['sold'];
                         $new[$k]['sort_order']=$k+1;
                        // $new[$k]['images']='https://www.bilisar.com/media/catalog/product'.$v['image'];
                         $new[$k]['images']=$v['image'];