Merge pull request 'feat(app): 为 StoreProductLists 添加会员价显示逻辑' (#497) from dev into main
Reviewed-on: #497
This commit is contained in:
commit
e81c0fc671
@ -154,6 +154,9 @@ class StoreProductLists extends BaseAdminDataLists implements ListsSearchInterfa
|
|||||||
$item['price'] = $price;
|
$item['price'] = $price;
|
||||||
$item['store_name'] = $item['store_name'] . '|活动价';
|
$item['store_name'] = $item['store_name'] . '|活动价';
|
||||||
}
|
}
|
||||||
|
}elseif($is_true == true && $userShip>0){
|
||||||
|
$item['price'] = $item['vip_price'];
|
||||||
|
$item['store_name'] = $item['store_name'] . '|会员价';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user