From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll

---
 wechat_staff/components/detailFooter/index.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/components/detailFooter/index.wxml b/wechat_staff/components/detailFooter/index.wxml
index 70d01e6..3b5f482 100644
--- a/wechat_staff/components/detailFooter/index.wxml
+++ b/wechat_staff/components/detailFooter/index.wxml
@@ -23,11 +23,11 @@
   <!--  -->
   <view wx:if="{{ showShare }}" class="shade_modal" style="padding-bottom: {{bottomLift}}px;">
     <view class="btns">
-      <button open-type="share" class="item" bindtap="handleShare">
+      <button hover-class="none" class="item" bindtap="handleShare">
         <image src="../../static/icon/wechat.png"></image>
         <view>灏忕▼搴忓垎浜�</view>
       </button>
-      <button class="item" bindtap="handleDown">
+      <button hover-class="none" class="item" bindtap="handleDown">
         <image src="../../static/icon/download.png"></image>
         <view>涓嬭浇娴锋姤</view>
       </button>

--
Gitblit v1.9.3