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/pages/consult/detail.wxml | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/wechat_staff/pages/consult/detail.wxml b/wechat_staff/pages/consult/detail.wxml
index b43a9a2..0ea580e 100644
--- a/wechat_staff/pages/consult/detail.wxml
+++ b/wechat_staff/pages/consult/detail.wxml
@@ -1,6 +1,6 @@
<view>
<!-- <navBar title="{{ navTitle }}"></navBar> -->
- <buoyClient showPurpose="1" />
+ <buoyClient showPurpose="1" class="buoyClient"/>
<view class="main_content">
<view class="main_title">{{ info.title }}</view>
<view class="datetime">鍙戝竷鏃堕棿锛歿{ info.publishDt }}</view>
@@ -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