1 |
- <view class="container"><view class="swiper-wrap"><swiper class="top-swiper" autoplay="true" duration="400" interval="5000" indicator-dots="{{true}}" indicator-active-color="#fff" indicator-color="rgba(255,255,255,0.8)" data-event-opts="{{[['change',[['swiperChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{carouselList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item data-event-opts="{{[['tap',[['bannerNavToUrl',['$0'],[[['carouselList','',index,'url']]]]]]]}}" class="carousel-item" bindtap="__e"><image src="{{item.pic}}"></image></swiper-item></block></swiper></view><view class="tool-box flex"><view data-event-opts="{{[['tap',[['navto',['/pages/user/myjslis']]]]]}}" class="tool-item" bindtap="__e"><image src="../../static/img/t1.png" mode="widthFix"></image></view><button class="tool-item" open-type="contact" plain="true"><image src="../../static/img/t2.png" mode="widthFix"></image></button><view data-event-opts="{{[['tap',[['navto',['/pages/index/zngs?type=0']]]]]}}" class="tool-item" bindtap="__e"><image src="../../static/img/t4.png" mode="widthFix"></image></view><view data-event-opts="{{[['tap',[['navto',['/pages/index/zngs?type=1']]]]]}}" class="tool-item" bindtap="__e"><image src="../../static/img/t3.png" mode="widthFix"></image></view></view><view class="gcb"><view class="line flex"><view class="line-item" style="background-color:#e7eaf0;font-weight:bold;border-radius:20rpx 0 0 0;">正常公差</view><view class="line-jg" style="background-color:#fefefe;"></view><view class="line-item" style="background-color:#e7eaf0;font-weight:bold;border-radius:0 20rpx 0 0;">大公差</view></view><block wx:for="{{gbc}}" wx:for-item="gcbitem" wx:for-index="__i0__"><view class="line flex"><view class="line-item line-item-left">{{''+(gcbitem.zcgc||'')+''}}</view><view class="line-jg"></view><view class="line-item line-item-right">{{''+(gcbitem.dgc||'')+''}}</view></view></block></view><view style="height:47rpx;"></view></view>
|