|
|
@ -3,7 +3,14 @@ |
|
|
<title title="{{isBook?'产品详情':'景点详情'}}"></title> |
|
|
<title title="{{isBook?'产品详情':'景点详情'}}"></title> |
|
|
<view class="iconfont icon-fenxiang" bindtap="share"></view> |
|
|
<view class="iconfont icon-fenxiang" bindtap="share"></view> |
|
|
<image wx:for="{{info.product}}" style="{{aniSkuIndex==index?('top:689px;'):('top:'+top+'px;'+cartImgInfo)}}" class="headimg{{aniSkuIndex==index?' active':''}}" src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
<image wx:for="{{info.product}}" style="{{aniSkuIndex==index?('top:689px;'):('top:'+top+'px;'+cartImgInfo)}}" class="headimg{{aniSkuIndex==index?' active':''}}" src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
<swiper class="swiper" indicator-dots="{{true}}" wx:if="{{info}}" autoplay="{{true}}" interval="{{2000}}" duration="{{300}}"> |
|
|
<swiper class="swiper" indicator-dots="{{true}}" wx:if="{{info}}" autoplay="{{false}}" interval="{{2000}}" duration="{{300}}"> |
|
|
|
|
|
<block wx:if="{{info.videourl}}" wx:key="*this"> |
|
|
|
|
|
<swiper-item> |
|
|
|
|
|
<video bindplay="playVideo" src="{{info.videourl}}" autoplay="{{true}}" muted="{{true}}" |
|
|
|
|
|
show-mute-btn="{{true}}" show-background-playback-button="{{false}}" |
|
|
|
|
|
></video> |
|
|
|
|
|
</swiper-item> |
|
|
|
|
|
</block> |
|
|
<block wx:for="{{info.listimg}}" wx:key="*this"> |
|
|
<block wx:for="{{info.listimg}}" wx:key="*this"> |
|
|
<swiper-item> |
|
|
<swiper-item> |
|
|
<image src="{{item}}" mode="aspectFill"></image> |
|
|
<image src="{{item}}" mode="aspectFill"></image> |
|
|
|