|
|
|
|
@ -107,7 +107,11 @@
@@ -107,7 +107,11 @@
|
|
|
|
|
<view class="c-title">详情介绍</view> |
|
|
|
|
<image class="c-img" mode="widthFix" src="{{item.url}}" wx:for="{{detail.DetailJson}}" wx:key="name"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="public" wx:if="{{detail.Status==3}}" style="background: url('{{imageUrl}}bg24.png?t={{Timestamp}}') no-repeat center/100%"> |
|
|
|
|
<view |
|
|
|
|
class="public" |
|
|
|
|
wx:if="{{detail.Status==3}}" |
|
|
|
|
style="background: url('{{imageUrl}}bg24.png?t={{Timestamp}}') no-repeat center/100%" |
|
|
|
|
> |
|
|
|
|
<image class="p-code" src="{{detail.subscribe_img}}" show-menu-by-longpress></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
@ -175,12 +179,9 @@
@@ -175,12 +179,9 @@
|
|
|
|
|
</video> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<image |
|
|
|
|
class="fixed-share" |
|
|
|
|
wx:if="{{detail.PosterUrl}}" |
|
|
|
|
src="{{imageUrl}}icon67.png?t={{Timestamp}}" |
|
|
|
|
bind:tap="handleShare" |
|
|
|
|
></image> |
|
|
|
|
<button open-type="share" wx:if="{{detail.PosterUrl}}" class="fixed-share"> |
|
|
|
|
<image class="fixed-share" src="{{imageUrl}}icon67.png?t={{Timestamp}}"></image> |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<van-popup show="{{shareShow}}" custom-class="custom-popup" bind:click-overlay="handleShareClose"> |
|
|
|
|
<view class="p-share"> |
|
|
|
|
|