@conecli/cone-render 0.10.1-shop3.5 → 0.10.1-shop3.51

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 (99) hide show
  1. package/README.md +1 -1
  2. package/dist/common/accessibility.h5.ts +1 -0
  3. package/dist/common/accessibility.ts +0 -0
  4. package/dist/common/const.ts +1 -1
  5. package/dist/common/index.h5.ts +1 -1
  6. package/dist/common/index.jd.ts +1 -1
  7. package/dist/common/index.ts +1 -1
  8. package/dist/common/index.weapp.ts +1 -1
  9. package/dist/common/jdplayerSdk.weapp.tsx +1 -0
  10. package/dist/common/jssdk.ts +1 -1
  11. package/dist/common/jssdk.weapp.ts +1 -0
  12. package/dist/common/pageType.ts +1 -1
  13. package/dist/common/token/index.h5.ts +1 -1
  14. package/dist/common/token/token.jd.ts +1 -1
  15. package/dist/common/wxappApi.ts +1 -1
  16. package/dist/components/ErrorBoundary.tsx +1 -1
  17. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  18. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  19. package/dist/components/base/CountDown/index.tsx +1 -1
  20. package/dist/components/base/CustomScrollView/index-back.tsx +1 -0
  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/Dialog/index.module.scss +11 -0
  25. package/dist/components/base/InOrOutViewObserver/index.weapp.tsx +1 -0
  26. package/dist/components/base/InViewRender/index.tsx +1 -1
  27. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  28. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  29. package/dist/components/base/MobileCommonHeader/index.weapp.tsx +1 -0
  30. package/dist/components/base/NetworkDataError/const.ts +1 -1
  31. package/dist/components/base/NetworkDataError/index.module.scss +118 -72
  32. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  33. package/dist/components/base/Price/Base/index.module.scss +12 -0
  34. package/dist/components/base/Price/Base/index.tsx +1 -1
  35. package/dist/components/base/Price/Double/index.module.scss +24 -0
  36. package/dist/components/base/Price/Double/index.tsx +1 -1
  37. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  38. package/dist/components/floorItem.weapp.tsx +1 -1
  39. package/dist/interface/common.ts +1 -1
  40. package/dist/interface/component.ts +1 -1
  41. package/dist/interface/jumpEventReport.ts +1 -1
  42. package/dist/jumpEventReport/base.ts +1 -1
  43. package/dist/jumpEventReport/const.ts +1 -1
  44. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  45. package/dist/jumpEventReport/index.h5.ts +1 -1
  46. package/dist/jumpEventReport/index.jd.ts +1 -1
  47. package/dist/jumpEventReport/index.weapp.ts +1 -1
  48. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  49. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  50. package/dist/jumpEventReport/logEventConfig.h5.ts +1 -0
  51. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  52. package/dist/jumpEventReport/web/report.ts +1 -1
  53. package/dist/jumpEventReport/web.base.ts +1 -1
  54. package/dist/jumpEventReport/web.jd.ts +1 -1
  55. package/dist/jumpEventReport/web.pc.ts +1 -1
  56. package/dist/jumpEventReport/web.tjm.ts +1 -1
  57. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  58. package/dist/language/en_US.json +231 -0
  59. package/dist/language/zh_CN.json +231 -0
  60. package/dist/language/zh_HK.json +231 -0
  61. package/dist/libs/taroAppReport.js +2 -2
  62. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -56
  63. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  64. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  65. package/dist/modules/DecorateContainerFloorList/index.weapp.tsx +1 -0
  66. package/dist/open/api/environment.ts +1 -1
  67. package/dist/open/api/shopMember.ts +1 -1
  68. package/dist/open/api/shopMember.weapp.ts +1 -0
  69. package/dist/open/api/util.ts +1 -1
  70. package/dist/open/index.ts +1 -1
  71. package/dist/sass/app.h5.scss +278 -224
  72. package/dist/service/fetchGateway.ts +1 -1
  73. package/dist/service/fetchGateway.weapp.ts +1 -0
  74. package/dist/service/fetchJsonp.weapp.ts +1 -0
  75. package/dist/service/http/colorSign.ts +1 -1
  76. package/dist/service/http/const.ts +1 -1
  77. package/dist/service/http/h5Http.ts +1 -1
  78. package/dist/service/http/httpInterceptors.weapp.ts +1 -0
  79. package/dist/service/requestServer.h5.ts +1 -1
  80. package/dist/service/requestServer.ts +1 -1
  81. package/dist/service/requestServer.weapp.ts +1 -0
  82. package/dist/utils/connectNativeJsBridge.ts +1 -1
  83. package/dist/utils/h5Utils.ts +1 -1
  84. package/dist/utils/harmonyCallRouter.h5.ts +1 -0
  85. package/dist/utils/harmonyCallRouter.ts +0 -0
  86. package/dist/utils/index.h5.ts +1 -1
  87. package/dist/utils/index.ts +1 -1
  88. package/dist/utils/index.weapp.ts +1 -1
  89. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  90. package/dist/utils/jumpExtMapUtil.ts +1 -0
  91. package/dist/utils/log.ts +1 -0
  92. package/dist/utils/{sColor.js → sColor.ts} +1 -1
  93. package/dist/utils/sColor.weapp.ts +1 -0
  94. package/dist/utils/utils.ts +1 -1
  95. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  96. package/dist/wxapp/common/user_info.js +1 -1
  97. package/package.json +160 -141
  98. package/dist/jumpEventReport/web/wqshop.report.ts +0 -1
  99. package/dist/utils/priceUtils.js +0 -1
