From 91f9b7a3b7dfc4fe6b9b5008cfec4e18dfb6dcd5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 28 Mar 2024 13:04:36 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
src/page/list/trading-list.vue | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/page/list/trading-list.vue b/src/page/list/trading-list.vue
index 66d3361..4ad06c2 100644
--- a/src/page/list/trading-list.vue
+++ b/src/page/list/trading-list.vue
@@ -19,10 +19,10 @@
/>
</div>
</div>
- <div class="right_search">Search</div>
+ <div class="right_search" @click="sousuo">Search</div>
</div>
</div>
- <tabsList />
+ <tabsList ref="tabsList" />
</div>
</template>
@@ -36,8 +36,11 @@
};
},
methods: {
+ sousuo() {
+ this.$refs.tabsList.sousuo = this.gpcode;
+ },
gpinput(e) {
- console.log(clickTab, "clickTab");
+ this.gpcode = e.target.value;
},
},
};
@@ -51,7 +54,7 @@
justify-content: center;
margin: 15px 22px;
position: relative;
- z-index: 3000;
+ z-index: 99;
.search_content {
width: 100%;
--
Gitblit v1.9.3