地图api
This commit is contained in:
@@ -28,11 +28,12 @@ use think\facade\Hook;
|
||||
|
||||
class GoodsLogic{
|
||||
//商品列表
|
||||
public static function getGoodsList($user_id,$get,$page,$size){
|
||||
public static function getGoodsList($user_id,$get,$page,$size,$type){
|
||||
$where = [];
|
||||
$order = [];
|
||||
$where[] = ['status','=',1];
|
||||
$where[] = ['del','=',0];
|
||||
$where[] = ['type','=',$type];
|
||||
|
||||
$goods = new Goods();
|
||||
//品牌筛选
|
||||
|
||||
Reference in New Issue
Block a user