@conecli/cone-render 0.8.15-taroUpdate.2 → 0.8.15-taroUpdate.5

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/dist/api/index.ts +1 -0
  2. package/dist/assets/fans_price@2x.png +0 -0
  3. package/dist/assets/jsbundles_jdreactshopactivitytab_images_samprice.png +0 -0
  4. package/dist/assets/plus-icon.png +0 -0
  5. package/dist/common/business.ts +1 -0
  6. package/dist/common/const.ts +1 -0
  7. package/dist/common/index.h5.ts +1 -0
  8. package/dist/common/index.jd.ts +1 -0
  9. package/dist/common/index.ts +1 -0
  10. package/dist/common/index.weapp.ts +1 -0
  11. package/dist/common/wxappApi.ts +1 -0
  12. package/dist/components/ErrorBoundary.tsx +1 -0
  13. package/dist/components/base/CommonFloorHead/index.module.scss +146 -0
  14. package/dist/components/base/CommonFloorHead/index.tsx +1 -0
  15. package/dist/components/base/CountDown/index.module.scss +47 -0
  16. package/dist/components/base/CountDown/index.tsx +1 -0
  17. package/dist/components/base/CustomImageLoadRealInfo/index.module.scss +10 -0
  18. package/dist/components/base/CustomImageLoadRealInfo/index.tsx +1 -0
  19. package/dist/components/base/CustomScrollView/index.module.scss +18 -0
  20. package/dist/components/base/CustomScrollView/index.tsx +1 -0
  21. package/dist/components/base/CustomScrollView/index.weapp.tsx +1 -0
  22. package/dist/components/base/CustomVideo/index.module.scss +66 -0
  23. package/dist/components/base/CustomVideo/index.tsx +1 -0
  24. package/dist/components/base/Dialog/const.ts +1 -0
  25. package/dist/components/base/Dialog/index.module.scss +112 -0
  26. package/dist/components/base/Dialog/index.tsx +1 -0
  27. package/dist/components/base/Exposure/index.h5.module.scss +8 -0
  28. package/dist/components/base/Exposure/index.h5.tsx +1 -0
  29. package/dist/components/base/Exposure/index.module.scss +11 -0
  30. package/dist/components/base/Exposure/index.tsx +1 -0
  31. package/dist/components/base/ExposureSmart/index.h5.module.scss +8 -0
  32. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -0
  33. package/dist/components/base/ExposureSmart/index.module.scss +11 -0
  34. package/dist/components/base/ExposureSmart/index.tsx +1 -0
  35. package/dist/components/base/ExposureSmart/reporter.tsx +1 -0
  36. package/dist/components/base/InOrOutViewObserver/index.module.scss +0 -0
  37. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -0
  38. package/dist/components/base/InViewRender/const.ts +1 -0
  39. package/dist/components/base/InViewRender/index.module.scss +17 -0
  40. package/dist/components/base/InViewRender/index.tsx +1 -0
  41. package/dist/components/base/InViewRender/index.weapp.tsx +1 -0
  42. package/dist/components/base/JdLoading/index.module.scss +34 -0
  43. package/dist/components/base/JdLoading/index.tsx +1 -0
  44. package/dist/components/base/LazyLayoutLoad/const.ts +1 -0
  45. package/dist/components/base/LazyLayoutLoad/index.module.scss +17 -0
  46. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -0
  47. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -0
  48. package/dist/components/base/LazyLoadImage/const.ts +1 -0
  49. package/dist/components/base/LazyLoadImage/index.h5.module.scss +24 -0
  50. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -0
  51. package/dist/components/base/LazyLoadImage/index.module.scss +17 -0
  52. package/dist/components/base/LazyLoadImage/index.tsx +1 -0
  53. package/dist/components/base/NetworkDataError/const.ts +1 -0
  54. package/dist/components/base/NetworkDataError/index.module.scss +76 -0
  55. package/dist/components/base/NetworkDataError/index.tsx +1 -0
  56. package/dist/components/base/Price/const.ts +1 -0
  57. package/dist/components/base/Price/index.module.scss +127 -0
  58. package/dist/components/base/Price/index.tsx +1 -0
  59. package/dist/components/base/Skeleton/index.module.scss +14 -0
  60. package/dist/components/base/Skeleton/index.tsx +1 -0
  61. package/dist/components/base/Skeleton/old.tsx +1 -0
  62. package/dist/components/base/Skeleton/svg/const.ts +1 -0
  63. package/dist/components/base/Skeleton/svg/shopHeader.svg +72 -0
  64. package/dist/components/decorate/DecorateFloorModule/index.module.scss +18 -0
  65. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -0
  66. package/dist/components/decorate/EmptyFloorModule/index.module.scss +20 -0
  67. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -0
  68. package/dist/components/decorate/PlaceHolder/index.module.scss +36 -0
  69. package/dist/components/decorate/PlaceHolder/index.tsx +1 -0
  70. package/dist/components/floorItem.tsx +1 -0
  71. package/dist/components/floorItem.weapp.tsx +1 -0
  72. package/dist/components/isv/Floor/index.module.scss +4 -0
  73. package/dist/components/isv/Floor/index.tsx +1 -0
  74. package/dist/config/env.ts +1 -0
  75. package/dist/config/shop.ts +1 -0
  76. package/dist/customHooks/useDocumentVisibilitychange.ts +1 -0
  77. package/dist/interface/common.ts +1 -0
  78. package/dist/interface/component.ts +1 -0
  79. package/dist/interface/index.ts +1 -0
  80. package/dist/interface/jumpEventReport.ts +1 -0
  81. package/dist/interface/service.ts +1 -0
  82. package/dist/interface/utils.ts +1 -0
  83. package/dist/jumpEventReport/base.ts +1 -0
  84. package/dist/jumpEventReport/const.ts +1 -0
  85. package/dist/jumpEventReport/createReportFloorData.ts +1 -0
  86. package/dist/jumpEventReport/index.h5.ts +1 -0
  87. package/dist/jumpEventReport/index.jd.ts +1 -0
  88. package/dist/jumpEventReport/index.ts +1 -0
  89. package/dist/jumpEventReport/index.weapp.ts +1 -0
  90. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -0
  91. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -0
  92. package/dist/jumpEventReport/jumpUrlConfig/index.h5.ts +1 -0
  93. package/dist/jumpEventReport/jumpUrlConfig/index.jd.ts +1 -0
  94. package/dist/jumpEventReport/jumpUrlConfig/index.ts +1 -0
  95. package/dist/jumpEventReport/jumpUrlConfig/index.weapp.ts +1 -0
  96. package/dist/jumpEventReport/logEventConfig.ts +1 -0
  97. package/dist/jumpEventReport/web/report.ts +1 -0
  98. package/dist/jumpEventReport/web/wqshop.report.ts +1 -0
  99. package/dist/jumpEventReport/web.base.ts +1 -0
  100. package/dist/jumpEventReport/web.jd.ts +1 -0
  101. package/dist/jumpEventReport/web.wxapp.ts +1 -0
  102. package/dist/libs/taroAppReport.js +4 -0
  103. package/dist/modules/ContainerFloorList/index.h5.module.scss +43 -0
  104. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -0
  105. package/dist/modules/ContainerFloorList/index.module.scss +17 -0
  106. package/dist/modules/ContainerFloorList/index.tsx +1 -0
  107. package/dist/modules/DecorateContainerFloorList/index.module.scss +34 -0
  108. package/dist/modules/DecorateContainerFloorList/index.tsx +1 -0
  109. package/dist/open/api/device.ts +1 -0
  110. package/dist/open/api/environment.ts +1 -0
  111. package/dist/open/api/global.ts +1 -0
  112. package/dist/open/api/index.ts +1 -0
  113. package/dist/open/api/jump.ts +1 -0
  114. package/dist/open/api/moduleUtil.ts +1 -0
  115. package/dist/open/api/storage.ts +1 -0
  116. package/dist/open/api/track.ts +1 -0
  117. package/dist/open/api/util.ts +1 -0
  118. package/dist/open/components/index.ts +1 -0
  119. package/dist/open/index.ts +1 -0
  120. package/dist/open/modules/index.ts +1 -0
  121. package/dist/sass/app.h5.scss +607 -0
  122. package/dist/sass/app.scss +21 -0
  123. package/dist/sass/base.scss +351 -0
  124. package/dist/sass/decorate.h5.scss +33 -0
  125. package/dist/sass/normalize.scss +261 -0
  126. package/dist/utils/MQ.ts +1 -0
  127. package/dist/utils/connectNativeJsBridge.ts +1 -0
  128. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -0
  129. package/dist/utils/draExceptionAndProfile.ts +1 -0
  130. package/dist/utils/floorDataFindDataDefines.ts +1 -0
  131. package/dist/utils/h5Utils.ts +1 -0
  132. package/dist/utils/index.h5.ts +1 -0
  133. package/dist/utils/index.ts +1 -0
  134. package/dist/utils/index.weapp.ts +1 -0
  135. package/dist/utils/intersectionObserver.ts +1 -0
  136. package/dist/utils/jm-common.js +1 -0
  137. package/dist/utils/jm-cookie.js +1 -0
  138. package/dist/utils/jm-js-agent-jd-profile.js +1 -0
  139. package/dist/utils/utils.ts +1 -0
  140. package/dist/wxapp/api/reportGDT.js +1 -0
  141. package/dist/wxapp/common/JD.js +1 -0
  142. package/dist/wxapp/common/biz.js +1 -0
  143. package/dist/wxapp/common/finger-report/index.js +1 -0
  144. package/dist/wxapp/common/login/login.js +1 -0
  145. package/dist/wxapp/common/navigator.js +1 -0
  146. package/dist/wxapp/common/request/params-sign.js +1 -0
  147. package/dist/wxapp/common/user_info.js +1 -0
  148. package/dist/wxapp/components/nav-bar/nav-bar.js +1 -0
  149. package/dist/wxapp/components/nav-bar/nav-bar.json +5 -0
  150. package/dist/wxapp/components/nav-bar/nav-bar.wxml +0 -0
  151. package/dist/wxapp/components/nav-bar/nav-bar.wxss +0 -0
  152. package/dist/wxapp/libs/sha256.js +191 -0
  153. package/package.json +1 -1
  154. package/dist/app.js +0 -2
  155. package/dist/app.js.LICENSE.txt +0 -29
  156. package/dist/app.json +0 -1
  157. package/dist/app.wxss +0 -1
  158. package/dist/base.wxml +0 -855
  159. package/dist/common.js +0 -1
  160. package/dist/common.wxss +0 -1
  161. package/dist/comp.js +0 -1
  162. package/dist/comp.json +0 -1
  163. package/dist/comp.wxml +0 -2
  164. package/dist/pages/index/ContainerFloorListDemo.js +0 -1
  165. package/dist/pages/index/ContainerFloorListDemo.json +0 -1
  166. package/dist/pages/index/ContainerFloorListDemo.wxml +0 -2
  167. package/dist/pages/index/ContainerFloorListDemo.wxss +0 -1
  168. package/dist/pages/index/DecorateContainerFloorListDemo.js +0 -1
  169. package/dist/pages/index/DecorateContainerFloorListDemo.json +0 -1
  170. package/dist/pages/index/DecorateContainerFloorListDemo.wxml +0 -2
  171. package/dist/pages/index/DecorateContainerFloorListDemo.wxss +0 -1
  172. package/dist/pages/index/decorate.js +0 -1
  173. package/dist/pages/index/decorate.json +0 -1
  174. package/dist/pages/index/decorate.wxml +0 -2
  175. package/dist/pages/index/index.js +0 -1
  176. package/dist/pages/index/index.json +0 -1
  177. package/dist/pages/index/index.wxml +0 -2
  178. package/dist/project.config.json +0 -13
  179. package/dist/runtime.js +0 -1
  180. package/dist/taro.js +0 -1
  181. package/dist/utils.wxs +0 -39
  182. package/dist/vendors.js +0 -2
  183. package/dist/vendors.js.LICENSE.txt +0 -25
