No Description

second.js 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. var params=parseQueryString(window.location.href)
  2. var selectObj={};
  3. var hasError=params.hasError?params.hasError:""
  4. $().ready(function(){
  5. clickRecord("openLink","链接打开")//链接打开
  6. getInfo();
  7. // typeId=0时,优质--全部必填
  8. // typeId=3时,流水--月收入,收入形式,信用卡额度
  9. // typeId=4时,车抵--名下车产,车产估值
  10. // typeId=5,房抵
  11. // typeId=6,寿险
  12. // typeId=7,微粒贷--全都可以自动填写
  13. if(params.typeId==3) {
  14. $("#month_income").parents().eq(0).prepend("<div class='speical'>*</div>")
  15. $("#income_type").parents().eq(0).prepend("<div class='speical'>*</div>")
  16. $("#credit_card_quota").parents().eq(0).prepend("<div class='speical'>*</div>")
  17. }else if(params.typeId==4) {
  18. $("#has_car").parents().eq(0).prepend("<div class='speical'>*</div>")
  19. }else if(params.typeId==5) {
  20. $("#has_house").parents().eq(0).prepend("<div class='speical'>*</div>")
  21. }else if(params.typeId==6) {
  22. $("#has_Insurance").parents().eq(0).prepend("<div class='speical'>*</div>")
  23. }
  24. })
  25. $(".button").on("click",function(){
  26. clickRecord("assetButtonClick","资产信息页下一步点击")//下一步
  27. if(params.hasCode!=1) {
  28. selectObj.wx_load_quota=$("#weiliValue").val()?$("#weiliValue").val():selectObj.wx_load_quota;
  29. selectObj.sesame_credit=$("#zhimaValue").val()!=0?$("#zhimaValue").val():selectObj.sesame_credit;
  30. setUserInfo();
  31. }else {
  32. if(params.typeId) {
  33. window.location.href="identity.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code+"&hasCode="+params.hasCode+"&typeId="+params.typeId
  34. }else {
  35. window.location.href="identity.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code+"&hasCode="+params.hasCode
  36. }
  37. }
  38. })
  39. $(".top img").on("click",function(){
  40. if(params.typeId) {
  41. window.location.href="index.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code+"&hasCode="+params.hasCode+"&typeId="+params.typeId
  42. }else {
  43. window.location.href="index.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code+"&hasCode="+params.hasCode
  44. }
  45. })
  46. // 获取贷款信息
  47. function getInfo() {
  48. $.ajax({
  49. type:"post",
  50. url:"/user/getUserInfo",
  51. dataType:'json',
  52. data:{
  53. phone:params.phone,
  54. uid:params.uid,
  55. token:params.token,
  56. channel_id:params.source
  57. },
  58. success: function (res){
  59. if(res && res.errno == 0){
  60. var data=res.rst
  61. // -1由于mui的下标是从0开始的
  62. // 学历
  63. mobanData("最高学历",educational,'educational',data.educational-1)
  64. // 月收入
  65. mobanData("月收入",month_income,'month_income',data.month_income-1)
  66. // 收入形式
  67. mobanData("收入形式",income_type,'income_type',data.income_type-1)
  68. // 信用卡额度
  69. mobanData("信用卡额度",credit_card_quota,'credit_card_quota',data.credit_card_quota-1)
  70. // 微粒贷(微粒贷的最小值是0)
  71. mobanData("微粒贷",wx_load_quota,'wx_load_quota',data.wx_load_quota)
  72. // 芝麻分
  73. mobanData("芝麻分",sesame_credit,'sesame_credit',data.sesame_credit)
  74. // 名下房产
  75. mobanData("名下房产",has_house,'has_house',data.has_house-1)
  76. // 房产估值
  77. mobanData("房产估值",house_value,"house_value",data.house_value-1)
  78. //名下车产
  79. mobanData("名下车产",has_car,"has_car",data.has_car-1)
  80. // 车产估值
  81. mobanData("车产估值",car_value,"car_value",data.car_value-1)
  82. // 个人保险
  83. mobanData("个人保险",has_Insurance,'has_Insurance',data.has_Insurance-1)
  84. //投保类型
  85. // mobanData("投保信息",insInf,"insInf",0)
  86. // 投保公司
  87. mobanData("投保公司",Insurance_company,"Insurance_company",data.Insurance_company-1)
  88. // 投保金额
  89. mobanData("投保金额",Insurance_value,"Insurance_value",data.Insurance_value-1)
  90. selectObj.educational=data.educational;
  91. selectObj.month_income=data.month_income;
  92. selectObj.income_type=data.income_type;
  93. selectObj.credit_card_quota=data.credit_card_quota;
  94. selectObj.wx_load_quota=data.wx_load_quota;
  95. selectObj.sesame_credit=data.sesame_credit;
  96. selectObj.has_house=data.has_house;
  97. selectObj.house_value=data.house_value;
  98. selectObj.has_car=data.has_car;
  99. selectObj.car_value=data.car_value;
  100. selectObj.has_Insurance=data.has_Insurance;
  101. // selectObj.insInf=data.insInf?data.insInf:0;
  102. selectObj.car_value=data.car_value;
  103. selectObj.Insurance_company=data.Insurance_company;
  104. selectObj.Insurance_value=data.Insurance_value;
  105. // 贷款城市
  106. $("#city").text(params.city?params.city:data.loal_area?data.loal_area:"请选择所在城市>")
  107. city=params.city?params.city:data.loal_area?data.loal_area:"请选择所在城市>"
  108. if(params.typeId) {
  109. if(selectObj.has_house&&selectObj.has_house!=1) {
  110. jQuery(".house_value").attr("style","display:flex");
  111. }
  112. if(selectObj.has_car>2){
  113. jQuery(".car_value").attr("style","display:flex");
  114. }
  115. // 当选择了投保时,判断是否选择了投保公司和保单价值
  116. if(selectObj.has_Insurance!=1) {
  117. // 投保公司
  118. if(selectObj.Insurance_company>=1){
  119. jQuery(".Insurance_company").attr("style","display:flex");
  120. jQuery(".insInf").attr("style","display:flex;");
  121. }
  122. if(selectObj.Insurance_value>=1) {
  123. jQuery(".Insurance_value").attr("style","display:flex");
  124. jQuery(".insInf").attr("style","display:flex;")
  125. mobanData("投保信息",insInf,"insInf",1)
  126. }
  127. }
  128. if(params.typeId!=0&&!selectObj.educational) {
  129. selectObj.educational=1
  130. $("#educational").text(educational[0].text);
  131. $("#educational").addClass("hasValue");
  132. // showMsg("请选择学历");
  133. // return false;
  134. }
  135. if(params.typeId!=3&&params.typeId!=0&&!selectObj.month_income) {
  136. selectObj.month_income=1
  137. $("#month_income").text(month_income[0].text);
  138. $("#month_income").addClass("hasValue");
  139. // showMsg("请选择月收入");
  140. // return false;
  141. }
  142. if(params.typeId!=3&&params.typeId!=0&&!selectObj.income_type){
  143. selectObj.income_type=1
  144. $("#income_type").text(income_type[0].text);
  145. $("#income_type").addClass("hasValue");
  146. // showMsg("请选择收入形式");
  147. // return false;
  148. }
  149. if(params.typeId!=3&&params.typeId!=0&&!selectObj.credit_card_quota) {
  150. selectObj.credit_card_quota=1
  151. $("#credit_card_quota").text(credit_card_quota[0].text);
  152. $("#credit_card_quota").addClass("hasValue");
  153. // showMsg("请选择信用卡额度");
  154. // return false;
  155. }
  156. if(params.typeId!=0&&!selectObj.wx_load_quota) {
  157. selectObj.wx_load_quota=0
  158. $("#wx_load_quota").text(wx_load_quota[0].text);
  159. $("#wx_load_quota").addClass("hasValue");
  160. // showMsg("请选择微粒贷");
  161. // return false;
  162. }
  163. if(params.typeId!=0&&!selectObj.sesame_credit) {
  164. selectObj.sesame_credit=0
  165. $("#sesame_credit").text(sesame_credit[0].text);
  166. $("#sesame_credit").addClass("hasValue");
  167. // showMsg("请选择芝麻分");
  168. // return false;
  169. }
  170. if(params.typeId!=5&&params.typeId!=0&&!selectObj.has_house) {
  171. selectObj.has_house=1
  172. $("#has_house").text(has_house[0].text);
  173. $("#has_house").addClass("hasValue");
  174. // showMsg("请选择名下房产");
  175. // return false;
  176. }
  177. if(params.typeId!=4&&params.typeId!=0&&!selectObj.has_car) {
  178. selectObj.has_car=1
  179. $("#has_car").text(has_car[0].text);
  180. $("#has_car").addClass("hasValue");
  181. }
  182. if(params.typeId!=6&&params.typeId!=0&&!selectObj.has_Insurance) {
  183. selectObj.has_Insurance=1
  184. $("#has_Insurance").text(has_Insurance[0].text);
  185. $("#has_Insurance").addClass("hasValue");
  186. selectObj.Insurance_company=0;
  187. selectObj.Insurance_value=0;
  188. }
  189. }
  190. }else{
  191. showMsg(res.rst.msg)
  192. }
  193. },
  194. error:function(){
  195. showMsg("网络错误,请稍后再试");
  196. }
  197. });
  198. }
  199. // 设置资产信息
  200. function setUserInfo(){
  201. for(var i in selectObj) {
  202. // if(i!="car_value"&&i!="house_value") {
  203. if(!selectObj[i]) {
  204. console.log("开始")
  205. console.log(i)
  206. if(params.typeId) {
  207. if(i=="educational"&&params.typeId==0) {
  208. showMsg("请选择学历");
  209. return false;
  210. }
  211. if(i=="month_income"&&params.typeId==0) {
  212. showMsg("请选择月收入");
  213. return false;
  214. }
  215. if(i=="income_type"&&params.typeId==0){
  216. showMsg("请选择收入形式");
  217. return false;
  218. }
  219. if(i=="credit_card_quota"&&params.typeId==0) {
  220. showMsg("请选择信用卡额度");
  221. return false;
  222. }
  223. if(i=="wx_load_quota"&&params.typeId==0&&selectObj["wx_load_quota"]!==0) {
  224. showMsg("请选择微粒贷");
  225. return false;
  226. }
  227. if(i=="sesame_credit"&&params.typeId==0&&selectObj["sesame_credit"]!==0) {
  228. showMsg("请选择芝麻分");
  229. return false;
  230. }
  231. if(i=="has_house"&&params.typeId==0) {
  232. showMsg("请选择名下房产");
  233. return false;
  234. }
  235. if(i=="has_car"&&params.typeId==0) {
  236. showMsg("请选择名下车产");
  237. return false;
  238. }
  239. if(i=="has_Insurance"&&params.typeId==0) {
  240. showMsg("请选择个人保险");
  241. return false;
  242. }
  243. if(i=="credit_card_quota"&&params.typeId==3&&selectObj[i]==1) {
  244. showMsg("信用卡额度信息不能为无");
  245. return false;
  246. }
  247. if(params.typeId==3&&i=="month_income"){
  248. showMsg("请选择月收入");
  249. return false;
  250. // 流水,收入形式为空
  251. }else if(params.typeId==3&&i=="income_type"){
  252. showMsg("请选择收入形式");
  253. return false;
  254. }else if(params.typeId==3&&i=="credit_card_quota"){
  255. showMsg("请选择信用卡额度");
  256. return false;
  257. // 车产
  258. }else if(params.typeId==4&&i=="has_car"){
  259. showMsg("请选择名下车产");
  260. return false;
  261. // 房产
  262. }else if(params.typeId==5&&i=="has_house"){
  263. showMsg("请选择名下房产");
  264. return false;
  265. }else if(params.typeId==6&&i=="has_Insurance"){
  266. showMsg("请选择个人保险");
  267. return false;
  268. }else if(i=="has_Insurance"&&selectObj[i]!=1) {
  269. if(!selectObj["Insurance_company"]) {
  270. showMsg("请选择投保公司")
  271. return false;
  272. }else if(!selectObj["Insurance_value"]) {
  273. showMsg("请选择投保金额");
  274. return false;
  275. }
  276. }
  277. // 有车时,has_Car=1
  278. if(selectObj["has_car"]>2&&i=="car_value") {
  279. showMsg("请选择车产估值");
  280. return false;
  281. }else if(selectObj["has_house"]!=1&&i=="house_value") {
  282. showMsg("请选择房产估值");
  283. return false;
  284. }else if(i=="Insurance_company"&&selectObj["has_Insurance"]!=1) {
  285. showMsg("请选择投保公司")
  286. return false;
  287. }else if(i=="Insurance_value"&&selectObj["has_Insurance"]!=1) {
  288. showMsg("请选择投保金额");
  289. return false;
  290. }
  291. }else {
  292. if(i=="educational") {
  293. showMsg("请选择学历");
  294. return false;
  295. }
  296. if(i=="month_income") {
  297. showMsg("请选择月收入");
  298. return false;
  299. }
  300. if(i=="income_type"){
  301. showMsg("请选择收入形式");
  302. return false;
  303. }
  304. if(i=="credit_card_quota") {
  305. showMsg("请选择信用卡额度");
  306. return false;
  307. }
  308. if(i=="wx_load_quota"&&selectObj["wx_load_quota"]!==0) {
  309. showMsg("请选择微粒贷");
  310. return false;
  311. }
  312. if(i=="sesame_credit"&&selectObj["sesame_credit"]!==0) {
  313. showMsg("请选择芝麻分");
  314. return false;
  315. }
  316. if(i=="has_house") {
  317. showMsg("请选择名下房产");
  318. return false;
  319. }
  320. if(i=="has_car") {
  321. showMsg("请选择名下车产");
  322. return false;
  323. }
  324. if(i=="has_Insurance") {
  325. showMsg("请选择个人保险");
  326. return false;
  327. }
  328. if(i=="credit_card_quota"&&selectObj[i]==1) {
  329. showMsg("信用卡额度信息不能为无");
  330. return false;
  331. }
  332. if(i=="month_income"){
  333. showMsg("请选择月收入");
  334. return false;
  335. // 流水,收入形式为空
  336. }else if(i=="income_type"){
  337. showMsg("请选择收入形式");
  338. return false;
  339. }else if(i=="credit_card_quota"){
  340. showMsg("请选择信用卡额度");
  341. return false;
  342. // 车产
  343. }else if(i=="has_car"){
  344. showMsg("请选择名下车产");
  345. return false;
  346. // 房产
  347. }else if(i=="has_house"){
  348. showMsg("请选择名下房产");
  349. return false;
  350. }else if(i=="has_Insurance"){
  351. showMsg("请选择个人保险");
  352. return false;
  353. }else if(i=="has_Insurance"&&selectObj[i]!=1) {
  354. if(!selectObj["Insurance_company"]) {
  355. showMsg("请选择投保公司")
  356. return false;
  357. }else if(!selectObj["Insurance_value"]) {
  358. showMsg("请选择投保金额");
  359. return false;
  360. }
  361. }
  362. // 有车时,has_Car=1
  363. if(selectObj["has_car"]>2&&i=="car_value") {
  364. showMsg("请选择车产估值");
  365. return false;
  366. }else if(selectObj["has_house"]!=1&&i=="house_value") {
  367. showMsg("请选择房产估值");
  368. return false;
  369. }else if(i=="Insurance_company"&&selectObj["has_Insurance"]!=1) {
  370. showMsg("请选择投保公司")
  371. return false;
  372. }else if(i=="Insurance_value"&&selectObj["has_Insurance"]!=1) {
  373. showMsg("请选择投保金额");
  374. return false;
  375. }
  376. }
  377. }
  378. if(i=="credit_card_quota"&&params.typeId==3&&selectObj[i]==1) {
  379. showMsg("信用卡额度不能为无")
  380. return false;
  381. }
  382. if(i=="has_car"&&params.typeId==4&&selectObj[i]==1) {
  383. showMsg("车产信息不能为无")
  384. return false;
  385. }
  386. if(i=="has_house"&&params.typeId==5&&selectObj[i]==1) {
  387. showMsg("房产信息不能为无")
  388. return false;
  389. }
  390. if(i=="has_Insurance"&&params.typeId==6&&selectObj[i]==1) {
  391. showMsg("投保信息不能为无")
  392. return false;
  393. }
  394. // }
  395. // 如果微粒贷和芝麻选择有却没有选址
  396. }
  397. // 贷款金额1-100之间
  398. if(selectObj.wx_load_quota!=0&&$("#weiliValue").val()<500||$("#weiliValue").val()>200000) {
  399. showMsg("微粒贷额度请填写500-200000的范围")
  400. }else if(selectObj.sesame_credit!=0&&$("#zhimaValue").val()<350||$("#zhimaValue").val()>950){
  401. showMsg("芝麻分信用请填写350-950的范围")
  402. }else {
  403. console.log("elese")
  404. $.ajax({
  405. type:"post",
  406. url:"/user/setUserInfo",
  407. dataType:'json',
  408. data:{
  409. phone:params.phone,
  410. uid:params.uid,
  411. token:params.token,
  412. educational:parseInt(selectObj.educational==0?'':selectObj.educational),
  413. month_income:parseInt(selectObj.month_income==0?'':selectObj.month_income),
  414. income_type:parseInt(selectObj.income_type==0?'':selectObj.income_type),
  415. credit_card_quota:parseInt(selectObj.credit_card_quota==0?'':selectObj.credit_card_quota),
  416. wx_load_quota:parseInt(selectObj.wx_load_quota),
  417. sesame_credit:parseInt(selectObj.sesame_credit),
  418. has_house:parseInt(selectObj.has_house==0?'':selectObj.has_house),
  419. house_value:parseInt(selectObj.house_value==0?'':selectObj.house_value),
  420. has_car:parseInt(selectObj.has_car==0?'':selectObj.has_car),
  421. car_value:parseInt(selectObj.car_value==0?'':selectObj.car_value),
  422. has_Insurance:parseInt(selectObj.has_Insurance==0?'':selectObj.has_Insurance),
  423. Insurance_company:parseInt(selectObj.Insurance_company==0?'':selectObj.Insurance_company),
  424. Insurance_value:parseInt(selectObj.Insurance_value==0?'':selectObj.Insurance_value),
  425. channel_id:params.source
  426. },
  427. success: function (res){
  428. if(res && res.errno == 0){
  429. var data=res.rst.data
  430. // 跳转到下个页面判断是否有审核失败记录
  431. if(params.typeId) {
  432. window.location.href="identity.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code+"&typeId="+params.typeId
  433. }else {
  434. window.location.href="identity.html?source="+params.source+"&phone="+params.phone+"&uid="+params.uid+"&token="+params.token+"&hasError="+hasError+"&code="+params.code
  435. }
  436. }else{
  437. showMsg(res.rst.msg)
  438. }
  439. },
  440. error:function(){
  441. showMsg("网络错误,请稍后再试");
  442. }
  443. });
  444. }
  445. }
  446. function mobanData(title,data,dom,index){
  447. var identityPicker = new mui.PopPicker();
  448. identityPicker.setData(data,title);
  449. // 设置选中的下拉项
  450. identityPicker.pickers[0].setSelectedIndex(index,2000)
  451. var identityDom = document.getElementById(dom);
  452. // 微粒贷和芝麻分不等于0时,区别判断
  453. if(dom!="wx_load_quota"&&dom!="sesame_credit") {
  454. if(index>-1) {
  455. jQuery("#"+dom).text(data[index].text)
  456. jQuery("#"+dom).addClass("hasValue")
  457. }
  458. }else if(dom=="wx_load_quota"&&index!=-1) {
  459. if(index>0) {
  460. jQuery("#"+dom).addClass("hasValue")
  461. jQuery(".weiliValue").attr("style","display:flex");
  462. jQuery("#weiliValue").attr("value",index)
  463. jQuery("#"+dom).text(data[1].text)
  464. }else if(index===0){
  465. jQuery("#"+dom).text(data[0].text)
  466. jQuery("#"+dom).addClass("hasValue");
  467. }
  468. }else if(dom=="sesame_credit"&&index!=-1) {
  469. if(index>0) {
  470. jQuery("#"+dom).addClass("hasValue")
  471. jQuery(".zhimaValue").attr("style","display:flex");
  472. jQuery("#zhimaValue").attr("value",index)
  473. jQuery("#"+dom).text(data[1].text)
  474. }else if(index===0){
  475. jQuery("#"+dom).text(data[0].text)
  476. jQuery("#"+dom).addClass("hasValue");
  477. }
  478. }
  479. identityDom.addEventListener('tap', function(event) {
  480. console.log("click")
  481. identityPicker.show(function(items) {
  482. jQuery("#"+dom).text(items[0].text)
  483. jQuery("#"+dom).addClass("hasValue")
  484. selectObj[dom]=items[0].value;
  485. console.log(selectObj[dom])
  486. // 有微粒贷时
  487. if(dom=="wx_load_quota"&&items[0].text=="有") {
  488. jQuery(".weiliValue").attr("style","display:flex");
  489. // 无微粒贷时
  490. }else if(dom=="wx_load_quota"&&items[0].text!="有"){
  491. jQuery(".weiliValue").hide();
  492. jQuery("#weiliValue").val("")
  493. selectObj["wx_load_quota"]=0
  494. // 芝麻
  495. }else if(dom=="sesame_credit"&&items[0].text=="有") {
  496. jQuery(".zhimaValue").attr("style","display:flex");
  497. }else if(dom=="sesame_credit"&&items[0].text!="有"){
  498. jQuery(".zhimaValue").hide();
  499. jQuery("#zhimaValue").val("")
  500. selectObj["sesame_credit"]=0
  501. // 有房产时
  502. }else if(dom=="has_house"&&items[0].text.indexOf("有")!=-1||dom=="house_value"){
  503. jQuery(".house_value").attr("style","display:flex");
  504. // selectObj["house_value"]=selectObj["house_value"]?selectObj["house_value"]:1;
  505. // selectObj["house_value"]=selectObj["house_value"]?selectObj["house_value"]:0;
  506. // 无房产时
  507. }else if(dom=="house_value"||items[0].text.indexOf("有")==-1&&items[0].text.indexOf("房")!=-1){
  508. jQuery(".house_value").hide();
  509. selectObj.house_value="";
  510. //有车产时
  511. }else if(dom=="has_car"&&items[0].text.indexOf("有")!=-1||dom=="car_value") {
  512. jQuery(".car_value").attr("style","display:flex");
  513. // 无车产时
  514. }else if(dom=="car_value"||items[0].text.indexOf("有")==-1&&items[0].text.indexOf("车")!=-1){
  515. jQuery(".car_value").hide();
  516. selectObj.car_value="";
  517. // 有保险时
  518. }else if(dom=="has_Insurance"&&items[0].text.indexOf("无")==-1){
  519. jQuery(".Insurance_company").attr("style","display:flex")
  520. jQuery(".Insurance_value").attr("style","display:flex")
  521. // 无投保时,投保公司和投保金额为0
  522. }else if(dom=="has_Insurance"||items[0].text.indexOf("投保")==-1&&dom=="has_Insurance"){
  523. jQuery(".insInf").hide();
  524. jQuery(".Insurance_company").hide();
  525. jQuery(".Insurance_value").hide();
  526. selectObj.Insurance_company="";
  527. selectObj.Insurance_value="";
  528. }else if(dom=="insInf"&&items[0].text.indexOf("无")!=-1){
  529. jQuery(".Insurance_company").hide();
  530. jQuery(".Insurance_value").hide();
  531. selectObj['Insurance_value']=""
  532. }
  533. });
  534. }, false);
  535. }
  536. // 展示错误提示信息
  537. function showMsg(msg) {
  538. $(".alert-info").show();
  539. $(".alert-info p").text(msg)
  540. setTimeout(function() {
  541. $(".alert-info").hide();
  542. }, 1000);
  543. }
  544. //获取地址栏参数
  545. function parseQueryString(url) {
  546. var urlObj = {};
  547. var reg = /([^?=&]+)=([^?=&]+)/g;
  548. url.replace(reg, function($0, $1, $2) {
  549. urlObj[$1] = decodeURIComponent($2);
  550. })
  551. return urlObj;
  552. }
  553. // 埋点
  554. function clickRecord(eventId,eventName){
  555. $.ajax({
  556. url:"/user/clickRecord",
  557. type:"post",
  558. dataType:"json",
  559. data:{
  560. event_id:eventId,
  561. event_name:eventName,
  562. channel_id:params.source
  563. },
  564. success:function(res) {
  565. }
  566. })
  567. }