{include file="app/index/view/public/header"}
品牌商品
{if !empty($brandInfo['brandName'])} 🏷️ {$brandInfo['brandName']} {/if} {if !empty($brandInfo['sales'])} 📦 销量 {$brandInfo['sales']} {/if} {if !empty($brandInfo['maxDiscountAmount'])} 💰 最高减¥{$brandInfo['maxDiscountAmount']} {/if}
{if !empty($tips)}
⚠️ {$tips}
{/if}
{if !empty($brandInfo)}
{if !empty($brandInfo['brandLogo'])} {$brandInfo['brandName']} {else}
🏷️
{/if}

{$brandInfo['brandName']}

{if !empty($brandInfo['brandDesc'])}

{$brandInfo['brandDesc']}

{/if} {if !empty($brandInfo['brandFeatures'])}

{$brandInfo['brandFeatures']}

{/if}
{if !empty($brandInfo['sales'])} 📦 销量 {$brandInfo['sales']} {/if} {if !empty($brandInfo['maxDiscountAmount'])} 💰 最高减¥{$brandInfo['maxDiscountAmount']} {/if} {if !empty($brandInfo['maxDiscount'])} 🏷️ {$brandInfo['maxDiscount']}折 {/if} {if !empty($brandInfo['commissionRate'])} 💵 佣金{$brandInfo['commissionRate']}% {/if}
{/if} {if !empty($fromSearch)}
🔍 该品牌官方商品暂缺,以下为按品牌名「{$brandInfo['brandName']}」搜索匹配的补齐商品
{/if} {if !empty($Page['list'])}
{foreach $Page['list'] as $item} $goodsId, 'type' => $itemFrom]); $couponVal = !empty($item['couponPrice']) ? $item['couponPrice'] : (!empty($item['coupon_price']) ? $item['coupon_price'] : (!empty($item['coupon']) ? $item['coupon'] : '')); $actualPrice = !empty($item['actualPrice']) ? $item['actualPrice'] : (!empty($item['goodsVipPrice']) ? $item['goodsVipPrice'] : (!empty($item['price']) ? $item['price'] : (!empty($item['unit_price']) ? $item['unit_price'] : (!empty($item['now_price']) ? $item['now_price'] : '')))); $originalPrice = !empty($item['originalPrice']) ? $item['originalPrice'] : (!empty($item['original_price']) ? $item['original_price'] : (!empty($item['originPrice']) ? $item['originPrice'] : (!empty($item['marketPrice']) ? $item['marketPrice'] : ''))); $couponUrl = url('index/redirect/jump', ['platform' => $itemFrom, 'id' => $goodsId]); ?> {/foreach}
{else}
📦

暂无商品

该品牌暂时没有商品,去看看其他品牌吧!

查看全部品牌
{/if}
{include file="app/index/view/public/sidebar"}
{include file="app/index/view/public/footer"}