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 = {
// 用户电子函列表
letterRecordList: "/pingan_hklife_webapi/policy/letterRecordList",
// cms相关
indexVideo: "/pingan_hklife_webapi/cms/indexVideo",
banner: "/pingan_hklife_webapi/cms/banner/list",
......@@ -104,4 +105,7 @@ module.exports = {
// 上传文件到iobs
uploadFileIobs: "/pingan_hklife_webapi/policy/upload/file/iobs"
//首页产品列表
indexManageListApi: "/pingan_hklife_webapi/cms/index/manage"
};
......
......@@ -385,7 +385,18 @@ export default {
}
},
uploadExcel() {},
uploadExcel() {}
// aaa(){
// httpPost({
// url: api.indexManageListApi,
// data: {},
// sid: true
// })
// .then(response => {
// console.log("response:", response);
// })
// .catch(res => {});
//
// }
},
watch: {
"data.mobile": function() {
......@@ -414,6 +425,7 @@ export default {
this.initTitle();
},
created() {
//this.aaa()
// this.loading = true;
// this.queryPolicyContact();
this.$root.eventBus.$on("langChange", () => {
......@@ -423,3 +435,32 @@ export default {
});
}
};
// var ttt = {
// areaCode:"",
// mobileNo: "1232321",
// address: "CHINA, GuangdongShenzhen咯农户心情来来来",
// email: "zhangwenjun110@ocft.com",
// mobileNoAcceptMsg: 0,
// addressAcceptMsg: 0,
// emailAcceptMsg: 0,
// policies: [{ policyId: "4661690", policyCode: "P000200000000458" }]
// };
// var tttt2 = {
// policyContactCode: "",
// policyId: "4655100",
// policyCode: "P000200000000009",
// mobileAreaCode: "0668",
// mobile: "13727826666",
// countryId: "156",
// provinceId: "1",
// cityId: "304",
// address: "上海迪士尼乐园",
// acceptMessage: 1,
// iobsKey: "a",
// fileFormat: "xlsx",
// fileSize: 123,
// fileContentType: "mp4"
// };
......