@conecli/cone-render 0.10.1-shop3.11 → 0.10.1-shop3.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +1 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/common/accessibility.h5.ts +1 -0
  4. package/dist/common/accessibility.ts +1 -0
  5. package/dist/common/const.ts +1 -1
  6. package/dist/common/index.h5.ts +1 -1
  7. package/dist/common/index.jd.ts +1 -1
  8. package/dist/common/index.ts +1 -1
  9. package/dist/common/index.weapp.ts +1 -1
  10. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  11. package/dist/common/jssdk.ts +1 -1
  12. package/dist/common/jssdk.weapp.ts +1 -0
  13. package/dist/common/pageType.ts +1 -1
  14. package/dist/common/token/index.h5.ts +1 -1
  15. package/dist/common/token/token.jd.ts +1 -1
  16. package/dist/common/wxappApi.ascf.ts +1 -0
  17. package/dist/common/wxappApi.ts +1 -1
  18. package/dist/components/ErrorBoundary.tsx +1 -1
  19. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  20. package/dist/components/base/CountDown/index.tsx +1 -1
  21. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  22. package/dist/components/base/CustomVideo/index.tsx +1 -1
  23. package/dist/components/base/CustomVideo/index.weapp.tsx +1 -0
  24. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  25. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  26. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  27. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  28. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  29. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  30. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  31. package/dist/components/base/MobileCommonHeader/index.tsx +1 -1
  32. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  33. package/dist/components/base/NetworkDataError/const.ts +1 -1
  34. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  35. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  36. package/dist/components/base/Price/Base/index.module.scss +12 -0
  37. package/dist/components/base/Price/Base/index.tsx +1 -1
  38. package/dist/components/base/Price/Double/index.module.scss +25 -1
  39. package/dist/components/base/Price/Double/index.tsx +1 -1
  40. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  41. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  42. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  43. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  44. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  45. package/dist/components/floorItem.tsx +1 -1
  46. package/dist/components/isv/Floor/index.tsx +1 -1
  47. package/dist/components/remoteFloorItem.tsx +1 -1
  48. package/dist/config/env.ts +1 -1
  49. package/dist/interface/common.ts +1 -1
  50. package/dist/interface/component.ts +1 -1
  51. package/dist/interface/jumpEventReport.ts +1 -1
  52. package/dist/interface/service.ts +1 -1
  53. package/dist/jumpEventReport/base.ts +1 -1
  54. package/dist/jumpEventReport/const.ts +1 -1
  55. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  56. package/dist/jumpEventReport/index.h5.ts +1 -1
  57. package/dist/jumpEventReport/index.jd.ts +1 -1
  58. package/dist/jumpEventReport/index.weapp.ts +1 -1
  59. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  60. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  61. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  62. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  63. package/dist/jumpEventReport/web/report.ts +1 -1
  64. package/dist/jumpEventReport/web.base.ts +1 -1
  65. package/dist/jumpEventReport/web.jd.ts +1 -1
  66. package/dist/jumpEventReport/web.pc.ts +1 -1
  67. package/dist/jumpEventReport/web.tjm.ts +1 -1
  68. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  69. package/dist/language/en_US.json +395 -0
  70. package/dist/language/zh_CN.json +395 -0
  71. package/dist/language/zh_HK.json +395 -0
  72. package/dist/libs/openShopBridge.js +161 -0
  73. package/dist/libs/openShopBridge.min.js +1 -0
  74. package/dist/libs/taroAppReport.js +2 -2
  75. package/dist/modules/ContainerFloorList/index.h5.module.scss +16 -2
  76. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  77. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  78. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  79. package/dist/open/api/environment.ts +1 -1
  80. package/dist/open/api/shopMember.ts +1 -1
  81. package/dist/open/api/shopMember.weapp.ts +1 -0
  82. package/dist/open/api/track.ts +1 -1
  83. package/dist/open/api/util.ts +1 -1
  84. package/dist/open/components/index.ts +1 -1
  85. package/dist/open/index.ts +1 -1
  86. package/dist/sass/app.h5.scss +19 -2
  87. package/dist/sass/base.scss +8 -4
  88. package/dist/service/fetchGateway.ts +1 -1
  89. package/dist/service/fetchGateway.weapp.ts +1 -1
  90. package/dist/service/fetchJsonp.weapp.ts +1 -0
  91. package/dist/service/http/const.ts +1 -1
  92. package/dist/service/http/h5Http.ts +1 -1
  93. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  94. package/dist/service/requestServer.h5.ts +1 -1
  95. package/dist/service/requestServer.ts +1 -1
  96. package/dist/service/requestServer.weapp.ts +1 -1
  97. package/dist/utils/connectNativeJsBridge.ts +1 -1
  98. package/dist/utils/h5Utils.ts +1 -1
  99. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  100. package/dist/utils/harmonyCallRouter.ts +0 -0
  101. package/dist/utils/index.h5.ts +1 -1
  102. package/dist/utils/index.ts +1 -1
  103. package/dist/utils/index.weapp.ts +1 -1
  104. package/dist/utils/jumpExtMapUtil.ts +1 -0
  105. package/dist/utils/jumpExtMapUtil.weapp.ts +1 -0
  106. package/dist/utils/log.ts +1 -0
  107. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  108. package/dist/utils/sColor.weapp.ts +1 -0
  109. package/dist/utils/utils.ts +1 -1
  110. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  111. package/dist/wxapp/common/user_info.js +1 -1
  112. package/package.json +165 -141
  113. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  114. package/dist/utils/priceUtils.js +0 -1
  115. /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
