Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c895c31e
authored
2020-05-15 19:57:13 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
2 parents
237ad1d3
4c6d8190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
1 deletions
src/api/api.js
src/pages/custom-service/components/policy-change-contact.js
src/api/api.js
View file @
c895c31
...
...
@@ -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"
};
...
...
src/pages/custom-service/components/policy-change-contact.js
View file @
c895c31
...
...
@@ -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"
// };
...
...
Please
register
or
sign in
to post a comment