diff --git a/buyer/package.json b/buyer/package.json
index 46e94659..34554494 100644
--- a/buyer/package.json
+++ b/buyer/package.json
@@ -23,10 +23,8 @@
"qs": "^6.9.4",
"sass": "^1.63.6",
"sass-loader": "^10.4.1",
- "swiper": "^5.4.5",
"uuid": "^8.3.2",
"vue": "^3.5.35",
- "vue-awesome-swiper": "^4.1.1",
"vue-qr": "^5.0.3",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"
diff --git a/buyer/src/assets/iconfont/iconMap.js b/buyer/src/assets/iconfont/iconMap.js
new file mode 100644
index 00000000..96f04d4f
--- /dev/null
+++ b/buyer/src/assets/iconfont/iconMap.js
@@ -0,0 +1,29 @@
+import back from "./back.png";
+import carts from "./carts.png";
+import collage from "./collage.png";
+import feedback from "./feedback.png";
+import notice from "./notice.png";
+import notification from "./notification.png";
+import shop from "./shop.png";
+import story from "./story.png";
+import support from "./support.png";
+import user from "./user.png";
+
+const iconMap = {
+ back,
+ carts,
+ collage,
+ feedback,
+ notice,
+ notification,
+ shop,
+ story,
+ support,
+ user,
+};
+
+export function getIconUrl(name) {
+ return iconMap[name] || "";
+}
+
+export default iconMap;
diff --git a/buyer/src/components/addressManage/index.vue b/buyer/src/components/addressManage/index.vue
index c6350255..a286a478 100644
--- a/buyer/src/components/addressManage/index.vue
+++ b/buyer/src/components/addressManage/index.vue
@@ -44,6 +44,7 @@
diff --git a/buyer/src/pages/SignUp.vue b/buyer/src/pages/SignUp.vue
index 70fe17c7..a419173c 100644
--- a/buyer/src/pages/SignUp.vue
+++ b/buyer/src/pages/SignUp.vue
@@ -94,18 +94,20 @@
@@ -182,7 +200,7 @@
multiple
style="display: inline-block"
>
-
{{ file.name }}
+该文件类型暂不支持在线预览
+