From f926e6141482ca1c7ea8de58c06736e7d93abf9f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 11:37:53 +0800
Subject: [PATCH] 1.在线客服-点击事件修改

---
 sub_pages/customer/trade/list.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue
index ed7114d..7cbc6c9 100644
--- a/sub_pages/customer/trade/list.vue
+++ b/sub_pages/customer/trade/list.vue
@@ -4,10 +4,9 @@
 		<view class="category-detail flex" v-if="query.category">
 			<view class="flex1 info">
 				<view class="title flex">
-					<button open-type="contact" class="component-button-contact">
+					<view class="component-button-contact">
 						{{categoryInfo.name||'-'}}
-						<image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
-					</button>
+					</view>
 				</view>
 				<view class="desc">
 					规格:{{categoryInfo.unit || '暂无'}}
@@ -18,6 +17,13 @@
 				<!-- 	<view class="desc">
 					包袋:棉袋
 				</view> -->
+			</view>
+			<view class="info">
+				
+				<button open-type="contact" class="component-button-contact">
+					<!-- <image src="@/static/common/icon-kf.png" class="icon-kf m-l-5 m-r-15 img100"></image> -->
+					<image src="@/static/common/icon-kf-2.png" class="icon-kf m-l-5 m-r-15 img100"></image>					
+				</button>
 			</view>
 			<view class="info-price">
 				<view class="title">当日均价</view>
@@ -105,7 +111,7 @@
 							<view class="m-r-15">
 								{{item.unit}}
 							</view>
-							<view class="m-r-15">
+							<view class="m-r-15" v-if="item.limited && item.limited>0">
 								限购数量:{{item.limited||'-'}}
 							</view>
 						</view>
@@ -572,6 +578,8 @@
 				.icon-kf {
 					width: 44rpx;
 					height: 44rpx;
+					width: 100rpx;
+					height: 100rpx;
 				}
 
 				.desc {

--
Gitblit v1.9.3