From 9495998e97dd04d4bdfcf32dfd4d49cd45c1fe32 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 11:05:12 +0800
Subject: [PATCH] 1

---
 src/views/C2C/wantBuy.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/C2C/wantBuy.vue b/src/views/C2C/wantBuy.vue
index 11b3aec..74cb63a 100644
--- a/src/views/C2C/wantBuy.vue
+++ b/src/views/C2C/wantBuy.vue
@@ -4,9 +4,10 @@
         class="w-full h-122 pl-40 pr-31 box-border flex items-center"
     >
       <van-icon name="arrow-left" @click="goback"/>
-      <div class="flex-1 text-right mr-100" @click="showPopup">
+      <!-- <div class="flex-1 text-right mr-100" @click="showPopup"> -->
+      <div class="flex-1 text-right mr-100">
         <span class="font-35 mr-8">{{ $t('自选区') }}</span>
-        <van-icon name="arrow-down" />
+        <!-- <van-icon name="arrow-down" /> -->
       </div>
       <van-popup round position="top" class="pt-30" v-model:show="show" :closeable="true">
         <div class="flex justify-around mt-40 pb-48">

--
Gitblit v1.9.3