Commit 883c79c3 by sunchao

rank接口添加入参isPersonal

parent c9414bb9
...@@ -221,7 +221,8 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit { ...@@ -221,7 +221,8 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
mobileNo: JSON.parse(localStorage.getItem('lifeCustomerInfo'))['mobileNo'], mobileNo: JSON.parse(localStorage.getItem('lifeCustomerInfo'))['mobileNo'],
time: time, time: time,
platform: platform, platform: platform,
type: type type: type,
isPersonal:0
} }
if (time == 1) { if (time == 1) {
this.leftWidth = '15%'; this.leftWidth = '15%';
......
...@@ -55,7 +55,8 @@ export class SalesRankComponent implements OnInit { ...@@ -55,7 +55,8 @@ export class SalesRankComponent implements OnInit {
mobileNo: JSON.parse(localStorage.getItem('lifeCustomerInfo'))['mobileNo'], mobileNo: JSON.parse(localStorage.getItem('lifeCustomerInfo'))['mobileNo'],
time: time, time: time,
platform: platform, platform: platform,
type: type type: type,
isPersonal:1
} }
this.myService.rank(param).subscribe((res) => { this.myService.rank(param).subscribe((res) => {
if (res['success']) { if (res['success']) {
......
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