@@ -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
  mshop: domain.mshop,
91
91
  pages: domain.pages,
92
92
  couponSearch: `${domain.mobileSo}/list/couponSearch.action`,
93
93
  jxCouponSearch: `${domain.jxDomain}/search/coupon.shtml`,
94
94
  pcCouponSearch: `${domain.pcSo}/Search`,
95
95
  shopSecondActivity: `${domain.sale}/m/h5/`,
96
96
  shopLight: `${domain.sale}/liteshop/index.html`,
97
97
  detail: `${domain.mobileDetail}/product/`,
98
98
  jxDetail: `${domain.wqs}/item/view.html`,
99
99
  tjDetail: `${domain.kpl}/product`,
100
100
  pcDetail: `https://item.jd.com/`,
101
101
  pcCoupon: `${domain.pcCoupon}/ilink/couponActiveFront/linkKey/front_index.action`,
102
102
  mobileHome: `${domain.mobileHome}`,
103
103
  rank: `${domain.ranking}/comLandingPage/comLandingPage`,
104
104
  wqShopMember: `${domain.wqshop}/mshop/QueryShopMemberInfo`,
105
105
  wqShopDetail: `${domain.wqshop}/mshop/GetShopIntroduce`,
106
106
  wqShopSearch: `${domain.wqshop}/mshop/SearchList`,
107
107
  myCouponList: `${domain.wqs}/my/coupon/index.shtml`,
108
108
  myRedPacketList: `${domain.wqs}/my/redpacket.shtml`,
109
109
  memberHome: `${domain.pages}/member/home`,
110
110
  memberCard: `${domain.pages}/member/card`,
111
111
  memberPoints: `${domain.pages}/member/points`,
112
112
  memberBenefit: `${domain.pages}/member/benefit`,
113
113
  memberScores: `${domain.pages}/member/scores`,
114
114
  memberScoreRule: `${domain.pages}/member/scoreRule`,
115
115
  memberProduct: `${domain.pages}/member/product`,
116
116
  memberCoupon: `${domain.pages}/member/coupon`,
117
117
  shopMember: `${domain.shopMember}/shopcard`,
118
118
  shopMemberCardAgreement: `${domain.shopMember}/member/cardAgreement`,
119
119
  shopMemberCardInstruction: `${domain.shopMember}/member/cardInstruction`,
