@conecli/cone-render 0.8.20-shop.21 → 0.8.20-shop.211

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 (163) 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/jdplayerSdk.ts +1 -0
  11. package/dist/common/jssdk.ts +1 -0
  12. package/dist/common/pageType.ts +1 -0
  13. package/dist/common/sgmCustomCode.ts +1 -0
  14. package/dist/common/token/index.h5.ts +1 -1
  15. package/dist/common/token/token.jd.ts +1 -1
  16. package/dist/common/token/token.ts +1 -1
  17. package/dist/common/wxappApi.jd.ts +1 -0
  18. package/dist/common/wxappApi.ts +1 -1
  19. package/dist/components/ErrorBoundary.tsx +1 -1
  20. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  21. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  22. package/dist/components/base/CountDown/index.module.scss +49 -44
  23. package/dist/components/base/CountDown/index.tsx +1 -1
  24. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  25. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  26. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  27. package/dist/components/base/CustomVideo/common.ts +1 -0
  28. package/dist/components/base/CustomVideo/index.module.scss +1 -1
  29. package/dist/components/base/CustomVideo/index.tsx +1 -1
  30. package/dist/components/base/Dialog/index.module.scss +16 -0
  31. package/dist/components/base/Dialog/index.tsx +1 -1
  32. package/dist/components/base/Exposure/index.h5.tsx +1 -1
  33. package/dist/components/base/ExposureSmart/const.ts +1 -0
  34. package/dist/components/base/ExposureSmart/index.h5.module.scss +30 -6
  35. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  36. package/dist/components/base/ExposureSmart/index.module.scss +20 -9
  37. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  38. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  39. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  40. package/dist/components/base/InViewRender/index.tsx +1 -1
  41. package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
  42. package/dist/components/base/ItemViewExposureSmart/index.module.scss +8 -0
  43. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -0
  44. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  45. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  46. package/dist/components/base/LazyLoadImage/const.ts +1 -1
  47. package/dist/components/base/LazyLoadImage/index.h5.module.scss +24 -20
  48. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  49. package/dist/components/base/MobileCommonHeader/index.module.scss +17 -0
  50. package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
  51. package/dist/components/base/NetworkDataError/const.ts +1 -1
  52. package/dist/components/base/NetworkDataError/index.module.scss +125 -69
  53. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  54. package/dist/components/base/Price/Base/index.module.scss +12 -0
  55. package/dist/components/base/Price/Base/index.tsx +1 -1
  56. package/dist/components/base/Price/Double/index.module.scss +32 -0
  57. package/dist/components/base/Price/Double/index.tsx +1 -1
  58. package/dist/components/base/Price/index.tsx +1 -1
  59. package/dist/components/base/Skeleton/index.tsx +1 -1
  60. package/dist/components/debug/DebugLayout/index.module.scss +67 -0
  61. package/dist/components/debug/DebugLayout/index.tsx +1 -0
  62. package/dist/components/debug/DebugLayout/utils.ts +1 -0
  63. package/dist/components/decorate/DecorateFloorModule/index.module.scss +32 -2
  64. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
  65. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  66. package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
  67. package/dist/components/floorItem.jd.tsx +1 -1
  68. package/dist/components/floorItem.tsx +1 -1
  69. package/dist/components/floorItem.weapp.tsx +1 -1
  70. package/dist/components/isv/Floor/index.tsx +1 -1
  71. package/dist/components/remoteFloorItem.tsx +1 -0
  72. package/dist/interface/common.ts +1 -1
  73. package/dist/interface/component.ts +1 -1
  74. package/dist/interface/jumpEventReport.ts +1 -1
  75. package/dist/interface/service.ts +1 -1
  76. package/dist/interface/utils.ts +1 -1
  77. package/dist/jumpEventReport/base.ts +1 -1
  78. package/dist/jumpEventReport/const.ts +1 -1
  79. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  80. package/dist/jumpEventReport/index.h5.ts +1 -1
  81. package/dist/jumpEventReport/index.jd.ts +1 -1
  82. package/dist/jumpEventReport/index.ts +1 -1
  83. package/dist/jumpEventReport/index.weapp.ts +1 -1
  84. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  85. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  86. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  87. package/dist/jumpEventReport/web/report.ts +1 -1
  88. package/dist/jumpEventReport/web.base.ts +1 -1
  89. package/dist/jumpEventReport/web.jd.ts +1 -1
  90. package/dist/jumpEventReport/web.jdb.ts +1 -1
  91. package/dist/jumpEventReport/web.jdjch.ts +1 -0
  92. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  93. package/dist/jumpEventReport/web.pc.ts +1 -0
  94. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  95. package/dist/jumpEventReport/web.tjm.ts +1 -0
  96. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  97. package/dist/language/en_US.json +178 -0
  98. package/dist/language/zh_CN.json +178 -0
  99. package/dist/language/zh_HK.json +178 -0
  100. package/dist/libs/taroAppReport.js +2 -2
  101. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -27
  102. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  103. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  104. package/dist/open/api/device.ts +1 -1
  105. package/dist/open/api/environment.ts +1 -1
  106. package/dist/open/api/index.ts +1 -1
  107. package/dist/open/api/jump/business.ts +1 -0
  108. package/dist/open/api/jump/index.ts +1 -0
  109. package/dist/open/api/jump/minPath.ts +1 -0
  110. package/dist/open/api/jump/side.ts +1 -0
  111. package/dist/open/api/jump/webUrl.ts +1 -0
  112. package/dist/open/api/jump copy.ts +1 -0
  113. package/dist/open/api/request.ts +1 -1
  114. package/dist/open/api/shopMember.ts +1 -1
  115. package/dist/open/api/track.ts +1 -1
  116. package/dist/open/api/util.ts +1 -1
  117. package/dist/open/components/index.ts +1 -1
  118. package/dist/sass/app.h5.scss +289 -212
  119. package/dist/sass/base.scss +195 -137
  120. package/dist/service/bMallConst.ts +1 -1
  121. package/dist/service/fetchGateway.ts +1 -1
  122. package/dist/service/fetchGateway.weapp.ts +1 -0
  123. package/dist/service/http/colorSign.ts +1 -1
  124. package/dist/service/http/const.ts +1 -1
  125. package/dist/service/http/h5Http.ts +1 -0
  126. package/dist/service/http/index.h5.ts +1 -0
  127. package/dist/service/requestServer.h5.ts +1 -0
  128. package/dist/service/requestServer.ts +1 -1
  129. package/dist/service/requestServer.weapp.ts +1 -0
  130. package/dist/utils/connectNativeJsBridge.ts +1 -1
  131. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
  132. package/dist/utils/draExceptionAndProfile.ts +1 -1
  133. package/dist/utils/h5Utils.ts +1 -1
  134. package/dist/utils/index.h5.ts +1 -1
  135. package/dist/utils/index.ts +1 -1
  136. package/dist/utils/index.weapp.ts +1 -1
  137. package/dist/utils/intersectionObserver.ts +1 -1
  138. package/dist/utils/jm-common.js +1 -1
  139. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  140. package/dist/utils/jumpExtMapUtil.ts +1 -0
  141. package/dist/utils/sColor.js +1 -0
  142. package/dist/utils/sgmCodeUtils.ts +1 -0
  143. package/dist/utils/taroRenderUtil.ts +1 -0
  144. package/dist/utils/utils.ts +1 -1
  145. package/dist/wxapp/api/helper.js +1 -0
  146. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  147. package/dist/wxapp/common/user_info.js +1 -1
  148. package/dist/wxapp/components/launch-app/index.js +1 -0
  149. package/dist/wxapp/components/launch-app/index.json +5 -0
  150. package/dist/wxapp/components/launch-app/index.wxml +0 -0
  151. package/dist/wxapp/components/launch-app/index.wxss +0 -0
  152. package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
  153. package/dist/wxapp/components/subscribe-guider/index.js +1 -0
  154. package/dist/wxapp/components/subscribe-guider/index.json +5 -0
  155. package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
  156. package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
  157. package/package.json +148 -115
  158. package/dist/components/base/Skeleton/old.tsx +0 -1
  159. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
  160. package/dist/open/api/jump.ts +0 -1
  161. package/dist/utils/memberFormatUtils.js +0 -1
  162. /package/dist/service/{bMallConst.wxapp.ts → bMallConst.weapp.ts} +0 -0
  163. /package/dist/service/http/{colorSign.wxapp.ts → colorSign.weapp.ts} +0 -0
