jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_staff/components/detailFooter/index.wxml
@@ -12,7 +12,7 @@
          <image wx:else src="../../static/icon/detail_nav_collect.png"></image>
          <text>收藏</text>
        </view>
        <view bindtap="handleDown" class="item">
        <view bindtap="batchDown" class="item">
          <image src="../../static/icon/detail_nav_download@2x.png"></image>
          <text>下载</text>
        </view>
@@ -23,7 +23,7 @@
  <!--  -->
  <view wx:if="{{ showShare }}" class="shade_modal" style="padding-bottom: {{bottomLift}}px;">
    <view class="btns">
      <button open-type="share" class="item" bindtap="handleShare">
      <button class="item" bindtap="handleShare">
        <image src="../../static/icon/wechat.png"></image>
        <view>小程序分享</view>
      </button>
@@ -35,4 +35,24 @@
    <view bindtap="onClose" class="cancel">取消</view>
  </view>
  <view wx:if="{{ showShare }}" class="shade" bindtap="onClose"></view>
  <!--  -->
  <view wx:if="{{ isShowPoster }}" class="card_wrap">
    <view class="img1">
      <image mode="widthFix" src="{{posterUrl}}"></image>
    </view>
    <view class="content">
      <view class="title">—— 分享话术 ——</view>
      <view class="line">{{ rightIcon }}精品案例{{ leftIcon }}</view>
      <view class="line">🥇精益求精,品质生活🥇</view>
      <view class="line">汇集全国优秀设计师获奖案例</view>
      <view class="line">👉各种风格灵感案例上万套👈</view>
      <view class="line">总有一套能打动您,适合您</view>
    </view>
    <view class="btns">
      <view class="btn" bind:tap="closeCard">取消</view>
      <view class="btn save" bind:tap="saveCard">复制话术并保存海报</view>
    </view>
  </view>
  <van-overlay z-index="99998" show="{{ isShowPoster }}" bind:click="onClickHide" />
</view>