@conecli/cone-render 0.10.1-shop-beta.21 → 0.10.1-shop-beta.23
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.
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.dynamic.module.scss +1 -0
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +6 -6
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.module.scss +18 -0
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.jd.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.pc.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/language/en_US.json +2 -0
- package/dist/language/zh_CN.json +2 -0
- package/dist/language/zh_HK.json +2 -0
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/open/api/shopMember.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +29 -28
|
@@ -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
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
19
18
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
20
19
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
21
20
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
22
21
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
23
22
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
24
23
|
APP_SAGE = 'Shop_Person',
|
|
25
24
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
26
25
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
27
26
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
28
27
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
29
28
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
30
29
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
31
30
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
32
31
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
33
32
|
MOBILE = 'Shop_ShopMain',
|
|
34
33
|
APP = 'TerminatorNew_All',
|
|
35
34
|
APP_SAGE = 'Shop_Person',
|
|
36
35
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
37
36
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
38
37
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
39
38
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
40
39
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
41
40
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
42
41
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
43
42
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
44
43
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
45
44
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
46
45
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
47
46
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
48
47
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
49
48
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
50
49
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
51
50
|
SALE_VIEW = 'Shop_NewActivity',
|
|
52
51
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
53
52
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
54
53
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
55
54
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
56
55
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
57
56
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
58
57
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
59
58
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
60
59
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
61
60
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
62
61
|
ACTIVITY_INIT: 'activityInit',
|
|
63
62
|
SHOP_HEADER: 'shopHeader',
|
|
64
63
|
SHOP_FOOTER: 'shopFooter',
|
|
65
64
|
SHOP_HOME: 'jshopMain',
|
|
66
65
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
67
66
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
68
67
|
NETWORK_ERR: 'networkerr',
|
|
69
68
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
70
69
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
71
70
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
72
71
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
73
72
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
74
73
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
75
74
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
76
75
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
77
76
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
78
77
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
79
78
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
80
79
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|
|
80
|
+
export enum LogPnameInfo {
|
|
81
81
|
HOME = 'home',
|
|
82
82
|
MEMBER = 'member',
|
|
83
83
|
CLASSIFY = 'classify',
|
|
84
84
|
PROMOTION = 'promotion',
|
|
85
85
|
WX_SHOP_HOME = 'wx_shop_home',
|
|
86
86
|
APP_SHOP_DETAIL = 'app_Shop_ShopDetail',
|
|
87
87
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
88
88
|
SALE_VIEW = 'Shop_NewActivity',
|
|
89
89
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
90
90
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
91
91
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
92
92
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
93
93
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
94
94
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
95
95
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
96
96
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
97
97
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
98
98
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
99
99
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
100
100
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
101
101
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
102
102
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
103
103
|
APP_SAGE = 'Shop_Person',
|
|
104
104
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
105
105
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
106
106
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
107
107
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
108
108
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
109
109
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
110
110
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
111
111
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
112
112
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
113
113
|
MOBILE = 'Shop_ShopMain',
|
|
114
114
|
APP = 'TerminatorNew_All',
|
|
115
115
|
APP_SAGE = 'Shop_Person',
|
|
116
116
|
APP_SAGE_POP = 'Shop_PersionPop',
|
|
117
117
|
WX_JDGW_SHOP = 'W_jdgwxcx_shop',
|
|
118
118
|
APP_SHOP_DETAIL = 'Shop_ShopDetail',
|
|
119
119
|
MOBILE_SEARCH = 'MShop_SearchResult',
|
|
120
120
|
STOW_SHOP_VIEW = 'Shop_FollowShopMain',
|
|
121
121
|
APP_SHOP_CARD = 'Shop_ShopCard',
|
|
122
122
|
APP_SHOP_MEMBER = 'Shop_ShopMember',
|
|
123
123
|
APP_SHOP_PAY_MEMBER = 'Shop_PayShopMember',
|
|
124
124
|
APP_SHOP_SCENE = 'Shop_Scene',
|
|
125
125
|
SHOP_MEMBER_EXCHANGE_NEW = 'Shop_ShopMemberExchangedNew',
|
|
126
126
|
SHOP_MEMBER_RECEIVED = 'Shop_ShopMemberReceived',
|
|
127
127
|
APP_SHOP_NEW_PRODUCT = 'Shop_ProductNew',
|
|
128
128
|
APP_SHOP_NEW_PRODUCT_VIDEO = 'Shop_ProductNewVideo',
|
|
129
129
|
APP_SHOP_NEW_PRODUCT_PREFERRED_GOODS = 'shop_preferredGoods',
|
|
130
130
|
APP_SHOP_BUYER_SHOW = 'Shop_ShopBuyerShow',
|
|
131
131
|
SALE_VIEW = 'Shop_NewActivity',
|
|
132
132
|
SHOP_MEMBER_SCORES = 'Shop_ShopMemberScores',
|
|
133
133
|
SHOP_MEMBER_SCORE_RULE = 'Shop_ShopMemberScoreRule',
|
|
134
134
|
SHOP_MEMBER_PRODUCT = 'Shop_ShopMemberProduct',
|
|
135
135
|
APP_SHOP_APP_SECKILL = 'Shop_SeckillTab',
|
|
136
136
|
APP_SHOP_RANK = 'Shop_RankingList',
|
|
137
137
|
APP_SHOP_ACTIVITY = 'Shop_ActivityTab',
|
|
138
138
|
APP_SHOP_SERVICE = 'Shop_Service',
|
|
139
139
|
APP_SHOP_CLOSED_SHOP_GUIDE = 'Shop_ClosedShopGuide',
|
|
140
140
|
APP_USER_SHOP_SALE_POP = 'Shop_SystemUserShopSalePop',
|
|
141
141
|
SHOP_MEMBER_COUPON = 'Shop_BrandSubCoupon',
|
|
142
142
|
APP_SHOP_CUSTOM = 'Shop_CustomPage',
|
|
143
143
|
ACTIVITY_INIT: 'activityInit',
|
|
144
144
|
SHOP_HEADER: 'shopHeader',
|
|
145
145
|
SHOP_FOOTER: 'shopFooter',
|
|
146
146
|
SHOP_HOME: 'jshopMain',
|
|
147
147
|
SHOP_FOLLOW_BTN: 'shopFollowBtn',
|
|
148
148
|
SHOP_UNFOLLOW_BTN: 'shopUnFollowBtn',
|
|
149
149
|
NETWORK_ERR: 'networkerr',
|
|
150
150
|
RANK_LIST_MORE: 'Jx_Terminator_ShopRankListMore',
|
|
151
151
|
RANK_LIST_TAG: 'Jx_Terminator_ShopRankListTag',
|
|
152
152
|
RANK_LIST: 'Jx_Terminator_ShopRankList',
|
|
153
153
|
EXPO_RANK_LIST: 'Jx_Terminator_Expo_shopRankList',
|
|
154
154
|
[LogEventIds.SHOP_HOME]: 'Jx_Terminator_1620613767283|1',
|
|
155
155
|
[LogEventIds.SHOP_FOLLOW_BTN]: 'Jx_Terminator_1620613767283|2',
|
|
156
156
|
[LogEventIds.SHOP_UNFOLLOW_BTN]: 'Jx_Terminator_1620613767283|3',
|
|
157
157
|
[LogEventIds.NETWORK_ERR]: 'Jx_Terminator_1620613767283|4',
|
|
158
158
|
[LogEventIds.RANK_LIST_MORE]: 'Jx_Terminator_ShopRankListMore',
|
|
159
159
|
[LogEventIds.RANK_LIST_TAG]: 'Jx_Terminator_ShopRankListTag',
|
|
160
160
|
[LogEventIds.RANK_LIST]: 'Jx_Terminator_ShopRankList',
|
|
161
161
|
[LogEventIds.EXPO_RANK_LIST]: 'Jx_Terminator_Expo_shopRankList',
|