chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
{yun:}include file="$lietoustyle/public.htm"{/yun}
<link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/jianli.css?v={yun:}$config.cachecode{/yun}" type="text/css">
<link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/guanli.css?v={yun:}$config.cachecode{/yun}" type="text/css">
<link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/account.css?v={yun:}$config.cachecode{/yun}" type="text/css">
</head>
<body>
{yun:}include file="$lietoustyle/header.htm"{/yun} 
<div class="m_content">
  <div class="wrap"> {yun:}include file="$lietoustyle/left.htm"{/yun}
         <div class="m_inner_youb fr">
           <div class="lt_m_tit"><span class="lt_m_tit_s">赏金收益</span></div>
    <div class="resume_box_list">
          <div  class="resume_Prompt_box"><div  class="resume_Prompt"><i class="resume_Prompt_icon"></i>安全提醒:招聘企业无权收取任何费用,求职中请加强自我保护,避免上当受骗!</div></div>
       <div class="com_body">
          <div class="clear"></div>
          <div class="packloglost_box"> 
          我的钱包:<span class="packloglost_box_money">¥{yun:}$statis.packpay{/yun}</span> 
      冻结金额:<span class="packloglost_box_money">¥{yun:}$statis.freeze{/yun}</span> 
      {yun:}if $config.sy_withdraw==1{/yun} <a href="index.php?c=jobpack&act=withdraw" class="packloglost_box_money_bth">提现</a> {yun:}/if{/yun}
          <a href="index.php?c=jobpack&act=change" class="packloglost_box_money_bth">转换成账户{yun:}$config.integral_pricename{/yun}</a>
          </div>
            {yun:}if $rows{/yun}
          <div class="packloglost_box_l_b">
            <div class="packloglost_box_tit">赏金收益列表</div>
            <ul class="packloglost_box_list">
            {yun:}foreach from=$rows item=v{/yun}
              <li>
                <div class="packloglost_box_yt">微信转发职位:{yun:}$v.jobname{/yun} </div>
                <div class="packloglost_box_time">时间:{yun:}$v.time|date_format:"%Y-%m-%d %H:%M:%S"{/yun} </div>
                <span class="packloglost_box_list_n"><font color="#f00">+{yun:}$v.packmoney{/yun}</font> 元</span> </li>
             {yun:}/foreach{/yun}
            </ul>
          </div>
          <div class="clear"></div>
          <div class="diggg">{yun:}$pagenav{/yun}</div>
          <div class="clear"></div>
          {yun:}else{/yun}
          <div class="msg_no">您还没有赏金收益。</div>
          {yun:}/if{/yun}
        </div>
    </div>
</div>
 
{yun:}include file="$lietoustyle/footer.htm"{/yun}