\
\
\

\
\
'+jlNum+'
份
\
\
'+jlDian+'
简历点
\
\
\
您的账号原简历查看剩余'+ jlNum +'份
\
系统升级为'+jlDian+'简历点\
\
站点查看1份简历平均需要10简历点
\
\
\
\
\
';
// console.log(html);
$("body").append(html);
}
}
else {
showTip({ tit: result.msg, time: 1000 })
}
}
$.ajax({
type: "POST",
url: url,
success: callback,
error: function () {
callback({ code: "0000", msg: "访问异常" })
}
})
}
//调用提示框
renderHtml();
var isclick = true;
$(".jl-down").unbind('click').click(function (e) {
if ('0' != 1) {
ShowWin('会员登录', '/post/users/login.asp?IndexWinUrl=/post/qiuzhi/', 350, 230);
return false;
}
jlid = $(this).attr('data_id');
var _this = $(this)
if (_this.html() == '已下载') {
return
}
if (isclick) {
isclick = false;
setTimeout(function () {
isclick = true;
}, 1000);//一秒内不能重复点击
} else {
return;
}
// 判断如果被限制则弹出
doExtQiye(function (resultQiye) {
if (resultQiye.data.Code == "1000") {
// 获取简历点余额接口
$.ajax({
url: "/post/pcyz/post/GetjlYue2",
type:"Post",
data: {
id: jlid
},
success: function (result) {
if (result.code == "1000" || result.code == "1003" ) {
window.jlDialog2 = $.dialog({
title: '简历查看',
lock: true,
fixed: true,
max: false,
min: false,
width: 532,
height: 230,
content: '
\
查看当前简历需消耗 '+result.data.Spot+' 简历点,简历点剩余 '+result.data.Yue+' 点
\
\
查看下载简历 简历价格说明
\
'
});
}
// else if (result.code == "1003" ) {
// ShowWinAuto('购买简历', '/post/job/buy_step.asp', 840, 420);
// }
else if (result.code == "1006") {
var jlcheckstatus =result.data.JLCheckStatus;
var url = jlcheckstatus == '1' ? "/post/fabu/?ch=zp" : "/post/job/renzheng_form.html"
var jlDialog = $.dialog({
title: '简历查看',
lock: true,
fixed: true,
max: false,
min: false,
width: 532,
height: 230,
content: '
'
+ '
'+ result.msg+'
'
+ '
'
+ '
'
});
return;
}
else if (result.code == "1005"|| result.code == "1004")
{
showTip({tit: '当前简历您已下载查看!',time: 1000});
_this.css("background", "#ccc").html('已下载');
return;
}
}
});
}
// 未通过(未提交)
else if (resultQiye.data.Code == "0000") {
var checkType = resultQiye.data.CheckType;
var url = checkType == 1 ? "/post/fabu/?ch=zp" : "/post/job/renzheng_form.html"
var jlDialog = $.dialog({
title: '简历查看',
lock: true,
fixed: true,
max: false,
min: false,
width: 532,
height: 230,
content: '
'
+ '
' + (checkType == 1 ? '平台入驻企业' : '营业执照认证企业') + '可查看简历信息
'
+ '
'
+ '
'
});
return;
}
//未登录
else if (resultQiye.data.Code == "1001") {
window.locations.href="/login/?reurl=" + window.locations.href;
return;
}
// 审核未通过
else if (resultQiye.data.Code == "1002") {
var checkType = resultQiye.data.CheckType;
var url = "/post/job/renzheng_form_chk.html"
var jlDialog = $.dialog({
title: '简历查看',
lock: true,
fixed: true,
max: false,
min: false,
width: 532,
height: 230,
content: '
'
+ '
' + (checkType == 1 ? '平台入驻企业' : '营业执照认证企业') + '可查看简历信息
'
+ '
'
+ '
'
});
return;
}
//审核中
else if (resultQiye.data.Code == "1003") {
var checkType = resultQiye.data.CheckType;
var url = "/post/job/renzheng_form_chk.html"
var jlDialog = $.dialog({
title: '简历查看',
lock: true,
fixed: true,
max: false,
min: false,
width: 532,
height: 230,
content: '
'
+ '
' + (checkType == 1 ? '平台入驻企业' : '营业执照认证企业') + '可查看简历信息
'
+ '
'
+ '
'
});
return;
}else if (resultQiye.data.Code == "1004") {
showTip({
tit: '请先发布职位后在查看!',
time: 1500
})
setTimeout(() => {
window.locations.href="/post/fabu/";
}, 1500);
}
});
})
$('.fot-li2').mouseenter(function() {
$(this).find('a').addClass('on')
$(this).find('i').addClass('bp2')
}).mouseleave(function() {
$(this).find('a').removeClass('on')
$(this).find('i').removeClass('bp2')
})
$('.fot-li3').mouseenter(function() {
$(this).find('a').addClass('on')
$(this).find('i').addClass('bp3')
}).mouseleave(function() {
$(this).find('a').removeClass('on')
$(this).find('i').removeClass('bp3')
})
$('.fot-li-s').mouseenter(function() {
$(this).addClass('on1')
}).mouseleave(function() {
$(this).removeClass('on1')
})
$('.fot-last').click(function() {
setCookie('fixjianli-close', 1, 1);
$('.fot').hide()
})
})
var hasOnclick=false;
//去下载
function Showlxfs(jlId,code) {
//没有权限
if (code=="1003")
{
var dialog = $.dialog({
title:false,
content: '
您的简历点不足,请充值!
', icon: 'alert.gif',padding:0
});
setTimeout(function () {
dialog.close();
window.jlDialog2.close();
ShowWinAuto('购买简历', '/post/job/buy_step.asp', 840, 420);
}, 1000);
return false;
}
//验证重复提交
if (hasOnclick) return false;
hasOnclick= true;
$.ajax({
url: '/post/pcyz/post/DowndJL',
type: 'Post',
data: { jlId: jlId },
success: function (data) {
if (data != "") {
var html = '';
var arr = '';
if (data == '1') {
$.dialog.alert("用户不存在!");
}
if (data == '2') {
//$.dialog.alert("此用户不是" + siteName + "用户,不能在" + siteName + "查看简历信息!");
}
if (data == '3') {
$.dialog.alert("简历信息参数错误!");
}
if (data.indexOf('1000') >= 0) {
showTip({
tit: '下载成功!',
time: 1000
}, function() {
window.locations.reload();
});
}
else if(data.indexOf('1001') >= 0)
{
showTip({
tit: '查看过的简历!',
time: 1000
});
}
else if(data.indexOf('1004') >= 0)
{
showTip({
tit: '当前简历您已下载查看!',
time: 1000
});
}else {
setTimeout(function () {
hasOnclick = false;
}, 2000);
}
if (data.indexOf('pay') >= 0) {
if (jobjlpay == 0) {
$.dialog.alert(msgTitle);
} else {
ShowWinAuto('购买简历', '/post/job/buy_step.asp', 840, 420);
}
}
if (data.indexOf('count') >= 0) {
window.locations.reload();
}
}
},error: function () {
hasOnclick = false;
}
});
}
// 名企招聘,认证会员弹窗移入样式
function dialog(content) {
oDialog = $.dialog({
title: '简历下载',
lock: true,
max: false,
min: false,
width: 532,
height: 230,
content: content
});
}
本页导读
公开信息按发布时间滚动。阅读「588棋牌手机版登录」后,可返回栏目或查看相邻条目。
建议先扫读标题与摘要,再进入全文。同栏目条目通常按更新顺序排列。
继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。
郊区 | 按摩师/美容师 | 客服/话务 | 50岁以上 | 3-5年 | 司机/跟车
内容目录
找工作 / 租赁服务 / 588棋牌手机版登录 / 二手货车