@@ -1 +1 @@
1
- import { domain } from '../../api';
2
1
  shop: '/pages/shop/index/index',
3
2
  detail: '/pages/gold/item/pages/detail/index',
4
3
  jxDetail: '/pages/item/detail/detail',
5
4
  searchCoupon: '/pages/search/subPackages/coupon/coupon',
6
5
  h5: '/pages/h5/index',
7
6
  jingGouHome: '/pages/index/index',
8
7
  shopFans: '/pages/shopfans/pages/index/index',
9
8
  shopLight: '/pages/shoplight/pages/index/index',
10
9
  couponSearch: '/pages/search/subPackages/coupon/coupon',
11
10
  jxCouponSearch: '/pages/search_copr/index',
12
11
  shopx: '/pages/shopx/pages/index/index',
13
12
  shopSearch: '/pages/shopx/pages/searchPanel/index',
14
13
  mshop: domain.mshop,
15
14
  pages: domain.pages,
16
15
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
17
16
  jxCouponSearch: `${domain.jxDomain}/search/coupon.shtml`,
18
17
  pcCouponSearch: `${domain.pcSo}/Search`,
19
18
  shopSecondActivity: `${domain.sale}/m/h5/`,
20
19
  shopLight: `${domain.sale}/liteshop/index.html`,
21
20
  detail: `${domain.mobileDetail}/product/`,
22
21
  jxDetail: `${domain.wqs}/item/view.html`,
23
22
  tjDetail: `${domain.kpl}/product`,
24
23
  pcDetail: `https://item.jd.com/`,
25
24
  pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
26
25
  mobileHome: `${domain.mobileHome}`,
27
26
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
28
27
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
29
28
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
30
29
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
31
30
  myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
32
31
  myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
33
32
  memberHome: `${domain.pages}/member/home`,
34
33
  memberCard: `${domain.pages}/member/card`,
35
34
  memberPoints: `${domain.pages}/member/points`,
36
35
  memberBenefit: `${domain.pages}/member/benefit`,
37
36
  memberScores: `${domain.pages}/member/scores`,
38
37
  memberScoreRule: `${domain.pages}/member/scoreRule`,
