From 41bd8b2b50dc308ea3a5784efccd856c073b3f37 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 21 八月 2024 15:04:55 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/consult/detail.wxml | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/wechat_staff/pages/consult/detail.wxml b/wechat_staff/pages/consult/detail.wxml
index 71a4c92..0ea580e 100644
--- a/wechat_staff/pages/consult/detail.wxml
+++ b/wechat_staff/pages/consult/detail.wxml
@@ -15,13 +15,8 @@
<image class="icon" src="../../static/icon/detail_nav_collected.png" mode="widthFix"></image>
<view class="name">鏀惰棌</view>
</view> -->
- <button open-type="share" class="item" bindtap="handleShare">
- <image class="icon" src="../../static/icon/detail_nav_share.png" mode="widthFix"></image>
- <view class="name">鍒嗕韩</view>
- </button>
<view class="sub_btn" bindtap="handleDesign">
- <image class="sheji" src="../../static/icon/ic_sheji.png" mode="widthFix"></image>
- <view>鍏嶈垂棰勭害涓撳睘璁捐</view>
+ <view>鍒嗕韩</view>
</view>
</view>
</view>
@@ -29,11 +24,11 @@
<van-popup position="bottom" show="{{ showShare }}" bind:close="onClose">
<view class="share_modal">
<view class="btns">
- <button open-type="share" class="item" bindtap="handleShare">
+ <button hover-class="none" open-type="share" class="item" bindtap="handleShare">
<image src="../../static/icon/wechat.png"></image>
<view>鍙戦�佸ソ鍙�</view>
</button>
- <button class="item">
+ <button hover-class="none" class="item">
<image src="../../static/icon/download.png"></image>
<view>涓嬭浇娴锋姤</view>
</button>
--
Gitblit v1.9.3