<dd><?php 
echo $output['member_info']['member_name'];
?>
</dd>
      </dl>
      <dl>
        <dt>绑定邮箱:</dt>
        <dd><?php 
echo uk86_encryptShow($output['member_info']['member_email'], 4, 4);
?>
</dd>
      </dl>
      <dl>
        <dt>手机号码:</dt>
        <dd><?php 
echo uk86_encryptShow($output['member_info']['member_mobile'], 4, 4);
?>
</dd>
      </dl>
      <dl>
        <dt>上次登录:</dt>
        <dd><?php 
echo date('Y年m月d日 H:i:s', $output['member_info']['member_old_login_time']);
?>
&#12288;|&#12288;IP地址:<?php 
echo $output['member_info']['member_old_login_ip'];
?>
&nbsp;<span>(不是您登录的?请立即<a href="index.php?act=member_security&op=auth&type=modify_pwd">“更改密码”</a>)。</span></dd>
      </dl>
    </div>
  </div>
?>

<dl>
  <dt>用&nbsp;&nbsp;户&nbsp;&nbsp;名:</dt>
  <dd><?php 
echo $output['delivery_info']['dlyp_name'];
?>
</dd>
</dl>
<dl>
  <dt>登&nbsp;&nbsp;记&nbsp;&nbsp;人:</dt>
  <dd><?php 
echo $output['delivery_info']['dlyp_truename'];
?>
&nbsp;&nbsp;(身份证号码<?php 
echo uk86_encryptShow($output['delivery_info']['dlyp_idcard'], 2, 16);
?>
)</dd>
</dl>
<dl>
  <dt>登记地址:</dt>
  <dd><?php 
echo $output['delivery_info']['dlyp_area_info'];
?>
&nbsp;<?php 
echo $output['delivery_info']['dlyp_address'];
?>
(<?php 
echo $output['delivery_info']['dlyp_address_name'];
?>
)</dd>
          <select name="auth_type" id="auth_type">
            <?php 
if ($output['member_info']['member_mobile']) {
    ?>
            <option value="mobile">手机 [<?php 
    echo uk86_encryptShow($output['member_info']['member_mobile'], 4, 4);
    ?>
]</option>
            <?php 
}
?>
            <?php 
if ($output['member_info']['member_email']) {
    ?>
            <option value="email">邮箱 [<?php 
    echo uk86_encryptShow($output['member_info']['member_email'], 4, 4);
    ?>
]</option>
            <?php 
}
?>
          </select>
          <a href="javascript:void(0);" id="send_auth_code" class="ncm-btn ml5"><span id="sending" style="display:none">正在</span><span class="send_success_tips"><strong id="show_times" class="red mr5"></strong>秒后再次</span>获取安全验证码</a></p>
          <p class="send_success_tips hint mt10">“安全验证码”已发出,请注意查收,请在<strong>“30分种”</strong>内完成验证。</p>
        </dd>
      </dl>
      <dl>
        <dt><i class="required">*</i>请输入安全验证码:</dt>
        <dd>
          <input type="text" class="text"  maxlength="6" value="" name="auth_code" size="10" id="auth_code" autocomplete="off" />
          <label for="email" generated="true" class="error"></label>
    echo date("Y-m-d H:i:s", $output['order_info']['finnshed_time']);
    ?>
</dd>
    </dl>
    <div class="code-list tip" title="如列表过长超出显示区域时可滚动鼠标进行查看"><i class="arrow"></i>
      <h5>电子兑换码</h5>
      <div id="codeList">
        <ul>
          <?php 
    foreach ($output['order_info']['extend_vr_order_code'] as $code_info) {
        ?>
          <li class="<?php 
        echo $code_info['vr_state'] == 1 ? 'used' : null;
        ?>
"><strong><?php 
        echo $code_info['vr_state'] == '0' ? $code_info['vr_indate'] < TIMESTAMP ? $code_info['vr_code'] : uk86_encryptShow($code_info['vr_code'], 7, 12) : $code_info['vr_code'];
        ?>
</strong> <?php 
        echo $code_info['vr_code_desc'];
        ?>
 </li>
          <?php 
    }
    ?>
        </ul>
      </div>
    </div>
  </div>
  <?php 
} else {
    ?>