@conecli/cone-render 0.8.19 → 0.8.20-beta.2

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 (183) hide show
  1. package/README.md +7 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/assets/icon_blue_info.svg +1 -0
  4. package/dist/common/const.ts +1 -1
  5. package/dist/common/environmentType.ts +1 -0
  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/isvStorage/index.h5.ts +1 -0
  11. package/dist/common/isvStorage/index.ts +1 -0
  12. package/dist/common/jdplayerSdk.ts +1 -0
  13. package/dist/common/jssdk.ts +1 -0
  14. package/dist/common/pageType.ts +1 -0
  15. package/dist/common/sgmCustomCode.ts +1 -0
  16. package/dist/common/token/const.ts +1 -0
  17. package/dist/common/token/index.h5.ts +1 -0
  18. package/dist/common/token/index.ts +1 -0
  19. package/dist/common/token/token.jd.ts +1 -0
  20. package/dist/common/token/token.ts +1 -0
  21. package/dist/common/token/token.wxapp.ts +1 -0
  22. package/dist/common/wxappApi.jd.ts +1 -0
  23. package/dist/common/wxappApi.ts +1 -1
  24. package/dist/components/ErrorBoundary.tsx +1 -1
  25. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  26. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  27. package/dist/components/base/CountDown/index.module.scss +49 -44
  28. package/dist/components/base/CountDown/index.tsx +1 -1
  29. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  30. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  31. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  32. package/dist/components/base/CustomVideo/common.ts +1 -0
  33. package/dist/components/base/CustomVideo/const.ts +1 -0
  34. package/dist/components/base/CustomVideo/index.module.scss +40 -64
  35. package/dist/components/base/CustomVideo/index.tsx +1 -1
  36. package/dist/components/base/Dialog/index.module.scss +22 -2
  37. package/dist/components/base/Dialog/index.tsx +1 -1
  38. package/dist/components/base/Exposure/index.h5.tsx +1 -1
  39. package/dist/components/base/ExposureSmart/const.ts +1 -0
  40. package/dist/components/base/ExposureSmart/index.h5.module.scss +30 -6
  41. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  42. package/dist/components/base/ExposureSmart/index.module.scss +20 -9
  43. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  44. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  45. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  46. package/dist/components/base/InViewRender/index.tsx +1 -1
  47. package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
  48. package/dist/components/base/ItemViewExposureSmart/index.module.scss +8 -0
  49. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -0
  50. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  51. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  52. package/dist/components/base/LazyLoadImage/const.ts +1 -1
  53. package/dist/components/base/LazyLoadImage/index.h5.module.scss +24 -20
  54. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  55. package/dist/components/base/MobileCommonHeader/index.module.scss +17 -0
  56. package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
  57. package/dist/components/base/NetworkDataError/const.ts +1 -1
  58. package/dist/components/base/NetworkDataError/index.module.scss +128 -69
  59. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  60. package/dist/components/base/Price/{const.ts → Base/const.ts} +0 -0
  61. package/dist/components/base/Price/Base/index.module.scss +148 -0
  62. package/dist/components/base/Price/Base/index.tsx +1 -0
  63. package/dist/components/base/Price/Double/index.module.scss +190 -0
  64. package/dist/components/base/Price/Double/index.tsx +1 -0
  65. package/dist/components/base/Price/index.tsx +1 -1
  66. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  67. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  68. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  69. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  70. package/dist/components/base/Skeleton/index.tsx +1 -1
  71. package/dist/components/debug/DebugLayout/index.module.scss +67 -0
  72. package/dist/components/debug/DebugLayout/index.tsx +1 -0
  73. package/dist/components/debug/DebugLayout/utils.ts +1 -0
  74. package/dist/components/decorate/DecorateFloorModule/index.module.scss +32 -2
  75. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
  76. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  77. package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
  78. package/dist/components/floorItem.jd.tsx +1 -0
  79. package/dist/components/floorItem.tsx +1 -1
  80. package/dist/components/floorItem.weapp.tsx +1 -1
  81. package/dist/components/isv/Floor/index.tsx +1 -1
  82. package/dist/components/remoteFloorItem.tsx +1 -0
  83. package/dist/interface/common.ts +1 -1
  84. package/dist/interface/component.ts +1 -1
  85. package/dist/interface/jumpEventReport.ts +1 -1
  86. package/dist/interface/service.ts +1 -1
  87. package/dist/interface/utils.ts +1 -1
  88. package/dist/jumpEventReport/base.ts +1 -1
  89. package/dist/jumpEventReport/const.ts +1 -1
  90. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  91. package/dist/jumpEventReport/index.h5.ts +1 -1
  92. package/dist/jumpEventReport/index.jd.ts +1 -1
  93. package/dist/jumpEventReport/index.ts +1 -1
  94. package/dist/jumpEventReport/index.weapp.ts +1 -1
  95. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  96. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  97. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  98. package/dist/jumpEventReport/web/report.ts +1 -1
  99. package/dist/jumpEventReport/web.base.ts +1 -1
  100. package/dist/jumpEventReport/web.jd.ts +1 -1
  101. package/dist/jumpEventReport/web.jdb.ts +1 -0
  102. package/dist/jumpEventReport/web.jdjch.ts +1 -0
  103. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  104. package/dist/jumpEventReport/web.pc.ts +1 -0
  105. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  106. package/dist/jumpEventReport/web.tjm.ts +1 -0
  107. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  108. package/dist/language/en_US.json +231 -0
  109. package/dist/language/zh_CN.json +231 -0
  110. package/dist/language/zh_HK.json +231 -0
  111. package/dist/libs/taroAppReport.js +2 -2
  112. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -27
  113. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  114. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  115. package/dist/open/api/device.ts +1 -1
  116. package/dist/open/api/environment.ts +1 -1
  117. package/dist/open/api/index.ts +1 -1
  118. package/dist/open/api/jump/business.ts +1 -0
  119. package/dist/open/api/jump/index.ts +1 -0
  120. package/dist/open/api/jump/minPath.ts +1 -0
  121. package/dist/open/api/jump/side.ts +1 -0
  122. package/dist/open/api/jump/webUrl.ts +1 -0
  123. package/dist/open/api/jump copy.ts +1 -0
  124. package/dist/open/api/moduleUtil.ts +1 -1
  125. package/dist/open/api/request.ts +1 -0
  126. package/dist/open/api/shopMember.ts +1 -0
  127. package/dist/open/api/track.ts +1 -1
  128. package/dist/open/api/userToken.ts +1 -0
  129. package/dist/open/api/util.ts +1 -1
  130. package/dist/open/components/index.ts +1 -1
  131. package/dist/sass/app.h5.scss +294 -212
  132. package/dist/sass/base.scss +195 -137
  133. package/dist/service/bMallConst.ts +1 -0
  134. package/dist/service/bMallConst.weapp.ts +1 -0
  135. package/dist/service/fetchGateway.ts +1 -0
  136. package/dist/service/fetchGateway.weapp.ts +1 -0
  137. package/dist/service/fetchJsonp.ts +1 -0
  138. package/dist/service/http/colorSign.ts +1 -0
  139. package/dist/service/http/colorSign.weapp.ts +1 -0
  140. package/dist/service/http/const.ts +1 -0
  141. package/dist/service/http/h5Http.ts +1 -0
  142. package/dist/service/http/http.ts +1 -0
  143. package/dist/service/http/httpInterceptors.jd.ts +1 -0
  144. package/dist/service/http/httpInterceptors.ts +1 -0
  145. package/dist/service/http/index.h5.ts +1 -0
  146. package/dist/service/http/index.ts +1 -0
  147. package/dist/service/requestServer.h5.ts +1 -0
  148. package/dist/service/requestServer.ts +1 -0
  149. package/dist/service/requestServer.weapp.ts +1 -0
  150. package/dist/utils/connectNativeJsBridge.ts +1 -1
  151. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
  152. package/dist/utils/draExceptionAndProfile.ts +1 -1
  153. package/dist/utils/h5Utils.ts +1 -1
  154. package/dist/utils/index.h5.ts +1 -1
  155. package/dist/utils/index.ts +1 -1
  156. package/dist/utils/index.weapp.ts +1 -1
  157. package/dist/utils/intersectionObserver.ts +1 -1
  158. package/dist/utils/jm-common.js +1 -1
  159. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  160. package/dist/utils/jumpExtMapUtil.ts +1 -0
  161. package/dist/utils/priceUtils.js +1 -0
  162. package/dist/utils/ready.ts +1 -0
  163. package/dist/utils/sColor.js +1 -0
  164. package/dist/utils/sgmCodeUtils.ts +1 -0
  165. package/dist/utils/taroRenderUtil.ts +1 -0
  166. package/dist/utils/utils.ts +1 -1
  167. package/dist/wxapp/api/helper.js +1 -0
  168. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  169. package/dist/wxapp/common/user_info.js +1 -1
  170. package/dist/wxapp/components/launch-app/index.js +1 -0
  171. package/dist/wxapp/components/launch-app/index.json +5 -0
  172. package/dist/wxapp/components/launch-app/index.wxml +0 -0
  173. package/dist/wxapp/components/launch-app/index.wxss +0 -0
  174. package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
  175. package/dist/wxapp/components/subscribe-guider/index.js +1 -0
  176. package/dist/wxapp/components/subscribe-guider/index.json +5 -0
  177. package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
  178. package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
  179. package/package.json +145 -114
  180. package/dist/components/base/Price/index.module.scss +0 -136
  181. package/dist/components/base/Skeleton/old.tsx +0 -1
  182. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
  183. package/dist/open/api/jump.ts +0 -1