@@ -0,0 +1,178 @@
1
+ {
2
+ "memberUniqueCoupon": "会员专属券",
3
+ "failFollow": "关注失败,请稍后重试",
4
+ "memberInstructionDetail": "规则说明",
5
+ "joinMemberFail": "加入品牌会员失败",
6
+ "failBusy": "活动火爆,请稍后再试",
7
+ "mobileNumber": "手机号",
8
+ "discount": "折",
9
+ "cancelMemberCard": "注销会员卡",
10
+ "joinGifts": "入会礼包",
11
+ "paidMemberCoupon": "品牌订阅尊享券",
12
+ "allLoaded": "已经浏览完了,去看看别的",
13
+ "openCardSuccessAndReturn": "加入品牌会员成功,将为您自动返回",
14
+ "lv0Star": "LV0 会员",
15
+ "shopDetail": "店铺详情",
16
+ "viewAllProducts": "查看全部商品",
17
+ "joinMemberSuccess2": "加入品牌会员成功",
18
+ "cancelBtnMsg": "取消",
19
+ "failLoad": "加载出错,点击重试",
20
+ "collapsePrivilege": "收起特权",
21
+ "failCode": "验证码发送失败,请稍后重试",
22
+ "cancelMemberConfirmText": "注销会员",
23
+ "memberFranchise": "特权",
24
+ "memberAddMemberInfo": "入会规则权益",
25
+ "memberSprintNoStandardTip": "您的实际订单金额未达到挑战消费门槛",
26
+ "authorize": "授权解锁",
27
+ "noProductNew": "该店铺暂未上架发布商品",
28
+ "goToShop": "进店",
29
+ "contentUnavailable": "你访问的内容飞到太空了",
30
+ "successReceive": "领取成功",
31
+ "allPrivilege": "全部特权",
32
+ "successAddShopList": "加入购物清单成功",
33
+ "edit": "修改",
34
+ "fansChat": "粉丝群聊",
35
+ "verifyCodeError": "未填写正确的验证码",
36
+ "belowProductAvailable": "以下商品可用",
37
+ "reachTo": "满",
38
+ "myPoints": "我的积分",
39
+ "loading": "加载中",
40
+ "failNetwork": "网络异常,请稍后重试",
41
+ "sgBonus": "首购礼金",
42
+ "newReleaseSeason": "当季新品",
43
+ "newRelease": "上新",
44
+ "cancelMemberlFailMsg": "解绑会员失败,请稍后再试",
45
+ "timeUnitDay": "天",
46
+ "5Star": "五星会员",
47
+ "memberCardAgreement": "会员授权协议",
48
+ "timeUnitSecond": "秒",
49
+ "pointsExchangeTask": "积分兑换任务",
50
+ "memberGiftReceiveTip": "礼包已发放至账户,可在已领权益中查看",
51
+ "memberCoupon": "会员专享券",
52
+ "sendCodeFail": "发送失败, 请稍后再试",
53
+ "successMsg": "成功",
54
+ "noProduct": "哎呀,店铺内没有商品呢~",
55
+ "shopYearDescText": "获得年度五星荣誉, 评级超过99%的店铺",
56
+ "newWareCalendar": "上新日历",
57
+ "joinYouToMember": "授权加入店铺会员",
58
+ "recommendOrder": "推荐排序",
59
+ "checkNetwork": "请检查您的网络设置",
60
+ "rightsDesc": "权益说明",
61
+ "memberBalance": "膨胀金",
62
+ "memberSprintConfirmTip": "确认收货,才可领奖哦",
63
+ "cancelMemberCardContent": "注意: 注销会员卡后包括但不限于以下权益无法继续享用会员专属券、会员积分权益、会员专享价",
64
+ "sorryNoProduct": "抱歉,没有找到商品额~",
65
+ "2Star": "二星会员",
66
+ "joinReceive": "入会领取",
67
+ "filterCriteriaMsg": "筛选条件",
68
+ "memberSearchShop": "查看本店",
69
+ "improveMemberInfo": "授权手机号 完善会员信息",
70
+ "pointsExchange": "积分兑换",
71
+ "memberPointsFranchise": "会员积分权益",
72
+ "loseNetwork": "网络连接已断开",
73
+ "memberGiftCongrats": "恭喜获得入会礼包",
74
+ "simplifiedMode": "已切换为简洁模式",
75
+ "ReceiveNow": "立即领取",
76
+ "pleaseInput": "请输入",
77
+ "resetBtnMsg": "重置",
78
+ "sendSuccess": "发送成功",
79
+ "failReceive": "领取失败",
80
+ "unFollowMsg": "已取消关注",
81
+ "welcomeToSageShop": "欢迎来到我的店铺~",
82
+ "highTraffic": "活动太火爆,访问人数较多",
83
+ "cancelMemberCloseText": "我再想想",
84
+ "newlyFirst": "新品优先",
85
+ "pleaseInputCode": "请输入验证码",
86
+ "verifyCode": "验证码",
87
+ "more": "更多",
88
+ "searchBtn": "搜索",
89
+ "deleteAll": "全部删除",
90
+ "payPrivilege": "尊享特权",
91
+ "birthdayGift": "会员生日礼",
92
+ "starMember": "星会员",
93
+ "hotSearch": "热搜",
94
+ "joinGiftsDesc": "新会员专享,礼品有限,以实际使用为准",
95
+ "chat": "私聊",
96
+ "ReceiveCouponNow": "立即领券",
97
+ "searchHistory": "搜索历史",
98
+ "validity": "有效期",
99
+ "complete": "完成",
100
+ "upgradeSubMember": "升级成为品牌订阅会员",
101
+ "fullMode": "已切换为完整模式",
102
+ "timeUnitHour": "时",
103
+ "newReleaseToday": "今日上新",
104
+ "allProductUseable": "全部商品可用",
105
+ "unlimitedAmount": "不限额度",
106
+ "available": "可用",
107
+ "memberCardInstruction": "开卡须知",
108
+ "mobileNumberErrorInput": "请输入正确的手机号",
109
+ "fansBenefits": "宠粉福利",
110
+ "timeUnitMinute": "分",
111
+ "memberFilter": "条件",
112
+ "openCardDelayTip": "系统出现延迟,请点击左上角按钮返回继续领取样品",
113
+ "isCancelMemberContent": "你将错过超值会员专属福利",
114
+ "failAddShopList": "加入购物清单失败,请稍后重试",
115
+ "ensureBtnMsg": "确定",
116
+ "viewReplay": "查看回放",
117
+ "reserveNow": "立即预约",
118
+ "failReceiveGift": "礼包领取失败",
119
+ "noPriceTip": "暂无报价",
120
+ "officialReduction": "官方立减",
121
+ "successAddCart": "加入购物车成功",
122
+ "updateCardMemberAndEnjoy": "升级开卡会员领好礼",
123
+ "4Star": "四星会员",
124
+ "failSubscribe": "订阅失败,请稍后重试",
125
+ "manyPeoleFollow": "人关注",
126
+ "pageLoadFailed": "排队进场中,请稍后再试",
127
+ "viewAll": "查看全部",
128
+ "successFollow": "关注成功",
129
+ "followers": "粉丝",
130
+ "noShopTip": "暂无店铺",
131
+ "failCancel": "取消失败,请稍后重试",
132
+ "memberRules": "会员规则",
133
+ "joinMemberDesc": "0元入会,享专属会员权益",
134
+ "successSubscribe": "订阅成功",
135
+ "memberRule": "会员规则",
136
+ "failMsg": "请稍后再试",
137
+ "pleaseInputMobileNumber": "请输入手机号",
138
+ "loadDataFailed": "数据加载失败",
139
+ "ensureMemberAuthorize": "确认授权",
140
+ "joinIn": "入会参与",
141
+ "cancelMsg": "取消订阅成功",
142
+ "reveivedRights": "已领权益",
143
+ "buyers": "人已跟买",
144
+ "sendCode": "获取验证码",
145
+ "payPrivilegeDesc": "品牌付费订阅说明",
146
+ "globalShopDetail": "店铺详情",
147
+ "successCode": "发送验证码成功",
148
+ "reload": "重新加载",
149
+ "3Star": "三星会员",
150
+ "globalShare": "分享",
151
+ "memberUniquePrice": "会员专享价",
152
+ "someProductUseable": "部分商品可用",
153
+ "hasSent": "已发送",
154
+ "joinEnjoyGifts": "入会享好礼",
155
+ "memberAnd": "以及",
156
+ "failAddCart": "加入购物车失败,请稍后重试",
157
+ "retryLater": "后重试",
158
+ "successJoinIn": "参与成功",
159
+ "joinMember": "确认授权并加入店铺会员",
160
+ "globalMessage": "消息",
161
+ "useNow": "立即使用",
162
+ "emailError": "请输入正确的邮箱",
163
+ "mobileNumberError": "未填写正确的手机号",
164
+ "isCancelMemberTitle": "真的要注销会员吗?",
165
+ "globalHome": "首页",
166
+ "brandActivity": "品牌活动",
167
+ "joinMemberRightNow": "立即加入品牌会员",
168
+ "follow": "关注",
169
+ "followed": "已关注",
170
+ "shopPopularity": "店铺人气",
171
+ "joinMemberSuccess": "入会成功",
172
+ "mobileNumberErrorFill": "未填写正确的手机号",
173
+ "joinNow": "入会立享",
174
+ "watchNow": "立即观看",
175
+ "1Star": "一星会员",
176
+ "fansMember": "店铺会员",
177
+ "pleaseTryAgainLater": "请稍后重试"
178
+ }
@@ -0,0 +1,178 @@
1
+ {
2
+ "memberUniqueCoupon": "會員專屬券",
3
+ "failFollow": "關注失敗,請稍後重試",
4
+ "memberInstructionDetail": "規則說明",
5
+ "joinMemberFail": "加入品牌會員失敗",
6
+ "failBusy": "活動火爆,請稍後再試",
7
+ "mobileNumber": "手機號",
8
+ "discount": "折",
9
+ "cancelMemberCard": "註銷會員卡",
10
+ "joinGifts": "入會禮包",
11
+ "paidMemberCoupon": "品牌訂閱尊享券",
12
+ "allLoaded": "已經瀏覽完了,去看看別的",
13
+ "openCardSuccessAndReturn": "加入品牌會員成功,將爲您自動返回",
14
+ "lv0Star": "LV0 會員",
15
+ "shopDetail": "店鋪詳情",
16
+ "viewAllProducts": "查看全部商品",
17
+ "joinMemberSuccess2": "加入品牌會員成功",
18
+ "cancelBtnMsg": "取消",
19
+ "failLoad": "加載出錯,點擊重試",
20
+ "collapsePrivilege": "收起特權",
21
+ "failCode": "驗證碼發送失敗,請稍後重試",
22
+ "cancelMemberConfirmText": "註銷會員",
23
+ "memberFranchise": "特權",
24
+ "memberAddMemberInfo": "入會規則權益",
25
+ "memberSprintNoStandardTip": "您的實際訂單金額未達到挑戰消費門檻",
26
+ "authorize": "授權解鎖",
27
+ "noProductNew": "該店鋪暫未上架發佈商品",
28
+ "goToShop": "進店",
29
+ "contentUnavailable": "你訪問的內容飛到太空了",
30
+ "successReceive": "領取成功",
31
+ "allPrivilege": "全部特權",
32
+ "successAddShopList": "加入購物清單成功",
33
+ "edit": "修改",
34
+ "fansChat": "粉絲羣聊",
35
+ "verifyCodeError": "未填寫正確的驗證碼",
36
+ "belowProductAvailable": "以下商品可用",
37
+ "reachTo": "滿",
38
+ "myPoints": "我的積分",
39
+ "loading": "加載中",
40
+ "failNetwork": "網絡異常,請稍後重試",
41
+ "sgBonus": "首購禮金",
42
+ "newReleaseSeason": "當季新品",
43
+ "newRelease": "上新",
44
+ "cancelMemberlFailMsg": "解綁會員失敗,請稍後再試",
45
+ "timeUnitDay": "天",
46
+ "5Star": "五星會員",
47
+ "memberCardAgreement": "會員授權協議",
48
+ "timeUnitSecond": "秒",
49
+ "pointsExchangeTask": "積分兌換任務",
50
+ "memberGiftReceiveTip": "禮包已發放至賬戶,可在已領權益中查看",
51
+ "memberCoupon": "會員專享券",
52
+ "sendCodeFail": "發送失敗, 請稍後再試",
53
+ "successMsg": "成功",
54
+ "noProduct": "哎呀,店鋪內沒有商品呢~",
55
+ "shopYearDescText": "獲得年度五星榮譽, 評級超過99%的店鋪",
56
+ "newWareCalendar": "上新日曆",
57
+ "joinYouToMember": "授權加入店鋪會員",
58
+ "recommendOrder": "推薦排序",
59
+ "checkNetwork": "請檢查您的網絡設置",
60
+ "rightsDesc": "權益說明",
61
+ "memberBalance": "膨脹金",
62
+ "memberSprintConfirmTip": "確認收貨,纔可領獎哦",
63
+ "cancelMemberCardContent": "注意: 註銷會員卡後包括但不限於以下權益無法繼續享用會員專屬券、會員積分權益、會員專享價",
64
+ "sorryNoProduct": "抱歉,沒有找到商品額~",
65
+ "2Star": "二星會員",
66
+ "joinReceive": "入會領取",
67
+ "filterCriteriaMsg": "篩選條件",
68
+ "memberSearchShop": "查看本店",
69
+ "improveMemberInfo": "授權手機號 完善會員信息",
70
+ "pointsExchange": "積分兌換",
71
+ "memberPointsFranchise": "會員積分權益",
72
+ "loseNetwork": "網絡連接已斷開",
73
+ "memberGiftCongrats": "恭喜獲得入會禮包",
74
+ "simplifiedMode": "已切換爲簡潔模式",
75
+ "ReceiveNow": "立即領取",
76
+ "pleaseInput": "請輸入",
77
+ "resetBtnMsg": "重置",
78
+ "sendSuccess": "發送成功",
79
+ "failReceive": "領取失敗",
80
+ "unFollowMsg": "已取消關注",
81
+ "welcomeToSageShop": "歡迎來到我的店鋪~",
82
+ "highTraffic": "活動太火爆,訪問人數較多",
83
+ "cancelMemberCloseText": "我再想想",
84
+ "newlyFirst": "新品優先",
85
+ "pleaseInputCode": "請輸入驗證碼",
86
+ "verifyCode": "驗證碼",
87
+ "more": "更多",
88
+ "searchBtn": "搜索",
89
+ "deleteAll": "全部刪除",
90
+ "payPrivilege": "尊享特權",
91
+ "birthdayGift": "會員生日禮",
92
+ "starMember": "星會員",
93
+ "hotSearch": "熱搜",
94
+ "joinGiftsDesc": "新會員專享,禮品有限,以實際使用爲準",
95
+ "chat": "私聊",
96
+ "ReceiveCouponNow": "立即領券",
97
+ "searchHistory": "搜索歷史",
98
+ "validity": "有效期",
99
+ "complete": "完成",
100
+ "upgradeSubMember": "升級成爲品牌訂閱會員",
101
+ "fullMode": "已切換爲完整模式",
102
+ "timeUnitHour": "時",
103
+ "newReleaseToday": "今日上新",
104
+ "allProductUseable": "全部商品可用",
105
+ "unlimitedAmount": "不限額度",
106
+ "available": "可用",
107
+ "memberCardInstruction": "開卡須知",
108
+ "mobileNumberErrorInput": "請輸入正確的手機號",
109
+ "fansBenefits": "寵粉福利",
110
+ "timeUnitMinute": "分",
111
+ "memberFilter": "條件",
112
+ "openCardDelayTip": "系統出現延遲,請點擊左上角按鈕返回繼續領取樣品",
113
+ "isCancelMemberContent": "你將錯過超值會員專屬福利",
114
+ "failAddShopList": "加入購物清單失敗,請稍後重試",
115
+ "ensureBtnMsg": "確定",
116
+ "viewReplay": "查看回放",
117
+ "reserveNow": "立即預約",
118
+ "failReceiveGift": "禮包領取失敗",
119
+ "noPriceTip": "暫無報價",
120
+ "officialReduction": "官方立減",
121
+ "successAddCart": "加入購物車成功",
122
+ "updateCardMemberAndEnjoy": "升級開卡會員領好禮",
123
+ "4Star": "四星會員",
124
+ "failSubscribe": "訂閱失敗,請稍後重試",
125
+ "manyPeoleFollow": "人關注",
126
+ "pageLoadFailed": "排隊進場中,請稍後再試",
127
+ "viewAll": "查看全部",
128
+ "successFollow": "關注成功",
129
+ "followers": "粉絲",
130
+ "noShopTip": "暫無店鋪",
131
+ "failCancel": "取消失敗,請稍後重試",
132
+ "memberRules": "會員規則",
133
+ "joinMemberDesc": "0元入會,享專屬會員權益",
134
+ "successSubscribe": "訂閱成功",
135
+ "memberRule": "會員規則",
136
+ "failMsg": "請稍後再試",
137
+ "pleaseInputMobileNumber": "請輸入手機號",
138
+ "loadDataFailed": "數據加載失敗",
139
+ "ensureMemberAuthorize": "確認授權",
140
+ "joinIn": "入會參與",
141
+ "cancelMsg": "取消訂閱成功",
142
+ "reveivedRights": "已領權益",
143
+ "buyers": "人已跟買",
144
+ "sendCode": "獲取驗證碼",
145
+ "payPrivilegeDesc": "品牌付費訂閱說明",
146
+ "globalShopDetail": "店鋪詳情",
147
+ "successCode": "發送驗證碼成功",
148
+ "reload": "重新加載",
149
+ "3Star": "三星會員",
150
+ "globalShare": "分享",
151
+ "memberUniquePrice": "會員專享價",
152
+ "someProductUseable": "部分商品可用",
153
+ "hasSent": "已發送",
154
+ "joinEnjoyGifts": "入會享好禮",
155
+ "memberAnd": "以及",
156
+ "failAddCart": "加入購物車失敗,請稍後重試",
157
+ "retryLater": "後重試",
158
+ "successJoinIn": "參與成功",
159
+ "joinMember": "確認授權並加入店鋪會員",
160
+ "globalMessage": "消息",
161
+ "useNow": "立即使用",
162
+ "emailError": "請輸入正確的郵箱",
163
+ "mobileNumberError": "未填寫正確的手機號",
164
+ "isCancelMemberTitle": "真的要註銷會員嗎?",
165
+ "globalHome": "首頁",
166
+ "brandActivity": "品牌活動",
167
+ "joinMemberRightNow": "立即加入品牌會員",
168
+ "follow": "關注",
169
+ "followed": "已關注",
170
+ "shopPopularity": "店鋪人氣",
171
+ "joinMemberSuccess": "入會成功",
172
+ "mobileNumberErrorFill": "未填寫正確的手機號",
173
+ "joinNow": "入會立享",
174
+ "watchNow": "立即觀看",
175
+ "1Star": "一星會員",
176
+ "fansMember": "店鋪會員",
177
+ "pleaseTryAgainLater": "請稍後重試"
178
+ }
@@ -1,2 +1,2 @@
1
- /* 2023-07-20 17:35:33 @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 n=function(e){var n="";try{n=t.getStorageSync(e)}catch(t){}return n},i=function(e,n){try{t.setStorageSync(e,n)}catch(t){}},x=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",o="__jdv",p="__debugId__",d="__sysExtKey__",u="union_customerinfo",h=864e5,l=86400,v=1800,f="__refer",g="5YT%aC89$22OI@pQ",m=function(t){var e="https://neptune.jd.com/log/m";try{var n=getApp({allowDefault:!0});n&&n.globalRequestUrl&&(e=n.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.getMulInstance=function(t){return new y(t)},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 n=y.loggerList.length;e<n;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,n){var i;(i="pv"==e?this.initPvData(n):"cl"==e?this.initClickData(n):"cd"==e?this.initShoppingData(n):"od"==e?this.initOrderData(n):"sr"==e?this.initPageUnloadData(n):"ep"==e?this.initExposureData(n):n).tpc=t,i.report_ts=D()/1e3,i.token=y.md5(i.report_ts+g),i.data[0].typ=e,i.data[0].debugId=this.env[st]||"",this.request(i,"sr"==e||"cl"==e)},y.pr.send=function(t,e,n){this.isReady?this.sendData.apply(this,arguments):this.logCache.push(arguments)},y.pr.request=function(t,e){var n=!1,i=!!this.env[st];if(x({url:m(i)+"?std="+t.std,data:t,method:"POST",header:{"content-type":"application/json"},success:function(t){n=!0}}),e)for(var r=D()+100;D()<r||n;);},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 n,i=e.target.dataset,x=e.currentTarget.dataset;if(i&&i.eid?n=i:x&&x.eid&&(n=x),n){var r={eid:n.eid,elevel:n.elevel,eparam:n.eparam,pname:n.pname,pparam:n.pparam,target:n.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[L]||(t.setupPageview(),t.env[L]=!0),JSON.stringify(t.getSeriesData())},urlAddSeries:function(t){var e=(t||"").indexOf("#"),n="wxappSeries="+encodeURIComponent(this.getSeries());return e>-1?e===t.length-1?t+n:t+"&"+n:t+"#"+n},setMParam:function(e){return t.setMParam(e)},getJda:function(){return n(_)},getJdv:function(){return n(o)},getStorage:function(t){return n(t)},setStorage:function(t,e){return i(t,e)},setJdv:function(t){return t&&5===t.split("|").length&&i(o,t+"|"+D())}}},function(t){var e=0;function n(t){return x(i(r(t)))}function i(t){return c(_(a(t),8*t.length))}function x(t){for(var n,i=e?"0123456789ABCDEF":"0123456789abcdef",x="",r=0;r<t.length;r++)n=t.charCodeAt(r),x+=i.charAt(n>>>4&15)+i.charAt(15&n);return x}function r(t){for(var e,n,i="",x=-1;++x<t.length;)e=t.charCodeAt(x),n=x+1<t.length?t.charCodeAt(x+1):0,55296<=e&&e<=56319&&56320<=n&&n<=57343&&(e=65536+((1023&e)<<10)+(1023&n),x++),e<=127?i+=String.fromCharCode(e):e<=2047?i+=String.fromCharCode(192|e>>>6&31,128|63&e):e<=65535?i+=String.fromCharCode(224|e>>>12&15,128|e>>>6&63,128|63&e):e<=2097151&&(i+=String.fromCharCode(240|e>>>18&7,128|e>>>12&63,128|e>>>6&63,128|63&e));return i}function a(t){var e,n=Array(t.length>>2);for(e=0;e<n.length;e++)n[e]=0;for(e=0;e<8*t.length;e+=8)n[e>>5]|=(255&t.charCodeAt(e/8))<<e%32;return n}function c(t){for(var e="",n=0;n<32*t.length;n+=8)e+=String.fromCharCode(t[n>>5]>>>n%32&255);return e}function _(t,e){t[e>>5]|=128<<e%32,t[14+(e+64>>>9<<4)]=e;for(var n=1732584193,i=-271733879,x=-1732584194,r=271733878,a=0;a<t.length;a+=16){var c=n,_=i,s=x,l=r;i=u(i=u(i=u(i=u(i=d(i=d(i=d(i=d(i=p(i=p(i=p(i=p(i=o(i=o(i=o(i=o(i,x=o(x,r=o(r,n=o(n,i,x,r,t[a+0],7,-680876936),i,x,t[a+1],12,-389564586),n,i,t[a+2],17,606105819),r,n,t[a+3],22,-1044525330),x=o(x,r=o(r,n=o(n,i,x,r,t[a+4],7,-176418897),i,x,t[a+5],12,1200080426),n,i,t[a+6],17,-1473231341),r,n,t[a+7],22,-45705983),x=o(x,r=o(r,n=o(n,i,x,r,t[a+8],7,1770035416),i,x,t[a+9],12,-1958414417),n,i,t[a+10],17,-42063),r,n,t[a+11],22,-1990404162),x=o(x,r=o(r,n=o(n,i,x,r,t[a+12],7,1804603682),i,x,t[a+13],12,-40341101),n,i,t[a+14],17,-1502002290),r,n,t[a+15],22,1236535329),x=p(x,r=p(r,n=p(n,i,x,r,t[a+1],5,-165796510),i,x,t[a+6],9,-1069501632),n,i,t[a+11],14,643717713),r,n,t[a+0],20,-373897302),x=p(x,r=p(r,n=p(n,i,x,r,t[a+5],5,-701558691),i,x,t[a+10],9,38016083),n,i,t[a+15],14,-660478335),r,n,t[a+4],20,-405537848),x=p(x,r=p(r,n=p(n,i,x,r,t[a+9],5,568446438),i,x,t[a+14],9,-1019803690),n,i,t[a+3],14,-187363961),r,n,t[a+8],20,1163531501),x=p(x,r=p(r,n=p(n,i,x,r,t[a+13],5,-1444681467),i,x,t[a+2],9,-51403784),n,i,t[a+7],14,1735328473),r,n,t[a+12],20,-1926607734),x=d(x,r=d(r,n=d(n,i,x,r,t[a+5],4,-378558),i,x,t[a+8],11,-2022574463),n,i,t[a+11],16,1839030562),r,n,t[a+14],23,-35309556),x=d(x,r=d(r,n=d(n,i,x,r,t[a+1],4,-1530992060),i,x,t[a+4],11,1272893353),n,i,t[a+7],16,-155497632),r,n,t[a+10],23,-1094730640),x=d(x,r=d(r,n=d(n,i,x,r,t[a+13],4,681279174),i,x,t[a+0],11,-358537222),n,i,t[a+3],16,-722521979),r,n,t[a+6],23,76029189),x=d(x,r=d(r,n=d(n,i,x,r,t[a+9],4,-640364487),i,x,t[a+12],11,-421815835),n,i,t[a+15],16,530742520),r,n,t[a+2],23,-995338651),x=u(x,r=u(r,n=u(n,i,x,r,t[a+0],6,-198630844),i,x,t[a+7],10,1126891415),n,i,t[a+14],15,-1416354905),r,n,t[a+5],21,-57434055),x=u(x,r=u(r,n=u(n,i,x,r,t[a+12],6,1700485571),i,x,t[a+3],10,-1894986606),n,i,t[a+10],15,-1051523),r,n,t[a+1],21,-2054922799),x=u(x,r=u(r,n=u(n,i,x,r,t[a+8],6,1873313359),i,x,t[a+15],10,-30611744),n,i,t[a+6],15,-1560198380),r,n,t[a+13],21,1309151649),x=u(x,r=u(r,n=u(n,i,x,r,t[a+4],6,-145523070),i,x,t[a+11],10,-1120210379),n,i,t[a+2],15,718787259),r,n,t[a+9],21,-343485551),n=h(n,c),i=h(i,_),x=h(x,s),r=h(r,l)}return Array(n,i,x,r)}function s(t,e,n,i,x,r){return h((a=h(h(e,t),h(i,r)))<<(c=x)|a>>>32-c,n);var a,c}function o(t,e,n,i,x,r,a){return s(e&n|~e&i,t,e,x,r,a)}function p(t,e,n,i,x,r,a){return s(e&i|n&~i,t,e,x,r,a)}function d(t,e,n,i,x,r,a){return s(e^n^i,t,e,x,r,a)}function u(t,e,n,i,x,r,a){return s(n^(e|~i),t,e,x,r,a)}function h(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}y.md5=n}();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 n in e)t[n]=e[n]},q=function(t){var e=[];if(P(t))for(var n in t)"m_param"!==n&&e.push(n+"="+t[n]);return e.join("&")},I=function(t){if(P(t))for(var e in t)return!1;return!0},R=0,j=R++,b=R++,S=R++,A=R++,z=R++,T=R++,U=R++,E=R++,O=R++,L=R++,J=R++,N=R++,M=R++,V=R++,W=R++,X=R++,$=R++,F=R++,K=R++,Y=R++,B=R++,H=R++,Q=R++,G=R++,Z=R++,tt=R++,et=R++,nt=R++,it=R++,xt=R++,rt=R++,at=R++,ct=R++,_t=R++,st=R++;y.pr.getData=function(t){for(var e={},n=0,i=t.length;n<i;n++){var x=t[n];e[x[0]]=this.env[x[1]]||""}return e};var ot=null;y.pr.getPname=function(t){return(t=t||{}).pname||this.env[Y]||this.env[M]||this.env[X]||""},y.pr.getPparam=function(t){return(t=t||{}).pparam||this.env[B]||this.env[V]||this.env[$]||""},y.pr.getUrl=function(){return this.env[M]||this.env[X]||""},y.pr.getUrlParam=function(){return this.env[V]||this.env[$]||""},y.pr.setupPageview=function(t){var x,r,a,c=this.env,d=D(),g=parseInt(d/1e3),m=n(_),w=n(s),C=n(o),R=n(p);c[J]=!0;try{var j=(mt=getCurrentPages())[mt.length-1];c[X]=j.route||j.__route__||"";var L=P(j.options)?j.options:{};c[$]=q(L)||"",c[F]=L,this.setMParam((this.env[W]||{}).m_param||L.m_param)}catch(t){}c[O]=!1,x=g,r=c,(a=(w||"").split(".")).length>1?r[O]=r[O]||1*a[1]+v<x:r[O]=!0;var N,M,V,K,Y,B,G,Z,tt,xt,rt,at,pt,dt,ut=function(t,n,i){var x=(t||"").split("|"),r="",a="",c="",_="",s=!0;x.length>=6&&n-x[5]<=h&&(r=x[1],a=x[2],c=x[3],_=x[4],s=!1);var o=I(i[W])?i[F]:i[W],p=[];if(ot&&e[ot]){var d=e[ot];p[0]=d[0],p[1]=encodeURIComponent(d[1]),p[2]=encodeURIComponent(d[2])||"none",p[3]=encodeURIComponent(d[3])||"-",ot=null}o&&o.utm_source&&(p[0]=encodeURIComponent(o.utm_source),p[1]=encodeURIComponent(o.utm_campaign||"")||a,p[2]=encodeURIComponent(o.utm_medium||"")||c,p[3]=encodeURIComponent(o.utm_term||"")||_,_=p[3],s=!0);var u=!1;p.length>0&&"direct"!=p[0]?u=(p[0]!==r||p[1]!==a||p[2]!==c)&&"referral"!==p[2]:p.length>0&&"direct"==p[0]&&("direct"===r||!r)&&(u=p[1]!==a||p[2]!==c||p[3]!==_);var l="";return u&&(r=p[0]||r,a=p[1]||a,c=p[2]||c,_=p[3]||_),(s||u)&&(l=[1,r||"direct",a||"-",c||"none",_||"-",n].join("|")),i[O]=i[O]||u,l}(C,d,c),ht=(xt=g,rt=c,at=t,pt=(w||"").split("."),dt=1,pt.length>1?(rt[O]=rt[O]||1*pt[1]+v<xt,dt=(rt[O]?1:at?1*pt[0]+1:1*pt[0])||1):rt[O]=!0,rt[T]=dt,dt+"."+xt),lt=(N=g,M=c,G=(m||"").split("."),Z=1,tt=1,G.length>5?(Z=G[0]||Z,V=G[1]||k(),K=G[2]||N,M[O]?(Y=G[4]||N,B=N,tt=1*G[5]+1||1):(Y=G[3]||N,B=G[4]||N,tt=1*G[5]||1)):(V=k(),K=Y=B=N,tt=1),M[ct]=Z,M[b]=V,M[S]=K,M[A]=Y,M[z]=B,M[U]=tt,[Z,V,K,Y,B,tt].join("."));i(s,ht),i(_,lt),ut&&i(o,ut),c[E]=ut||C,y.setAppData(),function(t){if(t[_t]&&t[_t].pv_sid&&t[_t].pv_seq){var e=1*t[_t].pv_sid,n=1*t[_t].pv_seq;e>99999999||(e>t[U]||e==t[U]&&n>=t[T])&&(t[U]=e,t[T]=n+1)}}(c);var vt,ft,gt=function(t,e,n){var i=I(n[W])?n[F]:n[W],x="",r="";if(i&&i.customerinfo)x=i.customerinfo,r=e;else{var a=t instanceof Array?t:[];2==a.length&&e-a[1]<l&&(x=a[0],r=a[1])}return n[it]=x,x?[x,r]:[]}(n(u),g,c);i(u,gt),vt=this.env,(ft=n("jdwcx")||n("jdzdm"))&&(ft.unionid&&(vt[et]=ft.unionid),ft.wxversion&&(vt[nt]=ft.wxversion));try{j=(mt=getCurrentPages())[mt.length-1];var mt,wt=P(j.options)?j.options:{},yt=decodeURIComponent(wt.scene),Dt=new RegExp("(^|&)"+p+"=([^&]*)(&|$)"),kt=yt.match(Dt),Pt=wt[p];null!=kt&&(Pt=kt[2]),Pt?(i(p,Pt),R=Pt):c[O]&&(i(p,""),R=""),c[st]=R}catch(t){}if(c[O])c[H]="",c[Q]="";else{var Ct=n(f);c[H]=Ct[0],c[Q]=Ct[1]}i(f,[this.getUrl(),this.getUrlParam()])},y.pr.initMulcommonData=function(){var t=y.instance&&y.instance.env||[],e={account:G,siteId:j,appid:Z,openid:tt,unionid:et};for(var n in e)this.env[e[n]]=this.env[e[n]]||t[e[n]]},y.pr.initPvData=function(t){this.pageLoadTime=D(),this.maxClickDeep=0,t=t||{};var e=this.baseEnv(),n=e.data[0];return n.page_id=this.env[K]||"",n.pname=this.getPname(t),n.pparam=this.getPparam(t),n.sku=this.env[xt]||"",n.shp=this.env[rt]||"",n.tit=this.env[N]||"",n.ldt=this.env[at]||"",C(n.ext,t.ext),e},y.pr.initClickData=function(t){var e,n=this.baseEnv(),i=n.data[0];if(i.eid=t.eid||"",i.eparam=t.eparam||"",i.elevel=t.elevel||"",i.page_id=t.pageId||this.env[K]||"",i.pname=this.getPname(t),i.pparam=this.getPparam(t),i.tar=t.target||"",i.x=0,i.y=0,e=t.event,P(e)&&e.type&&e.target){var x=t.event,r=x.touches;if((!r||r.length<1)&&(r=x.changedTouches),r&&r.length>0){i.x=parseInt(r[0].pageX);var a=parseInt(r[0].pageY);i.y=a,a>this.maxClickDeep&&(this.maxClickDeep=a)}}return C(i.ext,t.ext),n},y.pr.initExposureData=y.pr.initClickData,y.pr.initShoppingData=function(t){var e=this.baseEnv(),n=e.data[0];return n.eid=t.eid||"",n.eparam=t.eparam||"",n.elevel=t.elevel||"",n.page_id=t.pageId||this.env[K]||"",n.pname=this.getPname(t),n.pparam=this.getPparam(t),n.sku_list=t.shoppingList?JSON.stringify(t.shoppingList):"",C(n.ext,t.ext),e},y.pr.initOrderData=function(t){var e=this.baseEnv(),n=e.data[0];return n.eid=t.eid||"",n.eparam=t.eparam||"",n.elevel=t.elevel||"",n.page_id=t.pageId||this.env[K]||"",n.pname=this.getPname(t),n.pparam=this.getPparam(t),n.sku_list=t.orderList?JSON.stringify(t.orderList):"",n.order_total_fee=t.total||0,n.sale_ord_id=t.orderid||"",C(n.ext,t.ext),e},y.pr.initPageUnloadData=function(t){var e=((D()-this.pageLoadTime)/1e3).toFixed(3),n=this.baseEnv(),i=n.data[0];return t=t||{},i.page_id=t.pageId||this.env[K]||"",i.pname=this.getPname(t),i.pparam=this.getPparam(t),i.alive_seconds=e,i.click_deep=this.maxClickDeep,C(i.ext,t.ext),n},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:{},i={skuid:[xt],shopid:[rt],title:[N],loadtime:[at],url:[M],urlParam:[V,q],pname:[Y],pparam:[B],pageId:[K]},x={account:[G],siteId:[j],appid:[Z],openid:[tt],unionid:[et]};this.ext={},this.env[W]=e,this.setMParam(e.m_param);for(var r in i){var a=i[r];this.env[a[0]]=t[r]?a[1]?a[1](t[r]):t[r]:"",delete t[r]}for(var r in x){a=x[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[Z]||(this.env[Z]=n("appid"))},y.appDat={},y.setAppData=function(t){try{var e={},x=n(d);C(e,x),C(e,t);for(var r in e)y.appDat[r]=e[r];i(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,ot=t},y.pr.setMParam=function(t){try{var e=JSON.parse(t);this.env[_t]=P(e)?e:{}}catch(t){this.env[_t]={}}},y.pr.baseEnv=function(){n(s).split(".");this===y.instance?this.env[J]||this.setupPageview():this.initCommon||(this.initMulcommonData(),this.initCommon=!0);var t=this.env,e=y.wxDat,i={cli:c,std:t[j]||"WXAPP-JA2016-1",uuid:t[b]||"",scr:e.scr||"",dvc:e.dvc||"",lang:e.lang||"",appkey:t[nt]||"",appid:t[Z]||"",openid:t[tt]||"",unionid:t[et]||"",gender:e.gender||"",city:e.city||"",province:e.province||"",country:e.country||"",wxver:e.wxver||"",data:[]},x=[["realUrl",X],["realParam",$],["ref",H],["rpr",Q],["seq",T],["vts",U],["pin",G],["fst",S],["pst",A],["vct",z]],r=this.getData(x);return r.jsver="TR1.0.1",r.net=e.net||"",r.lat=e.lat||"",r.lon=e.lon||"",r.speed=e.speed||"",r.accuracy=e.accuracy||"",r.pixelRatio=e.pixelRatio||"",r.jdv=t[E]||"",r.customerInfo=t[it]||"",r.ctp=this.getUrl(),r.par=this.getUrlParam(),r.unpl=n("unpl")||"",r.scene=y.scene||"",r.sdkver=e.sdkver||"",r.ext={},r.std_param=y.appDat,C(r.ext,this.ext),C(r.ext,y.appDat),i.data.push(r),i},y.pr.getSeriesData=function(){var t=this.env,e={uuid:t[b]||"",std:t[j]||"WXAPP-JA2016-1",seq:t[T],vts:t[U]};return t[nt]&&(e.appkey=t[nt]),t[Z]&&(e.appid=t[Z]),t[st]&&(e.debugId=t[st]),e},y.initJda=function(){var t=n(_);if(!t){var e=D();t=[1,k(),e,e,e,0].join("."),i(_,t)}return t},module.exports={init:function(t){return y.getInstance().exports()},instance:function(t){return y.getMulInstance(t).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;