| | |
| | | <!-- 顶部nav --> |
| | | <view class="container"> |
| | | <van-nav-bar wx:if="{{ showWhiteHead }}" border="{{ topHeadBorder }}" custom-class="top-head" fixed custom-style="opacity: {{ topHeadStyle }}"> |
| | | <view slot="left" class="flex-cc search" bindtap="toSearch"> |
| | | <text>志邦家选</text> |
| | | <view slot="left" class="flex-cc search"> |
| | | <text style="color: {{font_color}};">志邦家选</text> |
| | | <van-icon name="search" size="23px" color="#fff" /> |
| | | <!-- <image src="/static/icon/home_ic_search_black.png" mode="widthFix"></image> --> |
| | | <!-- <text>搜索</text> --> |
| | | </view> |
| | | </van-nav-bar> |
| | | <van-nav-bar wx:else border="{{ topHeadBorder }}" custom-class="top-head-transparent" fixed> |
| | | <view slot="left" class="flex-cc search"> |
| | | <text style="color: {{font_color}};">志邦家选</text> |
| | | </view> |
| | | </van-nav-bar> |
| | | <!-- banner轮播 --> |
| | | <swiper class="banner_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" duration="{{ bannerSwiperOption.duration }}"> |
| | | <swiper class="banner_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{bannerImgHeight}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ bannerList }}" wx:key="index"> |
| | | <swiper-item> |
| | | <image mode="aspectFill" src="../../static/icon/test.png"></image> |
| | | <image data-id="{{ item.id }}" bindtap="bannerClick" bindload="bannerbindload" mode="widthFix" src="{{ item.coverImage }}"></image> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |
| | |
| | | </view> |
| | | <!-- --> |
| | | <authCard type="{{ member.authStatus }}" /> |
| | | <!-- <authCard type="1" /> --> |
| | | <!-- 产品视频 --> |
| | | <view class="product_video" bindtap="jumpProVideo"> |
| | | <view class="com_header"> |
| | | <view class="product_video"> |
| | | <view bindtap="jumpProVideo" class="com_header"> |
| | | <view class="left"> |
| | | <view class="name"> |
| | | <image class="icon" src="../../static/icon/home_ic_zhutihuodong.png"></image> |
| | |
| | | </view> |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <video controls class="main_video" src="https://vdept3.bdstatic.com/mda-njed6187hpegim0d/cae_h264/1665826435448713448/mda-njed6187hpegim0d.mp4?v_from_s=hkapp-haokan-hbe&auth_key=1720440602-0-0-f249e56273037ad05b8f7066fd0973ca&bcevod_channel=searchbox_feed&pd=1&cr=0&cd=0&pt=3&logid=0601949156&vid=646246476325419292&klogid=0601949156&abtest=101830_1-17451_2"></video> |
| | | <view class="video_wrap"> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="widthFix"></image> |
| | | <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <!-- 攻略 --> |
| | | <view class="strategy"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="line"> |
| | | <view class="line_left"> |
| | | <view class="line_left item" data-item="{{ ZSZXCata.jdId }}" bindtap="changeStrategy"> |
| | | <image src="{{HOME_CLASS_A}}"></image> |
| | | <text>{{ ZSZXCata.jdId.name }}</text> |
| | | </view> |
| | | <view class="line_right"> |
| | | <view class="item"><image src="{{ HOME_CLASS_B }}"></image></view> |
| | | <view class="item"><image src="{{ HOME_CLASS_B2 }}"></image></view> |
| | | <view class="item" data-item="{{ ZSZXCata.cfsj }}" bindtap="changeStrategy"> |
| | | <image src="{{ HOME_CLASS_B }}"></image> |
| | | <text>{{ ZSZXCata.cfsj.name }}</text> |
| | | </view> |
| | | <view class="item" data-item="{{ ZSZXCata.snsj }}" bindtap="changeStrategy"> |
| | | <image src="{{ HOME_CLASS_B2 }}"></image> |
| | | <text>{{ ZSZXCata.snsj.name }}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="home_id"> |
| | | <view data-item="{{ ZSZXCata.qwsj.code }}" bindtap="changeStrategy" class="home_id item"> |
| | | <image src="{{HOME_CLASS_C}}"></image> |
| | | <text>{{ ZSZXCata.qwsj.name }}</text> |
| | | </view> |
| | | </view> |
| | | <!-- 咨询 --> |
| | |
| | | </view> |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ bannerList }}" wx:key="index"> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{consultImgHeight}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ consultList }}" wx:key="index"> |
| | | <swiper-item> |
| | | <image mode="aspectFill" src="../../static/icon/test.png"></image> |
| | | <image bindload="consultbindload" mode="widthFix" src="{{ item.coverImage }}"></image> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |
| | | </view> |
| | | <!-- service --> |
| | | <view class="consult" bindtap="jumpProKefu"> |
| | | <view class="consult"> |
| | | <view class="com_header"> |
| | | <view class="left"> |
| | | <view class="name"> |
| | |
| | | <view class="desc">设身处地为你思虑更多,陪伴你的美好生活</view> |
| | | </view> |
| | | </view> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ bannerList }}" wx:key="index"> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ serviceList }}" wx:key="index"> |
| | | <swiper-item> |
| | | <image mode="aspectFill" src="../../static/icon/test.png"></image> |
| | | <image bindload='goserHeight' data-id="{{ item.id }}" data-title="{{item.title}}" bindtap="seriveClick" mode="widthFix" src="{{ item.fileList[0].fileurlFull }}"></image> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |