From eda4393f266858d4d0a1480555001f1841538484 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 05 八月 2024 10:11:54 +0800
Subject: [PATCH] 1

---
 sub_pages/customer/shop/shop.vue    |    4 ++--
 sub_pages/customer/trade/detail.vue |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue
index 64b7b3a..c7f1e1d 100644
--- a/sub_pages/customer/shop/shop.vue
+++ b/sub_pages/customer/shop/shop.vue
@@ -63,7 +63,7 @@
 		<view class="brand-info">
 			<view v-if="flg==='0'" class="brand-info-0">
 				<view class="component-filter-container" style="padding-top: 12rpx;">
-					<view class="flex1">
+					<!-- <view class="flex1">
 						排序
 						<image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image>
 					</view>
@@ -74,7 +74,7 @@
 					<view class="flex1">
 						参数
 						<image src="../../../static/common/icon-arrow-down.png" class="icon-arrow-down"></image>
-					</view>
+					</view> -->
 				</view>
 				<view class="top-title">
 					报价已包含打包费、材料费、交易佣金
diff --git a/sub_pages/customer/trade/detail.vue b/sub_pages/customer/trade/detail.vue
index efa3ef8..54500c9 100644
--- a/sub_pages/customer/trade/detail.vue
+++ b/sub_pages/customer/trade/detail.vue
@@ -404,7 +404,7 @@
 			},
 			openbrand() {
 				uni.navigateTo({
-					url: '/sub_pages/customer/shop/shop?id=' + (this.dto.id || '')
+					url: '/sub_pages/customer/shop/shop?id=' + (this.dto.supplierId || '')
 				})
 			}
 		}

--
Gitblit v1.9.3