c895c31e by simon

Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro

2 parents 237ad1d3 4c6d8190
...@@ -85,6 +85,7 @@ module.exports = { ...@@ -85,6 +85,7 @@ module.exports = {
85 // 用户电子函列表 85 // 用户电子函列表
86 letterRecordList: "/pingan_hklife_webapi/policy/letterRecordList", 86 letterRecordList: "/pingan_hklife_webapi/policy/letterRecordList",
87 87
88
88 // cms相关 89 // cms相关
89 indexVideo: "/pingan_hklife_webapi/cms/indexVideo", 90 indexVideo: "/pingan_hklife_webapi/cms/indexVideo",
90 banner: "/pingan_hklife_webapi/cms/banner/list", 91 banner: "/pingan_hklife_webapi/cms/banner/list",
...@@ -104,4 +105,7 @@ module.exports = { ...@@ -104,4 +105,7 @@ module.exports = {
104 105
105 // 上传文件到iobs 106 // 上传文件到iobs
106 uploadFileIobs: "/pingan_hklife_webapi/policy/upload/file/iobs" 107 uploadFileIobs: "/pingan_hklife_webapi/policy/upload/file/iobs"
108
109 //首页产品列表
110 indexManageListApi: "/pingan_hklife_webapi/cms/index/manage"
107 }; 111 };
......
...@@ -385,7 +385,18 @@ export default { ...@@ -385,7 +385,18 @@ export default {
385 } 385 }
386 }, 386 },
387 uploadExcel() {}, 387 uploadExcel() {},
388 uploadExcel() {} 388 // aaa(){
389 // httpPost({
390 // url: api.indexManageListApi,
391 // data: {},
392 // sid: true
393 // })
394 // .then(response => {
395 // console.log("response:", response);
396 // })
397 // .catch(res => {});
398 //
399 // }
389 }, 400 },
390 watch: { 401 watch: {
391 "data.mobile": function() { 402 "data.mobile": function() {
...@@ -414,6 +425,7 @@ export default { ...@@ -414,6 +425,7 @@ export default {
414 this.initTitle(); 425 this.initTitle();
415 }, 426 },
416 created() { 427 created() {
428 //this.aaa()
417 // this.loading = true; 429 // this.loading = true;
418 // this.queryPolicyContact(); 430 // this.queryPolicyContact();
419 this.$root.eventBus.$on("langChange", () => { 431 this.$root.eventBus.$on("langChange", () => {
...@@ -423,3 +435,32 @@ export default { ...@@ -423,3 +435,32 @@ export default {
423 }); 435 });
424 } 436 }
425 }; 437 };
438
439 // var ttt = {
440 // areaCode:"",
441 // mobileNo: "1232321",
442 // address: "CHINA, GuangdongShenzhen咯农户心情来来来",
443 // email: "zhangwenjun110@ocft.com",
444 // mobileNoAcceptMsg: 0,
445 // addressAcceptMsg: 0,
446 // emailAcceptMsg: 0,
447 // policies: [{ policyId: "4661690", policyCode: "P000200000000458" }]
448 // };
449
450 // var tttt2 = {
451 // policyContactCode: "",
452 // policyId: "4655100",
453 // policyCode: "P000200000000009",
454
455 // mobileAreaCode: "0668",
456 // mobile: "13727826666",
457 // countryId: "156",
458 // provinceId: "1",
459 // cityId: "304",
460 // address: "上海迪士尼乐园",
461 // acceptMessage: 1,
462 // iobsKey: "a",
463 // fileFormat: "xlsx",
464 // fileSize: 123,
465 // fileContentType: "mp4"
466 // };
......