更新 app/api/lists/product/ProductLists.php

This commit is contained in:
mkm 2025-04-02 16:06:09 +08:00
parent 5f543566cb
commit cf55572a9b

View File

@ -125,6 +125,9 @@ class ProductLists extends BaseApiDataLists implements ListsSearchInterface, Lis
if ($off_activity == 0 && $user_ship == 5 && $item['top_cate_id'] == 15189) {
$item['price'] = $item['cost'];
}
if ($user_ship == 4) {
$item['price'] = $item['cost'];
}
if($item['is_lack']==1){
$tag='缺货';
}