120
120
  shopMemberPointDetail: `${domain.shopMember}/member/membersPoint`,
121
121
  shopMemberBenefit: `${domain.shopMember}/shopbenefit`,
122
122
  shopMemberRule: `${domain.shopMember}/member/membersRule`,
123
123
  shopSuperMemberRule: `${domain.shopMember}/member/memberWelfareRule`,
124
124
  shopMemberEquityRule: `${domain.shopMember}/member/memberEquityRule`,
125
125
  shopMemberWelfare: `${domain.shopMember}/member/memberWelfare`,
126
126
  shopMemberCloseAccount: `${domain.shopMember}/member/memberCloseAccount`,
127
127
  shopMemberPointExchange: `${domain.shopMember}/memberpoint`,
128
128
  shopMemberBonusPurchase: `${domain.shopMember}/bonuspurchase`,
129
129
  shopMemberGood: `${domain.shopMember}/member/membersGood`,
130
130
  shopMemberCouponList: `${domain.shopMember}/couponList/index.html`,
131
131
  shopMemberOpenCard: `${domain.shopMember}/openCard/index.html`,
132
132
  shopMemberPayDescription: `${domain.shopMember}/brandSubscribeExplain/index.html`,
133
133
  beanDetail: `${domain.bean}/beanDetail/index.action`,
134
134
  totalPromotion: `${domain.mobileSo}/list/itemSearch.action`,
135
135
  mLive: `${domain.lives}/#`,
136
136
  shopHome: `${domain.pages}/shop/home`,
137
137
  shopIntroduce: `${domain.pages}/shop/introduce`,
138
138
  shopSearch: `${domain.pages}/shop/search`,
139
139
  shopLottery: `${domain.pages}/shop/lottery`,
140
140
  shopCoupon: `${domain.pages}/shop/coupon`,
141
141
  shopWares: `${domain.pages}/shop/wares`,
142
142
  shopFastShopping: `${domain.pages}/shop/fastShopping`,
143
143
  shopSpeciSeckill: `${domain.pages}/shop/specialSeckill`,
144
144
  shopVideos: `${domain.pages}/shop/videos`,
145
145
  shopMoreGoods: `${domain.pages}/shop/moreGoods`,
146
146
  shopUseShareOrderUgcContent: `${domain.capturehomeshare}/aha/ugcShare.html`,
147
147
  dongDongChat: `${domain.jdcs}/chat/index.action`,
148
148
  samCenter: `${domain.pages}/shop/samCenter`,
149
149
  samCard: `${domain.pages}/shop/samCard`,
150
150
  shopH5MemberCardAPP: `${domain.pages}/member/shopcard`,
151
151
  shopH5MemberCardM: `${domain.pages}/member/m/shopcard`,
152
152
  sageAuthorHome: `${domain.ecoDomain}/content/dr_home/index.html`,
153
153
  sageShopInteract: `${domain.pages}/app/interact`,
154
154
  shopMemberInfoEdit: `${domain.pages}/app/memberInfoEdit`,
155
155
  shopCouponPop: `${domain.pages}/app/couponPop`,
@@ -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_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
10
12
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
11
13
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
12
14
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
13
15
  APP_SHOP_CARD = 'Shop_ShopCard',
14
16
  APP_SHOP_MEMBER = 'Shop_ShopMember',
15
17
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
16
18
  APP_SHOP_CATEGORY = 'Shop_Category',
17
19
  APP_SHOP_SCENE = 'Shop_Scene',
18
20
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
19
21
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
20
22
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
21
23
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
22
24
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
23
25
  APP_SAGE = 'Shop_Person',
24
26
  APP_SAGE_POP = 'Shop_PersionPop',
25
27
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
26
28
  APP_SHOP_RANK = 'Shop_RankingList',
27
29
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
28
30
  APP_SHOP_SERVICE = 'Shop_Service',
29
31
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
30
32
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
31
33
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
32
34
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
33
35
  MOBILE = 'Shop_ShopMain',
