{if row.alternative_models}
{if row.alternative_models.length >0}
{/if}
{/if}
|
名稱:${row.item_name}
型號:${row.model}
分類:${row.type_name}
品牌:${row.brand_name}
封裝:${row.format}
|
{if row.is_inquiry != 1}
{for price in row.price}
- ${price.start_count}+
{if price_index == row.price.length - 1}
-
¥${price.price}
{elseif price_index < 2 }
-
¥${price.price}
{else}
-
¥${price.price}
{/if}
{if price.discount && price.discount < 1}
¥${price.cost_price}{/if}
{if price_index == row.price.length - 1}
- ${price.start_count*2}+
-
{/if}
{/for}
{else}
一
{/if}
|
{if row.stock_amount <= 0 || row.is_inquiry == 1}客服咨詢{else}${row.stock_amount}${row.unit}{/if}
|
{if row.is_inquiry != 1 && row.stock_amount > 0 && row.is_sell == 1}
{if row.package_amount}
(1${row.package_name}=${row.package_amount}${row.unit})
{/if}
{else}
{/if}
|
{/for}