|
|
|
@ -40,8 +40,7 @@
|
|
|
|
|
<view class="_icon" />演出详情
|
|
|
|
|
</view>
|
|
|
|
|
<view class="img1">
|
|
|
|
|
<view class="img_cac" style="{{rolled?(show_detail.detail_pic[0]?'height:1000rpx;overflow: hidden;':''):''}}"
|
|
|
|
|
>
|
|
|
|
|
<view class="img_cac" style="{{rolled?(show_detail.detail_pic[0]?'height:1000rpx;overflow: hidden;':''):''}}">
|
|
|
|
|
<block wx:for="{{show_detail.detail_pic}}">
|
|
|
|
|
<image class="img1_list" src="{{item}}" mode="widthFix" />
|
|
|
|
|
</block>
|
|
|
|
@ -115,8 +114,13 @@
|
|
|
|
|
<van-goods-action safe-area-inset-bottom>
|
|
|
|
|
<van-goods-action-icon icon="/images/ui/{{show_detail.is_follow?'liked':'like'}}.png" text="想看" bind:click="_like" />
|
|
|
|
|
<van-goods-action-icon icon="/images/ui/share.png" text="分享" open-type="share" bind:click="_share" />
|
|
|
|
|
<van-goods-action-button text="演出结束" class="btn btn{{show_detail.is_end}}"
|
|
|
|
|
color="linear-gradient(90deg, #CCC 0%, #CCC 100%)" wx:if="{{show_detail.is_end==1}}" />
|
|
|
|
|
<van-goods-action-button text="立即购买" bind:click="show_select"
|
|
|
|
|
color="linear-gradient(90deg, #FF4284 0%, #FF1D42 100%)" />
|
|
|
|
|
color="linear-gradient(90deg, #FF4284 0%, #FF1D42 100%)" wx:else />
|
|
|
|
|
|
|
|
|
|
<!-- <view class="btn btn{{show_detail.is_end}}" wx:if="{{show_detail.is_end==1}}">演出结束</view>
|
|
|
|
|
<view class="btn btn{{show_detail.is_end}}" bind:tap="show_select" wx:else>立即购买</view> -->
|
|
|
|
|
</van-goods-action>
|
|
|
|
|
<view class="bottom">
|
|
|
|
|
</view>
|
|
|
|
@ -140,6 +144,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="_bottom">
|
|
|
|
|
<button class="selector_dsn" data-cur_drama="{{current}}" bindtap="_next"> {{Xshow_detail.tickets_status==0?'选座购买':'立即购买'}}</button>
|
|
|
|
|
<button class="selector_dsn" data-cur_drama="{{current}}" bindtap="_next">
|
|
|
|
|
{{Xshow_detail.tickets_status==0?'选座购买':'立即购买'}}</button>
|
|
|
|
|
</view>
|
|
|
|
|
</van-popup>
|