...
|
...
|
@@ -120,191 +120,191 @@ |
|
|
});
|
|
|
|
|
|
|
|
|
// $('.regbtn').click(function () {
|
|
|
// var name=$('#name').val();
|
|
|
// var tel=$('#tel').val();
|
|
|
// var code=$('#code').val();
|
|
|
// var date=$('#date').text();
|
|
|
// var company=$('#company').val();
|
|
|
// var sfid=$('#sfid').val();
|
|
|
//
|
|
|
// if(name==''){
|
|
|
// toast("姓名不能为空");
|
|
|
// } else if(tel==''){
|
|
|
// toast("电话号码不能为空")
|
|
|
// }else if(! AuglyTest_phone.test(tel)){
|
|
|
// toast("电话号码输入不正确")
|
|
|
// }else if(code == ''){
|
|
|
// toast("验证码不能为空")
|
|
|
// }else if(date==''){
|
|
|
// toast("出生日期不能为空")
|
|
|
// }else if(company==''){
|
|
|
// toast("就职公司不能为空")
|
|
|
// }else if(sfid==''){
|
|
|
// toast("身份证号不能为空")
|
|
|
// }else if(!AuglyTest_ID.test(sfid)){
|
|
|
// toast("身份证号输入有误")
|
|
|
// } else if(!$('.reg_box').hasClass('activetxt')){
|
|
|
// toast("请同意用户协议")
|
|
|
// }
|
|
|
// else{
|
|
|
// $.ajax({
|
|
|
// url:"{:url('agent_register_mobile/register_mobile')}",
|
|
|
// type:"POST",
|
|
|
// data:{'phone':tel,'name':name,'code':code,'date':date,'company':company,'card_id':sfid,'consent':1},
|
|
|
// success:function(data){
|
|
|
// var result = eval("(" + data + ")");
|
|
|
// if(result.code == 40001){
|
|
|
// toast("缺少必要参数");
|
|
|
// }else if(result.code == 40004){
|
|
|
// toast("请同意用户协议");
|
|
|
// }else if(result.code == 40002){
|
|
|
// toast("验证码错误");
|
|
|
// }else if(result.code == 40003){
|
|
|
// toast("验证码已过期请重新获取");
|
|
|
// }else if(result.code == 20000){
|
|
|
// toast("已发送申请请耐心等待审核");
|
|
|
// }else{
|
|
|
// toast("与服务器断开连接");
|
|
|
// }
|
|
|
// }
|
|
|
// })
|
|
|
// }
|
|
|
// })
|
|
|
// $('.reg_box').click(function () {
|
|
|
// if($(this).hasClass('activetxt')){
|
|
|
// $(this).removeClass('activetxt')
|
|
|
// }else{
|
|
|
// $(this).addClass('activetxt')
|
|
|
// }
|
|
|
// })
|
|
|
// $('.color_txt').click(function () {
|
|
|
// var tel=$('#tel').val();
|
|
|
// if(tel==''){
|
|
|
// toast("电话号码不能为空")
|
|
|
// }else if(! AuglyTest_phone.test(tel)){
|
|
|
// toast("电话号码输入不正确")
|
|
|
// }else{
|
|
|
// $.ajax({
|
|
|
// url:"{:url('agent_register_mobile/getCode')}",
|
|
|
// type:"POST",
|
|
|
// data:{'phone':tel},
|
|
|
// success:function(data){
|
|
|
// var result = eval("(" + data + ")");
|
|
|
// if(result.code == 20000){
|
|
|
// toast("短信已发送至您的手机请注意查看");
|
|
|
// settime($(this))
|
|
|
// }else if(result.code == 40000){
|
|
|
// toast("短信发送失败");
|
|
|
// }
|
|
|
// }
|
|
|
// })
|
|
|
// }
|
|
|
// })
|
|
|
// //倒计时
|
|
|
// var countdown=60;
|
|
|
// function settime(val) {
|
|
|
// if (countdown == 0) {
|
|
|
// $('.color_txt').html('获取验证码');
|
|
|
// $('.color_txt').attr('onclick','settime(this)');
|
|
|
// countdown = 60;
|
|
|
// } else {
|
|
|
// $('.color_txt').html(countdown +"s");
|
|
|
// $('.color_txt').attr('onclick','');
|
|
|
// countdown--;
|
|
|
// setTimeout(function() {
|
|
|
// settime(val)
|
|
|
// },1000)
|
|
|
// }
|
|
|
// }
|
|
|
// // $("#start").cityPicker({
|
|
|
// // title: "选择出发地",
|
|
|
// // onChange: function (picker, values, displayValues) {
|
|
|
// // console.log(values, displayValues);
|
|
|
// // }
|
|
|
// // });
|
|
|
// $('.companychoose').click(function () {
|
|
|
// weui.picker([{
|
|
|
// label: '中银三星人寿保险有限公司',
|
|
|
// value: '中银三星人寿保险有限公司'
|
|
|
// }, {
|
|
|
// label: '中银三星人寿保险有限公司',
|
|
|
// value: '中银三星人寿保险有限公司'
|
|
|
// }, {
|
|
|
// label: '中银三星人寿保险有限公司',
|
|
|
// value: '中银三星人寿保险有限公司'
|
|
|
// }, {
|
|
|
// label: '中银三星人寿保险有限公司',
|
|
|
// value: '中银三星人寿保险有限公司'
|
|
|
// }, {
|
|
|
// label: '中银三星人寿保险有限公司',
|
|
|
// value: '中银三星人寿保险有限公司'
|
|
|
// }], {
|
|
|
// onChange: function(result) {
|
|
|
// },
|
|
|
// onConfirm: function(result) {
|
|
|
// $('#company').html(result[0].label);
|
|
|
// $(this).find('.tishitxt').hide();
|
|
|
// }
|
|
|
// });
|
|
|
// })
|
|
|
// $('.date_choose').click(function () {
|
|
|
// weui.datePicker({
|
|
|
// start:new Date().getFullYear() - 90,
|
|
|
// end: new Date(),
|
|
|
// defaultValue: [new Date().getFullYear(), new Date().getMonth()+1, new Date().getDate()],
|
|
|
// onConfirm: function(result){
|
|
|
// console.log(result);
|
|
|
// let date='';
|
|
|
// for(var i=0;i<result.length;i++){
|
|
|
// if(i==(result.length-1)){
|
|
|
// date += result[i].value
|
|
|
// }else{
|
|
|
// date += result[i].value+'-'
|
|
|
// }
|
|
|
// }
|
|
|
// $('#date').html(date+1);
|
|
|
// $(this).find('.tishitxt').hide();
|
|
|
// },
|
|
|
// id: 'ma_expect_date',
|
|
|
// className: 'ma_expect_date_picker'
|
|
|
// });
|
|
|
//
|
|
|
// })
|
|
|
// $('.add_img').click(function () {
|
|
|
// let i=0;
|
|
|
// $("input[name='pic']").on('change',function(){
|
|
|
// i++;
|
|
|
// if(i==1){
|
|
|
// var file = $(this).val();
|
|
|
// var imgurl = setImagePreview(file);
|
|
|
// var html=' <div class="trust_img">\n' +
|
|
|
// ' <div class="iconfont icon-close-b"></div>\n' +
|
|
|
// ' <img src="'+imgurl+'" alt="">\n' +
|
|
|
// ' </div>';
|
|
|
//
|
|
|
// $('.trust_imgs').prepend(html);
|
|
|
// }else{
|
|
|
//
|
|
|
// }
|
|
|
// });
|
|
|
// })
|
|
|
// //选择图片上传
|
|
|
// function setImagePreview(avalue,obj) {
|
|
|
// var docObj = document.getElementById("doc");
|
|
|
// var imgurl='';
|
|
|
// if (docObj.files && docObj.files[0]) {
|
|
|
// imgurl = window.URL.createObjectURL(docObj.files[0]);
|
|
|
// } else {
|
|
|
// //IE下,使用滤镜
|
|
|
// docObj.select();
|
|
|
// imgurl = document.selection.createRange().text;
|
|
|
$('.regbtn').click(function () {
|
|
|
var name=$('#name').val();
|
|
|
var tel=$('#tel').val();
|
|
|
var code=$('#code').val();
|
|
|
var date=$('#date').text();
|
|
|
var company=$('#company').val();
|
|
|
var sfid=$('#sfid').val();
|
|
|
|
|
|
if(name==''){
|
|
|
toast("姓名不能为空");
|
|
|
} else if(tel==''){
|
|
|
toast("电话号码不能为空")
|
|
|
}else if(! AuglyTest_phone.test(tel)){
|
|
|
toast("电话号码输入不正确")
|
|
|
}else if(code == ''){
|
|
|
toast("验证码不能为空")
|
|
|
}else if(date==''){
|
|
|
toast("出生日期不能为空")
|
|
|
}else if(company==''){
|
|
|
toast("就职公司不能为空")
|
|
|
}else if(sfid==''){
|
|
|
toast("身份证号不能为空")
|
|
|
}else if(!AuglyTest_ID.test(sfid)){
|
|
|
toast("身份证号输入有误")
|
|
|
} else if(!$('.reg_box').hasClass('activetxt')){
|
|
|
toast("请同意用户协议")
|
|
|
}
|
|
|
else{
|
|
|
$.ajax({
|
|
|
url:"{:url('agent_register_mobile/register_mobile')}",
|
|
|
type:"POST",
|
|
|
data:{'phone':tel,'name':name,'code':code,'date':date,'company':company,'card_id':sfid,'consent':1},
|
|
|
success:function(data){
|
|
|
var result = eval("(" + data + ")");
|
|
|
if(result.code == 40001){
|
|
|
toast("缺少必要参数");
|
|
|
}else if(result.code == 40004){
|
|
|
toast("请同意用户协议");
|
|
|
}else if(result.code == 40002){
|
|
|
toast("验证码错误");
|
|
|
}else if(result.code == 40003){
|
|
|
toast("验证码已过期请重新获取");
|
|
|
}else if(result.code == 20000){
|
|
|
toast("已发送申请请耐心等待审核");
|
|
|
}else{
|
|
|
toast("与服务器断开连接");
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
$('.reg_box').click(function () {
|
|
|
if($(this).hasClass('activetxt')){
|
|
|
$(this).removeClass('activetxt')
|
|
|
}else{
|
|
|
$(this).addClass('activetxt')
|
|
|
}
|
|
|
})
|
|
|
$('.color_txt').click(function () {
|
|
|
var tel=$('#tel').val();
|
|
|
if(tel==''){
|
|
|
toast("电话号码不能为空")
|
|
|
}else if(! AuglyTest_phone.test(tel)){
|
|
|
toast("电话号码输入不正确")
|
|
|
}else{
|
|
|
$.ajax({
|
|
|
url:"{:url('agent_register_mobile/getCode')}",
|
|
|
type:"POST",
|
|
|
data:{'phone':tel},
|
|
|
success:function(data){
|
|
|
var result = eval("(" + data + ")");
|
|
|
if(result.code == 20000){
|
|
|
toast("短信已发送至您的手机请注意查看");
|
|
|
settime($(this))
|
|
|
}else if(result.code == 40000){
|
|
|
toast("短信发送失败");
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
//倒计时
|
|
|
var countdown=60;
|
|
|
function settime(val) {
|
|
|
if (countdown == 0) {
|
|
|
$('.color_txt').html('获取验证码');
|
|
|
$('.color_txt').attr('onclick','settime(this)');
|
|
|
countdown = 60;
|
|
|
} else {
|
|
|
$('.color_txt').html(countdown +"s");
|
|
|
$('.color_txt').attr('onclick','');
|
|
|
countdown--;
|
|
|
setTimeout(function() {
|
|
|
settime(val)
|
|
|
},1000)
|
|
|
}
|
|
|
}
|
|
|
// $("#start").cityPicker({
|
|
|
// title: "选择出发地",
|
|
|
// onChange: function (picker, values, displayValues) {
|
|
|
// console.log(values, displayValues);
|
|
|
// }
|
|
|
// return imgurl;
|
|
|
// }
|
|
|
// $('.trust_imgs').on('click','.icon-close-b',function (e) {
|
|
|
// $(this).parents('.trust_img').remove();
|
|
|
// })
|
|
|
// });
|
|
|
$('.companychoose').click(function () {
|
|
|
weui.picker([{
|
|
|
label: '中银三星人寿保险有限公司',
|
|
|
value: '中银三星人寿保险有限公司'
|
|
|
}, {
|
|
|
label: '中银三星人寿保险有限公司',
|
|
|
value: '中银三星人寿保险有限公司'
|
|
|
}, {
|
|
|
label: '中银三星人寿保险有限公司',
|
|
|
value: '中银三星人寿保险有限公司'
|
|
|
}, {
|
|
|
label: '中银三星人寿保险有限公司',
|
|
|
value: '中银三星人寿保险有限公司'
|
|
|
}, {
|
|
|
label: '中银三星人寿保险有限公司',
|
|
|
value: '中银三星人寿保险有限公司'
|
|
|
}], {
|
|
|
onChange: function(result) {
|
|
|
},
|
|
|
onConfirm: function(result) {
|
|
|
$('#company').html(result[0].label);
|
|
|
$(this).find('.tishitxt').hide();
|
|
|
}
|
|
|
});
|
|
|
})
|
|
|
$('.date_choose').click(function () {
|
|
|
weui.datePicker({
|
|
|
start:new Date().getFullYear() - 90,
|
|
|
end: new Date(),
|
|
|
defaultValue: [new Date().getFullYear(), new Date().getMonth()+1, new Date().getDate()],
|
|
|
onConfirm: function(result){
|
|
|
console.log(result);
|
|
|
let date='';
|
|
|
for(var i=0;i<result.length;i++){
|
|
|
if(i==(result.length-1)){
|
|
|
date += result[i].value
|
|
|
}else{
|
|
|
date += result[i].value+'-'
|
|
|
}
|
|
|
}
|
|
|
$('#date').html(date+1);
|
|
|
$(this).find('.tishitxt').hide();
|
|
|
},
|
|
|
id: 'ma_expect_date',
|
|
|
className: 'ma_expect_date_picker'
|
|
|
});
|
|
|
|
|
|
})
|
|
|
$('.add_img').click(function () {
|
|
|
let i=0;
|
|
|
$("input[name='pic']").on('change',function(){
|
|
|
i++;
|
|
|
if(i==1){
|
|
|
var file = $(this).val();
|
|
|
var imgurl = setImagePreview(file);
|
|
|
var html=' <div class="trust_img">\n' +
|
|
|
' <div class="iconfont icon-close-b"></div>\n' +
|
|
|
' <img src="'+imgurl+'" alt="">\n' +
|
|
|
' </div>';
|
|
|
|
|
|
$('.trust_imgs').prepend(html);
|
|
|
}else{
|
|
|
|
|
|
}
|
|
|
});
|
|
|
})
|
|
|
//选择图片上传
|
|
|
function setImagePreview(avalue,obj) {
|
|
|
var docObj = document.getElementById("doc");
|
|
|
var imgurl='';
|
|
|
if (docObj.files && docObj.files[0]) {
|
|
|
imgurl = window.URL.createObjectURL(docObj.files[0]);
|
|
|
} else {
|
|
|
//IE下,使用滤镜
|
|
|
docObj.select();
|
|
|
imgurl = document.selection.createRange().text;
|
|
|
}
|
|
|
return imgurl;
|
|
|
}
|
|
|
$('.trust_imgs').on('click','.icon-close-b',function (e) {
|
|
|
$(this).parents('.trust_img').remove();
|
|
|
})
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|