ajax

function ajax(){

$.ajax(

{
  type: "post",
  async: false,
  //接口
  url :
"front/investor_info/save.jhtml",   dataType: "json",
  //保存在数据库中的对应名称,name是数据库的定义名称,_name是前端获取页面的值   data: { name: _name,sex:_sex,bornTime:_dbirth,nationality:_nationality,productName: _productName,price:_birth,timeType:_timeType,certificateType:_credentials,certificateNumber:_credentials_number,phoneNumber:_phone,email:_Email,signName: _name,uuid:_uuid}, beforeSend:
function(){   // loadShow("加载中"); }, success : function(data){
  //成功之后执行的地方   
// location.href = 'RiskTolerance.html?name='+ escape(_name) +'&productName='+escape(_productName) + '&timeType=' + escape(_timeType) + '&uuid=' + _uuid;   if(data.type=='success'){
    //判断data.type后台返回的值是不是success,是就执行下面的内容,不是就执行else里面的内容     
// layer.msg('提交成功');     location.href = 'RiskTolerance.html?name='+ escape(_name) +'&productName='+escape(_productName) + '&timeType=' + escape(_timeType) + '&uuid=' + _uuid;   }else if(data.type == "error"){     layer.msg(data.content);   }else{     layer.msg('提交失败');   }     console.log(data);   },   error : function(data) {   //layer.msg('操作失败');   //调试   // location.href = '投资者风险承受能力问卷.html?name='+ escape(name) +'&productName='+escape(productName) + '&timeType=' + escape(timeType);   // location.href = '投资者风险承受能力问卷.html?name='+ escape(name); //这句是放提交成功那行的。 } }); }

 

转载于:https://www.cnblogs.com/huahua0825/p/8080310.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值