更新 app/api/lists/product/ProductLists.php
This commit is contained in:
parent
5f543566cb
commit
cf55572a9b
@ -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='缺货';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user