From ffcf7f190c81285a78ffeb39ced306720ab719c7 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Sat, 7 Jun 2025 16:04:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mobile=20=E4=BF=AE=E5=A4=8D=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=BA=A7=E5=93=81=E5=88=86=E7=B1=BB=E7=84=A6=E7=82=B9?= =?UTF-8?q?=E5=9B=BE=E6=9C=AA=E5=8C=BA=E5=88=86pc=E4=B8=8Emobile=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Product.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index/controller/Product.php b/app/index/controller/Product.php index c1db50be..609e5d33 100644 --- a/app/index/controller/Product.php +++ b/app/index/controller/Product.php @@ -45,6 +45,7 @@ class Product extends Common ->where('status', '=', 1) ->order(['sort' => 'asc', 'id' => 'desc']); }]) + ->atPlatform(request()->from) ->uniqueLabel(['BANNER_6808abd813d78']) ->language($this->lang_id) ->enabled(true)