|
${p.CardName} |
${p.card_time} |
{var total_price = p.Retail_Price*p.card_num}
¥${total_price.toFixed(2)}
|
{if p.order_status == 0}
等待付款
{elseif p.order_status == 1}
扣款成功
{elseif p.order_status == 2}
等待提卡
{elseif p.order_status == 3}
提卡成功
{elseif p.order_status == 4}
提卡失败
{/if}
|
{var str_id = '0000000000'+p.id}
${p.order_id}_${str_id.substr(str_id.length-10,10)}
|