Commit e47b988f by sunchao

喜报接口&问卷登陆接口添加来源

parent 517063e2
...@@ -21,7 +21,7 @@ $(function () { ...@@ -21,7 +21,7 @@ $(function () {
getXBDetailInfo(); getXBDetailInfo();
function getXBDetailInfo() { function getXBDetailInfo() {
$.ajax({ $.ajax({
url: api + '/api/getXBDetailInfo', url: api + '/api/activity/getXBDetailInfo',
type: 'POST', type: 'POST',
contentType: "application/json", contentType: "application/json",
data: JSON.stringify({ data: JSON.stringify({
......
...@@ -178,5 +178,8 @@ ...@@ -178,5 +178,8 @@
} }
} }
}, },
"defaultProject": "questionnaire" "defaultProject": "questionnaire",
} "cli": {
"analytics": "45aedd8f-e384-4524-9cf8-59d062335d90"
}
}
\ No newline at end of file
...@@ -336,7 +336,7 @@ export class LiveComponent implements OnInit { ...@@ -336,7 +336,7 @@ export class LiveComponent implements OnInit {
}).then(res => { }).then(res => {
if (res['success']) { if (res['success']) {
// 登录 // 登录
this.commonService.login({ 'mobileNo': this.loginData.mobileNo }).then(response => { this.commonService.login({ 'mobileNo': this.loginData.mobileNo ,campaignInfo:{campaignCode:JSON.parse(sessionStorage.getItem('campaignInfo'))['campaignCode']}}).then(response => {
if (response['success']) { if (response['success']) {
const double12_customerInfo = { const double12_customerInfo = {
customerId: response['data']['customerId'], customerId: response['data']['customerId'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment