index.wxml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. <navbar parameter='{{parameter}}' logoUrl="{{logoUrl}}"></navbar>
  2. <view class="indexs">
  3. <view class="indexTip" style="top:{{navH+13}}rpx" hidden="{{iShiddenTip}}">
  4. <view class="tip acea-row row-between-wrapper">
  5. <view class="text">点击“<image src="/images/spot.png"></image>”添加到我的小程序, 微信首页下拉即可访问美天旺。</view>
  6. <view class="iconfont icon-guanbi1" bindtap="closeTip"></view>
  7. </view>
  8. </view>
  9. <Tabs color="#fff" active="{{activeTabIndex}}" bind:click="onTapCategoryTabItem">
  10. <Tab title="主场">
  11. <view class="wrapper">
  12. <!-- banner 图 -->
  13. <view class="slider-banner banner">
  14. <swiper indicator-dots="true" autoplay="{{autoplay}}" circular="{{circular}}" interval="3000"
  15. duration="500" indicator-color="rgba(0,0,0,0.2)" indicator-active-color="#ff3366">
  16. <swiper-item wx:for="{{banner}}" wx:key='index'>
  17. <navigator url="{{item.url ? item.url : ''}}" class="pictrue acea-row row-middle"
  18. hover-class='none'>
  19. <image src="{{item.pic}}" class="slide-image"></image>
  20. </navigator>
  21. </swiper-item>
  22. </swiper>
  23. </view>
  24. <!-- 菜单按钮 -->
  25. <view class="nav acea-row">
  26. <block wx:for="{{menus}}" wx:key='index'>
  27. <navigator url="{{item.url ? item.url : ''}}" wx:if="{{item.show == '1'}}" class="item"
  28. open-type='switchTab' hover-class='none'>
  29. <view class="pictrue">
  30. <image src="{{item.pic}}"></image>
  31. </view>
  32. <view>{{ item.name }}</view>
  33. </navigator>
  34. <navigator url="{{item.url ? item.url : ''}}" wx:else class="item" hover-class='none'>
  35. <view class="pictrue">
  36. <image src="{{item.pic}}"></image>
  37. </view>
  38. <view>{{ item.name }}</view>
  39. </navigator>
  40. </block>
  41. </view>
  42. <!-- 新闻/跑马灯 -->
  43. <view class='news acea-row row-between-wrapper' wx:if="{{itemNew.length}}">
  44. <view class='pictrue'>
  45. <image src='/images/news.png'></image>
  46. </view>
  47. <view class='swiperTxt'>
  48. <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="2500"
  49. duration="{{duration}}" vertical="true" circular="true">
  50. <block wx:for="{{itemNew}}" wx:key='index'>
  51. <swiper-item catchtouchmove='catchTouchMove'>
  52. <navigator wx:if="{{item.show == '1'}}" url='{{item.url}}' open-type='switchTab'
  53. class='acea-row row-between-wrapper' hover-class='none'>
  54. <view class='text acea-row row-between-wrapper'>
  55. <view class='label border2' wx:if="{{item.id < 5 }}">最新</view>
  56. <view class='newsTitle line1'>{{item.info}}</view>
  57. </view>
  58. <!-- <view class='iconfont icon-xiangyou'></view> -->
  59. </navigator>
  60. <navigator wx:else open-type='navigate' url='{{item.url}}'
  61. class='acea-row row-between-wrapper' hover-class='none'>
  62. <view class='text acea-row row-between-wrapper'>
  63. <view class='label border2' wx:if="{{item.id%2 == 0}}">最新</view>
  64. <view class='newsTitle line1'>{{item.info}}</view>
  65. </view>
  66. <!-- <view class='iconfont icon-xiangyou'></view> -->
  67. </navigator>
  68. </swiper-item>
  69. </block>
  70. </swiper>
  71. </view>
  72. </view>
  73. <!-- 优惠券领取
  74. <view class="scroll-coupon" wx:if="{{getCouponList.length}}">
  75. <scroll-view class="scroll-view_x" enable-flex scroll-x style="width:auto;overflow:hidden;">
  76. <view class="item {{item.is_use ? 'on' : ''}}"
  77. data-index="{{index}}"
  78. bindtap="receiveCoupon"
  79. wx:for="{{getCouponList}}"
  80. wx:key='index'>
  81. <image src="/images/label01.png" class="lable" wx:if='{{item.is_use === true}}'></image>
  82. <image src="/images/label02.png" class="lable" wx:elif='{{item.is_use === 2}}'></image>
  83. <view class="coupon-slide acea-row row-center-wrapper">
  84. <view class="money">
  85. ¥<text class="num">{{ item.coupon_price }}</text>
  86. </view>
  87. <view>
  88. <view class="minPrice">
  89. 满¥<text class="num">{{ item.use_min_price }}</text>可用
  90. </view>
  91. <view class="time">
  92. {{ item.start_time ? item.start_time + "-" : ""}}{{ item.end_time }}
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="more"><navigator url="/pages/user_get_coupon/index" hover-class="none">领取更多</navigator></view>
  98. </scroll-view>
  99. </view>
  100. -->
  101. <!-- 活动区域图片
  102. <view class="activity" wx:if="{{activity.length}}">
  103. <view class="title"><image src="/images/title.png"></image></view>
  104. <view class="activityCon acea-row row-between-wrapper">
  105. <navigator url="{{item.link ? item.link : ''}}" class="left"
  106. style="{{'background-image: url(' + item.pic + ');'}}"
  107. hover-class="none" wx:for="{{activity}}" wx:if="{{index == 1}}" wx:key='index'>
  108. <view class="name">{{ item.title }}</view>
  109. <view class="info">{{ item.info }}</view>
  110. <view class='timeCon'>
  111. <text class='num'>{{countDownHour}}</text> :
  112. <text class='num'>{{countDownMinute}}</text> :
  113. <text class='num'>{{countDownSecond}}</text>
  114. </view>
  115. </navigator >
  116. <view class="right acea-row row-column-between">
  117. <navigator url="{{item.link ? item.link : ''}}"
  118. class="item" style="background-image: url('{{item.pic}}')"
  119. wx:for="{{activity}}" wx:key='index' hover-class="none" wx:if="{{index == 0 || index == 2}}">
  120. <view class="name">{{ item.title }}</view>
  121. <view class="info">{{ item.info }}</view>
  122. </navigator >
  123. </view>
  124. </view>
  125. </view>
  126. -->
  127. <!-- 直播列表 -->
  128. <view class="liveBroadcast" wx:if='{{liveList.length || liveInfo.roomid}}'>
  129. <view class="publicTitle acea-row row-center-wrapper">
  130. <image src="/images/tv.png"></image>
  131. <navigator hover-class="none" url='/pages/first-new-product/index?type=3' class="more">更多 >
  132. </navigator>
  133. </view>
  134. <navigator wx:if='{{liveInfo.roomid}}' hover-class="none"
  135. url="plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id={{liveInfo.roomid}}"
  136. class="broadcast time">
  137. <view class="pictrue">
  138. <image src="{{liveInfo.share_img}}"></image>
  139. <view class="label" wx:if='{{liveInfo.live_status == 101}}'><text
  140. class="iconfont icon-zhibo"></text>直播中</view>
  141. <view class="label" wx:if='{{liveInfo.live_status == 103}}'><text
  142. class="iconfont icon-zhibojieshux"></text>已结束</view>
  143. <view class="label" wx:if='{{liveInfo.live_status == 102}}'><text
  144. class="iconfont icon-shijian"></text>直播时间 {{liveInfo._start_time}}</view>
  145. </view>
  146. <view class="text line1">{{liveInfo.name}}</view>
  147. </navigator>
  148. <view class="list" wx:if="{{liveList.length}}">
  149. <scroll-view class="scroll-view_x" scroll-x style="width:auto;overflow:hidden;">
  150. <navigator hover-class="none" wx:for='{{liveList}}' wx:key='index'
  151. url="plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id={{item.roomid}}"
  152. class="item">
  153. <view class="pictrue">
  154. <image src="{{item.share_img}}"></image>
  155. <view class="label" wx:if='{{item.live_status == 101}}'><text
  156. class="iconfont icon-zhibo"></text>直播中</view>
  157. <view class="label" wx:if='{{item.live_status == 103}}'><text
  158. class="iconfont icon-zhibojieshux"></text>已结束</view>
  159. <view class="label" wx:if='{{item.live_status == 102}}'><text
  160. class="iconfont icon-shijian"></text>直播时间 {{item._start_time}}</view>
  161. </view>
  162. <view class="text line1">{{item.name}}</view>
  163. </navigator>
  164. </scroll-view>
  165. </view>
  166. </view>
  167. <!-- 秒杀,屏蔽
  168. <view class="flashSale" wx:if="{{seckillCont}}">
  169. <view class="title acea-row row-between row-bottom">
  170. <view class="left acea-row row-middle">
  171. <view class="pictrue">
  172. <image src="/images/buyTitle.png"></image>
  173. </view>
  174. <view class="text">
  175. <view>top sellers</view>
  176. <view class="chinese">拼手速抢惊喜 每日更新</view>
  177. </view>
  178. </view>
  179. <view class="right acea-row row-middle">
  180. <view class="item">
  181. <text class="iconfont icon-xuanzhong"></text>限时低价
  182. </view>
  183. <view class="item">
  184. <text class="iconfont icon-xuanzhong"></text>正品保证
  185. </view>
  186. </view>
  187. </view>
  188. <view class="pictrueBg"><image src="/images/timeBg.png"></image></view>
  189. <view class="timeItem">
  190. <scroll-view class="scroll-view_x" scroll-x scroll-with-animation scroll-left="{{scrollLeft}}">
  191. <view class="timeLen item {{killIndex==index?'on':''}}" data-index="{{index}}" bindtap="setTime" wx:for="{{timeList}}" wx:key='index'>
  192. <view class="time">{{ item.time }}</view>
  193. <view class="stateCon acea-row row-center-wrapper">
  194. <view class="state acea-row row-center-wrapper">
  195. {{ item.state }}
  196. </view>
  197. </view>
  198. </view>
  199. </scroll-view>
  200. </view>
  201. <view class="list">
  202. <scroll-view class="scroll-view_x acea-row" scroll-x style="width:auto;overflow:hidden;">
  203. <view class="item" wx:for="{{seckillList}}" wx:for-item="itemSeckill" wx:key='index'>
  204. <view class="pictrue" bindtap="goDetail" data-id="{{itemSeckill.id}}">
  205. <image src="{{itemSeckill.image}}"></image>
  206. <view class="bar">
  207. <view class="pos">
  208. <view class="num acea-row row-center-wrapper" style="width:{{itemSeckill.percent}}%;"></view>
  209. <view class="stock">已抢{{itemSeckill.percent}}%</view>
  210. </view>
  211. </view>
  212. </view>
  213. <view class="text">
  214. <view class="name line1">{{ itemSeckill.title }}</view>
  215. <view class="ot-money">
  216. ¥{{ itemSeckill.ot_price }}
  217. </view>
  218. <view class="money font-color">
  219. ¥<text class="num">{{ itemSeckill.price }}</text>
  220. </view>
  221. </view>
  222. </view>
  223. </scroll-view>
  224. </view>
  225. </view>
  226. -->
  227. <!-- 首发新品推荐图片
  228. <navigator
  229. url="{{lovely[0].link ? lovely[0].link : ''}}"
  230. class="advert"
  231. hover-class="none"
  232. wx:if="{{lovely.length}}">
  233. <image src="{{lovely[0].img}}"></image>
  234. </navigator>
  235. -->
  236. <!-- 不使用后台的首发新品图片
  237. <view class='advert' wx:if="{{newGoodsBananr}}">
  238. <block>
  239. <image src='{{newGoodsBananr}}'></image>
  240. </block>
  241. </view>
  242. -->
  243. <view class="newProducts" wx:if="{{info.firstList.length > 0}}">
  244. <!-- 首发新品 banner 固定图片 -->
  245. <view class="publicTitle acea-row row-center-wrapper">
  246. <image src="/images/newsTitle.png"></image>
  247. <navigator hover-class="none" url='/pages/first-new-product/index?type=3' class="more">更多 >
  248. </navigator>
  249. </view>
  250. <!-- 首发新品轮播图 -->
  251. <view class="newSwiper">
  252. <swiper autoplay="{{autoplay}}" circular="{{circular}}" interval="{{intervalNew}}"
  253. duration="{{durationNew}}" previous-margin="110px" next-margin="110px"
  254. bindchange="bindchange">
  255. <swiper-item wx:for="{{info.firstList}}" wx:key='index'>
  256. <view bindtap="goDetailType" data-items='{{item}}'
  257. class="item {{avtiveIndex===index?'active':'quiet'}}">
  258. <image src="{{item.image}}" mode="widthFix"></image>
  259. <text class="pictrue_log_medium pictrue_log_class"
  260. wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
  261. <text class="pictrue_log_medium pictrue_log_class"
  262. wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
  263. <text class="pictrue_log_medium pictrue_log_class"
  264. wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
  265. </view>
  266. </swiper-item>
  267. </swiper>
  268. <view class="text" wx:for="{{info.firstList}}" wx:key='index'>
  269. <view wx:if="{{index === avtiveIndex}}">
  270. <view class="name line1">{{ item.store_name }}</view>
  271. <view class="money font-color">
  272. ¥<text class="num">{{ item.price }}</text>
  273. </view>
  274. </view>
  275. </view>
  276. </view>
  277. </view>
  278. <view class="recommend" wx:if="{{info.bastList.length || info.bastBanner.length}}">
  279. <!-- 精品推荐 banner 客户端固定 -->
  280. <view class="publicTitle acea-row row-center-wrapper">
  281. <image src="/images/boutiqueTitle.png"></image>
  282. <navigator hover-class="none" url='/pages/first-new-product/index?type=1' class="more">更多 >
  283. </navigator>
  284. </view>
  285. <!-- 精品推荐配图轮播 -->
  286. <view class="slider-banner recommendSwiper" wx:if="{{info.bastBanner.length}}">
  287. <swiper autoplay="true" indicator-dots="true" circular="{{circular}}" interval="3000"
  288. duration="500" indicator-color="rgba(0,0,0,0.2)" indicator-active-color="#ff3366">
  289. <swiper-item wx:for="{{info.bastBanner}}" wx:key='index'>
  290. <navigator url="{{item.url ? item.url : ''}}" class="pictrue acea-row row-middle"
  291. hover-class="none">
  292. <image src="{{item.img}}"></image>
  293. </navigator>
  294. </swiper-item>
  295. </swiper>
  296. </view>
  297. <!-- 精品推荐 产品列表 -->
  298. <view class="publicList acea-row row-between-wrapper">
  299. <view bindtap="goDetailType" data-items='{{item}}' class="item" wx:for="{{info.bastList}}"
  300. wx:key='index'>
  301. <view class="pictrue">
  302. <image src="{{item.image}}"></image>
  303. <text class="pictrue_log_medium pictrue_log_class"
  304. wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
  305. <text class="pictrue_log_medium pictrue_log_class"
  306. wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
  307. <text class="pictrue_log_medium pictrue_log_class"
  308. wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
  309. </view>
  310. <view class="text">
  311. <view class="name line1">{{ item.store_name }}</view>
  312. <view class="acea-row row-between-wrapper">
  313. <view>
  314. <view class="money font-color">
  315. ¥<text class="num">{{ item.price }}</text>
  316. </view>
  317. <!-- <view class="ot-money">¥{{ item.ot_price }}</view> -->
  318. </view>
  319. <view class="cart acea-row row-center-wrapper">
  320. <text class="iconfont icon-mzshopping"></text>
  321. </view>
  322. </view>
  323. </view>
  324. </view>
  325. </view>
  326. </view> <!-- 精品推荐 -->
  327. <view class="hotList" wx:if="{{likeInfo.length}}">
  328. <!-- 热门榜单 banner 客户端固定 -->
  329. <view class="publicTitle acea-row row-center-wrapper">
  330. <image src="/images/hotTitle.png"></image>
  331. <navigator url="/pages/first-new-product/index?type=2" class="more" hover-class="none">更多 >
  332. </navigator>
  333. </view>
  334. <view class="list acea-row">
  335. <navigator url="/pages/goods_details/index?id={{item.id}}" class="item" wx:for="{{likeInfo}}"
  336. wx:key='index'>
  337. <view class="pictrue">
  338. <image src="{{item.image}}"></image>
  339. <image src="/images/one01.png" class="icon" wx:if='{{index === 0}}'></image>
  340. <image src="/images/two02.png" class="icon" wx:if='{{index === 1}}'></image>
  341. <image src="/images/three03.png" class="icon" wx:if='{{index === 2}}'></image>
  342. </view>
  343. <view class="text">
  344. <view class="name line1">{{ item.store_name }}</view>
  345. <view class="money font-color">
  346. ¥<text class="num">{{ item.price }}</text>
  347. <!-- <text class="ot-money">¥{{ item.ot_price }}</text> -->
  348. </view>
  349. </view>
  350. </navigator>
  351. </view>
  352. </view>
  353. <view class="promotion" wx:if="{{benefit.length}}">
  354. <!-- 促销单品 banner -->
  355. <view class="publicTitle acea-row row-center-wrapper">
  356. <image src="/images/promotionTitle.png"></image>
  357. <navigator url="/pages/promotional-items/index" class="more" hover-class="none">更多 ></navigator>
  358. </view>
  359. <view class="publicList acea-row row-between-wrapper">
  360. <view bindtap="goDetailType" data-items='{{item}}' class="item" wx:for="{{benefit}}"
  361. wx:key='index'>
  362. <view class="pictrue">
  363. <image src="{{item.image}}"></image>
  364. <text class="pictrue_log_medium pictrue_log_class"
  365. wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
  366. <text class="pictrue_log_medium pictrue_log_class"
  367. wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
  368. <text class="pictrue_log_medium pictrue_log_class"
  369. wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
  370. </view>
  371. <view class="text">
  372. <view class="name line1">{{ item.store_name }}</view>
  373. <view class="acea-row row-between-wrapper">
  374. <view>
  375. <view class="money font-color">
  376. ¥<text class="num">{{ item.price }}</text><text
  377. class="label bg-color">疯抢</text>
  378. </view>
  379. <view class="ot-money">¥{{ item.ot_price }}</view>
  380. </view>
  381. <view class="cart acea-row row-center-wrapper">
  382. <text class="iconfont icon-mzshopping"></text>
  383. </view>
  384. </view>
  385. </view>
  386. </view>
  387. </view>
  388. </view>
  389. <view class="recommendList" wx:if='{{hostProduct.length > 0}}'>
  390. <!-- 海量精品 为您推荐 banner -->
  391. <view class="title">
  392. <image src="/images/becommendTitle.png"></image>
  393. </view>
  394. <view class="publicList acea-row row-between-wrapper">
  395. <view bindtap="goDetailType" data-items='{{item}}' wx:for="{{hostProduct}}" wx:key='index'
  396. class="item">
  397. <view class="pictrue">
  398. <image src="{{item.image}}"></image>
  399. <text class="pictrue_log_medium pictrue_log_class"
  400. wx:if="{{item.activity && item.activity.type ==='1'}}">秒杀</text>
  401. <text class="pictrue_log_medium pictrue_log_class"
  402. wx:if="{{item.activity && item.activity.type === '2'}}">砍价</text>
  403. <text class="pictrue_log_medium pictrue_log_class"
  404. wx:if="{{item.activity && item.activity.type === '3'}}">拼团</text>
  405. </view>
  406. <view class="text">
  407. <view class="name line1">{{ item.store_name }}</view>
  408. <view class="acea-row row-between-wrapper">
  409. <view>
  410. <view class="money font-color">
  411. ¥<text class="num">{{ item.price }}</text>
  412. </view>
  413. <!-- <view class="ot-money">¥{{ item.ot_price }}</view> -->
  414. </view>
  415. <view class="cart acea-row row-center-wrapper">
  416. <text class="iconfont icon-mzshopping"></text>
  417. </view>
  418. </view>
  419. </view>
  420. </view>
  421. <view class='loadingicon acea-row row-center-wrapper' wx:if='{{hostProduct.length > 0}}'>
  422. <text class='loading iconfont icon-jiazai' hidden='{{recommend.loading==false}}'></text>
  423. {{recommend.loadTitle}}
  424. </view>
  425. </view>
  426. </view>
  427. </view>
  428. </Tab>
  429. <Tab wx:for="{{categoryOne.children}}" title="{{item.cate_name}}" wx:key='index'>
  430. <!--黑洞星球活动-->
  431. <view wx:if="{{item.id === 199}}">
  432. <Mine bind:onNeedLogin="onNeedLogin" id="mine"></Mine>
  433. </view>
  434. <!-- 其他活动 -->
  435. <view wx:else class="wrapper">
  436. <!-- 活动商品列表 -->
  437. <view class="classifyList acea-row row-between-wrapper">
  438. <view bindtap="goDetailType" data-items='{{productItem}}' class="item" wx:for="{{productList}}"
  439. wx:for-item="productItem" wx:key='index'>
  440. <view class="pictrue">
  441. <image src="{{productItem.image}}"></image>
  442. <text class="pictrue_log_medium pictrue_log_class"
  443. wx:if="{{productItem.activity && productItem.activity.type ==='1'}}">秒杀</text>
  444. <text class="pictrue_log_medium pictrue_log_class"
  445. wx:if="{{productItem.activity && productItem.activity.type === '2'}}">砍价</text>
  446. <text class="pictrue_log_medium pictrue_log_class"
  447. wx:if="{{productItem.activity && productItem.activity.type === '3'}}">拼团</text>
  448. </view>
  449. <view class="text">
  450. <view class="name line1">{{ productItem.store_name }}</view>
  451. <view class="money font-color">
  452. ¥<span class="num">{{ productItem.price }}</span>
  453. </view>
  454. <view class="acea-row row-between-wrapper">
  455. <!--view class="vipMoney" wx:if="{{productItem.vip_price && productItem.vip_price > 0}}">
  456. ¥{{ productItem.vip_price }}
  457. <image src="/images/vip.png"></image>
  458. </view-->
  459. <view class="sales">已售{{ productItem.sales }}件</view>
  460. </view>
  461. </view>
  462. </view>
  463. <view class='loadingicon acea-row row-center-wrapper'>
  464. <text class='loading iconfont icon-jiazai' hidden='{{loading==false}}'></text>
  465. {{loadTitle}}
  466. </view>
  467. </view>
  468. <!-- 推荐产品展示 -->
  469. <view class='noCommodity' wx:if="{{productList.length==0 && where.page > 1}}">
  470. <view class='pictrue'>
  471. <image src='/images/noShopper.png'></image>
  472. </view>
  473. <recommend host_product="{{hostProduct}}"></recommend>
  474. </view>
  475. </view>
  476. </Tab>
  477. </Tabs>
  478. </view>
  479. <!-- coupon-window window='{{window}}' couponList="{{couponList}}" bind:onClose="onClose"></coupon-window -->
  480. <authorize wx:if="{{ !isShowMine }}" bind:onLoadFun='onLoadFun' isGoIndex='{{isGoIndex}}' iShidden="{{iShidden}}"
  481. isAuto="{{isAuto}}"></authorize>