...
|
...
|
@@ -45,9 +45,10 @@ |
|
|
<view class='real_save'>
|
|
|
<view class='safe_box'>
|
|
|
<view bindtap='go_mind_detect'>
|
|
|
<view class='real_anxin'>
|
|
|
<!-- <view class='real_anxin'>
|
|
|
<image src='../imgs/anxin.png' class='anxin'></image>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
<text class='iconfont icon-aaa'></text>
|
|
|
<text>安心检测</text>
|
|
|
</view>
|
|
|
<view bindtap='go_selectSource'>
|
...
|
...
|
@@ -62,7 +63,7 @@ |
|
|
</view>
|
|
|
<!-- <navigator url='{{banner.url}}'> -->
|
|
|
<view class='classfy' bindtap='go_hi_carousel'>
|
|
|
<image src='{{banner.image}}'></image>
|
|
|
<image src='{{xiaban.image}}'></image>
|
|
|
</view>
|
|
|
<!-- </navigator> -->
|
|
|
<view class="safety_box function">
|
...
|
...
|
@@ -137,8 +138,8 @@ |
|
|
<image class='goods_img_image' src='{{item.more.thumbnail}}'></image>
|
|
|
</view>
|
|
|
<view class='good_right'>
|
|
|
<view class='good_name goods_name_margin_top'>{{item.title}}</view>
|
|
|
<view class='good_stand'>{{item.excerpt}}</view>
|
|
|
<view class='good_name goods_name_margin_top yititle'>{{item.title}}</view>
|
|
|
<view class='good_stand yititle'>{{item.excerpt}}</view>
|
|
|
<view class='good_price_three'>
|
|
|
<text class='good_pprice'><text class='rmb'>¥</text>{{item.price}}</text>
|
|
|
<text class='good_oprice'><text class='rmb'>¥</text>{{item.old_price}}</text>
|
...
|
...
|
@@ -161,7 +162,7 @@ |
|
|
|
|
|
</view>
|
|
|
<view class='ad_box' bindtap='show_ad' wx:if='{{showad}}'>
|
|
|
<image src='{{imgUrl}}atan@2x.png' mode='widthFix' catchtap='goad'></image>
|
|
|
<image src='{{banner.image}}' mode='widthFix' catchtap='goad'></image>
|
|
|
<view class='iconfont icon-quxiao'></view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -181,7 +182,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<view class='good_right goods_right'>
|
|
|
<view class='good_name'>{{item.title}}</view>
|
|
|
<view class='good_name yititle'>{{item.title}}</view>
|
|
|
<view class='good_stand'></view>
|
|
|
<view class='good_price_progressaa'>
|
|
|
<progress show-info border-radius='4' activeColor='#ffda44' stroke-width='8' percent='{{item.percent}}' font-size='12'></progress>
|
...
|
...
|
@@ -216,7 +217,7 @@ |
|
|
</view>
|
|
|
<view class='collocation_content'>
|
|
|
|
|
|
<view class='zhongtu_title_hei'>{{item.title}}</view>
|
|
|
<view class='zhongtu_title_hei ertitle'>{{item.title}}</view>
|
|
|
<view class='introduce introduces'>{{item.excerpt}}</view>
|
|
|
<view>
|
|
|
<view class='price_big_boxa'>
|
...
|
...
|
@@ -311,8 +312,8 @@ |
|
|
<view class='good_btn cart_icons'>
|
|
|
<view class='iconfont icon-gouwuche' catchtap='show_cart_mask' data-goods='{{item.id}}'></view>
|
|
|
</view>
|
|
|
<view class='goods_for_font_one'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_one santitle'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two sanexcerpt'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_three'>
|
|
|
<view class='goods_for_font_three_one'>
|
|
|
<view>¥</view>
|
...
|
...
|
@@ -355,7 +356,7 @@ |
|
|
<view class='good_btn cart_icons '>
|
|
|
<view class='iconfont icon-gouwuche ' catchtap='show_cart_mask' data-goods='{{item.id}} '></view>
|
|
|
</view>
|
|
|
<view class='goods_for_font_one '>{{item.title}}</view>
|
|
|
<view class='goods_for_font_one santitle'>{{item.title}}</view>
|
|
|
<progress show-info border-radius='4 ' activeColor='#ffda44 ' stroke-width='8 ' percent='{{item.percent}} ' font-size='12 '></progress>
|
|
|
<text class='group_font'>已拼{{item.group_number}}份\t\t\t\t目标{{item.group_min_number}}份</text>
|
|
|
<view class='goods_for_font_threes'>
|
...
|
...
|
@@ -406,15 +407,11 @@ |
|
|
</block>
|
|
|
<block wx:if='{{navs==item.id}}' wx:for='{{packageCategories}}' wx:key='{{item.id}}'>
|
|
|
<view class='padding-top_nav'>
|
|
|
<swiper wx:if='{{(navsPhotos.length>0)}}' next-margin='60rpx' previous-margin='10rpx' circular='true' autoplay='true' display-multiple-items='1' class='swiper_banner_box_two {{maodianFlag?"active":""}}' interval='5000'>
|
|
|
<block wx:for='{{navsPhotos}}' wx:key='{{item}}'>
|
|
|
<swiper-item bindtap='jump_special_list' data-specialid='{{item.id}}'>
|
|
|
<image src='{{item.url}}' class="slide-image"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
<block wx:for='{{navsPhotos}}' wx:key='{{item}}'>
|
|
|
<swiper wx:if='{{(navsPhotos.length>0)}}' next-margin='40rpx' previous-margin='10rpx' circular='true' autoplay='true' display-multiple-items='1' class='swiper_banner_box {{maodianFlag?"active":""}}' interval='5000'>
|
|
|
<block wx:for='{{item.more.photos}}' wx:key='{{item}}'>
|
|
|
<!-- next-margin='40rpx' previous-margin='10rpx' circular='true' autoplay='true' display-multiple-items='1' class='swiper_banner_box' -->
|
|
|
<swiper-item bindtap='jump_special_list' data-specialid='{{item.id}}'>
|
|
|
<image src='{{item.url}}' class="slide-image"></image>
|
|
|
<image src='{{item.url}}' class="slide-image uiuiui"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|
...
|
...
|
@@ -456,8 +453,8 @@ |
|
|
<image src='{{item.thumbnail}}' class='goods_img_image'></image>
|
|
|
</view>
|
|
|
<view class='good_right'>
|
|
|
<view class='good_name goods_name_margin_top'>{{item.title}}</view>
|
|
|
<view class='good_stand'>{{item.excerpt}}</view>
|
|
|
<view class='good_name goods_name_margin_top yititle'>{{item.title}}</view>
|
|
|
<view class='good_stand yiexcerpt'>{{item.excerpt}}</view>
|
|
|
<view class='good_price_three'>
|
|
|
<text class='good_pprice'><text class='rmb'>¥</text>{{item.price}}</text>
|
|
|
<text class='good_oprice'><text class='rmb'>¥</text>{{item.old_price}}</text>
|
...
|
...
|
@@ -476,7 +473,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<view class='ad_box' bindtap='show_ad' wx:if='{{showad}}'>
|
|
|
<image src='{{imgUrl}}atan@2x.png' mode='widthFix' catchtap='goad'></image>
|
|
|
<image src='{{banner.image}}' mode='widthFix' catchtap='goad'></image>
|
|
|
<view class='iconfont icon-quxiao'></view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -499,7 +496,7 @@ |
|
|
</view>
|
|
|
<view class='collocation_content'>
|
|
|
|
|
|
<view>{{item.title}}</view>
|
|
|
<view class='zhongtu_title_hei'>{{item.title}}</view>
|
|
|
<view class='introduce introduces'>{{item.excerpt}}</view>
|
|
|
<view>
|
|
|
<view class='price_big_box'>
|
...
|
...
|
@@ -537,8 +534,8 @@ |
|
|
<image src='{{item.thumbnail}}'></image>
|
|
|
</view>
|
|
|
<view class='goods_for_font'>
|
|
|
<view class='goods_for_font_one'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_one santitle'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two sanexcerpt'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_three'>
|
|
|
<view class='goods_for_font_three_one'>
|
|
|
<view>¥</view>
|
...
|
...
|
@@ -565,20 +562,10 @@ |
|
|
</block>
|
|
|
<block wx:if='{{nav==item.id}}' wx:for='{{category}}' wx:key='{{item.id}}'>
|
|
|
<view class='padding-top_nav'>
|
|
|
<swiper next-margin='60rpx' previous-margin='10rpx' circular='true' autoplay='true' display-multiple-items='1' class='swiper_banner_box_two {{maodianFlag?"active":""}}' interval='5000' wx:if='{{two_banner.length>0}}'>
|
|
|
<swiper next-margin='40rpx' previous-margin='10rpx' circular='true' autoplay='true' display-multiple-items='1' class='swiper_banner_box' interval='5000' wx:if='{{two_banner.length>0}}'>
|
|
|
<block wx:for='{{two_banner}}' wx:key='{{item}}'>
|
|
|
<swiper-item bindtap='jump_web' data-jump='{{item.jump}}'>
|
|
|
<image src='{{item.url}}' class="slide-image {{currentIndex == 0 ? 'active': ''}}"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
<block wx:for='{{two_banner}}' wx:key='{{item}}'>
|
|
|
<swiper-item bindtap='jump_web' data-jump='{{item.jump}}'>
|
|
|
<image src='{{item.url}}' class="slide-image {{currentIndex == 0 ? 'active': ''}}"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
<block wx:for='{{two_banner}}' wx:key='{{item}}'>
|
|
|
<swiper-item bindtap='jump_web' data-jump='{{item.jump}}'>
|
|
|
<image src='{{item.url}}' class="slide-image {{currentIndex == 0 ? 'active': ''}}"></image>
|
|
|
<swiper-item class='nopadding' bindtap='jump_web' data-jump='{{item.jump}}'>
|
|
|
<image src='{{item.url}}' mode='aspectFill' class="slide-image uiuiui {{currentIndex == 0 ? 'active': ''}}"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|
...
|
...
|
@@ -626,8 +613,8 @@ |
|
|
<image src='{{item.more.thumbnail}}' class='goods_img_image'></image>
|
|
|
</view>
|
|
|
<view class='good_right goods_rights'>
|
|
|
<view class='good_name'>{{item.title}}</view>
|
|
|
<view class='good_stand'>{{item.excerpt}}</view>
|
|
|
<view class='good_name yititle'>{{item.title}}</view>
|
|
|
<view class='good_stand yiexcerpt'>{{item.excerpt}}</view>
|
|
|
<view class='good_price_threea'>
|
|
|
<text class='good_pprice'><text class='rmb'>¥</text>{{item.price}}</text>
|
|
|
<text class='good_oprice'><text class='rmb'>¥</text>{{item.old_price}}</text>
|
...
|
...
|
@@ -649,7 +636,7 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<view class='ad_box' bindtap='show_ad' wx:if='{{showad}}'>
|
|
|
<image src='{{imgUrl}}atan@2x.png' mode='widthFix' catchtap='goad'></image>
|
|
|
<image src='{{banner.image}}' mode='widthFix' catchtap='goad'></image>
|
|
|
<view class='iconfont icon-quxiao'></view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
@@ -674,7 +661,7 @@ |
|
|
</view>
|
|
|
<view class='collocation_content'>
|
|
|
|
|
|
<view>{{item.title}}</view>
|
|
|
<view class='zhongtu_title_hei'>{{item.title}}</view>
|
|
|
<view class='introduce introduces'>{{item.excerpt}}</view>
|
|
|
<view>
|
|
|
<view class='price_big_box'>
|
...
|
...
|
@@ -719,8 +706,8 @@ |
|
|
<view class='good_btn cart_icons'>
|
|
|
<view class='iconfont icon-gouwuche' catchtap='show_cart_mask' data-goods='{{item.id}}'></view>
|
|
|
</view>
|
|
|
<view class='goods_for_font_one'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_one santitle'>{{item.title}}</view>
|
|
|
<view class='goods_for_font_two sanexcerpt'>{{item.excerpt}}</view>
|
|
|
<view class='goods_for_font_three'>
|
|
|
<view class='goods_for_font_three_one'>
|
|
|
<view>¥</view>
|
...
|
...
|
@@ -765,7 +752,7 @@ |
|
|
<text>热卖</text>
|
|
|
</view>
|
|
|
<view class='all_classify_two_item' wx:for='{{packageCategories}}' wx:key='{{item.id}}' data-navid='{{item.id}}' data-flag='{{true}}' bindtap='jump_category_nav'>
|
|
|
<image src='{{item.more.thumbnail}}'></image>
|
|
|
<image src='{{item.more.thumbnail}}'></image>
|
|
|
<text>{{item.name}}</text>
|
|
|
</view>
|
|
|
<view class='all_classify_two_item' wx:for='{{category}}' wx:key='{{item.id}}' data-flag='{{false}}' data-navid='{{item.id}}' bindtap='jump_category_nav'>
|
...
|
...
|
|