{/if}
|
${row.brand_name}
|
{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}
|
${row.stock_amount}片
起售:${row.buy_min}片
增量:${row.buy_min}片
(一盤${row.package_amount}片)
|
1-3工作日
|
{if row.stock_amount > 0 && row.is_inquiry != 1}
合計:¥1000
{else}
客服咨詢
{/if}
|
{if row.stock_amount > 0 && row.is_inquiry != 1}
{else}
{/if}
|
{if row.alternative_models}
{if row.alternative_models.length > 0}
{for alternative_model in row.alternative_models}
{if alternative_model_index == row.alternative_models.length - 1}
{/if}
|
${alternative_model.brand_name}
可節約${alternative_model.save_percent}
|
{if alternative_model.is_inquiry != 1}
{for price in alternative_model.price}
- ${price.start_count}+
{if price_index == alternative_model.price.length - 1}
- ¥${price.price}
{elseif price_index < 2 }
- ¥${price.price}
{else}
- ¥${price.price}
{/if}
{if price_index == alternative_model.price.length - 1}
- ${price.start_count*2}+
-
{/if}
{/for}
{else}
一
{/if}
|
${alternative_model.stock_amount}片
起售:${alternative_model.buy_min}片
增量:${alternative_model.buy_min}片
(一盤${row.package_amount}片)
|
1-3工作日
|
{if alternative_model.stock_amount > 0 && alternative_model.is_inquiry != 1}
合計:¥1000
{else}
客服咨詢
{/if}
|
{if alternative_model.stock_amount > 0 && alternative_model.is_inquiry != 1}
{else}
{/if}
|
{/for}
{/if}
{/if}
{/for}