From 50dab652e9e000f3602bdde5e2cd52cc9ae7da04 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Fri, 17 Jan 2025 16:49:59 +0800
Subject: [PATCH] =?UTF-8?q?Feat(=E6=90=9C=E7=B4=A2):=E6=8E=92=E8=A1=8C?=
=?UTF-8?q?=E6=A6=9C=E5=92=8C=E7=83=AD=E9=97=A8=E9=85=8D=E7=BD=AE=E5=AF=B9?=
=?UTF-8?q?=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/search.js | 6 ++
pages/shop/GoodSearch/index.vue | 146 ++++++++++++++++++++++++++++++--
2 files changed, 145 insertions(+), 7 deletions(-)
create mode 100644 api/search.js
diff --git a/api/search.js b/api/search.js
new file mode 100644
index 0000000..9f4a222
--- /dev/null
+++ b/api/search.js
@@ -0,0 +1,6 @@
+import request from '@/utils/request'
+
+// 文玩店铺列表
+export function getSearchPageConfig() {
+ return request.get('/searchPage', {}, { login: false })
+}
diff --git a/pages/shop/GoodSearch/index.vue b/pages/shop/GoodSearch/index.vue
index 8394344..4f523c3 100644
--- a/pages/shop/GoodSearch/index.vue
+++ b/pages/shop/GoodSearch/index.vue
@@ -51,22 +51,70 @@
-
+
+
+
+
+
+
+
+
+
+
+ {{ good.productName }}
+
+
+
+ ¥{{ good.price }}
+
+
+ ¥{{ good.otPrice }}
+
+
+
+
+
+
+