39
38
  memberProduct: `${domain.pages}/member/product`,
40
39
  shopMember: `${domain.shopMember}/shopcard`,
41
40
  shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
42
41
  shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
43
42
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
44
43
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
45
44
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
46
45
  shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
47
46
  shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
48
47
  shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
49
48
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
50
49
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
51
50
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
52
51
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
53
52
  shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
54
53
  shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
55
54
  shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
56
55
  beanDetail: `${domain.bean}/beanDetail/index.action`,
57
56
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
58
57
  mLive: `${domain.lives}/#`,
59
58
  shopHome: `${domain.pages}/shop/home`,
60
59
  shopIntroduce: `${domain.pages}/shop/introduce`,
61
60
  shopSearch: `${domain.pages}/shop/search`,
62
61
  shopLottery: `${domain.pages}/shop/lottery`,
63
62
  shopCoupon: `${domain.pages}/shop/coupon`,
64
63
  shopWares: `${domain.pages}/shop/wares`,
65
64
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
66
65
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
67
66
  shopVideos: `${domain.pages}/shop/videos`,
68
67
  shopMoreGoods: `${domain.pages}/shop/moreGoods`,
69
68
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
70
69
  dongDongChat: `${domain.jdcs}/chat/index.action`,
71
70
  samCenter: `${domain.pages}/shop/samCenter`,
72
71
  samCard: `${domain.pages}/shop/samCard`,
73
72
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
74
73
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
75
74
  sageAuthorHome: `${domain.ecoDomain}/content/dr_home/index.html`,
76
75
  sageShopInteract: `${domain.pages}/app/interact`,
76
+ import { domain } from '../../api';
77
77
  shop: '/pages/shop/index/index',
78
78
  detail: '/pages/gold/item/pages/detail/index',
79
79
  jxDetail: '/pages/item/detail/detail',
80
80
  searchCoupon: '/pages/search/subPackages/coupon/coupon',
81
81
  h5: '/pages/h5/index',
82
82
  jingGouHome: '/pages/index/index',
83
83
  shopFans: '/pages/shopfans/pages/index/index',
84
84
  shopLight: '/pages/shoplight/pages/index/index',
85
85
  couponSearch: '/pages/search/subPackages/coupon/coupon',
86
86
  jxCouponSearch: '/pages/search_copr/index',
87
87
  shopx: '/pages/shopx/pages/index/index',
88
88
  shopSearch: '/pages/shopx/pages/searchPanel/index',
89
89
  jdLive: '/pages/jd_live/pages/liveRoom/index',
90
90
  orderList: '/pages/order/list/index',
91
91
  mshop: domain.mshop,
92
92
  pages: domain.pages,
93
93
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
94
94
  jxCouponSearch: `${domain.jxDomain}/search/coupon.shtml`,
95
95
  pcCouponSearch: `${domain.pcSo}/Search`,
96
96
  shopSecondActivity: `${domain.sale}/m/h5/`,
97
97
  shopLight: `${domain.sale}/liteshop/index.html`,
98
98
  detail: `${domain.mobileDetail}/product/`,
99
99
  jxDetail: `${domain.wqs}/item/view.html`,
100
100
  tjDetail: `${domain.kpl}/product`,
101
101
  pcDetail: `https://item.jd.com/`,
102
102
  pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
103
103
  mobileHome: `${domain.mobileHome}`,
104
104
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
105
105
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
106
106
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
107
107
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
108
108
  myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
109
109
  myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
110
110
  memberHome: `${domain.pages}/member/home`,
111
111
  memberCard: `${domain.pages}/member/card`,
112
112
  memberPoints: `${domain.pages}/member/points`,
113
113
  memberBenefit: `${domain.pages}/member/benefit`,
114
114
  memberScores: `${domain.pages}/member/scores`,
115
115
  memberScoreRule: `${domain.pages}/member/scoreRule`,
