index.wxml 2.5 KB

1
  1. <view class="container"><view class="tiele-index">首页</view><view class="swiper"><view class="swiper-box"><swiper circular="true" autoplay="true" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{banner}}" wx:for-item="swiper" wx:for-index="__i0__" wx:key="id"><swiper-item data-event-opts="{{[['tap',[['ToBanner',['$0'],[[['banner','id',swiper.id]]]]]]]}}" bindtap="__e"><image src="{{swiper.pic}}"></image></swiper-item></block></swiper><view class="indicator"><block wx:for="{{banner}}" wx:for-item="swiper" wx:for-index="index" wx:key="index"><view class="{{['dots',swiperCurrent>=index?'on':'']}}"></view></block></view></view></view><view class="notice-box"><view class="notice-title flex_item"><image src="../../static/img/img31.png"></image><view class="title">通知</view></view><view class="notice-list flex"><view data-event-opts="{{[['tap',[['navTo',['/pages/index/information']]]]]}}" class="notice-tpl" bindtap="__e"><image src="../../static/img/img02.png"></image><view class="name">产品专题</view></view><view data-event-opts="{{[['tap',[['navTo',['/pages/index/pingtai']]]]]}}" class="notice-tpl" bindtap="__e"><image src="../../static/img/img03.png"></image><view class="name">平台介绍</view></view><view data-event-opts="{{[['tap',[['navTo',['/pages/index/notice']]]]]}}" class="notice-tpl" bindtap="__e"><image src="../../static/img/img04.png"></image><view class="name">通知公告</view></view><view data-event-opts="{{[['tap',[['navTo',['/pages/index/share']]]]]}}" class="notice-tpl" bindtap="__e"><image src="../../static/img/img05.png"></image><view class="name">好友邀请</view></view></view></view><view class="notice-box"><view class="notice-title flex_item"><image src="../../static/img/img32.png"></image><view class="title">行情</view></view><view class="quotation-list"><block wx:for="{{list}}" wx:for-item="ls" wx:for-index="index" wx:key="index"><block wx:if="{{ls.name!='USDT'}}"><view class="quotation-tpl"><view class="tpl title">{{ls.name+"/USDT"}}</view><view class="tpl num">{{ls.usdt}}</view><view class="tpl money">{{"¥"+ls.price}}</view><view class="tip-box"><image src="../../static/img/img30.png"></image><block wx:if="{{ls.up>0}}"><view class="tip">{{ls.up*100+"%"}}</view></block><block wx:if="{{ls.up==0||ls.up<0}}"><view class="tip grenn">{{ls.up*100+"%"}}</view></block></view></view></block></block></view></view><view class="list-box flex"><image src="../../static/img/img45.png"></image><image src="../../static/img/img46.png"></image></view></view>