34
36
  APP = 'TerminatorNew_All',
35
37
  APP_SAGE = 'Shop_Person',
36
38
  APP_SAGE_POP = 'Shop_PersionPop',
37
39
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
38
40
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
39
41
  MOBILE_SEARCH = 'MShop_SearchResult',
40
42
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
41
43
  APP_SHOP_CARD = 'Shop_ShopCard',
42
44
  APP_SHOP_MEMBER = 'Shop_ShopMember',
43
45
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
44
46
  APP_SHOP_CATEGORY = 'Shop_Category',
45
47
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
46
48
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
47
49
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
48
50
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
49
51
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
50
52
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
51
53
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
52
54
  SALE_VIEW = 'Shop_NewActivity',
53
55
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
54
56
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
55
57
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
56
58
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
57
59
  APP_SHOP_RANK = 'Shop_RankingList',
58
60
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
59
61
  APP_SHOP_SERVICE = 'Shop_Service',
60
62
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
61
63
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
62
64
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
63
65
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
64
66
  ACTIVITY_INIT: 'activityInit',
65
67
  SHOP_HEADER: 'shopHeader',
66
68
  SHOP_FOOTER: 'shopFooter',
67
69
  SHOP_HOME: 'jshopMain',
68
70
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
69
71
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
70
72
  NETWORK_ERR: 'networkerr',
71
73
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
72
74
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
73
75
  RANK_LIST: 'Jx_Terminator_ShopRankList',
74
76
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
75
77
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
76
78
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
77
79
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
78
80
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
79
81
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
80
82
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
81
83
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
82
84
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
83
85
  [LogPageIdInfo.MOBILE]: 'b002165',
84
86
  [LogPageIdInfo.APP]: 'b002165',
85
87
  [LogPageIdInfo.APP_SHOP_CATEGORY]: 'b002489',
86
88
  [LogPageIdInfo.APP_SHOP_MEMBER]: 'b002504',
87
89
  [LogPageIdInfo.SALE_VIEW]: 'b002503',
88
90
  [LogPageIdInfo.APP_SHOP_DETAIL]: 'b002275',
89
91
  [LogPageIdInfo.MOBILE_SEARCH]: 'b002510',
90
92
  TerminatorNew_mPreSell_Expo: 'c00003931.Ter_mPreSell',
91
93
  TerminatorNew_mPreSell_Click: 'c00003931.Ter_mPreSell',
92
94
  TerminatorNew_mDynamicImage_Expo: 'c00003054.Ter_mDynamicImage',
93
95
  TerminatorNew_mDynamicImage_Click: 'c00003054.Ter_mDynamicImage',
94
96
  TerminatorNew_mPromotion_Expo: 'c00003051.Ter_mPromotion',
95
97
  TerminatorNew_mPromotion_Click: 'c00003051.Ter_mPromotion',
96
98
  TerminatorNew_TabSeriousWare_Tab_Expo: 'c00003049.Ter_mCollectionTab',
97
99
  TerminatorNew_TabSeriousWare_Tab_Click: 'c00003049.Ter_mCollectionTab',
98
100
  TerminatorNew_TabSeriousWare_Sku_Expo: 'c00003049.Ter_mCollectionSku',
99
101
  TerminatorNew_TabSeriousWare_Sku_Click: 'c00003049.Ter_mCollectionSku',
100
102
  TerminatorNew_TabSeriousWare_Pic_Expo: 'c00003049.Ter_CollectionImgs',
101
103
  TerminatorNew_TabSeriousWare_Pic_Click: 'c00003049.Ter_CollectionImgs',
102
104
  TerminatorNew_SgCoupon_Expo: 'c00003048.Ter_mSgCoupon',
103
105
  TerminatorNew_SgCoupon_Click: 'c00003048.Ter_mSgCoupon',
104
106
  TerminatorNew_smartNewProduct_Expo: 'c00003047.Ter_smartNewProduct',
105
107
  TerminatorNew_smartNewProduct_Click: 'c00003047.Ter_smartNewProduct',
