From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 wechat_staff/components/detailFooter/index.wxml |   38 ++++++++++++++++++++++++++++++--------
 1 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/wechat_staff/components/detailFooter/index.wxml b/wechat_staff/components/detailFooter/index.wxml
index ed66dfa..4c805a6 100644
--- a/wechat_staff/components/detailFooter/index.wxml
+++ b/wechat_staff/components/detailFooter/index.wxml
@@ -2,15 +2,17 @@
   <view class="footer_wrap" style="padding-bottom: {{bottomLift}}px;">
     <view class="content">
       <view class="btns">
-        <view class="item">
-          <image src="../../static/icon/detail_nav_like_sel@2x.png"></image>
+        <view bindtap="handleEnjoy" class="item">
+          <image wx:if="{{ info.isEnjoy }}" src="../../static/icon/detail_nav_like_sel@2x.png"></image>
+          <image wx:else src="../../static/icon/detail_nav_like@2x.png"></image>
           <text>鍠滄</text>
         </view>
-        <view class="item">
-          <image src="../../static/icon/detail_nav_collected.png"></image>
+        <view bindtap="handleCollec" class="item">
+          <image wx:if="{{ info.isCollection }}" src="../../static/icon/detail_nav_collected.png"></image>
+          <image wx:else src="../../static/icon/detail_nav_collect.png"></image>
           <text>鏀惰棌</text>
         </view>
-        <view class="item">
+        <view bindtap="batchDown" class="item">
           <image src="../../static/icon/detail_nav_download@2x.png"></image>
           <text>涓嬭浇</text>
         </view>
@@ -19,9 +21,9 @@
     </view>
   </view>
   <!--  -->
-  <view class="shade_modal" style="padding-bottom: {{bottomLift}}px;">
+  <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>
@@ -32,5 +34,25 @@
     </view>
     <view bindtap="onClose" class="cancel">鍙栨秷</view>
   </view>
-  <view class="shade" bindtap="onClose"></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>
\ No newline at end of file

--
Gitblit v1.9.3