@@ -0,0 +1,231 @@
1
+ {
2
+ "cancelChanges": "取消修改",
3
+ "memberUniqueCoupon": "會員專屬券",
4
+ "memberInstructionDetail": "規則說明",
5
+ "timeToEnd": "距結束",
6
+ "joinMemberFail": "加入品牌會員失敗",
7
+ "failBusy": "活動火爆,請稍後再試",
8
+ "inviteToMember": "邀您加入品牌會員",
9
+ "paidMemberCoupon": "品牌訂閱尊享券",
10
+ "lv0Star": "LV0 會員",
11
+ "viewAllProducts": "查看全部商品",
12
+ "cancelBtnMsg": "取消",
13
+ "failCode": "驗證碼發送失敗,請稍後重試",
14
+ "memberSprintNoStandardTip": "您的實際訂單金額未達到挑戰消費門檻",
15
+ "authorize": "授權解鎖",
16
+ "noProductNew": "該店鋪暫未上架發佈商品",
17
+ "goToShop": "進店",
18
+ "bookingNextPart": "預約下期",
19
+ "queryFailedTryAgain": "查詢失敗,請稍後重試",
20
+ "edit": "修改",
21
+ "fansChat": "粉絲羣聊",
22
+ "belowProductAvailable": "以下商品可用",
23
+ "failNetwork": "網絡異常,請稍後重試",
24
+ "limitedInStoreAvailable": "限店內部分商品",
25
+ "newRelease": "上新",
26
+ "cancelMemberlFailMsg": "解綁會員失敗,請稍後再試",
27
+ "reserved": "已預約",
28
+ "memberCardAgreement": "會員授權協議",
29
+ "timeUnitSecond": "秒",
30
+ "pointsExchangeTask": "積分兌換任務",
31
+ "memberGiftReceiveTip": "禮包已發放至賬戶,可在已領權益中查看",
32
+ "memberCoupon": "會員專享券",
33
+ "successMsg": "成功",
34
+ "newWareCalendar": "上新日曆",
35
+ "insufficientPoints": "積分不足",
36
+ "recommendOrder": "推薦排序",
37
+ "memberOnlyExclusiveCoupon": "會員限量專屬神券",
38
+ "checkNetwork": "請檢查您的網絡設置",
39
+ "memberBalance": "膨脹金",
40
+ "cancelMemberCardContent": "注意: 註銷會員卡後包括但不限於以下權益無法繼續享用會員專屬券、會員積分權益、會員專享價",
41
+ "pointsExchange": "積分兌換",
42
+ "memberGiftCongrats": "恭喜獲得入會禮包",
43
+ "ReceiveNow": "立即領取",
44
+ "pleaseInput": "請輸入",
45
+ "sendSuccess": "發送成功",
46
+ "failReceive": "領取失敗",
47
+ "unFollowMsg": "已取消關注",
48
+ "welcomeToSageShop": "歡迎來到我的店鋪~",
49
+ "highTraffic": "活動太火爆,訪問人數較多",
50
+ "newlyFirst": "新品優先",
51
+ "pleaseInputCode": "請輸入驗證碼",
52
+ "verifyCode": "驗證碼",
53
+ "searchBtn": "搜索",
54
+ "payPrivilege": "尊享特權",
55
+ "birthdayGift": "會員生日禮",
56
+ "starMember": "星會員",
57
+ "hotSearch": "熱搜",
58
+ "tapAndReceive": "一鍵領取",
59
+ "joinGiftsDesc": "新會員專享,禮品有限,以實際使用爲準",
60
+ "searchHistory": "搜索歷史",
61
+ "validity": "有效期",
62
+ "moreRights": "更多權益",
63
+ "upgradeSubMember": "升級成爲品牌訂閱會員",
64
+ "relatedMemberInfo": "關聯會員信息",
65
+ "newReleaseToday": "今日上新",
66
+ "allProductUseable": "全部商品可用",
67
+ "available": "可用",
68
+ "memberCardInstruction": "開卡須知",
69
+ "rules": "規則",
70
+ "fansBenefits": "寵粉福利",
71
+ "timeUnitMinute": "分",
72
+ "memberFilter": "條件",
73
+ "isCancelMemberContent": "你將錯過超值會員專屬福利",
74
+ "ensureBtnMsg": "確定",
75
+ "viewReplay": "查看回放",
76
+ "receiveAndViewMoreRights": "領取並查看更多權益",
77
+ "successAddCart": "加入購物車成功",
78
+ "failSubscribe": "訂閱失敗,請稍後重試",
79
+ "noticeMsg": "請關注消息提醒",
80
+ "pageLoadFailed": "排隊進場中,請稍後再試",
81
+ "viewAvailableProducts": "查看可用商品",
82
+ "noShopTip": "暫無店鋪",
83
+ "openCardNow": "立即開卡",
84
+ "failCancel": "取消失敗,請稍後重試",
85
+ "joinMemberDesc": "0元入會,享專屬會員權益",
86
+ "successSubscribe": "訂閱成功",
87
+ "memberRule": "會員規則",
88
+ "failMsg": "請稍後再試",
89
+ "pleaseInputMobileNumber": "請輸入手機號",
90
+ "confirmExchangeTextYes": "確定兌換",
91
+ "joinIn": "入會參與",
92
+ "cancelMsg": "取消訂閱成功",
93
+ "reveivedRights": "已領權益",
94
+ "buyers": "人已跟買",
95
+ "joinMemberNow": "立即加入會員",
96
+ "successCode": "發送驗證碼成功",
97
+ "globalShare": "分享",
98
+ "someProductUseable": "部分商品可用",
99
+ "hasSent": "已發送",
100
+ "memberAnd": "以及",
101
+ "failAddCart": "加入購物車失敗,請稍後重試",
102
+ "successJoinIn": "參與成功",
103
+ "goForOtherShopProducts": "去看看其他店鋪商品",
104
+ "globalMessage": "消息",
105
+ "bookingReminder": "預約提醒",
106
+ "emailError": "請輸入正確的郵箱",
107
+ "mobileNumberError": "未填寫正確的手機號",
108
+ "isCancelMemberTitle": "真的要註銷會員嗎?",
109
+ "brandActivity": "品牌活動",
110
+ "shopPopularity": "店鋪人氣",
111
+ "joinMemberSuccess": "入會成功",
112
+ "immediatelyExchange": "立即兌換",
113
+ "drawNow": "立即抽獎",
114
+ "pleaseSelect": "請選擇",
115
+ "1Star": "一星會員",
116
+ "hasUsed": "已使用",
117
+ "hasExchanged": "已兌換",
118
+ "fansMember": "店鋪會員",
119
+ "confirmExchangeTextNo": "暫不兌換",
120
+ "failFollow": "關注失敗,請稍後重試",
121
+ "mobileNumber": "手機號",
122
+ "discount": "折",
123
+ "cancelMemberCard": "註銷會員卡",
124
+ "joinGifts": "入會禮包",
125
+ "noGiftTryAgain": "暫未查詢到禮包,請稍後再試",
126
+ "allLoaded": "已經瀏覽完了,去看看別的",
127
+ "openCardSuccessAndReturn": "加入品牌會員成功,將爲您自動返回",
128
+ "shopDetail": "店鋪詳情",
129
+ "joinMemberSuccess2": "加入品牌會員成功",
130
+ "failLoad": "加載出錯,點擊重試",
131
+ "collapsePrivilege": "收起特權",
132
+ "cancelMemberConfirmText": "註銷會員",
133
+ "memberFranchise": "特權",
134
+ "memberAddMemberInfo": "入會規則權益",
135
+ "levelGifts": "等級禮包",
136
+ "contentUnavailable": "你訪問的內容飛到太空了",
137
+ "successReceive": "領取成功",
138
+ "allPrivilege": "全部特權",
139
+ "successAddShopList": "加入購物清單成功",
140
+ "verifyCodeError": "未填寫正確的驗證碼",
141
+ "reachTo": "滿",
142
+ "myPoints": "我的積分",
143
+ "loading": "加載中",
144
+ "soldOut": "已搶光",
145
+ "sgBonus": "首購禮金",
146
+ "newReleaseSeason": "當季新品",
147
+ "confirmExchange": "確認要兌換嗎?",
148
+ "openCardNowAndReceive": "立即開卡並領取",
149
+ "timeUnitDay": "天",
150
+ "5Star": "五星會員",
151
+ "greatRedPacket": "超值紅包",
152
+ "sendCodeFail": "發送失敗, 請稍後再試",
153
+ "noProduct": "哎呀,店鋪內沒有商品呢~",
154
+ "shopYearDescText": "獲得年度五星榮譽, 評級超過99%的店鋪",
155
+ "joinYouToMember": "授權加入店鋪會員",
156
+ "activateNow": "立即開通",
157
+ "goForMemberPriced": "去看看會員價商品",
158
+ "rightsDesc": "權益說明",
159
+ "memberSprintConfirmTip": "確認收貨,纔可領獎哦",
160
+ "sorryNoProduct": "抱歉,沒有找到商品額~",
161
+ "2Star": "二星會員",
162
+ "joinReceive": "入會領取",
163
+ "filterCriteriaMsg": "篩選條件",
164
+ "memberSearchShop": "查看本店",
165
+ "improveMemberInfo": "授權手機號 完善會員信息",
166
+ "memberPointsFranchise": "會員積分權益",
167
+ "loseNetwork": "網絡連接已斷開",
168
+ "simplifiedMode": "已切換爲簡潔模式",
169
+ "resetBtnMsg": "重置",
170
+ "cancelMemberCloseText": "我再想想",
171
+ "coupon": "優惠券",
172
+ "more": "更多",
173
+ "memberPrizeLimit": "限量福利 先到先得 以實際領取爲準",
174
+ "deleteAll": "全部刪除",
175
+ "followShop": "關注店鋪",
176
+ "timeToStart": "距開始",
177
+ "congratulationsOnLevelGifts": "恭喜獲得專屬等級禮包",
178
+ "chat": "私聊",
179
+ "notYetAndDisappearThreeSeconds": "沒抽中呢~活動將在3秒後消失~",
180
+ "ReceiveCouponNow": "立即領券",
181
+ "complete": "完成",
182
+ "fullMode": "已切換爲完整模式",
183
+ "exchangeSuccess": "兌換成功",
184
+ "timeUnitHour": "時",
185
+ "effectiveTime": "有效時間",
186
+ "getQualification": "領取資格",
187
+ "unlimitedAmount": "不限額度",
188
+ "mobileNumberErrorInput": "請輸入正確的手機號",
189
+ "points": "積分",
190
+ "openCardDelayTip": "系統出現延遲,請點擊左上角按鈕返回繼續領取樣品",
191
+ "failAddShopList": "加入購物清單失敗,請稍後重試",
192
+ "reserveNow": "立即預約",
193
+ "failReceiveGift": "禮包領取失敗",
194
+ "noPriceTip": "暫無報價",
195
+ "officialReduction": "官方立減",
196
+ "updateCardMemberAndEnjoy": "升級開卡會員領好禮",
197
+ "4Star": "四星會員",
198
+ "allStoreAvailable": "全店通用",
199
+ "manyPeoleFollow": "人關注",
200
+ "viewAll": "查看全部",
201
+ "successFollow": "關注成功",
202
+ "expand": "展開",
203
+ "followers": "粉絲",
204
+ "memberRules": "會員規則",
205
+ "loadDataFailed": "數據加載失敗",
206
+ "ensureMemberAuthorize": "確認授權",
207
+ "sendCode": "獲取驗證碼",
208
+ "payPrivilegeDesc": "品牌付費訂閱說明",
209
+ "globalShopDetail": "店鋪詳情",
210
+ "reload": "重新加載",
211
+ "3Star": "三星會員",
212
+ "memberUniquePrice": "會員專享價",
213
+ "joinEnjoyGifts": "入會享好禮",
214
+ "retryLater": "後重試",
215
+ "joinMember": "確認授權並加入店鋪會員",
216
+ "lookForwardTo": "敬請期待",
217
+ "useNow": "立即使用",
218
+ "globalHome": "首頁",
219
+ "joinMemberRightNow": "立即加入品牌會員",
220
+ "follow": "關注",
221
+ "followed": "已關注",
222
+ "mobileNumberErrorFill": "未填寫正確的手機號",
223
+ "freeMemberRights": "免費會員可享權益",
224
+ "joinNow": "入會立享",
225
+ "exchangeFailedAndTryLater": "兌換失敗,請稍後重試",
226
+ "watchNow": "立即觀看",
227
+ "superMemberDay": "超級會員日",
228
+ "nextEpisodePreview": "下期預告",
229
+ "collapse": "收起",
230
+ "pleaseTryAgainLater": "請稍後重試"
231
+ }
@@ -1,2 +1,2 @@
1
- /* 2023-06-05 11:19:38 @issue to huangzhihua@jd.com Thanks */
2
- var Taro=require("@tarojs/taro");!function(t){var e={};"weapp"===process.env.TARO_ENV&&(e={1e3:["direct","t_1000578828_xcx_1000_wxtd","xcx",""],1001:["direct","t_1000578828_xcx_1001_fxrk","xcx",""],1005:["weixin","t_1000578826_xcx_1005_fxss","xcx",""],1006:["weixin","t_1000578826_xcx_1006_fxss","xcx",""],1007:["weixin","t_1000578832_xcx_1007_drxxkp","xcx",""],1008:["weixin","t_1000578832_xcx_1008_qlxxkp","xcx",""],1010:["direct","t_1000578828_xcx_1010_scj","xcx",""],1011:["weixin","t_1000578833_xcx_1011_smewm","xcx",""],1012:["weixin","t_1000578833_xcx_1011_smewm","xcx",""],1013:["weixin","t_1000578833_xcx_1011_smewm","xcx",""],1014:["weixin","t_1000578827_xcx_1014_xcxmbxx","xcx",""],1017:["weixin","t_1000578829_xcx_1017_tyb","xcx",""],1019:["direct","t_1000578830_xcx_1019_qb","xcx",""],1020:["weixin","t_1000072662_xcx_1020_gzhjs","xcx",""],1022:["direct","t_1000578828_xcx_1022_zdrk","xcx",""],1023:["direct","t_1000578828_xcx_1023_zmtb","xcx",""],1024:["direct","t_1000578828_xcx_1024_xcxjs","xcx",""],1025:["weixin","t_1000578833_xcx_1025_smywm","xcx",""],1026:["weixin","t_1000578829_xcx_1026_fjxcx","xcx",""],1027:["weixin","t_1000578826_xcx_1027_dbss","xcx",""],1028:["direct","t_1000578836_xcx_1028_kqkb","xcx",""],1029:["direct","t_1000578836_xcx_1029_kqxq","xcx",""],1030:["weixin","t_1000578829_xcx_1030_zdhcs","xcx",""],1031:["weixin","t_1000578833_xcx_1025_smywm","xcx",""],1032:["weixin","t_1000578833_xcx_1025_smywm","xcx",""],1034:["weixin","t_1000578827_xcx_1034_zfwcxx","xcx",""],1035:["weixin","t_1000072662_xcx_1035_cdl","xcx",""],1036:["weixin","t_335139774_xcx_1036_appfxxx","xcx",""],1037:["weixin","t_1000578834_xcx_1037_xcxtz","xcx",""],1038:["weixin","t_1000578834_xcx_1038_xcxtz","xcx",""],1039:["weixin","t_1000578829_xcx_1039_yds","xcx",""],1042:["weixin","t_1000578826_xcx_1042_tjss","xcx",""],1043:["weixin","t_1000072662_xcx_1043_gzhxx","xcx",""],1044:["weixin","t_1000578832_xcx_1044_fxxxkp","xcx",""],1045:["weixin","t_1000578835_xcx_1045_pyq","xcx",""],1046:["weixin","t_1000578835_xcx_1046_xqy","xcx",""],1047:["weixin","t_1000578833_xcx_1047_smxcxm","xcx",""],1048:["weixin","t_1000578833_xcx_1047_smxcxm","xcx",""],1049:["weixin","t_1000578833_xcx_1047_smxcxm","xcx",""],1052:["direct","t_1000578836_xcx_1052_kqmdlb","xcx",""],1053:["weixin","t_1000578826_xcx_1053_sys","xcx",""],1054:["direct","t_1000578828_xcx_1054_dbss","xcx",""],1055:["weixin","t_1000578829_xcx_1055_h5hq","xcx",""],1056:["weixin","t_1000578829_xcx_1056_ylbf","xcx",""],1057:["direct","t_1000578830_xcx_1057_yxkxqy","xcx",""],1058:["weixin","t_1000072663_xcx_1058_gzhwz","xcx",""],1059:["weixin","t_1000578829_xcx_1059_yqy","xcx",""],1064:["weixin","t_1000578829_xcx_1064_wifilj","xcx",""],1067:["weixin","t_1000578835_xcx_1067_gzh","xcx",""],1068:["weixin","t_1000578835_xcx_1068_fjxcx","xcx",""],1069:["weixin","t_1000578829_xcx_1069_ydyy","xcx",""],1071:["direct","t_1000578830_xcx_1071_yxklby","xcx",""],1072:["weixin","t_1000578833_xcx_1072_ewmsk","xcx",""],1073:["weixin","t_1000578829_xcx_1073_kfxx","xcx",""],1074:["weixin","t_1000072663_xcx_1074_gzhxx","xcx",""],1077:["weixin","t_1000578829_xcx_1077_yzb","xcx",""],1078:["weixin","t_1000578829_xcx_1078_wifilj","xcx",""],1079:["weixin","t_1000578829_xcx_1079_yxzx","xcx",""],1081:["weixin","t_1000578829_xcx_1081_kfwzl","xcx",""],1082:["weixin","t_1000072663_xcx_1082_hhwzl","xcx",""],1084:["weixin","t_1000578835_xcx_1084_ysy","xcx",""],1088:["direct","t_1000578828_xcx_1088_hhxx","xcx",""],1089:["direct","t_1000578828_xcx_1089_ltkxl","xcx",""],1090:["direct","t_1000578828_xcx_1090_xcxcd","xcx",""],1091:["weixin","t_1000072663_xcx_1091_wzspkp","xcx",""],1092:["direct","t_1000578829_xcx_1092_csfwrk","xcx",""],1095:["weixin","t_1000578835_xcx_1095_xcxzj","xcx",""],1096:["direct","t_1000578828_xcx_1096_ltjl","xcx",""],1097:["weixin","t_1000578829_xcx_1097_zfqy","xcx",""],1099:["direct","t_1000578829_xcx_1099_cj","xcx",""],1100:["direct","t_1000578828_xcx_1100_hbfmxqy","xcx",""],1102:["weixin","t_1000072663_xcx_1102_fwyl","xcx",""],1103:["direct","t_1000578829_xcx_1103_fxwd","xcx",""],1104:["direct","t_1000578829_xcx_1104_xlwd","xcx",""],1106:["direct","t_1000578828_xcx_1106_xlss","xcx",""],1107:["direct","t_1000578828_xcx_1107_dyxx","xcx",""],1112:["direct","t_1000072660_17008_79","xcx",""],1113:["direct","t_1000578828_xcx_1113_azfyp","xcx",""],1114:["direct","t_1000578828_xcx_1114_azcbl","xcx",""],1119:["direct","t_1000578828_xcx_1119_qywxgzt","xcx",""],1120:["direct","t_1000578828_xcx_1120_qywxgrzl","xcx",""],1121:["weixin","t_1000578832_xcx_1121_qywxltjhk","xcx",""],1124:["weixin","t_1000578833_xcx_1124_smywym","xcx",""],1125:["weixin","t_1000578833_xcx_1124_smywym","xcx",""],1126:["weixin","t_1000578833_xcx_1124_smywym","xcx",""],1129:["weixin","t_1000578829_xcx_1129_pc","xcx",""],1131:["direct","t_1000578828_xcx_1131_fcdk","xcx",""],1133:["direct","t_1000578828_xcx_1133_yjsb","xcx",""],1135:["weixin","t_1000578829_xcx_1135_zcxtz","xcx",""],1150:["weixin","t_1000578833_xcx_1150_sspm","xcx",""],1152:["weixin","t_1000072663_xcx_1152_dyhspdkxcx","xcx",""],1153:["weixin","t_1000578833_xcx_1253_swjgy","xcx",""],1154:["weixin","t_1000578832_xcx_1154_pyqdy","xcx",""],1155:["weixin","t_1000578832_xcx_1155_pyqdytz","xcx",""],1157:["weixin","t_1000578832_xcx_1157_fqhhhk","xcx",""],1158:["weixin","t_1000578832_xcx_1158_qgjdkxcx","xcx",""],1167:["direct","t_1000578828_xcx_1167_bqtz","xcx",""],1168:["weixin","t_1000578828_xcx_1168_qqllq","xcx",""]});var x=function(e){var x="";try{x=t.getStorageSync(e)}catch(t){}return x},n=function(e,x){try{t.setStorageSync(e,x)}catch(t){}},i=t.request,r=t.getSystemInfo,a=t.getNetworkType,c="";"weapp"===process.env.TARO_ENV?c="wx-app":"swan"===process.env.TARO_ENV?c="baidu-app":"tt"===process.env.TARO_ENV?c="toutiao-app":"alipay"===process.env.TARO_ENV?c="alipay-app":"rn"===process.env.TARO_ENV?c="rn-app":"h5"===process.env.TARO_ENV&&(c="h5-app");var _="__jda",s="__jdd",p="__jdv",o="__debugId__",d="__sysExtKey__",u="union_customerinfo",h=864e5,l=86400,v=1800,g="__refer",f="5YT%aC89$22OI@pQ",m=function(t){var e="https://neptune.jd.com/log/m";try{var x=getApp({allowDefault:!0});x&&x.globalRequestUrl&&(e=x.globalRequestUrl.replace(/\/*$/,"/neptune/log/m"))}catch(t){}return t?"https://luna.jd.com/debuglog/xapp":e},w=0;function y(t){t=t||"tr-"+w++,this.name=t,this.logCache=[],this.env=[],this.ext={},this.isReady=y.isWxDataReady,y.loggerList&&y.loggerList instanceof Array&&y.loggerList.push(this),y.isInitJda||(y.initJda(),y.isInitJda=!0)}y.loggerList=[],y.dependList={sysinfo:0,netType:0},y.isWxDataReady=!1,y.instance=!1,y.getInstance=function(){return y.instance||(y.instance=new y)},y.dataReady=function(t){if(!y.isWxDataReady){y.dependList[t]=1;for(var e in y.dependList)if(!y.dependList[e])return;y.isWxDataReady=!0;e=0;for(var x=y.loggerList.length;e<x;e++)y.loggerList[e].ready();delete y.loggerList}},y.pr=y.prototype,y.pr.ready=function(){this.isReady=!0;for(var t=this.logCache.length,e=0;e<t;e++)this.sendData.apply(this,this.logCache[e])},y.pr.sendData=function(t,e,x){var n;(n="pv"==e?this.initPvData(x):"cl"==e?this.initClickData(x):"cd"==e?this.initShoppingData(x):"od"==e?this.initOrderData(x):"sr"==e?this.initPageUnloadData(x):"ep"==e?this.initExposureData(x):x).tpc=t,n.report_ts=D()/1e3,n.token=y.md5(n.report_ts+f),n.data[0].typ=e,n.data[0].debugId=this.env[_t]||"",this.request(n,"sr"==e||"cl"==e)},y.pr.send=function(t,e,x){this.isReady?this.sendData.apply(this,arguments):this.logCache.push(arguments)},y.pr.request=function(t,e){var x=!1,n=!!this.env[_t];if(i({url:m(n)+"?std="+t.std,data:t,method:"POST",header:{"content-type":"application/json"},success:function(t){x=!0}}),e)for(var r=D()+100;D()<r||x;);},y.pr.exports=function(){var t=this;return{set:function(e){t.setData(e)},pv:function(e){t.lastPvTime&&D()-t.lastPvTime<100||(t.lastPvTime=D(),t.setData(e),t.setupPageview(!0),t.send("wx_app.000000","pv",e))},click:function(e){t.send("wx_app.000001","cl",e)},exposure:function(e){t.send("wx_app.000005","ep",e)},autoClick:function(e){var x,n=e.target.dataset,i=e.currentTarget.dataset;if(n&&n.eid?x=n:i&&i.eid&&(x=i),x){var r={eid:x.eid,elevel:x.elevel,eparam:x.eparam,pname:x.pname,pparam:x.pparam,target:x.target,event:e};t.send("wx_app.000001","cl",r)}},addToCart:function(e){t.send("wx_app.000002","cd",e)},order:function(e){t.send("wx_app.000003","od",e)},pageUnload:function(e){t.send("wx_app.000004","sr",e)},getSeries:function(){return t.env[U]||(t.setupPageview(),t.env[U]=!0),JSON.stringify(t.getSeriesData())},urlAddSeries:function(t){var e=(t||"").indexOf("#"),x="wxappSeries="+encodeURIComponent(this.getSeries());return e>-1?e===t.length-1?t+x:t+"&"+x:t+"#"+x},setMParam:function(e){return t.setMParam(e)},getJda:function(){return x(_)},getJdv:function(){return x(p)},getStorage:function(t){return x(t)},setStorage:function(t,e){return n(t,e)},setJdv:function(t){return t&&5===t.split("|").length&&n(p,t+"|"+D())}}},function(t){var e=0;function x(t){return i(n(r(t)))}function n(t){return c(_(a(t),8*t.length))}function i(t){for(var x,n=e?"0123456789ABCDEF":"0123456789abcdef",i="",r=0;r<t.length;r++)x=t.charCodeAt(r),i+=n.charAt(x>>>4&15)+n.charAt(15&x);return i}function r(t){for(var e,x,n="",i=-1;++i<t.length;)e=t.charCodeAt(i),x=i+1<t.length?t.charCodeAt(i+1):0,55296<=e&&e<=56319&&56320<=x&&x<=57343&&(e=65536+((1023&e)<<10)+(1023&x),i++),e<=127?n+=String.fromCharCode(e):e<=2047?n+=String.fromCharCode(192|e>>>6&31,128|63&e):e<=65535?n+=String.fromCharCode(224|e>>>12&15,128|e>>>6&63,128|63&e):e<=2097151&&(n+=String.fromCharCode(240|e>>>18&7,128|e>>>12&63,128|e>>>6&63,128|63&e));return n}function a(t){var e,x=Array(t.length>>2);for(e=0;e<x.length;e++)x[e]=0;for(e=0;e<8*t.length;e+=8)x[e>>5]|=(255&t.charCodeAt(e/8))<<e%32;return x}function c(t){for(var e="",x=0;x<32*t.length;x+=8)e+=String.fromCharCode(t[x>>5]>>>x%32&255);return e}function _(t,e){t[e>>5]|=128<<e%32,t[14+(e+64>>>9<<4)]=e;for(var x=1732584193,n=-271733879,i=-1732584194,r=271733878,a=0;a<t.length;a+=16){var c=x,_=n,s=i,l=r;n=u(n=u(n=u(n=u(n=d(n=d(n=d(n=d(n=o(n=o(n=o(n=o(n=p(n=p(n=p(n=p(n,i=p(i,r=p(r,x=p(x,n,i,r,t[a+0],7,-680876936),n,i,t[a+1],12,-389564586),x,n,t[a+2],17,606105819),r,x,t[a+3],22,-1044525330),i=p(i,r=p(r,x=p(x,n,i,r,t[a+4],7,-176418897),n,i,t[a+5],12,1200080426),x,n,t[a+6],17,-1473231341),r,x,t[a+7],22,-45705983),i=p(i,r=p(r,x=p(x,n,i,r,t[a+8],7,1770035416),n,i,t[a+9],12,-1958414417),x,n,t[a+10],17,-42063),r,x,t[a+11],22,-1990404162),i=p(i,r=p(r,x=p(x,n,i,r,t[a+12],7,1804603682),n,i,t[a+13],12,-40341101),x,n,t[a+14],17,-1502002290),r,x,t[a+15],22,1236535329),i=o(i,r=o(r,x=o(x,n,i,r,t[a+1],5,-165796510),n,i,t[a+6],9,-1069501632),x,n,t[a+11],14,643717713),r,x,t[a+0],20,-373897302),i=o(i,r=o(r,x=o(x,n,i,r,t[a+5],5,-701558691),n,i,t[a+10],9,38016083),x,n,t[a+15],14,-660478335),r,x,t[a+4],20,-405537848),i=o(i,r=o(r,x=o(x,n,i,r,t[a+9],5,568446438),n,i,t[a+14],9,-1019803690),x,n,t[a+3],14,-187363961),r,x,t[a+8],20,1163531501),i=o(i,r=o(r,x=o(x,n,i,r,t[a+13],5,-1444681467),n,i,t[a+2],9,-51403784),x,n,t[a+7],14,1735328473),r,x,t[a+12],20,-1926607734),i=d(i,r=d(r,x=d(x,n,i,r,t[a+5],4,-378558),n,i,t[a+8],11,-2022574463),x,n,t[a+11],16,1839030562),r,x,t[a+14],23,-35309556),i=d(i,r=d(r,x=d(x,n,i,r,t[a+1],4,-1530992060),n,i,t[a+4],11,1272893353),x,n,t[a+7],16,-155497632),r,x,t[a+10],23,-1094730640),i=d(i,r=d(r,x=d(x,n,i,r,t[a+13],4,681279174),n,i,t[a+0],11,-358537222),x,n,t[a+3],16,-722521979),r,x,t[a+6],23,76029189),i=d(i,r=d(r,x=d(x,n,i,r,t[a+9],4,-640364487),n,i,t[a+12],11,-421815835),x,n,t[a+15],16,530742520),r,x,t[a+2],23,-995338651),i=u(i,r=u(r,x=u(x,n,i,r,t[a+0],6,-198630844),n,i,t[a+7],10,1126891415),x,n,t[a+14],15,-1416354905),r,x,t[a+5],21,-57434055),i=u(i,r=u(r,x=u(x,n,i,r,t[a+12],6,1700485571),n,i,t[a+3],10,-1894986606),x,n,t[a+10],15,-1051523),r,x,t[a+1],21,-2054922799),i=u(i,r=u(r,x=u(x,n,i,r,t[a+8],6,1873313359),n,i,t[a+15],10,-30611744),x,n,t[a+6],15,-1560198380),r,x,t[a+13],21,1309151649),i=u(i,r=u(r,x=u(x,n,i,r,t[a+4],6,-145523070),n,i,t[a+11],10,-1120210379),x,n,t[a+2],15,718787259),r,x,t[a+9],21,-343485551),x=h(x,c),n=h(n,_),i=h(i,s),r=h(r,l)}return Array(x,n,i,r)}function s(t,e,x,n,i,r){return h((a=h(h(e,t),h(n,r)))<<(c=i)|a>>>32-c,x);var a,c}function p(t,e,x,n,i,r,a){return s(e&x|~e&n,t,e,i,r,a)}function o(t,e,x,n,i,r,a){return s(e&n|x&~n,t,e,i,r,a)}function d(t,e,x,n,i,r,a){return s(e^x^n,t,e,i,r,a)}function u(t,e,x,n,i,r,a){return s(x^(e|~n),t,e,i,r,a)}function h(t,e){var x=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(x>>16)<<16|65535&x}y.md5=x}();var D=function(){return(new Date).getTime()},k=function(){return D()+""+parseInt(2147483647*Math.random())},P=function(t){return"[object Object]"=={}.toString.call(t)},C=function(t,e){if(P(t)&&P(e))for(var x in e)t[x]=e[x]},q=function(t){var e=[];if(P(t))for(var x in t)"m_param"!==x&&e.push(x+"="+t[x]);return e.join("&")},R=0,b=R++,j=R++,S=R++,A=R++,I=R++,z=R++,T=R++,E=R++,O=R++,U=R++,L=R++,J=R++,N=R++,V=R++,W=R++,M=R++,X=R++,$=R++,B=R++,F=R++,K=R++,Y=R++,G=R++,H=R++,Q=R++,Z=R++,tt=R++,et=R++,xt=R++,nt=R++,it=R++,rt=R++,at=R++,ct=R++,_t=R++;y.pr.getData=function(t){for(var e={},x=0,n=t.length;x<n;x++){var i=t[x];e[i[0]]=this.env[i[1]]||""}return e};var st=null;y.pr.getPname=function(t){return t=t||{},this.env[M]||t.pname||this.env[F]||this.env[N]||""},y.pr.getPparam=function(t){return t=t||{},this.env[X]||t.pparam||this.env[K]||this.env[V]||""},y.pr.getUrl=function(){return this.env[N]||this.env[M]||""},y.pr.getUrlParam=function(){return this.env[V]||this.env[X]||""},y.pr.setupPageview=function(t){var i,r,a,c=this.env,d=D(),f=parseInt(d/1e3),m=x(_),w=x(s),C=x(p),R=x(o);c[L]=!0;try{var b=(ft=getCurrentPages())[ft.length-1];c[M]=b.route||b.__route__||"";var U=P(b.options)?b.options:{};c[X]=q(U)||"",c[$]=U,this.setMParam(U.m_param||(this.env[W]||{}).m_param)}catch(t){}c[O]=!1,i=f,r=c,(a=(w||"").split(".")).length>1?r[O]=r[O]||1*a[1]+v<i:r[O]=!0;var J,N,V,B,F,K,H,Q,Z,nt,it,rt,pt,ot,dt=function(t,x,n){var i=(t||"").split("|"),r="",a="",c="",_="",s=!0;i.length>=6&&x-i[5]<=h&&(r=i[1],a=i[2],c=i[3],_=i[4],s=!1);var p=n[$],o=[];if(st&&e[st]){var d=e[st];o[0]=d[0],o[1]=encodeURIComponent(d[1]),o[2]=encodeURIComponent(d[2])||"none",o[3]=encodeURIComponent(d[3])||"-",st=null}p&&p.utm_source&&(o[0]=encodeURIComponent(p.utm_source),o[1]=encodeURIComponent(p.utm_campaign||"")||a,o[2]=encodeURIComponent(p.utm_medium||"")||c,o[3]=encodeURIComponent(p.utm_term||"")||_,_=o[3],s=!0);var u=!1;o.length>0&&"direct"!=o[0]?u=(o[0]!==r||o[1]!==a||o[2]!==c)&&"referral"!==o[2]:o.length>0&&"direct"==o[0]&&("direct"===r||!r)&&(u=o[1]!==a||o[2]!==c||o[3]!==_);var l="";return u&&(r=o[0]||r,a=o[1]||a,c=o[2]||c,_=o[3]||_),(s||u)&&(l=[1,r||"direct",a||"-",c||"none",_||"-",x].join("|")),n[O]=n[O]||u,l}(C,d,c),ut=(nt=f,it=c,rt=t,pt=(w||"").split("."),ot=1,pt.length>1?(it[O]=it[O]||1*pt[1]+v<nt,ot=(it[O]?1:rt?1*pt[0]+1:1*pt[0])||1):it[O]=!0,it[z]=ot,ot+"."+nt),ht=(J=f,N=c,H=(m||"").split("."),Q=1,Z=1,H.length>5?(Q=H[0]||Q,V=H[1]||k(),B=H[2]||J,N[O]?(F=H[4]||J,K=J,Z=1*H[5]+1||1):(F=H[3]||J,K=H[4]||J,Z=1*H[5]||1)):(V=k(),B=F=K=J,Z=1),N[at]=Q,N[j]=V,N[S]=B,N[A]=F,N[I]=K,N[T]=Z,[Q,V,B,F,K,Z].join("."));n(s,ut),n(_,ht),dt&&n(p,dt),c[E]=dt||C,y.setAppData(),function(t){if(t[ct]&&t[ct].pv_sid&&t[ct].pv_seq){var e=1*t[ct].pv_sid,x=1*t[ct].pv_seq;e>99999999||(e>t[T]||e==t[T]&&x>=t[z])&&(t[T]=e,t[z]=x+1)}}(c);var lt,vt,gt=function(t,e,x){var n=x[$],i="",r="";if(n&&n.customerinfo)i=n.customerinfo,r=e;else{var a=t instanceof Array?t:[];2==a.length&&e-a[1]<l&&(i=a[0],r=a[1])}return x[xt]=i,i?[i,r]:[]}(x(u),f,c);n(u,gt),lt=this.env,(vt=x("jdwcx")||x("jdzdm"))&&(vt.unionid&&(lt[tt]=vt.unionid),vt.wxversion&&(lt[et]=vt.wxversion));try{b=(ft=getCurrentPages())[ft.length-1],U=P(b.options)?b.options:{};var ft,mt,wt=decodeURIComponent(U.scene),yt=new RegExp("(^|&)"+o+"=([^&]*)(&|$)"),Dt=wt.match(yt);null!=Dt&&(mt=Dt[2]),mt&&"DBG"===mt.substring(0,3)?(n(o,mt),R=mt):c[O]&&(n(o,""),R=""),c[_t]=R}catch(t){}if(c[O])c[Y]="",c[G]="";else{var kt=x(g);c[Y]=kt[0],c[G]=kt[1]}n(g,[this.getPname(),this.getPparam()])},y.pr.initPvData=function(t){this.pageLoadTime=D(),this.maxClickDeep=0,t=t||{};var e=this.baseEnv(),x=e.data[0];return x.page_id=this.env[B]||"",x.pname=this.getPname(t),x.pparam=this.getPparam(t),x.sku=this.env[nt]||"",x.shp=this.env[it]||"",x.tit=this.env[J]||"",x.ldt=this.env[rt]||"",C(x.ext,t.ext),e},y.pr.initClickData=function(t){var e,x=this.baseEnv(),n=x.data[0];if(n.eid=t.eid||"",n.eparam=t.eparam||"",n.elevel=t.elevel||"",n.page_id=t.pageId||this.env[B]||"",n.pname=this.getPname(t),n.pparam=this.getPparam(t),n.tar=t.target||"",n.x=0,n.y=0,e=t.event,P(e)&&e.type&&e.target){var i=t.event,r=i.touches;if((!r||r.length<1)&&(r=i.changedTouches),r&&r.length>0){n.x=parseInt(r[0].pageX);var a=parseInt(r[0].pageY);n.y=a,a>this.maxClickDeep&&(this.maxClickDeep=a)}}return C(n.ext,t.ext),x},y.pr.initExposureData=y.pr.initClickData,y.pr.initShoppingData=function(t){var e=this.baseEnv(),x=e.data[0];return x.eid=t.eid||"",x.eparam=t.eparam||"",x.elevel=t.elevel||"",x.page_id=t.pageId||this.env[B]||"",x.pname=this.getPname(t),x.pparam=this.getPparam(t),x.sku_list=t.shoppingList?JSON.stringify(t.shoppingList):"",C(x.ext,t.ext),e},y.pr.initOrderData=function(t){var e=this.baseEnv(),x=e.data[0];return x.eid=t.eid||"",x.eparam=t.eparam||"",x.elevel=t.elevel||"",x.page_id=t.pageId||this.env[B]||"",x.pname=this.getPname(t),x.pparam=this.getPparam(t),x.sku_list=t.orderList?JSON.stringify(t.orderList):"",x.order_total_fee=t.total||0,x.sale_ord_id=t.orderid||"",C(x.ext,t.ext),e},y.pr.initPageUnloadData=function(t){var e=((D()-this.pageLoadTime)/1e3).toFixed(3),x=this.baseEnv(),n=x.data[0];return t=t||{},n.page_id=t.pageId||this.env[B]||"",n.pname=this.getPname(t),n.pparam=this.getPparam(t),n.alive_seconds=e,n.click_deep=this.maxClickDeep,C(n.ext,t.ext),x},function(){y.wxDat={};var t=y.wxDat;r({success:function(e){e&&(t.dvc=e.model,t.pixelRatio=(e.pixelRatio||"")+"",t.scr=parseInt(e.windowWidth)+"x"+parseInt(e.windowHeight),t.lang=e.language,t.wxver=e.version,t.sdkver=e.SDKVersion||"")},complete:function(){y.dataReady("sysinfo")}}),a({success:function(e){e&&(t.net=e.networkType)},complete:function(){y.dataReady("netType")}})}(),y.pr.setData=function(t){t=P(t)?t:{};var e=P(t.urlParam)?t.urlParam:{},n={skuid:[nt],shopid:[it],title:[J],loadtime:[rt],url:[N],urlParam:[V,q],pname:[F],pparam:[K],pageId:[B]},i={account:[H],siteId:[b],appid:[Q],openid:[Z],unionid:[tt]};this.ext={},this.env[W]=e,this.setMParam(e.m_param);for(var r in n){var a=n[r];this.env[a[0]]=t[r]?a[1]?a[1](t[r]):t[r]:"",delete t[r]}for(var r in i){a=i[r];this.env[a[0]]=t[r]?a[1]?a[1](t[r]):t[r]:this.env[a[0]]||"",delete t[r]}for(var r in t)"ext"!==r&&(this.ext[r]=t[r]);this.env[Q]||(this.env[Q]=x("appid"))},y.appDat={},y.setAppData=function(t){try{var e={},i=x(d);C(e,i),C(e,t);for(var r in e)y.appDat[r]=e[r];n(d,e)}catch(t){}},y.clearAppData=function(){y.appDat={},function(e){try{t.removeStorageSync(e)}catch(t){}}(d)},y.scene=null,y.setScene=function(t){y.scene=t,st=t},y.pr.setMParam=function(t){try{var e=JSON.parse(t);this.env[ct]=P(e)?e:{}}catch(t){this.env[ct]={}}},y.pr.baseEnv=function(){var t=x(s).split(".");(!this.env[L]||t&&2===t.length&&+t[0]!==this.env[z])&&this.setupPageview();var e=this.env,n=y.wxDat,i={cli:c,std:e[b]||"WXAPP-JA2016-1",uuid:e[j]||"",scr:n.scr||"",dvc:n.dvc||"",lang:n.lang||"",appkey:e[et]||"",appid:e[Q]||"",openid:e[Z]||"",unionid:e[tt]||"",gender:n.gender||"",city:n.city||"",province:n.province||"",country:n.country||"",wxver:n.wxver||"",data:[]},r=[["ref",Y],["rpr",G],["seq",z],["vts",T],["pin",H],["fst",S],["pst",A],["vct",I]],a=this.getData(r);return a.jsver="TR1.0.0",a.net=n.net||"",a.lat=n.lat||"",a.lon=n.lon||"",a.speed=n.speed||"",a.accuracy=n.accuracy||"",a.pixelRatio=n.pixelRatio||"",a.jdv=e[E]||"",a.customerInfo=e[xt]||"",a.ctp=this.getUrl(),a.par=this.getUrlParam(),a.unpl=x("unpl")||"",a.scene=y.scene||"",a.sdkver=n.sdkver||"",a.ext={},a.std_param=y.appDat,C(a.ext,this.ext),C(a.ext,y.appDat),i.data.push(a),i},y.pr.getSeriesData=function(){var t=this.env,e={uuid:t[j]||"",std:t[b]||"WXAPP-JA2016-1",seq:t[z],vts:t[T]};return t[et]&&(e.appkey=t[et]),t[Q]&&(e.appid=t[Q]),t[_t]&&(e.debugId=t[_t]),e},y.initJda=function(){var t=x(_);if(!t){var e=D();t=[1,k(),e,e,e,0].join("."),n(_,t)}return t},module.exports={init:function(t){return y.getInstance().exports()},usePlugin:function(t){if(t)try{pluginObj=requirePlugin(t)}catch(t){}},setAppData:function(t){y.setAppData(t)},clearAppData:function(){y.clearAppData()},setScene:function(t){y.setScene(t)}}}(Taro);
1
+ /* 2025-03-25 09:46:12 @issue to huangzhihua@jd.com Thanks */
2
+ var Taro=require("@tarojs/taro");!function(c){var l={};"weapp"===process.env.TARO_ENV&&(l={1266:["direct","t_1000578832_xcx_1266_tpcabprk","xcx","-"],1265:["direct","t_1000578832_xcx_1265_tpxqy","xcx","-"],1287:["direct","t_1000072663_xcx_1287_djtp","xcx","-"],1309:["direct","t_1000072663_xcx_1309_wzxyxcps","xcx","-"],1306:["direct","t_1000072663_xcx_1306_djguxj","xcx","-"],1305:["direct","t_1000072663_xcx_1305_bojsy","xcx","-"],1281:["direct","t_1000578826_xcx_1281_xlwd","xcx","-"],1280:["direct","t_1000578826_xcx_1280_xlwd","xcx","-"],1301:["direct","t_1000578826_xcx_1301_fxrk","xcx","-"],1300:["direct","t_1000578826_xcx_1300_fxrk","xcx","-"],1298:["direct","t_1000578826_xcx_1298_xlwd","xcx","-"],1299:["direct","t_1000578826_xcx_1299_xlwd","xcx","-"],1304:["direct","t_1000578828_xcx_1304_sjfyp","xcx","-"],1286:["direct","t_1000578828_xcx_1286_mwscheme","xcx","-"],1256:["direct","t_1000578828_xcx_1256_pcmb","xcx","-"],1308:["direct","t_1000578828_xcx_1308_pcmb","xcx","-"],1302:["direct","t_1000578828_xcx_1302_pcmb","xcx","-"],1257:["direct","t_1000578828_xcx_1257_pcmb","xcx","-"],1223:["direct","t_1000578828_xcx_1223_azwidget","xcx","-"],1003:["direct","t_1000578828_xcx_1003_xblb","xcx","-"],1e5:["direct","t_1000072676_xcx_100000_sq","xcx","-"],100001:["direct","t_1000072676_xcx_100001_sq","xcx","-"],100003:["direct","t_1000072676_xcx_100003_sq","xcx","-"],100002:["direct","t_1000072676_xcx_100002_sq","xcx","-"],1123:["direct","t_1000578832_xcx_1123_qwqt","xcx","-"],1207:["direct","t_1000578832_xcx_1207_qwwzl","xcx","-"],1202:["direct","t_1000578832_xcx_1202_qwhh","xcx","-"],1296:["direct","t_1000578829_xcx_1296_ffdjqp","xcx","-"],1158:["direct","t_1000578832_xcx_1158_qgjdkxcx","xcx","-"],1157:["direct","t_1000578832_xcx_1157_fqhhhk","xcx","-"],1152:["direct","t_1000072663_xcx_1152_dyhspdkxcx","xcx","-"],1121:["direct","t_1000578832_xcx_1121_qywxltjhk","xcx","-"],1120:["direct","t_1000578828_xcx_1120_qywxgrzl","xcx","-"],1119:["direct","t_1000578828_xcx_1119_qywxgzt","xcx","-"],1100:["direct","t_1000578828_xcx_1100_hbfmxqy","xcx","-"],1168:["direct","t_1000578828_xcx_1168_qqllq","xcx","-"],1155:["direct","t_1000578832_xcx_1155_pyqdytz","xcx","-"],1154:["direct","t_1000578832_xcx_1154_pyqdy","xcx","-"],1135:["direct","t_1000578829_xcx_1135_zcxtz","xcx","-"],1129:["direct","t_1000578829_xcx_1129_pc","xcx","-"],1253:["direct","t_1000578833_xcx_1253_swjgy","xcx","-"],1124:["direct","t_1000578833_xcx_1124_smywym","xcx","-"],1124:["direct","t_1000578833_xcx_1124_smywym","xcx","-"],1167:["direct","t_1000578828_xcx_1167_bqtz","xcx","-"],1121:["direct","t_1000072660_xcx_1121_fxrk","xcx","-"],1133:["direct","t_1000578828_xcx_1133_yjsb","xcx","-"],1133:["direct","t_1000578828_xcx_1133_yjsb","xcx","-"],1114:["direct","t_1000578828_xcx_1114_azcbl","xcx","-"],1113:["direct","t_1000578828_xcx_1113_azfyp","xcx","-"],1107:["direct","t_1000578828_xcx_1107_dyxx","xcx","-"],1106:["direct","t_1000578828_xcx_1106_xlss","xcx","-"],1088:["direct","t_1000578828_xcx_1088_hhxx","xcx","-"],1010:["direct","t_1000578828_xcx_1010_scj","xcx","-"],1104:["direct","t_1000578829_xcx_1104_xlwd","xcx","-"],1103:["direct","t_1000578829_xcx_1103_fxwd","xcx","-"],1099:["direct","t_1000578829_xcx_1099_cj","xcx","-"],1102:["direct","t_1000072663_xcx_1102_fwyl","xcx","-"],1069:["direct","t_1000578829_xcx_1069_ydyy","xcx","-"],1077:["direct","t_1000578829_xcx_1077_yzb","xcx","-"],1079:["direct","t_1000578829_xcx_1079_yxzx","xcx","-"],1081:["direct","t_1000578829_xcx_1081_kfwzl","xcx","-"],1082:["direct","t_1000072663_xcx_1082_hhwzl","xcx","-"],1091:["direct","t_1000072663_xcx_1091_wzspkp","xcx","-"],1096:["direct","t_1000578828_xcx_1096_ltjl","xcx","-"],1097:["direct","t_1000578829_xcx_1097_zfqy","xcx","-"],1e3:["direct","t_1000578828_xcx_1000_wxtd","xcx","-"],1055:["direct","t_1000578829_xcx_1055_h5hq","xcx","-"],1092:["direct","t_1000578829_xcx_1092_csfwrk","xcx","-"],1090:["direct","t_1000578828_xcx_1090_xcxcd","xcx","-"],1089:["direct","t_1000578828_xcx_1089_ltkxl","xcx","-"],1078:["direct","t_1000578829_xcx_1078_wifilj","xcx","-"],1074:["direct","t_1000072663_xcx_1074_gzhxx","xcx","-"],1073:["direct","t_1000578829_xcx_1073_kfxx","xcx","-"],1072:["direct","t_1000578833_xcx_1072_ewmsk","xcx","-"],1071:["direct","t_1000578830_xcx_1071_yxklby","xcx","-"],1064:["direct","t_1000578829_xcx_1064_wifilj","xcx","-"],1059:["direct","t_1000578829_xcx_1059_yqy","xcx","-"],1058:["direct","t_1000072663_xcx_1058_gzhwz","xcx","-"],1057:["direct","t_1000578830_xcx_1057_yxkxqy","xcx","-"],1056:["direct","t_1000578829_xcx_1056_ylbf","xcx","-"],1054:["direct","t_1000578828_xcx_1054_dbss","xcx","-"],1053:["direct","t_1000578826_xcx_1053_sys","xcx","-"],1052:["direct","t_1000578836_xcx_1052_kqmdlb","xcx","-"],1049:["direct","t_1000578833_xcx_1049_xcsm","xcx","-"],1048:["direct","t_1000578833_xcx_1048_tpsm","xcx","-"],1047:["direct","t_1000578833_xcx_1047_smxcxm","xcx","-"],1044:["direct","t_1000578832_xcx_1044_fxxxkp","xcx","-"],1043:["direct","t_1000072662_xcx_1043_gzhxx","xcx","-"],1042:["direct","t_1000578826_xcx_1042_tjss","xcx","-"],1039:["direct","t_1000578829_xcx_1039_yds","xcx","-"],1038:["direct","t_1000578834_xcx_1038_xcxtz","xcx","-"],1037:["direct","t_1000578834_xcx_1037_xcxtz","xcx","-"],1036:["direct","t_335139774_xcx_1036_appfxxx","xcx","-"],1035:["direct","t_1000072662_xcx_1035_cdl","xcx","-"],1034:["direct","t_1000578827_xcx_1034_zfwcxx","xcx","-"],1032:["direct","t_1000578833_xcx_1032_xcsm","xcx","-"],1031:["direct","t_1000578833_xcx_1031_tpsm","xcx","-"],1030:["direct","t_1000578829_xcx_1030_zdhcs","xcx","-"],1029:["direct","t_1000578836_xcx_1029_kqxq","xcx","-"],1028:["direct","t_1000578836_xcx_1028_kqkb","xcx","-"],1027:["direct","t_1000578826_xcx_1027_dbss","xcx","-"],1026:["direct","t_1000578829_xcx_1026_fjxcx","xcx","-"],1025:["direct","t_1000578833_xcx_1025_smywm","xcx","-"],1024:["direct","t_1000578828_xcx_1024_xcxjs","xcx","-"],1023:["direct","t_1000578828_xcx_1023_zmtb","xcx","-"],1022:["direct","t_1000578828_xcx_1022_zdrk","xcx","-"],1020:["direct","t_1000072662_xcx_1020_gzhjs","xcx","-"],1019:["direct","t_1000578830_xcx_1019_qb","xcx","-"],1017:["direct","t_1000578829_xcx_1017_tyb","xcx","-"],1014:["direct","t_1000578827_xcx_1014_xcxmbxx","xcx","-"],1013:["direct","t_1000578833_xcx_1013_xcsm","xcx","-"],1012:["direct","t_1000578833_xcx_1012_tpsm","xcx","-"],1011:["direct","t_1000578833_xcx_1011_smewm","xcx","-"],1008:["direct","t_1000578832_xcx_1008_qlxxkp","xcx","-"],1007:["direct","t_1000578832_xcx_1007_drxxkp","xcx","-"],1006:["direct","t_1000578826_xcx_1006_fxss","xcx","-"],1005:["direct","t_1000578826_xcx_1005_fxss","xcx","-"],1307:["direct","t_1000578828_xcx_1307_fxrk","xcx","-"],1303:["direct","t_1000578828_xcx_1303_fxrk","xcx","-"],1285:["direct","t_1000578828_xcx_1285_fxrk","xcx","-"],1282:["direct","t_1000578828_xcx_1282_fxrk","xcx","-"],1279:["direct","t_1000578828_xcx_1279_fxrk","xcx","-"],1278:["direct","t_1000578828_xcx_1278_fxrk","xcx","-"],1273:["direct","t_1000578828_xcx_1273_fxrk","xcx","-"],1245:["direct","t_1000578828_xcx_1245_fxrk","xcx","-"],1242:["direct","t_1000578828_xcx_1242_fxrk","xcx","-"],1001:["direct","t_1000578828_xcx_1001_fxrk","xcx","-"]});var N=function(t){var e="";try{e=c.getStorageSync(t)}catch(t){}return e},B=function(t,e){try{c.setStorageSync(t,e)}catch(t){}},x=c.request,t=c.getSystemInfo,e=c.getDeviceInfo,n=c.onAppHide,r=c.getNetworkType,i="";"weapp"===process.env.TARO_ENV?i="wx-app":"swan"===process.env.TARO_ENV?i="baidu-app":"tt"===process.env.TARO_ENV?i="toutiao-app":"alipay"===process.env.TARO_ENV?i="alipay-app":"rn"===process.env.TARO_ENV?i="rn-app":"h5"===process.env.TARO_ENV&&(i="h5-app");var V={jsVer:"TR2.1.6",jdaKey:"__jda",jddKey:"__jdd",jdvKey:"__jdv",jdvSceneKey:"__scene_jdv",rdJdvKey:"cookies",debugKey:"__debugId__",sysExtKey:"__sysExtKey__",customerInfoKey:"union_customerinfo",jdvTimeMS:864e5,customerInfoTime:86400,sessionTime:1800,referKey:"__refer",md5Salt:"5YT%aC89$22OI@pQ",batchKey:"zwx-stream-storage",reportStrategy:"zwx-report-strategy",sendByBatch:!1,own:{__jda:1,__jdd:1,__jdv:1,__refer:1,appid:1,jdwcx:1,jdzdm:1,union_customerinfo:1},addr:function(t){var e="https://neptune.jd.com/log/m";try{var c=getApp({allowDefault:!0});c&&c.globalRequestUrl&&(e=c.globalRequestUrl.replace(/\/*$/,"/neptune/log/m"))}catch(t){}return t?"https://luna.jd.com/debuglog/xapp":e}},_=0;function W(t){t=t||"tr-"+_++,this.name=t,this.logCache=[],this.env=[],this.ext={},this.isReady=W.isWxDataReady,W.loggerList&&W.loggerList instanceof Array&&W.loggerList.push(this),W.isInitJda||(W.initJda(),W.isInitJda=!0)}W.loggerList=[],W.dependList={sysinfo:0,netType:0},W.isWxDataReady=!1,W.instance=!1,W.getInstance=function(){return W.instance||(W.instance=new W)},W.getMulInstance=function(t){return new W(t)},W.dataReady=function(t){if(!W.isWxDataReady){for(var e in W.dependList[t]=1,W.dependList)if(!W.dependList[e])return;W.isWxDataReady=!0;e=0;for(var c=W.loggerList.length;e<c;e++)W.loggerList[e].ready();delete W.loggerList}},(W.pr=W.prototype).ready=function(){this.isReady=!0;for(var t=this.logCache.length,e=0;e<t;e++)this.sendData.apply(this,this.logCache[e])},W.pr.sendData=function(t,e,c){var r;(r="pv"==e?this.initPvData(c,e):"cl"==e?this.initClickData(c,e):"cd"==e?this.initShoppingData(c):"od"==e?this.initOrderData(c):"sr"==e?this.initPageUnloadData(c):"ep"==e?this.initExposureData(c):c).tpc=t,r.report_ts=H()/1e3,r.token=W.md5(r.report_ts+V.md5Salt),r.data[0].typ=e,r.data[0].debugId=this.env[gt]||"",this.logByPost(r,r.data[0])},W.pr.send=function(t,e,c){this.isReady?this.sendData.apply(this,arguments):this.logCache.push(arguments)},W.pr.request=function(t,e){var c=!!this.env[gt],r="https://neptune.jd.com/log/m/v3?std="+t.std;x({url:e?r:V.addr(c)+"?std="+t.std,data:t,method:"POST",header:{"content-type":"application/json"},success:function(t){}})},W.pr.exports=function(){var n=this;return{set:function(t){n.setData(t)},setCommon:function(t){n.setData(t,!0)},pv:function(t){n.lastPvTime&&H()-n.lastPvTime<100||(n.lastPvTime=H(),n.setData(t),n.setupPageview(!0),n.send("wx_app.000000","pv",t))},click:function(t){n.send("wx_app.000001","cl",t)},exposure:function(t){n.send("wx_app.000005","ep",t)},autoClick:function(t){var e,c=t.target.dataset,r=t.currentTarget.dataset;if(c&&c.eid?e=c:r&&r.eid&&(e=r),e){var x={eid:e.eid,elevel:e.elevel,eparam:e.eparam,pname:e.pname,pparam:e.pparam,target:e.target,event:t};n.send("wx_app.000001","cl",x)}},addToCart:function(t){n.send("wx_app.000002","cd",t)},order:function(t){n.send("wx_app.000003","od",t)},pageUnload:function(t){n.send("wx_app.000004","sr",t)},getSeries:function(){return n.env[b]||(n.setupPageview(),n.env[b]=!0),JSON.stringify(n.getSeriesData())},urlAddSeries:function(t){var e=(t||"").indexOf("#"),c="wxappSeries="+encodeURIComponent(this.getSeries());return-1<e?e===t.length-1?t+c:t+"&"+c:t+"#"+c},setMParam:function(t){return n.setMParam(t)},getJda:function(){return N(V.jdaKey)},getJdv:function(){return N(V.jdvKey)},getStorage:function(t){return N(t)},setStorage:function(t,e){return B(t,e)},setJdv:function(t){return t&&5===t.split("|").length&&B(V.jdvKey,t+"|"+H())}}};var a=2e3,s=1e3,d=1e3,o=100,p=10,u=null,h={num:"numberOut",time:"timeOut",pageHide:"pageHide"};function v(t){t&&$(t)&&(V.sendByBatch=t.h5_size&&1!=t.h5_size||t.h5_time&&1!=t.h5_time,p=t.h5_size?+t.h5_size:p,d=t.h5_time?1e3*t.h5_time:d)}function f(t,e){var c;for(c in t)Object.prototype.hasOwnProperty.call(t,c)&&e(t[c],c)}function m(t,c){f(t,function(t,e){c[e]=t})}function g(c){var r,t,x,e={};for(m(c[0],e),r=0;r<c.length;++r)for(x=[],f(e,function(t,e){t!==c[r][e]&&x.push(e)}),t=0;t<x.length;++t)delete e[x[t]];return f(e,function(t,e){for(r=0;r<c.length;++r)delete c[r][e]}),e.data=c,e}function y(){var t=N(V.batchKey);if(t){var e,c=t.data;for(delete t.data,e=0;e<c.length;++e)m(t,c[e]);return c}return[]}W.pr.batchSend=function(t,e){try{if(t.length){B(V.batchKey,null);var c=g(t);c.batch_report_type=e,c.report_ts=H()/1e3,c.token=W.md5(c.report_ts+V.md5Salt),this.request(c,!0)}}catch(t){}},W.pr.logByPost=function(t,e){var c=this;if(!!!this.env[gt]&&V.sendByBatch)try{if(!u){!function t(e,c){var r=a+(s*Math.random()<<0),x=d+(o*Math.random()<<0);u=setTimeout(function(){try{c.batchSend(y(),h.time),t(!1,c)}catch(t){}},e?r:x)}(!0,c),n(function(){!function(t){try{clearTimeout(u),u=null,c.batchSend(y(),t)}catch(t){}}(h.pageHide)})}var r={};delete t.report_ts,delete t.token,delete t.data,m(t,r),m(e,r);var x=y().concat(r);x.length>=p?this.batchSend(x,h.num):B(V.batchKey,g(x))}catch(t){}else this.request(t)},function(t){var n=0;function e(t){return r(c(x(t)))}function c(t){return _(a(i(t),8*t.length))}function r(t){for(var e,c=n?"0123456789ABCDEF":"0123456789abcdef",r="",x=0;x<t.length;x++)e=t.charCodeAt(x),r+=c.charAt(e>>>4&15)+c.charAt(15&e);return r}function x(t){for(var e,c,r="",x=-1;++x<t.length;)e=t.charCodeAt(x),c=x+1<t.length?t.charCodeAt(x+1):0,55296<=e&&e<=56319&&56320<=c&&c<=57343&&(e=65536+((1023&e)<<10)+(1023&c),x++),e<=127?r+=String.fromCharCode(e):e<=2047?r+=String.fromCharCode(192|e>>>6&31,128|63&e):e<=65535?r+=String.fromCharCode(224|e>>>12&15,128|e>>>6&63,128|63&e):e<=2097151&&(r+=String.fromCharCode(240|e>>>18&7,128|e>>>12&63,128|e>>>6&63,128|63&e));return r}function i(t){var e,c=Array(t.length>>2);for(e=0;e<c.length;e++)c[e]=0;for(e=0;e<8*t.length;e+=8)c[e>>5]|=(255&t.charCodeAt(e/8))<<e%32;return c}function _(t){for(var e="",c=0;c<32*t.length;c+=8)e+=String.fromCharCode(t[c>>5]>>>c%32&255);return e}function a(t,e){t[e>>5]|=128<<e%32,t[14+(e+64>>>9<<4)]=e;for(var c=1732584193,r=-271733879,x=-1732584194,n=271733878,i=0;i<t.length;i+=16){var _=c,a=r,s=x,d=n;r=h(r=h(r=h(r=h(r=u(r=u(r=u(r=u(r=p(r=p(r=p(r=p(r=o(r=o(r=o(r=o(r,x=o(x,n=o(n,c=o(c,r,x,n,t[i+0],7,-680876936),r,x,t[i+1],12,-389564586),c,r,t[i+2],17,606105819),n,c,t[i+3],22,-1044525330),x=o(x,n=o(n,c=o(c,r,x,n,t[i+4],7,-176418897),r,x,t[i+5],12,1200080426),c,r,t[i+6],17,-1473231341),n,c,t[i+7],22,-45705983),x=o(x,n=o(n,c=o(c,r,x,n,t[i+8],7,1770035416),r,x,t[i+9],12,-1958414417),c,r,t[i+10],17,-42063),n,c,t[i+11],22,-1990404162),x=o(x,n=o(n,c=o(c,r,x,n,t[i+12],7,1804603682),r,x,t[i+13],12,-40341101),c,r,t[i+14],17,-1502002290),n,c,t[i+15],22,1236535329),x=p(x,n=p(n,c=p(c,r,x,n,t[i+1],5,-165796510),r,x,t[i+6],9,-1069501632),c,r,t[i+11],14,643717713),n,c,t[i+0],20,-373897302),x=p(x,n=p(n,c=p(c,r,x,n,t[i+5],5,-701558691),r,x,t[i+10],9,38016083),c,r,t[i+15],14,-660478335),n,c,t[i+4],20,-405537848),x=p(x,n=p(n,c=p(c,r,x,n,t[i+9],5,568446438),r,x,t[i+14],9,-1019803690),c,r,t[i+3],14,-187363961),n,c,t[i+8],20,1163531501),x=p(x,n=p(n,c=p(c,r,x,n,t[i+13],5,-1444681467),r,x,t[i+2],9,-51403784),c,r,t[i+7],14,1735328473),n,c,t[i+12],20,-1926607734),x=u(x,n=u(n,c=u(c,r,x,n,t[i+5],4,-378558),r,x,t[i+8],11,-2022574463),c,r,t[i+11],16,1839030562),n,c,t[i+14],23,-35309556),x=u(x,n=u(n,c=u(c,r,x,n,t[i+1],4,-1530992060),r,x,t[i+4],11,1272893353),c,r,t[i+7],16,-155497632),n,c,t[i+10],23,-1094730640),x=u(x,n=u(n,c=u(c,r,x,n,t[i+13],4,681279174),r,x,t[i+0],11,-358537222),c,r,t[i+3],16,-722521979),n,c,t[i+6],23,76029189),x=u(x,n=u(n,c=u(c,r,x,n,t[i+9],4,-640364487),r,x,t[i+12],11,-421815835),c,r,t[i+15],16,530742520),n,c,t[i+2],23,-995338651),x=h(x,n=h(n,c=h(c,r,x,n,t[i+0],6,-198630844),r,x,t[i+7],10,1126891415),c,r,t[i+14],15,-1416354905),n,c,t[i+5],21,-57434055),x=h(x,n=h(n,c=h(c,r,x,n,t[i+12],6,1700485571),r,x,t[i+3],10,-1894986606),c,r,t[i+10],15,-1051523),n,c,t[i+1],21,-2054922799),x=h(x,n=h(n,c=h(c,r,x,n,t[i+8],6,1873313359),r,x,t[i+15],10,-30611744),c,r,t[i+6],15,-1560198380),n,c,t[i+13],21,1309151649),x=h(x,n=h(n,c=h(c,r,x,n,t[i+4],6,-145523070),r,x,t[i+11],10,-1120210379),c,r,t[i+2],15,718787259),n,c,t[i+9],21,-343485551),c=l(c,_),r=l(r,a),x=l(x,s),n=l(n,d)}return Array(c,r,x,n)}function s(t,e,c,r,x,n){return l((i=l(l(e,t),l(r,n)))<<(_=x)|i>>>32-_,c);var i,_}function o(t,e,c,r,x,n,i){return s(e&c|~e&r,t,e,x,n,i)}function p(t,e,c,r,x,n,i){return s(e&r|c&~r,t,e,x,n,i)}function u(t,e,c,r,x,n,i){return s(e^c^r,t,e,x,n,i)}function h(t,e,c,r,x,n,i){return s(c^(e|~r),t,e,x,n,i)}function l(t,e){var c=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(c>>16)<<16|65535&c}W.md5=e}();var H=function(){return(new Date).getTime()},X=function(){return H()+""+parseInt(2147483647*Math.random())},$=function(t){return"[object Object]"=={}.toString.call(t)},w=function(t,e){if($(t)&&$(e))for(var c in e)t[c]=e[c]},F=function(t){var e=[];if($(t))for(var c in t)"m_param"!==c&&e.push(c+"="+t[c]);return e.join("&")},Y=function(t){if($(t))for(var e in t)return!1;return!0},j=0,k=j++,G=j++,Q=j++,Z=j++,tt=j++,et=j++,ct=j++,rt=j++,xt=j++,nt=j++,b=j++,it=j++,D=j++,S=j++,P=j++,_t=j++,at=j++,st=j++,dt=j++,q=j++,K=j++,C=j++,ot=j++,pt=j++,ut=j++,I=j++,z=j++,R=j++,ht=j++,lt=j++,vt=j++,T=j++,A=j++,E=j++,ft=j++,mt=j++,gt=j++,O=j++,U=j++,J=j++,L=j++;W.pr.getData=function(t){for(var e={},c=0,r=t.length;c<r;c++){var x=t[c];e[x[0]]=this.env[x[1]]||""}return e};var M,yt,wt=null,jt=function(t,e,c,r){var x=(t||"").split("|"),n="",i="",_="",a="",s=!0;6<=x.length&&e-x[5]<=V.jdvTimeMS&&(n=x[1],i=x[2],_=x[3],a=x[4],s=!1);var d=Y(c[_t])?c[dt]:c[_t],o=[];if(r&&wt&&l[wt]){var p=l[wt];o[0]=p[0],o[1]=encodeURIComponent(p[1]),o[2]=encodeURIComponent(p[2])||"none",o[3]=encodeURIComponent(p[3])||"-",wt=null}d&&d.utm_source&&(o[0]=encodeURIComponent(d.utm_source),o[1]=encodeURIComponent(d.utm_campaign||"")||i,o[2]=encodeURIComponent(d.utm_medium||"")||_,o[3]=encodeURIComponent(d.utm_term||"")||a,a=o[3],s=!0);var u=r;r||(0<o.length&&"direct"!=o[0]?u=(o[0]!==n||o[1]!==i||o[2]!==_)&&"referral"!==o[2]:0<o.length&&"direct"==o[0]&&("direct"===n||!n)&&(u=o[1]!==i||o[2]!==_||o[3]!==a));var h="";return u&&(n=o[0]||n,i=o[1]||i,_=o[2]||_,a=o[3]||a),(s||u)&&(h=[1,n||"direct",i||"-",_||"none",a||"-",e].join("|")),r||(c[nt]=c[nt]||u),h};W.pr.getPname=function(t){return(t=t||{}).pname||this.env[K]||this.env[S]||this.env[at]||""},W.pr.getPparam=function(t){return(t=t||{}).pparam||this.env[C]||this.env[P]||this.env[st]||""},W.pr.getUrl=function(){return this.env[S]||this.env[at]||""},W.pr.getUrlParam=function(){return this.env[P]||this.env[st]||""},W.pr.setupPageview=function(t){var e,c,r,x=this.env,n=H(),i=parseInt(n/1e3),_=N(V.jdaKey),a=N(V.jddKey),s=N(V.jdvKey),d=N(V.jdvSceneKey),o=N(V.debugKey);x[it]=!0;try{var p=(A=getCurrentPages())[A.length-1];x[at]=p.route||p.__route__||"";var u=$(p.options)?p.options:{};x[st]=F(u)||"",x[dt]=u,this.setMParam((this.env[_t]||{}).m_param||u.m_param)}catch(t){}x[nt]=!1,e=i,c=x,1<(r=(a||"").split(".")).length?c[nt]=c[nt]||1*r[1]+V.sessionTime<e:c[nt]=!0;var h,l,v,f,m,g,y,w,j,k,b,D,S,P,q=jt(s,n,x),K=jt(d,n,x,!0),C=(k=i,b=x,D=t,S=(a||"").split("."),(P=1)<S.length?(b[nt]=b[nt]||1*S[1]+V.sessionTime<k,P=(b[nt]?1:D?1*S[0]+1:1*S[0])||1):b[nt]=!0,(b[et]=P)+"."+k),I=(h=i,l=x,y=(_||"").split("."),j=w=1,5<y.length?(w=y[0]||w,v=y[1]||X(),f=y[2]||h,l[nt]?(m=y[4]||h,g=h,j=1*y[5]+1||1):(m=y[3]||h,g=y[4]||h,j=1*y[5]||1)):(v=X(),f=m=g=h,j=1),[l[ft]=w,l[G]=v,l[Q]=f,l[Z]=m,l[tt]=g,l[ct]=j].join("."));B(V.jddKey,C),B(V.jdaKey,I),q&&B(V.jdvKey,q),K&&B(V.jdvSceneKey,K),x[rt]=q||s,x[xt]=K||d,W.setAppData(),function(t){if(t[mt]&&t[mt].pv_sid&&t[mt].pv_seq){var e=1*t[mt].pv_sid,c=1*t[mt].pv_seq;99999999<e||(e>t[ct]||e==t[ct]&&c>=t[et])&&(t[ct]=e,t[et]=c+1)}}(x);var z,R,T=function(t,e,c){var r=Y(c[_t])?c[dt]:c[_t],x="",n="";if(r&&r.customerinfo)x=r.customerinfo,n=e;else{var i=t instanceof Array?t:[];2==i.length&&e-i[1]<V.customerInfoTime&&(x=i[0],n=i[1])}return(c[vt]=x)?[x,n]:[]}(N(V.customerInfoKey),i,x);B(V.customerInfoKey,T),z=this.env,(R=N("jdwcx")||N("jdzdm"))&&(R.unionid&&(z[ht]=R.unionid),R.wxversion&&(z[lt]=R.wxversion));try{p=(A=getCurrentPages())[A.length-1];var A,E=$(p.options)?p.options:{},O=decodeURIComponent(E.scene),U=new RegExp("(^|&)"+V.debugKey+"=([^&]*)(&|$)"),J=O.match(U),L=E[V.debugKey];null!=J&&(L=J[2]),L?(B(V.debugKey,L),o=L):x[nt]&&(B(V.debugKey,""),o=""),x[gt]=o}catch(t){}if(x[nt])x[ot]="",x[pt]="",x[ut]="";else{var M=N(V.referKey);x[ot]=M[0],x[pt]=M[1],x[ut]=M[2]}B(V.referKey,[this.getUrl(),this.getUrlParam(),""])},W.pr.initMulcommonData=function(){var t=W.instance&&W.instance.env||[],e={account:I,siteId:k,appid:z,openid:R,unionid:ht};for(var c in e)this.env[e[c]]=this.env[e[c]]||t[e[c]]},W.pr.initPvData=function(t,e){this.pageLoadTime=H(),this.maxClickDeep=0,t=t||{};var c=this.baseEnv(e),r=c.data[0];return this.env[L]=r.ma_log_id,r.page_id=this.env[q]||"",r.pname=this.getPname(t),r.pparam=this.getPparam(t),r.sku=this.env[T]||"",r.shp=this.env[A]||"",r.tit=this.env[D]||"",r.ldt=this.env[E]||"",r.ma_et_refer=this.env[ut]||"",w(r.ext,t.ext),c},W.pr.initClickData=function(t,e){var c,r=this.baseEnv(),x=r.data[0];if(x.eid=t.eid||"",x.eparam=t.eparam||"",x.elevel=t.elevel||"",x.page_id=t.pageId||this.env[q]||"",x.pname=this.getPname(t),x.pparam=this.getPparam(t),x.tar=t.target||"",x.x=0,x.y=0,c=t.event,$(c)&&c.type&&c.target){var n=t.event,i=n.touches;if((!i||i.length<1)&&(i=n.changedTouches),i&&0<i.length){x.x=parseInt(i[0].pageX);var _=parseInt(i[0].pageY);(x.y=_)>this.maxClickDeep&&(this.maxClickDeep=_)}}if(w(x.ext,t.ext),"cl"===e){var a=N(V.referKey)||[];B(V.referKey,[a[0],a[1],x.eid])}return r},W.pr.initExposureData=W.pr.initClickData,W.pr.initShoppingData=function(t){var e=this.baseEnv(),c=e.data[0];return c.eid=t.eid||"",c.eparam=t.eparam||"",c.elevel=t.elevel||"",c.page_id=t.pageId||this.env[q]||"",c.pname=this.getPname(t),c.pparam=this.getPparam(t),c.sku_list=t.shoppingList?JSON.stringify(t.shoppingList):"",w(c.ext,t.ext),e},W.pr.initOrderData=function(t){var e=this.baseEnv(),c=e.data[0];return c.eid=t.eid||"",c.eparam=t.eparam||"",c.elevel=t.elevel||"",c.page_id=t.pageId||this.env[q]||"",c.pname=this.getPname(t),c.pparam=this.getPparam(t),c.sku_list=t.orderList?JSON.stringify(t.orderList):"",c.order_total_fee=t.total||0,c.sale_ord_id=t.orderid||"",w(c.ext,t.ext),e},W.pr.initPageUnloadData=function(t){var e=((H()-this.pageLoadTime)/1e3).toFixed(3),c=this.baseEnv(),r=c.data[0];return t=t||{},r.page_id=t.pageId||this.env[q]||"",r.pname=this.getPname(t),r.pparam=this.getPparam(t),r.alive_seconds=e,r.click_deep=this.maxClickDeep,w(r.ext,t.ext),c},W.pr.initStrategy=function(t){var e=N(V.reportStrategy);x({url:"https://policy.jd.com/m/log/v2?key=x&item="+t+"&v="+(e&&e.v),method:"GET",header:{"content-type":"application/json"},success:function(t){t&&t.data&&("1"===t.data.code&&v(e),"0"===t.data.code&&(B(V.reportStrategy,t.data),v(t.data)))}})},M=W.wxDat={},(yt=e&&e())&&yt.system&&(M.system=yt.system),t({success:function(t){t&&(M.dvc=t.model,M.pixelRatio=(t.pixelRatio||"")+"",M.scr=parseInt(t.windowWidth)+"x"+parseInt(t.windowHeight),M.lang=t.language,M.wxver=t.version,M.sdkver=t.SDKVersion||"")},complete:function(){W.dataReady("sysinfo")}}),r({success:function(t){t&&(M.net=t.networkType)},complete:function(){W.dataReady("netType")}}),W.pr.setData=function(t,e){t=$(t)?t:{};var c=$(t.urlParam)?t.urlParam:{},r={skuid:[T],shopid:[A],title:[D],loadtime:[E],url:[S],urlParam:[P,F],pname:[K],pparam:[C],pageId:[q],pvLogId:[L]},x={account:[I],siteId:[k],appid:[z],openid:[R],unionid:[ht],sendByBatch:[O],latitude:[U],longitude:[J]};for(var n in x){var i=x[n];this.env[i[0]]=t[n]?i[1]?i[1](t[n]):t[n]:this.env[i[0]]||"",delete t[n]}if(!e){for(var n in this.ext={},this.env[_t]=c,this.setMParam(c.m_param),r){i=r[n];this.env[i[0]]=t[n]?i[1]?i[1](t[n]):t[n]:"",delete t[n]}for(var n in t)"ext"!==n&&(this.ext[n]=t[n]);this.env[z]||(this.env[z]=N("appid")),this.env[O]&&this.env[k]&&!W.isStrategyReady&&(W.isStrategyReady=!0,this.initStrategy(this.env[k]))}},W.appDat={},W.setAppData=function(t){try{var e={},c=N(V.sysExtKey);for(var r in w(e,c),w(e,t),e)W.appDat[r]=e[r],"wxapp_scene"===r&&t&&t[r]&&(wt=t[r]);B(V.sysExtKey,e)}catch(t){}},W.clearAppData=function(){W.appDat={},function(t){try{c.removeStorageSync(t)}catch(t){}}(V.sysExtKey)},W.scene=null,W.setScene=function(t){W.scene=t},W.pr.setMParam=function(t){try{var e=JSON.parse(t);this.env[mt]=$(e)?e:{}}catch(t){this.env[mt]={}}},W.pr.baseEnv=function(t){this===W.instance?this.env[it]||this.setupPageview():this.initCommon||(this.initMulcommonData(),this.initCommon=!0);var e=this.env,c=W.wxDat,r={cli:i,std:e[k]||"WXAPP-JA2016-1",uuid:e[G]||"",scr:c.scr||"",dvc:c.dvc||"",lang:c.lang||"",appkey:e[lt]||"",appid:e[z]||"",openid:e[R]||"",unionid:e[ht]||"",gender:c.gender||"",city:c.city||"",province:c.province||"",country:c.country||"",wxver:c.wxver||"",data:[]};c.system&&(r.osp=c.system.split(" ")[0],r.osv=c.system.split(" ")[1]);var x=[["realUrl",at],["realParam",st],["ref",ot],["rpr",pt],["seq",et],["vts",ct],["pin",I],["fst",Q],["pst",Z],["vct",tt],["lat",U],["lon",J]],n=this.getData(x);return n.ma_log_id=e[G]+"-"+(new Date).getTime()+"-"+Math.floor(2147483647*Math.random()),"pv"!==t&&(n.ma_pv_log_id=e[L]),n.jsver=V.jsVer,n.net=c.net||"",n.speed=c.speed||"",n.accuracy=c.accuracy||"",n.pixelRatio=c.pixelRatio||"",n.jdv=e[rt]||"",n.customerInfo=e[vt]||"",n.ctp=this.getUrl(),n.par=this.getUrlParam(),n.unpl=N("unpl")||"",n.scene=W.scene||"",n.sdkver=c.sdkver||"","JA2019_5112348"===e[k]&&(n.rdJdv=function(){var t="",e=N(V.rdJdvKey);if(e&&e._expire>Date.now()){var c=e._data&&e._data[V.jdvKey];c&&new Date(c.expires)>new Date&&(t=c?c.value:"")}return t}()),n.ext={sceneJdv:e[xt]||""},n.std_param=W.appDat,w(n.ext,this.ext),w(n.ext,W.appDat),r.data.push(n),r},W.pr.getSeriesData=function(){var t=this.env,e={uuid:t[G]||"",std:t[k]||"WXAPP-JA2016-1",seq:t[et],vts:t[ct]};return t[lt]&&(e.appkey=t[lt]),t[z]&&(e.appid=t[z]),t[gt]&&(e.debugId=t[gt]),e},W.initJda=function(){var t=N(V.jdaKey);if(!t){var e=H();t=[1,X(),e,e,e,0].join("."),B(V.jdaKey,t)}return t},module.exports={init:function(t){return W.getInstance().exports()},instance:function(t){return W.getMulInstance(t).exports()},usePlugin:function(t){if(t)try{pluginObj=requirePlugin(t)}catch(t){}},setAppData:function(t){W.setAppData(t)},clearAppData:function(){W.clearAppData()},setScene:function(t){W.setScene(t)}}}(Taro);
@@ -1,37 +1,76 @@
1
1
 
2
2
  .d-shop-container-list {
3
- position: relative;
4
- overflow: hidden;
5
- z-index: 2;
3
+ position: relative;
4
+ overflow: hidden;
5
+ z-index: 2;
6
6
 
7
- .d-container-item,
8
- .d-floor-item {
9
- position: relative;
10
- // 不能加overflow 防止IntersectionObserver监听异常
11
- //overflow: hidden;
12
- }
13
-
14
- .d-floor-item {
15
- overflow: hidden;
16
- display: block; // 由于taro的View属于一种自定义标签,虽然taro自己会给View设置display为block,但是这个是一个异步过程,而自定义标签的默认display是inline,inline状态下即使设置了overflow:hidden,也会由于内容过大导致宽度被撑大而超出容器实际宽度。所以为了保证楼层容器节点在加载过程中不被撑大,需要显示设置display:block
17
- }
7
+ // 容器列表底部间距,不做适配转换,固定8px
8
+ .d-container-list-with-margin-bottom {
9
+ margin-bottom: 8px;
10
+ }
18
11
 
19
- .d-container-item {
20
- //opacity: 0;
21
- //animation: containerShowToOpacity 500ms;
22
- //animation-fill-mode: forwards;
23
- :global {
24
- .lazyload-placeholder {
25
- background: url('https://img13.360buyimg.com/imagetools/jfs/t1/151010/32/14284/30214/5ff66791Ea1bc6cc6/698c0772b377aef5.png')
26
- center center / 40px 40px no-repeat;
27
- }
28
- }
29
- }
12
+ .d-container-list-no-margin-bottom {
13
+ margin-bottom: 0;
14
+ }
30
15
 
31
- .d-container-list-no-data {
32
- min-height: 400px;
16
+ .d-container-item,
17
+ .d-floor-item {
18
+ position: relative;
19
+ // 不能加overflow 防止IntersectionObserver监听异常
20
+ //overflow: hidden;
21
+ }
22
+
23
+
24
+ .d-floor-item {
25
+ overflow: hidden;
26
+ display: block; // 由于taro的View属于一种自定义标签,虽然taro自己会给View设置display为block,但是这个是一个异步过程,而自定义标签的默认display是inline,inline状态下即使设置了overflow:hidden,也会由于内容过大导致宽度被撑大而超出容器实际宽度。所以为了保证楼层容器节点在加载过程中不被撑大,需要显示设置display:block
27
+ }
28
+ .d-floor-chart-item {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ right: 0;
33
+ bottom: 0;
34
+ pointer-events: auto;
35
+ z-index: 99;
36
+ }
37
+ .d-container-item {
38
+ //opacity: 0;
39
+ //animation: containerShowToOpacity 500ms;
40
+ //animation-fill-mode: forwards;
41
+ :global {
42
+ .lazyload-placeholder {
43
+ background: url('https://img13.360buyimg.com/imagetools/jfs/t1/151010/32/14284/30214/5ff66791Ea1bc6cc6/698c0772b377aef5.png')
44
+ center center / 40px 40px no-repeat;
45
+ }
33
46
  }
47
+ }
48
+ .d-luxury-header {
49
+ border-top-left-radius: 40px;
50
+ border-top-right-radius: 40px;
51
+ width: 100%;
52
+ height: 8px;
53
+ margin-top: -8px;
54
+ background-clip: padding-box;
55
+ position: relative;
56
+ z-index: 999;
57
+ background: #f2f2f2;
58
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
59
+ }
60
+ .d-luxury-header-black {
61
+ width: 100%;
62
+ z-index: 999;
63
+ background: black;
64
+ margin-bottom: 16px;
65
+ }
66
+ .d-container-list-no-data {
67
+ min-height: 400px;
68
+ &.d-sage-shop-no-data {
69
+ background: #fff;
70
+ }
71
+ }
34
72
  }
73
+
35
74
  //@keyframes containerShowToOpacity {
36
75
  // from {
37
76
  // opacity: 0;