106
108
  TerminatorNew_mMainPushNewProducts_Expo: 'c00003047.Ter_mFeaturedPickSku',
107
109
  TerminatorNew_mMainPushNewProducts_Click: 'c00003047.Ter_mFeaturedPickSku',
108
110
  TerminatorNew_smartPromoSku_Expo: 'c00003046.Ter_smartPromoSku',
109
111
  TerminatorNew_smartPromoSku_Click: 'c00003046.Ter_smartPromoSku',
110
112
  TerminatorNew_smartCoupon_Expo: 'c00003016.Ter_smartCoupon',
111
113
  TerminatorNew_smartCoupon_Click: 'c00003016.Ter_smartCoupon',
112
114
  TerminatorNew_smartNav_Expo: 'c00003013.Ter_smartNav',
113
115
  TerminatorNew_smartNav_Click: 'c00003013.Ter_smartNav',
114
116
  TerminatorNew_IsvModule_Expo: 'c00002955.Ter_IsvModule',
115
117
  TerminatorNew_IsvModule_Click: 'c00002955.Ter_IsvModule',
116
118
  TerminatorNew_mBanner_Expo: 'c00002954.Ter_mBanner',
117
119
  TerminatorNew_mBanner_Click: 'c00002954.Ter_mBanner',
118
120
  TerminatorNew_shopRankList_Expo: 'c00002953.Ter_shopRankList',
119
121
  TerminatorNew_shopRankList_Click: 'c00002953.Ter_shopRankList',
120
122
  TerminatorNew_mVideo_Expo: 'c00002952.Ter_mVideo',
121
123
  TerminatorNew_mVideo_Click: 'c00002952.Ter_mVideo',
122
124
  TerminatorNew_mCoupon_Expo: 'c00002951.Ter_mCoupon',
123
125
  TerminatorNew_mCoupon_Click: 'c00002951.Ter_mCoupon',
124
126
  TerminatorNew_mPictureHotspot_Expo: 'c00002950.Ter_mPictureHotspot',
125
127
  TerminatorNew_mPictureHotspot_Click: 'c00002950.Ter_mPictureHotspot',
126
128
  TerminatorNew_smartUnionProduct_Expo: 'c00002949.Ter_smartProduct',
127
129
  TerminatorNew_smartUnionProduct_Click: 'c00002949.Ter_smartProduct',
128
130
  TerminatorNew_mICommonGood_Expo: 'c00002949.Ter_mICommonGood',
129
131
  TerminatorNew_mICommonGood_Click: 'c00002949.Ter_mICommonGood',
130
132
  TerminatorNew_smartHotSaleProduct_Expo: 'c00002948.Ter_mHotSaleProduct',
131
133
  TerminatorNew_smartHotSaleProduct_Click: 'c00002948.Ter_mHotSaleProduct',
132
134
  TerminatorNew_smartSecondCate_Expo: 'c00002947.Ter_smartSecondCate',
133
135
  TerminatorNew_smartSecondCate_Click: 'c00002947.Ter_smartSecondCate',
134
136
  TerminatorNew_recfeedsku_Expo: 'c00002946.Ter_RecfeedSku',
135
137
  TerminatorNew_recfeedsku_Click: 'c00002946.Ter_RecfeedSku',
136
138
  TerminatorNew_recfeedskuAddCart_Click: 'c00002946.Ter_RecfeedAddCart',
137
139
  TerminatorNew_mMemberSprint_Expo: 'c00003930.Ter_mMemberSprint',
138
140
  TerminatorNew_mMemberSprint_Click: 'c00003930.Ter_mMemberSprint',
139
141
  TerminatorNew_mShopMembers_Expo: 'c00003929.Ter_mShopMembers',
140
142
  TerminatorNew_mShopMembers_Click: 'c00003929.Ter_mShopMembers',
141
143
  ShopDetail_Follow: 'c00004094.ShopDetail_Follow',
142
144
  ShopDetail_Share: 'c00004094.ShopDetail_Share',
