{php define('MUI', true);} {template 'common/header'} {if $do == 'display'}
{loop $lists $row}
{$row['title']}
{$row['credit']}
{/loop}
{elseif $do == 'deliver'}
{$goods_info['title']}
{$goods_info['credit']}
(剩余{$goods_info['reside']}件)
兑换说明
{$goods_info['exp_date']}
每人只可兑换{$goods_info['pretotal']}件此商品
产品简介
{$goods_info['description']}
收货信息
{php echo tpl_app_fans_form('username', $address_data['username'], '收货人姓名');} {php echo tpl_app_fans_form('mobile', $address_data['mobile'], '收货人电话');} {php echo tpl_app_fans_form('zipcode', $address_data['zipcode'], '收货人邮编');} {php echo tpl_app_form_field_district('address',array('province' => $address_data['province'],'city' => $address_data['city'],'district' => $address_data['district']));} {php echo tpl_app_fans_form('address[address]', $address_data['address'], '收货人地址');}
{if $is_exchange['error'] == '1'} {elseif $is_exchange['error'] == '-1'} {/if}
{elseif $do == 'mine'}
{loop $lists $row} {if ($row['status'] == '' || $row['status'] == 0)} {/if} {if ($row['status'] == '' || $row['status'] == 0)} {/if} {/loop}
{/if} {template 'common/footer'}