|
@@ -845,14 +845,14 @@
|
|
this.cameraStarPosition.y = 30;
|
|
this.cameraStarPosition.y = 30;
|
|
}
|
|
}
|
|
this.cameraInit();
|
|
this.cameraInit();
|
|
- this.locusValue = (this.curHouseObj.name + this.curHouseObj.houseArea) || "";
|
|
|
|
|
|
+ this.locusValue = this.curHouseObj.name + "-" + this.curHouseObj.houseArea + "㎡";
|
|
let param = {
|
|
let param = {
|
|
type: 'PV',
|
|
type: 'PV',
|
|
pvId: this.pvId,
|
|
pvId: this.pvId,
|
|
locusBehaviorName: this.locusBehaviorName,
|
|
locusBehaviorName: this.locusBehaviorName,
|
|
pvCurPageName: this.pvCurPageName,
|
|
pvCurPageName: this.pvCurPageName,
|
|
locusValue: this.locusValue,
|
|
locusValue: this.locusValue,
|
|
- behaviorName:"户型定制",
|
|
|
|
|
|
+ behaviorName:"空间定制",
|
|
};
|
|
};
|
|
util.trackRequest(param);//发送统一PV埋点
|
|
util.trackRequest(param);//发送统一PV埋点
|
|
},
|
|
},
|