143
145
  ShopDetail_QRcode: 'c00004095.ShopDetail_QRcode',
144
146
  ShopDetail_Licence: 'c00004095.ShopDetail_Licence',
145
147
  ShopDetail_AllProducts: 'c00004096.ShopDetail_AllSku',
146
148
  Shop_Category_skuexpo: 'c00004041.Shop_Category_sku',
147
149
  Shop_Category_sku: 'c00004041.Shop_Category_sku',
148
150
  Shop_Category_sortbtn: 'c00004041.Shop_Category_sort',
149
151
  Shop_Category_skuaddcart: 'c00004041.Shop_Category_addcar',
150
152
  Shop_Category_LV1: 'c00004041.Shop_Category_LV1',
151
153
  Shop_Category_LV2: 'c00004041.Shop_Category_LV2',
152
154
  Terminator_New_Mobile_Shop_listCategorySku_Click: 'c00004041.Ter_listCategorySku',
153
155
  Terminator_New_Mobile_Shop_listCategoryShowAllSku_Click: 'c00004041.Ter_listCateAllSku',
154
156
  Terminator_New_Mobile_Shop_listCategoryLV1_Click: 'c00004041.Ter_listCategoryLV1',
155
157
  Terminator_New_Mobile_Shop_navCategoryLV2_Click: 'c00004041.Ter_navCategoryLV2',
156
158
  Terminator_New_Mobile_Shop_navCategoryLV1_Click: 'c00004041.Ter_navCategoryLV1',
157
159
  MShop_ResultProduct: 'c00004120.MShop_ResultProduct',
158
160
  Terminator_New_Mobile_Shop_tab_Click: 'c00004040.Ter_Shoptab',
@@ -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
  MOBILE = 'Shop_ShopMain',
99
99
  APP = 'TerminatorNew_All',
100
100
  APP_SAGE = 'Shop_Person',
101
101
  APP_SAGE_POP = 'Shop_PersionPop',
102
102
  WX_JDGW_SHOP = 'W_jdgwxcx_shop',
103
103
  APP_SHOP_DETAIL = 'Shop_ShopDetail',
104
104
  MOBILE_SEARCH = 'MShop_SearchResult',
105
105
  STOW_SHOP_VIEW = 'Shop_FollowShopMain',
106
106
  APP_SHOP_CARD = 'Shop_ShopCard',
107
107
  APP_SHOP_MEMBER = 'Shop_ShopMember',
108
108
  APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
109
109
  APP_SHOP_CATEGORY = 'Shop_Category',
110
110
  APP_SHOP_SCENE = 'Shop_ShopSceneBuy',
111
111
  SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
112
112
  SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
113
113
  APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
114
114
  APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
115
115
  APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
116
116
  APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
117
117
  SALE_VIEW = 'Shop_NewActivity',
118
118
  SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
119
119
  SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
120
120
  SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
121
121
  APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
122
122
  APP_SHOP_RANK = 'Shop_RankingList',
123
123
  APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
124
124
  APP_SHOP_SERVICE = 'Shop_Service',
125
125
  APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
126
126
  APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
127
127
  SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
128
128
  APP_SHOP_CUSTOM = 'Shop_CustomPage',
129
129
  ACTIVITY_INIT: 'activityInit',
130
130
  SHOP_HEADER: 'shopHeader',
131
131
  SHOP_FOOTER: 'shopFooter',
132
132
  SHOP_HOME: 'jshopMain',
133
133
  SHOP_FOLLOW_BTN: 'shopFollowBtn',
134
134
  SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
135
135
  NETWORK_ERR: 'networkerr',
136
136
  RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
137
137
  RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
138
138
  RANK_LIST: 'Jx_Terminator_ShopRankList',
139
139
  EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
140
140
  [LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
141
141
  [LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
142
142
  [LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
143
143
  [LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
144
144
  [LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
145
145
  [LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
146
146
  [LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
147
147
  [LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',