package/dist/base.wxml DELETED
@@ -1,855 +0,0 @@
1
- <wxs module="xs" src="./utils.wxs" />
2
- <template name="taro_tmpl">
3
- <block wx:for="{{root.cn}}" wx:key="sid">
4
- <template is="tmpl_0_container" data="{{i:item,l:''}}" />
5
- </block>
6
- </template>
7
-
8
- <template name="tmpl_0_0">
9
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
10
- <block wx:for="{{i.cn}}" wx:key="sid">
11
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
12
- </block>
13
- </view>
14
- </template>
15
-
16
- <template name="tmpl_0_5">
17
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
18
- <block wx:for="{{i.cn}}" wx:key="sid">
19
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
20
- </block>
21
- </view>
22
- </template>
23
-
24
- <template name="tmpl_0_2">
25
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
26
- <block wx:for="{{i.cn}}" wx:key="sid">
27
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
28
- </block>
29
- </view>
30
- </template>
31
-
32
- <template name="tmpl_0_7">
33
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
34
- <block wx:for="{{i.cn}}" wx:key="sid">
35
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
36
- </block>
37
- </view>
38
- </template>
39
-
40
- <template name="tmpl_0_4">
41
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
42
- <block wx:for="{{i.cn}}" wx:key="sid">
43
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
44
- </block>
45
- </text>
46
- </template>
47
-
48
- <template name="tmpl_0_6">
49
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
50
- <block wx:for="{{i.cn}}" wx:key="sid">
51
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
52
- </block>
53
- </text>
54
- </template>
55
-
56
- <template name="tmpl_0_13">
57
- <button size="{{xs.b(i.p18,'default')}}" type="{{i.p19}}" plain="{{xs.b(i.p12,!1)}}" disabled="{{i.p2}}" loading="{{xs.b(i.p9,!1)}}" form-type="{{i.p3}}" open-type="{{i.p11}}" hover-class="{{xs.b(i.p4,'button-hover')}}" hover-stop-propagation="{{xs.b(i.p7,!1)}}" hover-start-time="{{xs.b(i.p5,20)}}" hover-stay-time="{{xs.b(i.p6,70)}}" name="{{i.p10}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" lang="{{xs.b(i.p8,en)}}" session-from="{{i.p16}}" send-message-title="{{i.p15}}" send-message-path="{{i.p14}}" send-message-img="{{i.p13}}" app-parameter="{{i.p0}}" show-message-card="{{xs.b(i.p17,false)}}" business-id="{{i.p1}}" bindgetuserinfo="eh" bindcontact="eh" bindgetphonenumber="eh" bindchooseavatar="eh" binderror="eh" bindopensetting="eh" bindlaunchapp="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
58
- <block wx:for="{{i.cn}}" wx:key="sid">
59
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
60
- </block>
61
- </button>
62
- </template>
63
-
64
- <template name="tmpl_0_50">
65
- <scroll-view scroll-x="{{xs.b(i.p18,!1)}}" scroll-y="{{xs.b(i.p19,!1)}}" upper-threshold="{{xs.b(i.p21,50)}}" lower-threshold="{{xs.b(i.p6,50)}}" scroll-top="{{i.p16}}" scroll-left="{{i.p15}}" scroll-into-view="{{i.p14}}" scroll-with-animation="{{xs.b(i.p17,!1)}}" enable-back-to-top="{{xs.b(i.p2,!1)}}" bindscrolltoupper="eh" bindscrolltolower="eh" bindscroll="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" enable-flex="{{xs.b(i.p3,false)}}" scroll-anchoring="{{xs.b(i.p13,false)}}" refresher-enabled="{{xs.b(i.p10,false)}}" refresher-threshold="{{xs.b(i.p11,45)}}" refresher-default-style="{{xs.b(i.p9,'black')}}" refresher-background="{{xs.b(i.p8,'#FFF')}}" refresher-triggered="{{xs.b(i.p12,false)}}" enhanced="{{xs.b(i.p4,false)}}" bounces="{{xs.b(i.p1,true)}}" show-scrollbar="{{xs.b(i.p20,true)}}" paging-enabled="{{xs.b(i.p7,false)}}" fast-deceleration="{{xs.b(i.p5,false)}}" binddragstart="eh" binddragging="eh" binddragend="eh" bindrefresherpulling="eh" bindrefresherrefresh="eh" bindrefresherrestore="eh" bindrefresherabort="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
66
- <block wx:for="{{i.cn}}" wx:key="sid">
67
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
68
- </block>
69
- </scroll-view>
70
- </template>
71
-
72
- <template name="tmpl_0_55">
73
- <swiper indicator-dots="{{xs.b(i.p8,!1)}}" indicator-color="{{xs.b(i.p7,'rgba(0, 0, 0, .3)')}}" indicator-active-color="{{xs.b(i.p6,'#000000')}}" autoplay="{{xs.b(i.p0,!1)}}" current="{{xs.b(i.p2,0)}}" interval="{{xs.b(i.p9,5000)}}" duration="{{xs.b(i.p4,500)}}" circular="{{xs.b(i.p1,!1)}}" vertical="{{xs.b(i.p13,!1)}}" previous-margin="{{xs.b(i.p11,'0px')}}" next-margin="{{xs.b(i.p10,'0px')}}" display-multiple-items="{{xs.b(i.p3,1)}}" bindchange="eh" bindtransition="eh" bindanimationfinish="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" snap-to-edge="{{xs.b(i.p12,false)}}" easing-function="{{xs.b(i.p5,'default')}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
74
- <block wx:for="{{i.cn}}" wx:key="sid">
75
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
76
- </block>
77
- </swiper>
78
- </template>
79
-
80
- <template name="tmpl_0_56">
81
- <swiper-item item-id="{{i.p0}}" skip-hidden-item-layout="{{xs.b(i.p1,false)}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
82
- <block wx:for="{{i.cn}}" wx:key="sid">
83
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
84
- </block>
85
- </swiper-item>
86
- </template>
87
-
88
- <template name="tmpl_0_3">
89
- <image src="{{i.p3}}" mode="{{xs.b(i.p1,'scaleToFill')}}" lazy-load="{{xs.b(i.p0,!1)}}" webp="{{xs.b(i.p4,false)}}" show-menu-by-longpress="{{xs.b(i.p2,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
90
- <block wx:for="{{i.cn}}" wx:key="sid">
91
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
92
- </block>
93
- </image>
94
- </template>
95
-
96
- <template name="tmpl_0_1">
97
- <image src="{{i.p3}}" mode="{{xs.b(i.p1,'scaleToFill')}}" lazy-load="{{xs.b(i.p0,!1)}}" binderror="eh" bindload="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" webp="{{xs.b(i.p4,false)}}" show-menu-by-longpress="{{xs.b(i.p2,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
98
- <block wx:for="{{i.cn}}" wx:key="sid">
99
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
100
- </block>
101
- </image>
102
- </template>
103
-
104
- <template name="tmpl_0_59">
105
- <video src="{{i.p33}}" duration="{{i.p10}}" controls="{{xs.b(i.p6,!0)}}" danmu-list="{{i.p8}}" danmu-btn="{{i.p7}}" enable-danmu="{{i.p12}}" autoplay="{{xs.b(i.p4,!1)}}" loop="{{xs.b(i.p16,!1)}}" muted="{{xs.b(i.p17,!1)}}" initial-time="{{xs.b(i.p15,0)}}" page-gesture="{{xs.b(i.p19,!1)}}" direction="{{i.p9}}" show-progress="{{xs.b(i.p30,!0)}}" show-fullscreen-btn="{{xs.b(i.p27,!0)}}" show-play-btn="{{xs.b(i.p29,!0)}}" show-center-play-btn="{{xs.b(i.p26,!0)}}" enable-progress-gesture="{{xs.b(i.p14,!0)}}" object-fit="{{xs.b(i.p18,'contain')}}" poster="{{i.p22}}" show-mute-btn="{{xs.b(i.p28,!1)}}" bindplay="eh" bindpause="eh" bindended="eh" bindtimeupdate="eh" bindfullscreenchange="eh" bindwaiting="eh" binderror="eh" animation="{{i.p1}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" title="{{i.p34}}" play-btn-position="{{xs.b(i.p21,'bottom')}}" enable-play-gesture="{{xs.b(i.p13,false)}}" auto-pause-if-navigate="{{xs.b(i.p2,true)}}" auto-pause-if-open-native="{{xs.b(i.p3,true)}}" vslide-gesture="{{xs.b(i.p35,false)}}" vslide-gesture-in-fullscreen="{{xs.b(i.p36,true)}}" ad-unit-id="{{i.p0}}" poster-for-crawler="{{i.p23}}" show-casting-button="{{xs.b(i.p25,false)}}" picture-in-picture-mode="{{xs.b(i.p20,[])}}" enable-auto-rotation="{{xs.b(i.p11,false)}}" show-screen-lock-button="{{xs.b(i.p31,false)}}" show-snapshot-button="{{xs.b(i.p32,false)}}" show-background-playback-button="{{xs.b(i.p24,false)}}" background-poster="{{i.p5}}" bindprogress="eh" bindloadedmetadata="eh" bindcontrolstoggle="eh" bindenterpictureinpicture="eh" bindleavepictureinpicture="eh" bindseekcomplete="eh" bindadload="eh" bindaderror="eh" bindadclose="eh" bindadplay="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
106
- <block wx:for="{{i.cn}}" wx:key="sid">
107
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
108
- </block>
109
- </video>
110
- </template>
111
-
112
- <template name="tmpl_0_8">
113
- <block>{{i.v}}</block>
114
- </template>
115
-
116
- <template name="tmpl_0_container">
117
- <template is="{{xs.a(0, i.nn, l)}}" data="{{i:i,cid:0,l:xs.f(l,i.nn)}}" />
118
- </template>
119
-
120
- <template name="tmpl_1_0">
121
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
122
- <block wx:for="{{i.cn}}" wx:key="sid">
123
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
124
- </block>
125
- </view>
126
- </template>
127
-
128
- <template name="tmpl_1_5">
129
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
130
- <block wx:for="{{i.cn}}" wx:key="sid">
131
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
132
- </block>
133
- </view>
134
- </template>
135
-
136
- <template name="tmpl_1_2">
137
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
138
- <block wx:for="{{i.cn}}" wx:key="sid">
139
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
140
- </block>
141
- </view>
142
- </template>
143
-
144
- <template name="tmpl_1_7">
145
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
146
- <block wx:for="{{i.cn}}" wx:key="sid">
147
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
148
- </block>
149
- </view>
150
- </template>
151
-
152
- <template name="tmpl_1_4">
153
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
154
- <block wx:for="{{i.cn}}" wx:key="sid">
155
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
156
- </block>
157
- </text>
158
- </template>
159
-
160
- <template name="tmpl_1_6">
161
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
162
- <block wx:for="{{i.cn}}" wx:key="sid">
163
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
164
- </block>
165
- </text>
166
- </template>
167
-
168
- <template name="tmpl_1_50">
169
- <scroll-view scroll-x="{{xs.b(i.p18,!1)}}" scroll-y="{{xs.b(i.p19,!1)}}" upper-threshold="{{xs.b(i.p21,50)}}" lower-threshold="{{xs.b(i.p6,50)}}" scroll-top="{{i.p16}}" scroll-left="{{i.p15}}" scroll-into-view="{{i.p14}}" scroll-with-animation="{{xs.b(i.p17,!1)}}" enable-back-to-top="{{xs.b(i.p2,!1)}}" bindscrolltoupper="eh" bindscrolltolower="eh" bindscroll="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" enable-flex="{{xs.b(i.p3,false)}}" scroll-anchoring="{{xs.b(i.p13,false)}}" refresher-enabled="{{xs.b(i.p10,false)}}" refresher-threshold="{{xs.b(i.p11,45)}}" refresher-default-style="{{xs.b(i.p9,'black')}}" refresher-background="{{xs.b(i.p8,'#FFF')}}" refresher-triggered="{{xs.b(i.p12,false)}}" enhanced="{{xs.b(i.p4,false)}}" bounces="{{xs.b(i.p1,true)}}" show-scrollbar="{{xs.b(i.p20,true)}}" paging-enabled="{{xs.b(i.p7,false)}}" fast-deceleration="{{xs.b(i.p5,false)}}" binddragstart="eh" binddragging="eh" binddragend="eh" bindrefresherpulling="eh" bindrefresherrefresh="eh" bindrefresherrestore="eh" bindrefresherabort="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
170
- <block wx:for="{{i.cn}}" wx:key="sid">
171
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
172
- </block>
173
- </scroll-view>
174
- </template>
175
-
176
- <template name="tmpl_1_55">
177
- <swiper indicator-dots="{{xs.b(i.p8,!1)}}" indicator-color="{{xs.b(i.p7,'rgba(0, 0, 0, .3)')}}" indicator-active-color="{{xs.b(i.p6,'#000000')}}" autoplay="{{xs.b(i.p0,!1)}}" current="{{xs.b(i.p2,0)}}" interval="{{xs.b(i.p9,5000)}}" duration="{{xs.b(i.p4,500)}}" circular="{{xs.b(i.p1,!1)}}" vertical="{{xs.b(i.p13,!1)}}" previous-margin="{{xs.b(i.p11,'0px')}}" next-margin="{{xs.b(i.p10,'0px')}}" display-multiple-items="{{xs.b(i.p3,1)}}" bindchange="eh" bindtransition="eh" bindanimationfinish="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" snap-to-edge="{{xs.b(i.p12,false)}}" easing-function="{{xs.b(i.p5,'default')}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
178
- <block wx:for="{{i.cn}}" wx:key="sid">
179
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
180
- </block>
181
- </swiper>
182
- </template>
183
-
184
- <template name="tmpl_1_56">
185
- <swiper-item item-id="{{i.p0}}" skip-hidden-item-layout="{{xs.b(i.p1,false)}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
186
- <block wx:for="{{i.cn}}" wx:key="sid">
187
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
188
- </block>
189
- </swiper-item>
190
- </template>
191
-
192
- <template name="tmpl_1_container">
193
- <template is="{{xs.a(1, i.nn, l)}}" data="{{i:i,cid:1,l:xs.f(l,i.nn)}}" />
194
- </template>
195
-
196
- <template name="tmpl_2_0">
197
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
198
- <block wx:for="{{i.cn}}" wx:key="sid">
199
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
200
- </block>
201
- </view>
202
- </template>
203
-
204
- <template name="tmpl_2_5">
205
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
206
- <block wx:for="{{i.cn}}" wx:key="sid">
207
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
208
- </block>
209
- </view>
210
- </template>
211
-
212
- <template name="tmpl_2_2">
213
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
214
- <block wx:for="{{i.cn}}" wx:key="sid">
215
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
216
- </block>
217
- </view>
218
- </template>
219
-
220
- <template name="tmpl_2_7">
221
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
222
- <block wx:for="{{i.cn}}" wx:key="sid">
223
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
224
- </block>
225
- </view>
226
- </template>
227
-
228
- <template name="tmpl_2_4">
229
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
230
- <block wx:for="{{i.cn}}" wx:key="sid">
231
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
232
- </block>
233
- </text>
234
- </template>
235
-
236
- <template name="tmpl_2_6">
237
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
238
- <block wx:for="{{i.cn}}" wx:key="sid">
239
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
240
- </block>
241
- </text>
242
- </template>
243
-
244
- <template name="tmpl_2_50">
245
- <scroll-view scroll-x="{{xs.b(i.p18,!1)}}" scroll-y="{{xs.b(i.p19,!1)}}" upper-threshold="{{xs.b(i.p21,50)}}" lower-threshold="{{xs.b(i.p6,50)}}" scroll-top="{{i.p16}}" scroll-left="{{i.p15}}" scroll-into-view="{{i.p14}}" scroll-with-animation="{{xs.b(i.p17,!1)}}" enable-back-to-top="{{xs.b(i.p2,!1)}}" bindscrolltoupper="eh" bindscrolltolower="eh" bindscroll="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" enable-flex="{{xs.b(i.p3,false)}}" scroll-anchoring="{{xs.b(i.p13,false)}}" refresher-enabled="{{xs.b(i.p10,false)}}" refresher-threshold="{{xs.b(i.p11,45)}}" refresher-default-style="{{xs.b(i.p9,'black')}}" refresher-background="{{xs.b(i.p8,'#FFF')}}" refresher-triggered="{{xs.b(i.p12,false)}}" enhanced="{{xs.b(i.p4,false)}}" bounces="{{xs.b(i.p1,true)}}" show-scrollbar="{{xs.b(i.p20,true)}}" paging-enabled="{{xs.b(i.p7,false)}}" fast-deceleration="{{xs.b(i.p5,false)}}" binddragstart="eh" binddragging="eh" binddragend="eh" bindrefresherpulling="eh" bindrefresherrefresh="eh" bindrefresherrestore="eh" bindrefresherabort="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
246
- <block wx:for="{{i.cn}}" wx:key="sid">
247
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
248
- </block>
249
- </scroll-view>
250
- </template>
251
-
252
- <template name="tmpl_2_55">
253
- <swiper indicator-dots="{{xs.b(i.p8,!1)}}" indicator-color="{{xs.b(i.p7,'rgba(0, 0, 0, .3)')}}" indicator-active-color="{{xs.b(i.p6,'#000000')}}" autoplay="{{xs.b(i.p0,!1)}}" current="{{xs.b(i.p2,0)}}" interval="{{xs.b(i.p9,5000)}}" duration="{{xs.b(i.p4,500)}}" circular="{{xs.b(i.p1,!1)}}" vertical="{{xs.b(i.p13,!1)}}" previous-margin="{{xs.b(i.p11,'0px')}}" next-margin="{{xs.b(i.p10,'0px')}}" display-multiple-items="{{xs.b(i.p3,1)}}" bindchange="eh" bindtransition="eh" bindanimationfinish="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" snap-to-edge="{{xs.b(i.p12,false)}}" easing-function="{{xs.b(i.p5,'default')}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
254
- <block wx:for="{{i.cn}}" wx:key="sid">
255
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
256
- </block>
257
- </swiper>
258
- </template>
259
-
260
- <template name="tmpl_2_56">
261
- <swiper-item item-id="{{i.p0}}" skip-hidden-item-layout="{{xs.b(i.p1,false)}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
262
- <block wx:for="{{i.cn}}" wx:key="sid">
263
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
264
- </block>
265
- </swiper-item>
266
- </template>
267
-
268
- <template name="tmpl_2_container">
269
- <template is="{{xs.a(2, i.nn, l)}}" data="{{i:i,cid:2,l:xs.f(l,i.nn)}}" />
270
- </template>
271
-
272
- <template name="tmpl_3_0">
273
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
274
- <block wx:for="{{i.cn}}" wx:key="sid">
275
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
276
- </block>
277
- </view>
278
- </template>
279
-
280
- <template name="tmpl_3_5">
281
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
282
- <block wx:for="{{i.cn}}" wx:key="sid">
283
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
284
- </block>
285
- </view>
286
- </template>
287
-
288
- <template name="tmpl_3_2">
289
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
290
- <block wx:for="{{i.cn}}" wx:key="sid">
291
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
292
- </block>
293
- </view>
294
- </template>
295
-
296
- <template name="tmpl_3_7">
297
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
298
- <block wx:for="{{i.cn}}" wx:key="sid">
299
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
300
- </block>
301
- </view>
302
- </template>
303
-
304
- <template name="tmpl_3_4">
305
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
306
- <block wx:for="{{i.cn}}" wx:key="sid">
307
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
308
- </block>
309
- </text>
310
- </template>
311
-
312
- <template name="tmpl_3_6">
313
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
314
- <block wx:for="{{i.cn}}" wx:key="sid">
315
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
316
- </block>
317
- </text>
318
- </template>
319
-
320
- <template name="tmpl_3_50">
321
- <scroll-view scroll-x="{{xs.b(i.p18,!1)}}" scroll-y="{{xs.b(i.p19,!1)}}" upper-threshold="{{xs.b(i.p21,50)}}" lower-threshold="{{xs.b(i.p6,50)}}" scroll-top="{{i.p16}}" scroll-left="{{i.p15}}" scroll-into-view="{{i.p14}}" scroll-with-animation="{{xs.b(i.p17,!1)}}" enable-back-to-top="{{xs.b(i.p2,!1)}}" bindscrolltoupper="eh" bindscrolltolower="eh" bindscroll="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" enable-flex="{{xs.b(i.p3,false)}}" scroll-anchoring="{{xs.b(i.p13,false)}}" refresher-enabled="{{xs.b(i.p10,false)}}" refresher-threshold="{{xs.b(i.p11,45)}}" refresher-default-style="{{xs.b(i.p9,'black')}}" refresher-background="{{xs.b(i.p8,'#FFF')}}" refresher-triggered="{{xs.b(i.p12,false)}}" enhanced="{{xs.b(i.p4,false)}}" bounces="{{xs.b(i.p1,true)}}" show-scrollbar="{{xs.b(i.p20,true)}}" paging-enabled="{{xs.b(i.p7,false)}}" fast-deceleration="{{xs.b(i.p5,false)}}" binddragstart="eh" binddragging="eh" binddragend="eh" bindrefresherpulling="eh" bindrefresherrefresh="eh" bindrefresherrestore="eh" bindrefresherabort="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
322
- <block wx:for="{{i.cn}}" wx:key="sid">
323
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
324
- </block>
325
- </scroll-view>
326
- </template>
327
-
328
- <template name="tmpl_3_55">
329
- <swiper indicator-dots="{{xs.b(i.p8,!1)}}" indicator-color="{{xs.b(i.p7,'rgba(0, 0, 0, .3)')}}" indicator-active-color="{{xs.b(i.p6,'#000000')}}" autoplay="{{xs.b(i.p0,!1)}}" current="{{xs.b(i.p2,0)}}" interval="{{xs.b(i.p9,5000)}}" duration="{{xs.b(i.p4,500)}}" circular="{{xs.b(i.p1,!1)}}" vertical="{{xs.b(i.p13,!1)}}" previous-margin="{{xs.b(i.p11,'0px')}}" next-margin="{{xs.b(i.p10,'0px')}}" display-multiple-items="{{xs.b(i.p3,1)}}" bindchange="eh" bindtransition="eh" bindanimationfinish="eh" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" snap-to-edge="{{xs.b(i.p12,false)}}" easing-function="{{xs.b(i.p5,'default')}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
330
- <block wx:for="{{i.cn}}" wx:key="sid">
331
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
332
- </block>
333
- </swiper>
334
- </template>
335
-
336
- <template name="tmpl_3_56">
337
- <swiper-item item-id="{{i.p0}}" skip-hidden-item-layout="{{xs.b(i.p1,false)}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
338
- <block wx:for="{{i.cn}}" wx:key="sid">
339
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
340
- </block>
341
- </swiper-item>
342
- </template>
343
-
344
- <template name="tmpl_3_container">
345
- <template is="{{xs.a(3, i.nn, l)}}" data="{{i:i,cid:3,l:xs.f(l,i.nn)}}" />
346
- </template>
347
-
348
- <template name="tmpl_4_0">
349
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
350
- <block wx:for="{{i.cn}}" wx:key="sid">
351
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
352
- </block>
353
- </view>
354
- </template>
355
-
356
- <template name="tmpl_4_5">
357
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
358
- <block wx:for="{{i.cn}}" wx:key="sid">
359
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
360
- </block>
361
- </view>
362
- </template>
363
-
364
- <template name="tmpl_4_2">
365
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
366
- <block wx:for="{{i.cn}}" wx:key="sid">
367
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
368
- </block>
369
- </view>
370
- </template>
371
-
372
- <template name="tmpl_4_7">
373
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
374
- <block wx:for="{{i.cn}}" wx:key="sid">
375
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
376
- </block>
377
- </view>
378
- </template>
379
-
380
- <template name="tmpl_4_4">
381
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
382
- <block wx:for="{{i.cn}}" wx:key="sid">
383
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
384
- </block>
385
- </text>
386
- </template>
387
-
388
- <template name="tmpl_4_6">
389
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
390
- <block wx:for="{{i.cn}}" wx:key="sid">
391
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
392
- </block>
393
- </text>
394
- </template>
395
-
396
- <template name="tmpl_4_container">
397
- <template is="{{xs.a(4, i.nn, l)}}" data="{{i:i,cid:4,l:xs.f(l,i.nn)}}" />
398
- </template>
399
-
400
- <template name="tmpl_5_0">
401
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
402
- <block wx:for="{{i.cn}}" wx:key="sid">
403
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
404
- </block>
405
- </view>
406
- </template>
407
-
408
- <template name="tmpl_5_5">
409
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
410
- <block wx:for="{{i.cn}}" wx:key="sid">
411
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
412
- </block>
413
- </view>
414
- </template>
415
-
416
- <template name="tmpl_5_2">
417
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
418
- <block wx:for="{{i.cn}}" wx:key="sid">
419
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
420
- </block>
421
- </view>
422
- </template>
423
-
424
- <template name="tmpl_5_7">
425
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
426
- <block wx:for="{{i.cn}}" wx:key="sid">
427
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
428
- </block>
429
- </view>
430
- </template>
431
-
432
- <template name="tmpl_5_4">
433
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
434
- <block wx:for="{{i.cn}}" wx:key="sid">
435
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
436
- </block>
437
- </text>
438
- </template>
439
-
440
- <template name="tmpl_5_6">
441
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
442
- <block wx:for="{{i.cn}}" wx:key="sid">
443
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
444
- </block>
445
- </text>
446
- </template>
447
-
448
- <template name="tmpl_5_container">
449
- <template is="{{xs.a(5, i.nn, l)}}" data="{{i:i,cid:5,l:xs.f(l,i.nn)}}" />
450
- </template>
451
-
452
- <template name="tmpl_6_0">
453
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
454
- <block wx:for="{{i.cn}}" wx:key="sid">
455
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
456
- </block>
457
- </view>
458
- </template>
459
-
460
- <template name="tmpl_6_5">
461
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
462
- <block wx:for="{{i.cn}}" wx:key="sid">
463
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
464
- </block>
465
- </view>
466
- </template>
467
-
468
- <template name="tmpl_6_2">
469
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
470
- <block wx:for="{{i.cn}}" wx:key="sid">
471
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
472
- </block>
473
- </view>
474
- </template>
475
-
476
- <template name="tmpl_6_7">
477
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
478
- <block wx:for="{{i.cn}}" wx:key="sid">
479
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
480
- </block>
481
- </view>
482
- </template>
483
-
484
- <template name="tmpl_6_6">
485
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
486
- <block wx:for="{{i.cn}}" wx:key="sid">
487
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
488
- </block>
489
- </text>
490
- </template>
491
-
492
- <template name="tmpl_6_container">
493
- <template is="{{xs.a(6, i.nn, l)}}" data="{{i:i,cid:6,l:xs.f(l,i.nn)}}" />
494
- </template>
495
-
496
- <template name="tmpl_7_0">
497
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
498
- <block wx:for="{{i.cn}}" wx:key="sid">
499
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
500
- </block>
501
- </view>
502
- </template>
503
-
504
- <template name="tmpl_7_5">
505
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
506
- <block wx:for="{{i.cn}}" wx:key="sid">
507
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
508
- </block>
509
- </view>
510
- </template>
511
-
512
- <template name="tmpl_7_2">
513
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
514
- <block wx:for="{{i.cn}}" wx:key="sid">
515
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
516
- </block>
517
- </view>
518
- </template>
519
-
520
- <template name="tmpl_7_7">
521
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
522
- <block wx:for="{{i.cn}}" wx:key="sid">
523
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
524
- </block>
525
- </view>
526
- </template>
527
-
528
- <template name="tmpl_7_6">
529
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
530
- <block wx:for="{{i.cn}}" wx:key="sid">
531
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
532
- </block>
533
- </text>
534
- </template>
535
-
536
- <template name="tmpl_7_container">
537
- <template is="{{xs.a(7, i.nn, l)}}" data="{{i:i,cid:7,l:xs.f(l,i.nn)}}" />
538
- </template>
539
-
540
- <template name="tmpl_8_0">
541
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
542
- <block wx:for="{{i.cn}}" wx:key="sid">
543
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
544
- </block>
545
- </view>
546
- </template>
547
-
548
- <template name="tmpl_8_5">
549
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
550
- <block wx:for="{{i.cn}}" wx:key="sid">
551
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
552
- </block>
553
- </view>
554
- </template>
555
-
556
- <template name="tmpl_8_2">
557
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
558
- <block wx:for="{{i.cn}}" wx:key="sid">
559
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
560
- </block>
561
- </view>
562
- </template>
563
-
564
- <template name="tmpl_8_7">
565
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
566
- <block wx:for="{{i.cn}}" wx:key="sid">
567
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
568
- </block>
569
- </view>
570
- </template>
571
-
572
- <template name="tmpl_8_6">
573
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
574
- <block wx:for="{{i.cn}}" wx:key="sid">
575
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
576
- </block>
577
- </text>
578
- </template>
579
-
580
- <template name="tmpl_8_container">
581
- <template is="{{xs.a(8, i.nn, l)}}" data="{{i:i,cid:8,l:xs.f(l,i.nn)}}" />
582
- </template>
583
-
584
- <template name="tmpl_9_0">
585
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
586
- <block wx:for="{{i.cn}}" wx:key="sid">
587
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
588
- </block>
589
- </view>
590
- </template>
591
-
592
- <template name="tmpl_9_5">
593
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
594
- <block wx:for="{{i.cn}}" wx:key="sid">
595
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
596
- </block>
597
- </view>
598
- </template>
599
-
600
- <template name="tmpl_9_2">
601
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
602
- <block wx:for="{{i.cn}}" wx:key="sid">
603
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
604
- </block>
605
- </view>
606
- </template>
607
-
608
- <template name="tmpl_9_7">
609
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
610
- <block wx:for="{{i.cn}}" wx:key="sid">
611
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
612
- </block>
613
- </view>
614
- </template>
615
-
616
- <template name="tmpl_9_6">
617
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
618
- <block wx:for="{{i.cn}}" wx:key="sid">
619
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
620
- </block>
621
- </text>
622
- </template>
623
-
624
- <template name="tmpl_9_container">
625
- <template is="{{xs.a(9, i.nn, l)}}" data="{{i:i,cid:9,l:xs.f(l,i.nn)}}" />
626
- </template>
627
-
628
- <template name="tmpl_10_0">
629
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
630
- <block wx:for="{{i.cn}}" wx:key="sid">
631
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
632
- </block>
633
- </view>
634
- </template>
635
-
636
- <template name="tmpl_10_5">
637
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
638
- <block wx:for="{{i.cn}}" wx:key="sid">
639
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
640
- </block>
641
- </view>
642
- </template>
643
-
644
- <template name="tmpl_10_2">
645
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
646
- <block wx:for="{{i.cn}}" wx:key="sid">
647
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
648
- </block>
649
- </view>
650
- </template>
651
-
652
- <template name="tmpl_10_7">
653
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
654
- <block wx:for="{{i.cn}}" wx:key="sid">
655
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
656
- </block>
657
- </view>
658
- </template>
659
-
660
- <template name="tmpl_10_6">
661
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
662
- <block wx:for="{{i.cn}}" wx:key="sid">
663
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
664
- </block>
665
- </text>
666
- </template>
667
-
668
- <template name="tmpl_10_container">
669
- <template is="{{xs.a(10, i.nn, l)}}" data="{{i:i,cid:10,l:xs.f(l,i.nn)}}" />
670
- </template>
671
-
672
- <template name="tmpl_11_0">
673
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
674
- <block wx:for="{{i.cn}}" wx:key="sid">
675
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
676
- </block>
677
- </view>
678
- </template>
679
-
680
- <template name="tmpl_11_5">
681
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
682
- <block wx:for="{{i.cn}}" wx:key="sid">
683
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
684
- </block>
685
- </view>
686
- </template>
687
-
688
- <template name="tmpl_11_2">
689
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
690
- <block wx:for="{{i.cn}}" wx:key="sid">
691
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
692
- </block>
693
- </view>
694
- </template>
695
-
696
- <template name="tmpl_11_7">
697
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
698
- <block wx:for="{{i.cn}}" wx:key="sid">
699
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
700
- </block>
701
- </view>
702
- </template>
703
-
704
- <template name="tmpl_11_6">
705
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
706
- <block wx:for="{{i.cn}}" wx:key="sid">
707
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
708
- </block>
709
- </text>
710
- </template>
711
-
712
- <template name="tmpl_11_container">
713
- <template is="{{xs.a(11, i.nn, l)}}" data="{{i:i,cid:11,l:xs.f(l,i.nn)}}" />
714
- </template>
715
-
716
- <template name="tmpl_12_0">
717
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
718
- <block wx:for="{{i.cn}}" wx:key="sid">
719
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
720
- </block>
721
- </view>
722
- </template>
723
-
724
- <template name="tmpl_12_5">
725
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
726
- <block wx:for="{{i.cn}}" wx:key="sid">
727
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
728
- </block>
729
- </view>
730
- </template>
731
-
732
- <template name="tmpl_12_2">
733
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
734
- <block wx:for="{{i.cn}}" wx:key="sid">
735
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
736
- </block>
737
- </view>
738
- </template>
739
-
740
- <template name="tmpl_12_7">
741
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
742
- <block wx:for="{{i.cn}}" wx:key="sid">
743
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
744
- </block>
745
- </view>
746
- </template>
747
-
748
- <template name="tmpl_12_6">
749
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
750
- <block wx:for="{{i.cn}}" wx:key="sid">
751
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
752
- </block>
753
- </text>
754
- </template>
755
-
756
- <template name="tmpl_12_container">
757
- <template is="{{xs.a(12, i.nn, l)}}" data="{{i:i,cid:12,l:xs.f(l,i.nn)}}" />
758
- </template>
759
-
760
- <template name="tmpl_13_0">
761
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
762
- <block wx:for="{{i.cn}}" wx:key="sid">
763
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
764
- </block>
765
- </view>
766
- </template>
767
-
768
- <template name="tmpl_13_5">
769
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
770
- <block wx:for="{{i.cn}}" wx:key="sid">
771
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
772
- </block>
773
- </view>
774
- </template>
775
-
776
- <template name="tmpl_13_2">
777
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
778
- <block wx:for="{{i.cn}}" wx:key="sid">
779
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
780
- </block>
781
- </view>
782
- </template>
783
-
784
- <template name="tmpl_13_7">
785
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
786
- <block wx:for="{{i.cn}}" wx:key="sid">
787
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
788
- </block>
789
- </view>
790
- </template>
791
-
792
- <template name="tmpl_13_6">
793
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
794
- <block wx:for="{{i.cn}}" wx:key="sid">
795
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
796
- </block>
797
- </text>
798
- </template>
799
-
800
- <template name="tmpl_13_container">
801
- <template is="{{xs.a(13, i.nn, l)}}" data="{{i:i,cid:13,l:xs.f(l,i.nn)}}" />
802
- </template>
803
-
804
- <template name="tmpl_14_0">
805
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" catchtouchmove="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
806
- <block wx:for="{{i.cn}}" wx:key="sid">
807
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
808
- </block>
809
- </view>
810
- </template>
811
-
812
- <template name="tmpl_14_5">
813
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" animation="{{i.p0}}" style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
814
- <block wx:for="{{i.cn}}" wx:key="sid">
815
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
816
- </block>
817
- </view>
818
- </template>
819
-
820
- <template name="tmpl_14_2">
821
- <view style="{{i.st}}" class="{{i.cl}}" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
822
- <block wx:for="{{i.cn}}" wx:key="sid">
823
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
824
- </block>
825
- </view>
826
- </template>
827
-
828
- <template name="tmpl_14_7">
829
- <view hover-class="{{xs.b(i.p1,'none')}}" hover-stop-propagation="{{xs.b(i.p4,!1)}}" hover-start-time="{{xs.b(i.p2,50)}}" hover-stay-time="{{xs.b(i.p3,400)}}" bindtouchstart="eh" bindtouchmove="eh" bindtouchend="eh" bindtouchcancel="eh" bindlongpress="eh" animation="{{i.p0}}" bindanimationstart="eh" bindanimationiteration="eh" bindanimationend="eh" bindtransitionend="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
830
- <block wx:for="{{i.cn}}" wx:key="sid">
831
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
832
- </block>
833
- </view>
834
- </template>
835
-
836
- <template name="tmpl_14_6">
837
- <text selectable="{{xs.b(i.p1,!1)}}" space="{{i.p2}}" decode="{{xs.b(i.p0,!1)}}" user-select="{{xs.b(i.p3,false)}}" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
838
- <block wx:for="{{i.cn}}" wx:key="sid">
839
- <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" />
840
- </block>
841
- </text>
842
- </template>
843
-
844
- <template name="tmpl_14_container">
845
- <template is="{{xs.a(14, i.nn, l)}}" data="{{i:i,cid:14,l:xs.f(l,i.nn)}}" />
846
- </template>
847
-
848
- <template name="tmpl_15_container">
849
- <block wx:if="{{i.nn === '#text'}}">
850
- <template is="tmpl_0_#text" data="{{i:i}}" />
851
- </block>
852
- <block wx:else>
853
- <comp i="{{i}}" l="{{l}}" />
854
- </block>
855
- </template>