116
116
  memberProduct: `${domain.pages}/member/product`,
117
117
  memberCoupon: `${domain.pages}/member/coupon`,
118
118
  shopMember: `${domain.shopMember}/shopcard`,
119
119
  shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
120
120
  shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
121
121
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
122
122
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
123
123
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
124
124
  shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
125
125
  shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
126
126
  shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
127
127
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
128
128
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
129
129
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
130
130
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
131
131
  shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
132
132
  shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
133
133
  shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
134
134
  beanDetail: `${domain.bean}/beanDetail/index.action`,
135
135
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
136
136
  mLive: `${domain.lives}/#`,
137
137
  shopHome: `${domain.pages}/shop/home`,
138
138
  shopIntroduce: `${domain.pages}/shop/introduce`,
139
139
  shopSearch: `${domain.pages}/shop/search`,
140
140
  shopLottery: `${domain.pages}/shop/lottery`,
141
141
  shopCoupon: `${domain.pages}/shop/coupon`,
142
142
  shopWares: `${domain.pages}/shop/wares`,
143
143
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
144
144
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
145
145
  shopVideos: `${domain.pages}/shop/videos`,
146
146
  shopMoreGoods: `${domain.pages}/shop/moreGoods`,
147
147
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
148
148
  dongDongChat: `${domain.jdcs}/chat/index.action`,
149
149
  samCenter: `${domain.pages}/shop/samCenter`,
150
150
  samCard: `${domain.pages}/shop/samCard`,
151
151
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
152
152
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
153
153
  sageAuthorHome: `${domain.ecoDomain}/content/dr_home/index.html`,
154
154
  sageShopInteract: `${domain.pages}/app/interact`,
155
155
  shopMemberInfoEdit: `${domain.pages}/app/memberInfoEdit`,
156
156
  shopCouponPop: `${domain.pages}/app/couponPop`,
157
157
  sceneShopping: `${domain.pages}/app/sceneShopping`,
158
158
  sceneFeeds: `${domain.pages}/app/sceneFeeds`,
159
159
  sceneProducts: `${domain.pages}/app/sceneProducts`,
160
160
  cart: `${domain.p}/cart/cart.action`,
161
161
  memberPaidCenter: `${domain.pages}/member/paidCenter`,
162
162
  memberPaidCard: `${domain.pages}/member/paidCard`,
163
163
  memberPaidBind: `${domain.pages}/member/paidBind`,
164
164
  orderList: `${domain.trade}/order/orderlist_jdm.shtml`,
165
165
  memberSprintList: `${domain.pages}/member/sprintList`,
