#{include file="./Header.html"} #{item_var($item)} #{lang($item.name)} #{if $item.seckill_status == 1} #{/if} #{if $item.delivery_way == 0}#{t("自动发货")}#{else}#{t("在线发货")}#{/if} #{t("已售")} #{$item.order_sold} #{t("库存")} #{$item.stock} #{if !empty($item.config.category)} #{t("宝贝类型")} #{foreach $item.config.category as $race => $price} #{* data-sku 是下单/匹配卡密用的键,必须保持中文原值,只翻译展示文字 *} #{lang($race)}#{$config.currency_symbol}#{$price} #{/foreach} #{/if} #{if !empty($item.config.sku)} #{foreach $item.config.sku as $name => $sku} #{lang($name)} #{foreach $sku as $key => $price} #{* data-sku/data-value 是下单与匹配卡密用的键,必须保持中文原值,只翻译展示文字 *} #{lang($key)}#{if $price > 0} +#{$config.currency_symbol}#{$price}#{/if} #{/foreach} #{/foreach} #{/if} #{if $item.draft_status == 1} #{t("自选账号")} #{t("未自选,将随机发货")} #{/if} #{if !$user} #{contact_type_msg($item.contact_type)} #{/if} #{if $item.coupon == 1} #{t("优惠券")} #{/if} #{widget_render($item.widget)} #{if $item.password_status == 1} #{t("查询密码")} #{/if} #{t("购买数量")} - + #{if $item.trade_captcha == 1} #{t("人机验证")} #{/if} #{t("付款")} #{t("宝贝详情")} #{lang($item.description)} #{ready("/assets/user/controller/index/item.js")} #{include file="./Footer.html"}