From 6f7d07bad2b1af2664f3190bb3e92b0819c46864 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 18 十二月 2024 09:49:06 +0800
Subject: [PATCH] 1.只有待付款的订单启用倒计时,避免频繁请求接口
---
sub_pages/customer/trade/detail.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/sub_pages/customer/trade/detail.vue b/sub_pages/customer/trade/detail.vue
index 719e18e..25216ec 100644
--- a/sub_pages/customer/trade/detail.vue
+++ b/sub_pages/customer/trade/detail.vue
@@ -77,12 +77,14 @@
<view class="m-r-15">剩余:{{ dto.stock || 0 }}</view>
<view class=" ">{{ dto.unit || '-' }}</view>
</view>
- <view class="m-l-a m-r-15">
+ <!-- style="background-color: #20613D;border-radius: 50%;" -->
+ <view class="m-l-a m-r-0">
<button open-type="contact" class="component-button-contact">
- <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
-
+ <!-- <image src="@/static/common/icon-kf.png" class="icon-kf img100"></image> -->
+ <image src="@/static/common/icon-kf-2.png" class="icon-kf img100"></image>
+
</button>
-
+ <!-- <view class="text-center m-t-4" style="color: #fff;">客服</view> -->
</view>
</view>
@@ -686,8 +688,8 @@
.icon-kf {
width: 44rpx;
height: 44rpx;
- width: 90rpx;
- height: 90rpx;
+ width: 100rpx;
+ height: 100rpx;
}
.gwc {
--
Gitblit v1.9.3