提交 92f88f9b 作者: 姚志忠

新增inner_market_code 市场编号参数

父级 f82bf773
import { import {
EventEmitter, EventEmitter,
get, get,
post, post,
...@@ -73,6 +73,7 @@ const buildings = [ ...@@ -73,6 +73,7 @@ const buildings = [
nameEn: "District 1", nameEn: "District 1",
displayName: "国际商贸城一区", displayName: "国际商贸城一区",
displayNameEn: "International Trade City District 1", displayNameEn: "International Trade City District 1",
marketCode: "1001",
zone: "01", zone: "01",
buildingId: "3307001301397", buildingId: "3307001301397",
latlng: { lat: 29.327742, lng: 120.103138}, latlng: { lat: 29.327742, lng: 120.103138},
...@@ -226,6 +227,7 @@ const buildings = [ ...@@ -226,6 +227,7 @@ const buildings = [
nameEn: "District 2", nameEn: "District 2",
displayName: "国际商贸城二区", displayName: "国际商贸城二区",
displayNameEn: "International Trade City District 2", displayNameEn: "International Trade City District 2",
marketCode: "1003",
zone: "02", zone: "02",
buildingId: "3307001732882", buildingId: "3307001732882",
latlng: { lat: 29.334626, lng: 120.106744}, latlng: { lat: 29.334626, lng: 120.106744},
...@@ -659,7 +661,7 @@ App({ ...@@ -659,7 +661,7 @@ App({
}); });
}, },
/** /**
* 更新神策埋点全局参数 inner_market_code(市场编号) * 更新埋点全局参数 inner_market_code(市场编号)
* 若当前建筑有 marketCode 则注册,否则传空字符串(场外留空) * 若当前建筑有 marketCode 则注册,否则传空字符串(场外留空)
*/ */
updateSensorsMarketCode(building) { updateSensorsMarketCode(building) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论