{{$t('html_3_购物车') + '(' + cartList.length + ')' }}
{{$t('html_3_全部现在购买')}}
{{$t('html_3_全部预购')}}
{{item.sale_status.txt}}
{{item.title}}
{{item.currency_unit}}{{item.present_price}}
{{$t('html_22_折扣价')}}
{{item.currency_unit}}{{item.discount_price}}
{{item.currency_unit}}{{item.discount_price}}
{{$t('html_3_需补运费差')}}
{{$t('html_3_可预购')}}
{{$t('html_3_无货')}}
{{$t('html_3_移除')
}}
{{$t('html_22_xxx开始xx折',
[languages=='cn'?formateDay(item.f_discount_start_time):formattedDate(item.f_discount_start_time),
languages=='cn'?(Number((1-item.f_discount_rate)*10).toFixed(2)+'折'):('-'+Number((item.f_discount_rate)*100).toFixed(2)+'%')])}}
{{$t('html_22_折后价')}}
{{item.currency_unit + item.f_price }}
{{$t('html_22_剩余xxx开始xx折',
[item.remainingTime,
languages=='cn'?(Number((1-item.f_discount_rate)*10).toFixed(2)+'折'):('-'+Number((item.f_discount_rate)*100).toFixed(2)+'%')])}}
{{$t('html_22_折后价')}}
{{item.currency_unit + item.f_price }}