实例1:

window.location.href = "<{spUrl c=credit a=creditNext}>"+"&ID="+data.id;

实例2:

if(json.mobile){
    $("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>'+'&Mobile='+json.mobile+'">查看</a></p>');
    return false;
}

也可以:

if(json.mobile){ 
    $("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>&Mobile='+json.mobile+'">查看</a></p>');
    return false;
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-09-22
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案