| | |
| | | <view class="item" data-type="2" bindtap="changePath"> |
| | | <image class="img" src="../../static/icon/home_ic_liangchi@2x.png"></image> |
| | | <view class="name">免费量尺</view> |
| | | <view class="placeholder9">分析小帮手</view> |
| | | <view class="placeholder9">一对一设计服务</view> |
| | | </view> |
| | | <view class="item" data-type="1" bindtap="changePath"> |
| | | <image class="img" src="../../static/icon/home_ic_yusuan@2x.png"></image> |
| | |
| | | </view> |
| | | <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> |
| | | </view> |
| | | <video bindplay="bindVideoPlay" id="myvideo" src="{{ productVideo[0].videoUrl }}" show-fullscreen-btn></video> |
| | | <!-- <view bindtap="videoClick" data-id="{{ productVideo[0].id }}" data-videourl="{{ productVideo[0].videoUrl }}" class="video_wrap"> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png"></image> |
| | | </view> --> |
| | | </view> |
| | | <!-- 攻略 --> |
| | | <view class="strategy"> |
| | |
| | | </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 + 100}}rpx" duration="{{ bannerSwiperOption.duration }}"> |
| | | <swiper class="consult_swiper consult_wrap" circular indicator-dots="{{ bannerSwiperOption.indicatorDots }}" autoplay="{{ bannerSwiperOption.autoplay }}" interval="{{ bannerSwiperOption.interval }}" duration="{{ bannerSwiperOption.duration }}"> |
| | | <block wx:for="{{ consultList }}" wx:key="index"> |
| | | <swiper-item data-id="{{ item.id }}" bindtap="consultClick"> |
| | | <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> |
| | |
| | | <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> |