Browse Source

活动详情 隐藏分享逻辑

master
kola-web 3 weeks ago
parent
commit
6169b4614e
  1. BIN
      src/images/za-images/live-banner.png
  2. 2
      src/patient/pages/index/index.scss
  3. 15
      src/patient/pages/liveDetail/index.wxml

BIN
src/images/za-images/live-banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 KiB

After

Width:  |  Height:  |  Size: 682 KiB

2
src/patient/pages/index/index.scss

@ -282,7 +282,7 @@ page { @@ -282,7 +282,7 @@ page {
}
.labels {
margin-top: 16rpx;
max-width: 56vw;
max-width: 64vw;
font-size: 28rpx;
color: rgba(173, 172, 178, 1);
white-space: nowrap;

15
src/patient/pages/liveDetail/index.wxml

@ -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">

Loading…
Cancel
Save