@@ -0,0 +1 @@
1
+ export enum LogPnameInfo {
2
  HOME = 'home',
1
3
  MEMBER = 'member',
2
4
  CLASSIFY = 'classify',
3
5
  PROMOTION = 'promotion',
4
6
  WX_SHOP_HOME = 'wx_shop_home',
5
7
  APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
6
8
  MOBILE_SEARCH = 'MShop_SearchResult',
7
9
  SALE_VIEW = 'Shop_NewActivity',
8
10
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
9
11
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
10
12
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
11
13
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
12
14
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
13
15
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
14
16
  APP_SHOP_CARD = 'Shop_ShopCard',
15
17
  APP_SHOP_MEMBER = 'Shop_ShopMember',
16
18
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
17
19
  APP_SHOP_CATEGORY = 'Shop_Category',
18
20
  APP_SHOP_SCENE = 'Shop_Scene',
19
21
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
20
22
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
21
23
  SHOP_MEMBER_SCORES = 'MShop_ShopMemberIntegral',
22
24
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
23
25
  SHOP_MEMBER_PRODUCT = 'MShop_ShopMemberProduct',
24
26
  SHOP_MEMBER_INFO = 'Shop_ShopMember_Infomation',
25
27
  APP_SAGE = 'Shop_Person',
26
28
  APP_SAGE_POP = 'Shop_PersionPop',
27
29
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
28
30
  APP_SHOP_RANK = 'Shop_RankingList',
29
31
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
30
32
  APP_SHOP_SERVICE = 'Shop_Service',
31
33
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
32
34
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
33
35
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
34
36
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
35
37
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
36
38
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
37
39
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
38
40
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
39
41
  APP_SHOP_LIGHT_DETAILS = 'Shop_LightDetails',
40
42
  SHOP_DIALOG_SUPER_STAR = 'Shop_DialogSuperStar',
41
43
  APP_SHOP_SEARCHMAIN = 'Shop_SearchMain',
42
44
  APP_SHOP_SEARCHLIST = 'Shop_SearchList',
43
45
  APP_SHOP_PRODUCTTAB = 'Shop_NavigationProductsList',
44
46
  SHOP_MEMBER_PAID_CENTER = 'Shop_ShopMemberPaidCenter',
45
47
  SHOP_MEMBER_PAID_CARD = 'Shop_ShopMemberPaidCard',
46
48
  SHOP_MEMBER_PAID_BIND = 'Shop_ShopMemberPaidBind',
47
49
  SHOP_STAFF_SALE = 'Shop_StaffSale',
48
50
  SHOP_RESERVE_DETAIL = 'Shop_ReserveDetail',
49
51
  PC_SHOP = 'PC_Shop',
50
52
  PC_SHOP_CLASSIFY = 'PC_Shop_Classify',
51
53
  MOBILE = 'Shop_ShopMain',
52
54
  APP = 'TerminatorNew_All',
53
55
  APP_SAGE = 'Shop_Person',
54
56
  APP_SAGE_POP = 'Shop_PersionPop',
55
57
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
56
58
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
57
59
  MOBILE_SEARCH = 'MShop_SearchResult',
58
60
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
59
61
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
60
62
  APP_SHOP_CARD = 'Shop_ShopCard',
61
63
  APP_SHOP_MEMBER = 'Shop_ShopMember',
62
64
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
63
65
  APP_SHOP_CATEGORY = 'Shop_Category',
64
66
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
65
67
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
66
68
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
67
69
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
68
70
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
69
71
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
70
72
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
71
73
  SALE_VIEW = 'Shop_NewActivity',
72
74
  SHOP_MEMBER_SCORES = 'MShop_ShopMemberIntegral',
73
75
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
74
76
  SHOP_MEMBER_PRODUCT = 'MShop_ShopMemberProduct',
75
77
  SHOP_MEMBER_INFO = 'Shop_ShopMember_Infomation',
76
78
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
77
79
  APP_SHOP_RANK = 'Shop_RankingList',
78
80
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
79
81
  APP_SHOP_SERVICE = 'Shop_Service',
80
82
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
81
83
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
82
84
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
83
85
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
84
86
  APP_SHOP_SCENE_SHOPPING = 'Shop_Scene_Shopping',
85
87
  APP_SHOP_SCENE_FEEDS = 'Shop_Scene_Feeds',
86
88
  APP_SHOP_SCENE_PRODUCTS = 'Shop_Scene_Products',
87
89
  SHOP_MULTI_MEMBER_CARD = 'Shop_MultiMemberCard',
88
90
  APP_SHOP_LIGHT_DETAILS = 'Shop_LightDetails',
89
91
  SHOP_DIALOG_SUPER_STAR = 'Shop_DialogSuperStar',
90
92
  APP_SHOP_SEARCHMAIN = 'Shop_SearchMain',
91
93
  APP_SHOP_SEARCHLIST = 'Shop_SearchList',
92
94
  APP_SHOP_PRODUCTTAB = 'Shop_NavigationProductsList',
93
95
  SHOP_MEMBER_PAID_CENTER = 'Shop_ShopMemberPaidCenter',
94
96
  SHOP_MEMBER_PAID_CARD = 'Shop_ShopMemberPaidCard',
95
97
  SHOP_MEMBER_PAID_BIND = 'Shop_ShopMemberPaidBind',
96
98
  SHOP_STAFF_SALE = 'Shop_StaffSale',
97
99
  SHOP_MAIN_TUOGUAN = 'Shop_ShopMain_Tuoguan',
98
100
  SHOP_RESERVE_DETAIL = 'Shop_ReserveDetail',
99
101
  PC_SHOP = 'PC_Shop',
100
102
  PC_SHOP_CLASSIFY = 'PC_Shop_Classify',
101
103
  ACTIVITY_INIT: 'activityInit',
102
104
  SHOP_HEADER: 'shopHeader',
103
105
  SHOP_FOOTER: 'shopFooter',
104
106
  SHOP_HOME: 'jshopMain',
105
107
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
106
108
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
107
109
  NETWORK_ERR: 'networkerr',
108
110
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
109
111
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
110
112
  RANK_LIST: 'Jx_Terminator_ShopRankList',
111
113
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
112
114
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
113
115
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
114
116
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
115
117
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
116
118
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
117
119
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
118
120
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
119
121
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
120
122
  [LogPageIdInfo.MOBILE]: 'b002165',
121
123
  [LogPageIdInfo.APP]: 'b002165',
122
124
  [LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
123
125
  [LogPageIdInfo.APP_SHOP_MEMBER]: 'b002732',
124
126
  [LogPageIdInfo.APP_SHOP_CARD]: 'b003582',
125
127
  [LogPageIdInfo.SALE_VIEW]: 'b002503',
126
128
  [LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
127
129
  [LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
128
130
  [LogPageIdInfo.APP_SHOP_SCENE_SHOPPING]: 'b003162',
129
131
  [LogPageIdInfo.APP_SHOP_SCENE_FEEDS]: 'b003193',
130
132
  [LogPageIdInfo.APP_SHOP_SCENE_PRODUCTS]: 'b003196',
131
133
  [LogPageIdInfo.SHOP_MULTI_MEMBER_CARD]: 'b003201',
132
134
  [LogPageIdInfo.APP_SHOP_LIGHT_DETAILS]: 'b003366',
133
135
  [LogPageIdInfo.SHOP_DIALOG_SUPER_STAR]: 'b002165',
134
136
  [LogPageIdInfo.APP_SHOP_RANK]: 'b002730',
135
137
  [LogPageIdInfo.APP_SHOP_SCENE]: 'b002728',
136
138
  [LogPageIdInfo.APP_SHOP_APP_SECKILL]: 'b002727',
137
139
  [LogPageIdInfo.APP_SHOP_ACTIVITY]: 'b002726',
138
140
  [LogPageIdInfo.SHOP_MEMBER_INFO]: 'b003414',
139
141
  [LogPageIdInfo.APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS]: 'b003413',
140
142
  [LogPageIdInfo.SHOP_MEMBER_PRODUCT]: 'b003412',
141
143
  [LogPageIdInfo.SHOP_MEMBER_SCORES]: 'b003411',
142
144
  [LogPageIdInfo.SHOP_MEMBER_EXCHANGE_NEW]: 'b003408',
143
145
  [LogPageIdInfo.SHOP_MEMBER_RECEIVED]: 'b003406',
144
146
  [LogPageIdInfo.APP_SHOP_NEW_PRODUCT]: 'b003405',
145
147
  [LogPageIdInfo.APP_SHOP_SEARCHMAIN]: 'b002274',
146
148
  [LogPageIdInfo.APP_SHOP_SEARCHLIST]: 'b002272',
147
149
  [LogPageIdInfo.APP_SHOP_PRODUCTTAB]: 'b002488',
148
150
  [LogPageIdInfo.SHOP_MEMBER_PAID_CENTER]: 'b003877',
149
151
  [LogPageIdInfo.SHOP_MEMBER_PAID_CARD]: 'b003878',
150
152
  [LogPageIdInfo.SHOP_MEMBER_PAID_BIND]: 'b003879',
151
153
  [LogPageIdInfo.SHOP_STAFF_SALE]: 'b004144',
152
154
  [LogPageIdInfo.SHOP_RESERVE_DETAIL]: 'b005214',
153
155
  [LogPageIdInfo.PC_SHOP]: 'b006372',
154
156
  [LogPageIdInfo.PC_SHOP_CLASSIFY]: 'b003329',
155
157
  TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
156
158
  TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
157
159
  TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
158
160
  TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
159
161
  TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
160
162
  TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
161
163
  TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
162
164
  TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
163
165
  TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
164
166
  TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
165
167
  TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
166
168
  TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
167
169
  TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
168
170
  TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
169
171
  TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
170
172
  TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
171
173
  TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
172
174
  TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
173
175
  TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
174
176
  TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
175
177
  TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
176
178
  TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
177
179
  TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
178
180
  TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
179
181
  TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
180
182
  TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
181
183
  TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
182
184
  TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
183
185
  TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
184
186
  TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
185
187
  TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
186
188
  TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
187
189
  TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
188
190
  TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
189
191
  TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
190
192
  TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
191
193
  TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
192
194
  TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
193
195
  TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
194
196
  TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
195
197
  TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
196
198
  TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
197
199
  TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
198
200
  TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
199
201
  TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
200
202
  TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
201
203
  TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
202
204
  TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
203
205
  TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
204
206
  TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
205
207
  TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
206
208
  ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
207
209
  ShopDetail_Share: 'c00004094.ShopDetail_Share',
208
210
  ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
209
211
  ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
210
212
  ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
211
213
  Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
212
214
  Shop_Category_sku: 'c00004041.Shop_Category_sku',
213
215
  Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
214
216
  Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
215
217
  Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
216
218
  Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
217
219
  Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
218
220
  Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
219
221
  Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
220
222
  Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
221
223
  Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
222
224
  MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
@@ -1 +1 @@
1
- export enum LogPnameInfo {
2
1
  HOME = 'home',
3
2
  MEMBER = 'member',
4
3
  CLASSIFY = 'classify',
5
4
  PROMOTION = 'promotion',
6
5
  WX_SHOP_HOME = 'wx_shop_home',
7
6
  APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
8
7
  MOBILE_SEARCH = 'MShop_SearchResult',
9
8
  SALE_VIEW = 'Shop_NewActivity',
10
9
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
11
10
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
12
11
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
13
12
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
14
13
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
15
14
  APP_SHOP_CARD = 'Shop_ShopCard',
16
15
  APP_SHOP_MEMBER = 'Shop_ShopMember',
17
16
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
18
17
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
19
18
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
20
19
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
21
20
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
22
21
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
23
22
  APP_SAGE = 'Shop_Person',
24
23
  APP_SAGE_POP = 'Shop_PersionPop',
25
24
  MOBILE = 'Shop_ShopMain',
26
25
  APP = 'TerminatorNew_All',
27
26
  APP_SAGE = 'Shop_Person',
28
27
  APP_SAGE_POP = 'Shop_PersionPop',
29
28
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
30
29
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
31
30
  MOBILE_SEARCH = 'MShop_SearchResult',
32
31
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
33
32
  APP_SHOP_CARD = 'Shop_ShopCard',
34
33
  APP_SHOP_MEMBER = 'Shop_ShopMember',
35
34
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
36
35
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
37
36
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
38
37
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
39
38
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
40
39
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
41
40
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
42
41
  SALE_VIEW = 'Shop_NewActivity',
43
42
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
44
43
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
45
44
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
46
45
  ACTIVITY_INIT: 'activityInit',
47
46
  SHOP_HEADER: 'shopHeader',
48
47
  SHOP_FOOTER: 'shopFooter',
49
48
  SHOP_HOME: 'jshopMain',
50
49
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
51
50
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
52
51
  NETWORK_ERR: 'networkerr',
53
52
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
54
53
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
55
54
  RANK_LIST: 'Jx_Terminator_ShopRankList',
56
55
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
57
56
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
58
57
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
59
58
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
60
59
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
61
60
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
62
61
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
63
62
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
64
63
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
64
+ export enum LogPnameInfo {
65
65
  HOME = 'home',
66
66
  MEMBER = 'member',
67
67
  CLASSIFY = 'classify',
68
68
  PROMOTION = 'promotion',
69
69
  WX_SHOP_HOME = 'wx_shop_home',
70
70
  APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
71
71
  MOBILE_SEARCH = 'MShop_SearchResult',
72
72
  SALE_VIEW = 'Shop_NewActivity',
73
73
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
74
74
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
75
75
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
76
76
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
77
77
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
78
78
  APP_SHOP_CARD = 'Shop_ShopCard',
79
79
  APP_SHOP_MEMBER = 'Shop_ShopMember',
80
80
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
81
81
  APP_SHOP_CATEGORY = 'Shop_Category',
82
82
  APP_SHOP_SCENE = 'Shop_Scene',
83
83
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
84
84
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
85
85
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
86
86
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
87
87
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
88
88
  APP_SAGE = 'Shop_Person',
89
89
  APP_SAGE_POP = 'Shop_PersionPop',
90
90
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
91
91
  APP_SHOP_RANK = 'Shop_RankingList',
92
92
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
93
93
  APP_SHOP_SERVICE = 'Shop_Service',
94
94
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
95
95
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
96
96
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
97
97
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
98
98
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
99
99
  MOBILE = 'Shop_ShopMain',
100
100
  APP = 'TerminatorNew_All',
101
101
  APP_BRAND_HOT_SALE = 'Shop_BrandHotSale',
102
102
  APP_SAGE = 'Shop_Person',
103
103
  APP_SAGE_POP = 'Shop_PersionPop',
104
104
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
105
105
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
106
106
  MOBILE_SEARCH = 'MShop_SearchResult',
107
107
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
108
108
  APP_SHOP_CARD = 'Shop_ShopCard',
109
109
  APP_SHOP_MEMBER = 'Shop_ShopMember',
110
110
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
111
111
  APP_SHOP_CATEGORY = 'Shop_Category',
112
112
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
113
113
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
114
114
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
115
115
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
116
116
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
117
117
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
118
118
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
119
119
  SALE_VIEW = 'Shop_NewActivity',
120
120
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
121
121
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
122
122
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
123
123
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
124
124
  APP_SHOP_RANK = 'Shop_RankingList',
125
125
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
126
126
  APP_SHOP_SERVICE = 'Shop_Service',
127
127
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
128
128
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
129
129
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
130
130
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
131
131
  ACTIVITY_INIT: 'activityInit',
132
132
  SHOP_HEADER: 'shopHeader',
133
133
  SHOP_FOOTER: 'shopFooter',
134
134
  SHOP_HOME: 'jshopMain',
135
135
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
136
136
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
137
137
  NETWORK_ERR: 'networkerr',
138
138
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
139
139
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
140
140
  RANK_LIST: 'Jx_Terminator_ShopRankList',
141
141
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
142
142
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
143
143
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
144
144
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
145
145
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
146
146
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
147
147
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
148
148
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
149
149
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
150
150
  [LogPageIdInfo.MOBILE]: 'b002165',
151
151
  [LogPageIdInfo.APP]: 'b002165',
152
152
  [LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
153
153
  [LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
154
154
  [LogPageIdInfo.SALE_VIEW]: 'b002503',
155
155
  [LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
156
156
  [LogPageIdInfo.MOBILE_SEARCH]: 'b002510',