home.wxml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. <view class="bg">
  2. <!-- <view class="newyear" bindtap="newyear">新年入口</view> -->
  3. <view class="home">
  4. <view class="swiper-container">
  5. <swiper class="swiper" indicator-dots="{{swiper.indicatorDots}}" current="{{swiperCurrent}}" indicator-color="#fff" indicator-active-color="#eab86a" autoplay="{{swiper.autoplay}}" interval="{{swiper.interval}}">
  6. <block wx:for="{{bannerList}}" wx:key="{{index}}">
  7. <swiper-item>
  8. <image src="{{item.img}}" class="swiperImage" bindtap="toColumn" data-val="{{item}}" />
  9. </swiper-item>
  10. </block>
  11. </swiper>
  12. <!--current="{{swiperCurrent}}"-->
  13. <!--<view class="swiper-dots">
  14. <block wx:for="{{bannerList}}" wx:key="{{index}}">
  15. <view class="swiper-dot {{index == swiperCurrent ? 'swiper-active' : ''}}"></view>
  16. </block>
  17. </view>-->
  18. </view>
  19. <view class="selectitem" wx:if="{{iconslist.length > 0}}">
  20. <view wx:key="{{index}}" wx:for="{{iconslist}}">
  21. <!--<navigator url="{{item.url}}" hover-class="none" open-type="switchTab" wx:if="{{}}">
  22. </navigator>-->
  23. <view bindtap="toview" data-val="{{item}}">
  24. <image src="{{item.cover}}" class="item-index" />
  25. <view class="item-name">{{item.name}}</view>
  26. </view>
  27. </view>
  28. <view bindtap="tocentcart">
  29. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/about.png" class="item-index" />
  30. <view class="item-name">积分专区</view>
  31. </view>
  32. <view bindtap="todz">
  33. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_apply.png" class="item-index" wx:if="{{userinfo.rank < 2}}"/>
  34. <view class="item-name" wx:if="{{userinfo.rank < 2}}">申请店长</view>
  35. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_zone.png" class="item-index" wx:if="{{userinfo.rank == 2}}"/>
  36. <view class="item-name" wx:if="{{userinfo.rank == 2}}">店长专区</view>
  37. </view>
  38. <view bindtap="toabout">
  39. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/about.png" class="item-index" />
  40. <view class="item-name">关于商城</view>
  41. </view>
  42. <view bindtap="topyq">
  43. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/pyq.png" class="item-index" />
  44. <view class="item-name">发圈素材</view>
  45. </view>
  46. </view>
  47. <view class="column" wx:if="{{vershow}}" wx:if="{{firstProject.length > 0}}">
  48. <view class="first-project">
  49. <image src="{{item.cover}}" wx:key="{{index}}" wx:for="{{firstProject}}" bindtap="toColumn" data-val="{{item}}" class="first-project__image" />
  50. <view class="clean"></view>
  51. </view>
  52. <view class="second-project">
  53. <image src="{{item.cover}}" wx:key="{{index}}" wx:for="{{secondProject}}" bindtap="toColumn" data-val="{{item}}" class="second-project__image" />
  54. <view class="clean"></view>
  55. </view>
  56. </view>
  57. <view class="seckill" wx:if="{{seckilltimelist.length > 0}}">
  58. <view class="seckill-top">
  59. <view class="seckill-title">
  60. <view class="seckill-time">
  61. <view wx:if="{{changeshow === 'seckill'}}">
  62. <view class="time-click">
  63. <!--<view class="time-item time-kuang1">{{msecond}}</view>-->
  64. <view class="time-item time-kuang">{{second}}</view>
  65. <view class="time-item time-color"> : </view>
  66. <view class="time-item time-kuang">{{min}}</view>
  67. <view class="time-item time-color"> : </view>
  68. <view class="time-item time-kuang">{{hour}}</view>
  69. </view>
  70. <view class="time-text">本期剩余时间</view>
  71. </view>
  72. <view wx:if="{{changeshow === 'end'}}">
  73. <view class="time-text" style="font-weight:600;padding-right:0">本期已结束</view>
  74. </view>
  75. <view wx:if="{{changeshow === 'none'}}">
  76. <view class="time-text" style="font-weight:600;padding-right:0">暂无秒杀</view>
  77. </view>
  78. <view wx:if="{{changeshow === 'preparing'}}">
  79. <view wx:if="{{showtime == 12}}" class="time-text" style="font-weight:600;padding-right:0">当天<text style="color:#f85550">中午{{showtime}}点</text>开始 , 敬请期待 ! </view>
  80. <view wx:if="{{showtime < 12}}" class="time-text" style="font-weight:600;padding-right:0">当天<text style="color:#f85550">早上{{showtime}}点</text>开始 , 敬请期待 ! </view>
  81. <view wx:if="{{showtime > 12 && showtime <= 18}}" class="time-text" style="font-weight:600;padding-right:0">当天<text style="color:#f85550">下午{{showtime}}点</text>开始 , 敬请期待 ! </view>
  82. <view wx:if="{{showtime > 18}}" class="time-text" style="font-weight:600;padding-right:0">当天<text style="color:#f85550">晚上{{showtime}}点</text>开始 , 敬请期待 ! </view>
  83. </view>
  84. </view>
  85. </view>
  86. <view><image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/seckill.png" class="seckill-img" /></view>
  87. </view>
  88. <view class="seckill-scrol">
  89. <scroll-view scroll-x="true" class="time-nav" scroll-into-view="{{toView}}" scroll-left="{{navScrollLeft}}" scroll-with-animation="{{true}}">
  90. <view class="time-part" wx:for="{{seckilltimelist}}" wx:for-index="idx" wx:key="{{idx}}" id="a{{item.date_format}}">
  91. <view class="{{currentTab === item.date_format ?'active':''}}" data-val="{{idx}}" data-current="{{item.state}}" data-showtime="{{item.start_time}}" data-time="{{item.date_format}}" wx:show="{{!change}}" bindtap="switchtime">
  92. <view class="{{currentTab === idx ?'active':''}}" data-val="{{idx}}" data-current="{{item.state}}" data-showtime="{{item.start_time}}" data-time="{{item.date_format}}" wx:show="{{change}}" bindtap="switchtime">
  93. <view class="part-text"><format-time type="formatmonth2" value="{{item.date}}"></format-time></view>
  94. <view class="part-text1">{{item.state_cn}}</view>
  95. <view class="{{currentTab === item.date_format ?'part-bottom':''}}" wx:show="{{!change}}"></view>
  96. <view class="{{currentTab === idx ?'part-bottom':''}}" wx:show="{{change}}"></view>
  97. </view>
  98. </view>
  99. </view>
  100. </scroll-view>
  101. </view>
  102. <view>
  103. <view class="seckill-teambuy" wx:if="{{false}}">
  104. <view class="teambuy-top">
  105. <view class="teambuy-top-left">
  106. <image src="" class="teambuy-buyimg" />
  107. </view>
  108. <view class="teambuy-top-right">
  109. <view class="teambuy-buytext">限时特价团购</view>
  110. <view class="teambuy-buytext1">¥88.88</view>
  111. <view class="teambuy-buytext2">¥128.88</view>
  112. </view>
  113. <view class="clear"></view>
  114. </view>
  115. <view class="teambuy-bottom">
  116. <view class="teambuy-bottom-left">
  117. <view class="teambuy-bottom-title">
  118. 啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦
  119. </view>
  120. <view>
  121. <view>
  122. <image class="teambuy-bottom-shopcar" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/shopcar.png" />
  123. </view>
  124. <view class="teambuy-bottom-shoptext">
  125. 剩余888份
  126. </view>
  127. <view class="clear"></view>
  128. </view>
  129. </view>
  130. <view class="teambuy-bottom-right">
  131. <view class="teambuy-bottom-btn">立即抢购</view>
  132. </view>
  133. <view class="clear"></view>
  134. </view>
  135. </view>
  136. <view class="seckill-project" wx:if="{{killgoodslist.length > 0}}" wx:for="{{killgoodslist}}" wx:key="{{index}}" bindtap="toProject" data-val="{{item.id}}">
  137. <view class="seckill-project-left">
  138. <image class="seckill-project-img" src="{{item.cover}}" />
  139. </view>
  140. <view class="seckill-project-right">
  141. <!--<view class="seckill-project-text">限时特价单品</view>-->
  142. <!--<view class="seckill-project-text1">啦啦啦啦啦啦啦啦啦啦拉拉拉拉拉拉啊啦啦啊拉拉啊啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦</view>-->
  143. <view class="seckill-project-text1">{{item.name}}</view>
  144. <view class="seckill-project-text2">已售出{{item.sold_count}}件</view>
  145. <view>
  146. <view class="seckill-project-moneypart">
  147. <view class="seckill-moneypart-text">¥{{item.price / 100}}</view>
  148. <view class="seckill-moneypart-text1">¥{{item.seckill_show_price / 100}}</view>
  149. </view>
  150. <view class="seckill-project-btnpart">
  151. <view class="seckill-project-btn" wx:if="{{item.seckill_state === 'seckill' && leftTime > 0 && item.left_count > 0}}">立即抢购</view>
  152. <view class="seckill-project-btn othercolor" wx:if="{{item.seckill_state === 'preparing'}}" bindtap="toProject" data-val="{{item.id}}">准备中...</view>
  153. <view class="seckill-project-btn othercolor1" wx:if="{{item.seckill_state === 'end' || leftTime < 0}}" bindtap="toProject" data-val="{{item.id}}">秒杀结束</view>
  154. <view class="seckill-project-btn othercolor2" wx:if="{{item.seckill_state === 'seckill' && item.left_count <= 0 && leftTime > 0}}" bindtap="toProject" data-val="{{item.id}}">已售罄</view>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. <view class="seckill-no" wx:if="{{killgoodslist.length == 0}}">
  160. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/home/no.png" class="seckill-no-img"/>
  161. <!--<view class="seckill-no-text">暂无秒杀活动</view>-->
  162. </view>
  163. </view>
  164. </view>
  165. <!--
  166. <view class="teamshopping" wx:if="{{zhunongList.length}}">
  167. <view class="teamshopping-title"></view>
  168. <view><image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/teambuy.png" class="teamshopping-titleimg" /></view>
  169. <view class="teamshopping-item" wx:key="{{index}}" wx:for="{{zhunongList}}" data-val="{{item.id}}" data-state="{{item.state}}" bindtap="toZhunong">
  170. <view class="teamshopping-top">
  171. <view class="teamshopping-topleft">
  172. <image src="{{item.thumb_img}}" class="teamshopping-img" />
  173. </view>
  174. <view class="teamshopping-topright">
  175. <view class="circle" wx:if="{{percent[index] <= 50.00 }}">
  176. <view class="circle_left" style="transform:rotate({{0}}deg)">
  177. <view class="clip_left"></view>
  178. </view>
  179. <view class="circle_right" style="transform:rotate({{percent[index] * 3.6 }}deg);background:#eee">
  180. <view class="clip_right"></view>
  181. </view>
  182. <view class="mask">
  183. <text>{{percent[index]}}</text>%
  184. </view>
  185. </view>
  186. <view class="circle" wx:if="{{percent[index] >= 100.00}}">
  187. <view class="circle_left" style="transform:rotate({{(100-50) * 3.6}}deg)">
  188. <view class="clip_left"></view>
  189. </view>
  190. <view class="circle_right" style="transform:rotate({{0}}deg);background:#ff7655">
  191. <view class="clip_right"></view>
  192. </view>
  193. <view class="mask">
  194. <text>{{percent[index]}}</text>%
  195. </view>
  196. </view>
  197. <view class="circle" wx:if="{{percent[index] > 50.00 && percent[index] < 100.00}}">
  198. <view class="circle_left" style="transform:rotate({{(percent[index]-50) * 3.6}}deg)">
  199. <view class="clip_left"></view>
  200. </view>
  201. <view class="circle_right" style="transform:rotate({{0}}deg);background:#ff7655">
  202. <view class="clip_right"></view>
  203. </view>
  204. <view class="mask">
  205. <text>{{percent[index]}}</text>%
  206. </view>
  207. </view>
  208. <view class="end">完成度</view>
  209. <view class="clean"></view>
  210. </view>
  211. <view class="clear"></view>
  212. </view>
  213. <view class="teamshopping-bottom">
  214. <view class="teamshopping-name">{{item.title}}</view>
  215. <view class="teamshopping-moneypart">
  216. <view class="teamshopping-text">单价</view>
  217. <view class="teamshopping-text3">{{item.min_project_way_price / 100}}</view>
  218. <view class="teamshopping-text1">元起</view>
  219. <view class="teamshopping-text2" wx:if="{{item.state !== 2}}">
  220. <text wx:if="{{item.left_copies_min === item.left_copies_max}}">剩余份数 {{item.left_copies_min}}份</text>
  221. <text wx:if="{{item.left_copies_min !== item.left_copies_max && !item.left_copies_min}}">剩余份数 {{item.left_copies_max}}份</text>
  222. <text wx:if="{{item.left_copies_min !== item.left_copies_max && item.left_copies_min}}">剩余份数 {{item.left_copies_min}}~{{item.left_copies_max}}份</text>
  223. </view>
  224. <view class="teamshopping-text2" wx:if="{{item.state === 2}}">
  225. <text wx:if="{{item.min_funding === item.max_funding}}">共团购 {{item.current_funding / item.unit_price}}份</text>
  226. <text wx:if="{{item.min_funding !== item.max_funding}}">共团购 {{item.min_funding / item.unit_price}} ~ {{item.current_funding / item.unit_price}}份</text>
  227. </view>
  228. <view class="project-jizhu" wx:if="{{item.state === 1}}">进行中</view>
  229. <view class="project-no" wx:if="{{item.state === 0}}">未开始</view>
  230. <view class="project-chenggong" wx:if="{{item.state === 2}}">已完成</view>
  231. <view class="clear"></view>
  232. </view>
  233. </view>
  234. </view>
  235. </view>
  236. -->
  237. <!-- <view class="recommend">
  238. <text class="recommend-title">首选商品</text>
  239. <view class="recommend-bg">
  240. <view>
  241. <image class="recommend-image" src="{{recommend.url}}"></image>
  242. <view class="recommend-info">
  243. <text class="recommend-projectTitle ellipsisLn">{{recommend.title}}</text>
  244. <view class="recommend-price">{{recommend.price / 100}}元</view>
  245. <view class="recommend-point">(或{{recommend.point}}代金券)</view>
  246. </view>
  247. <view class="clean"></view>
  248. </view>
  249. <navigator url="../projects/projects" open-type="switchTab" class="recommend-more">查看详情</navigator>
  250. </view>
  251. </view> -->
  252. <!--<view class="projects" wx:if="{{zhunongList.length}}">
  253. <view class="projects-title">————————— <text style="color: #98a4b0">团购优选</text> —————————</view>
  254. <view class="projectbg">
  255. <view class="project1" wx:key="{{index}}" wx:for="{{zhunongList}}" data-val="{{item.id}}" data-state="{{item.state}}" bindtap="toZhunong">
  256. <image class="project-image" src="{{item.thumb_img}}"></image>
  257. <view class="project-describe">
  258. <view class="project-title1">{{item.title}}</view>
  259. <view class="project-count1" wx:if="{{item.state !== 2}}">
  260. <text wx:if="{{item.left_copies_min === item.left_copies_max}}">剩余份数 {{item.left_copies_min}}份</text>
  261. <text wx:if="{{item.left_copies_min !== item.left_copies_max && !item.left_copies_min}}">剩余份数 {{item.left_copies_max}}份</text>
  262. <text wx:if="{{item.left_copies_min !== item.left_copies_max && item.left_copies_min}}">剩余份数 {{item.left_copies_min}}~{{item.left_copies_max}}份</text>
  263. </view>
  264. <view class="project-count1" wx:if="{{item.state === 2}}">
  265. <text wx:if="{{item.min_funding === item.max_funding}}">共团购 {{item.current_funding / item.unit_price}}份</text>
  266. <text wx:if="{{item.min_funding !== item.max_funding}}">共团购 {{item.min_funding / item.unit_price}} ~ {{item.current_funding / item.unit_price}}份</text>
  267. </view>
  268. <view class="project-price1"><text style="color:#bbbbbb;padding-right:30rpx">单价</text><text style="font-size: 35rpx">{{item.min_project_way_price / 100}}</text> 元起</view>
  269. <view class="clean"></view>
  270. </view>
  271. <view class="project-jizhu" wx:if="{{item.state === 1}}">{{item.state_cn}}</view>
  272. <view class="project-no" wx:if="{{item.state === 0}}">{{item.state_cn}}</view>
  273. <view class="project-chenggong" wx:if="{{item.state === 2}}">{{item.state_cn}}</view>
  274. <view class="project-jieshu" wx:if="{{item.state === 3}}">{{item.state_cn}}</view>
  275. <view class="project-tuikuan" wx:if="{{item.state === 4}}">{{item.state_cn}}</view>
  276. <view class="clean"></view>
  277. <view class="project-jindu">
  278. <view class="jindu">进度</view>
  279. <progress style="flex:5;" percent="{{percent[index]}}" stroke-width="10" activeColor="#fe7554"/>
  280. <view class="jindu-percent">{{percent[index]}}%</view>
  281. </view>
  282. </view>
  283. </view>
  284. </view>-->
  285. <!--
  286. <text class="jindu">进度</text>
  287. <progress percent="{{percent[index]}}" stroke-width="10" activeColor="#fe7554"/>
  288. <text class="jindu-percent">{{percent[index]}}%</text>-->
  289. <view class="projects">
  290. <!--<view class="projects-title">————————— <text style="color: #98a4b0">精选推荐</text> —————————</view>-->
  291. <view class="newprojects-title"></view>
  292. <view><image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/neverse/goods.png" class="newprojects-titleimg" /></view>
  293. <view class="projectbg">
  294. <view class="project" wx:key="{{index}}" wx:for="{{productsList}}">
  295. <view wx:if="{{!item.video_state}}" bindtap="toProject" data-val="{{item.id}}">
  296. <view class="project-left">
  297. <view class="project-title ellipsisLn">{{item.name}}</view>
  298. <view class="project-count">已售{{item.sold_count}}件</view>
  299. <image wx:if="{{item.seckill_state === 'seckill'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/miaosha.png" class="project-miaosha"/>
  300. <view class="project-price" style="padding-top:20rpx;color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
  301. <view class="project-price" style="float: left;padding-top:10rpx;width:50%;font-size: 35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
  302. <!--<image wx:if="{{item.mall_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/integralpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-left: 5rpx;margin-top: 95rpx;"></image>
  303. <image wx:if="{{item.robo_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/rabbitpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 94rpx;"></image>
  304. <image wx:if="{{item.price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/weixinpay.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 94rpx;margin-right: 5rpx;"></image>-->
  305. <view class="clear"></view>
  306. </view>
  307. <image class="project-right" src="{{item.cover}}"></image>
  308. <view class="project-out" wx:if="{{item.left_count <= 0}}"></view>
  309. <view class="project-green" wx:if="{{item.is_support_poor === 1}}"></view>
  310. <view class="project-stop" wx:if="{{todaysend < item.deliver_start_time && todaysend > item.deliver_stop_time}}">将于<format-time type="formatmonth2" value="{{item.deliver_start_time}}"></format-time>发货</view>
  311. <view class="clean"></view>
  312. </view>
  313. <view wx:else class="video-box">
  314. <video class="project-video" custom-cache="{{false}}" bindtap='videoTap' data-index="{{index}}" id='video{{index}}' show-fullscreen-btn="{{false}}" enable-progress-gesture="{{false}}" src="{{item.video_url}}" controls="{{false}}" show-center-play-btn='{{false}}'>
  315. <cover-image class="playImg" src="../../images/footer/play.png" wx:if="{{!item.video_play}}"></cover-image>
  316. </video>
  317. <view class="project-title ellipsisLn">{{item.name}}</view>
  318. <view class="project-price" style="color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
  319. <view class="project-price" style="float: left;font-size:35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
  320. <view class="project-count">已售{{item.sold_count}}件</view>
  321. <image wx:if="{{item.seckill_state === 'seckill'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/miaosha.png" class="project-miaosha"/>
  322. <view class="project-out" wx:if="{{item.left_count <= 0}}"></view>
  323. <view class="project-green" wx:if="{{item.is_support_poor === 1}}"></view>
  324. <view class="project-stop" wx:if="{{todaysend < item.deliver_start_time && todaysend > item.deliver_stop_time}}">将于<format-time type="formatmonth2" value="{{item.deliver_start_time}}"></format-time>发货</view>
  325. <view class="clean"></view>
  326. <button bindtap="toProject" data-val="{{item.id}}" class="video-buybtn">立即购买</button>
  327. </view>
  328. </view>
  329. </view>
  330. </view>
  331. <!--
  332. <image src="../../images/custom/kefu.png" bindtap="toCustom" class="kefu-icon"/>
  333. -->
  334. </view>
  335. <view><text wx:if="{{projects_more}}" style="text-align: center;padding: 10px;color: #999;display: block;margin-bottom: 15px;">正在努力加载...</text></view>
  336. </view>