| | |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <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> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png"></image> |
| | | </view> |
| | | </view> |
| | | <!-- 攻略 --> |
| | |
| | | <view class="line"> |
| | | <view class="line_left item" data-item="{{ ZSZXCata.qwsj }}" bindtap="changeStrategy"> |
| | | <image src="{{HOME_CLASS_A}}"></image> |
| | | <text>{{ ZSZXCata.qwsj.name }}</text> |
| | | <!-- <text>{{ ZSZXCata.qwsj.name }}</text> --> |
| | | </view> |
| | | <view class="line_right"> |
| | | <view class="item" data-item="{{ ZSZXCata.cfsj }}" bindtap="changeStrategy"> |
| | | <image src="{{ HOME_CLASS_B }}"></image> |
| | | <text>{{ ZSZXCata.cfsj.name }}</text> |
| | | <!-- <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> |
| | | <!-- <text>{{ ZSZXCata.snsj.name }}</text> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view data-item="{{ ZSZXCata.jdId }}" bindtap="changeStrategy" class="home_id item"> |
| | | <image src="{{HOME_CLASS_C}}"></image> |
| | | <text>{{ ZSZXCata.jdId.name }}</text> |
| | | <!-- <text>{{ ZSZXCata.jdId.name }}</text> --> |
| | | </view> |
| | | </view> |
| | | <!-- 咨询 --> |
| | | <view class="consult" bindtap="jumpProConsult"> |
| | | <view class="com_header"> |
| | | <view class="consult"> |
| | | <view class="com_header" bindtap="jumpProConsult"> |
| | | <view class="left"> |
| | | <view class="name"> |
| | | <image class="icon" src="../../static/icon/home_ic_zixun@2x.png"></image> |
| | |
| | | </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 }}" style="height:{{consultImgHeight}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <swiper class="consult_swiper consult_wrap" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{consultImgHeight + 100 }}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ consultList }}" wx:key="index"> |
| | | <swiper-item> |
| | | <image bindload="consultbindload" mode="widthFix" src="{{ item.coverImage }}"></image> |
| | | |
| | | <swiper-item data-id="{{ item }}" bindtap="consultClick"> |
| | | <image bindload="consultbindload" mode="aspectFill" src="{{ item.coverImage }}"></image> |
| | | <view class="scroll_text">{{ item.title }}</view> |
| | | </swiper-item> |
| | | </block> |
| | | </swiper> |
| | |
| | | <view class="desc">设身处地为你思虑更多,陪伴你的美好生活</view> |
| | | </view> |
| | | </view> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <swiper class="consult_swiper" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" style="height:{{serviceHeight + 22}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ serviceList }}" wx:key="index"> |
| | | <swiper-item> |
| | | <image bindload='goserHeight' data-id="{{ item.id }}" data-title="{{item.title}}" bindtap="seriveClick" mode="widthFix" src="{{ item.fileList[0].fileurlFull }}"></image> |
| | |
| | | </view> |
| | | <!-- active --> |
| | | <image class="active_baoming" data-type="2" bindtap="changePath" src="../../static/icon/ic_float_baoming@2x.png" mode="widthFix"></image> |
| | | |
| | | <videoPlay class="videoPlay"/> |
| | | </view> |