Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

log_off_see.htm 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="cursor: default; -moz-user-select: inherit; min-width:400px;overflow: hidden;">
  3. <div class="page" style="min-width: 400px;">
  4. <!--<div style="display: flex;align-items: center;padding: 15px 0;">-->
  5. <!--<div style="width: 15%;min-width: 60px;"><strong>会员账号</strong></div>-->
  6. <!--<div style="width: 90%;">{$info.username}</div>-->
  7. <!--</div>-->
  8. <!--<div style="display: flex;align-items: center;padding: 15px 0;">-->
  9. <!--<div style="width: 15%;min-width: 60px;"><strong>昵称</strong></div>-->
  10. <!--<div style="width: 90%;">{$info.nickname}</div>-->
  11. <!--</div>-->
  12. <!--<div style="display: flex;align-items: center;padding: 15px 0;">-->
  13. <!--<div style="width: 15%;min-width: 60px;"><strong>联系电话</strong></div>-->
  14. <!--<div style="width: 90%;">{$info.mobile}</div>-->
  15. <!--</div>-->
  16. <div style="display: flex;align-items: center;padding: 15px 0;">
  17. <div style="width: 15%;min-width: 60px;"><strong>审核人账号</strong></div>
  18. <div style="width: 90%;">{$info.user_name}</div>
  19. </div>
  20. <div style="display: flex;align-items: center;padding: 15px 0;">
  21. <div style="width: 15%;min-width: 60px;"><strong>审核时间</strong></div>
  22. <div style="width: 90%;">{notempty name="$info.handle_time"}{$info.handle_time|MyDate='Y-m-d H:i:s',###}{/notempty}</div>
  23. </div>
  24. <!--<div style="display: flex;align-items: center;padding: 15px 0;">-->
  25. <!--<div style="width: 15%;min-width: 60px;"><strong>状态</strong></div>-->
  26. <!--<div style="width: 90%;">-->
  27. <!--{if condition="0 == $info.status"}-->
  28. <!--待审核-->
  29. <!--{elseif condition="1 == $info.status"}-->
  30. <!--注销成功-->
  31. <!--{elseif condition="2 == $info.status"}-->
  32. <!--审核成功-->
  33. <!--{/if}-->
  34. <!--</div>-->
  35. <!--</div>-->
  36. <!--<div style="display: flex;align-items: center;padding: 15px 0;">-->
  37. <!--<div style="width: 15%;min-width: 60px;"><strong>申请时间</strong></div>-->
  38. <!--<div style="width: 90%;">{$info.add_time|MyDate='Y-m-d H:i:s',###}</div>-->
  39. <!--</div>-->
  40. </div>
  41. {include file="public/footer" /}