From 7000a248bafc77fdc0960b85b850bcf3c18d9e78 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Mon, 4 Sep 2023 16:02:28 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=B4=BB=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 3094 ++++++++++++++-------------
components/more/more.vue | 20 +-
components/popup/popup.vue | 325 +--
pages/plugins/brand/index/index.css | 22 +-
pages/plugins/brand/index/index.vue | 13 +-
5 files changed, 1798 insertions(+), 1676 deletions(-)
diff --git a/App.vue b/App.vue
index 5def0064..3655697c 100644
--- a/App.vue
+++ b/App.vue
@@ -1,228 +1,232 @@
\ No newline at end of file
diff --git a/components/more/more.vue b/components/more/more.vue
index 45e624d4..439dbf94 100644
--- a/components/more/more.vue
+++ b/components/more/more.vue
@@ -4,10 +4,9 @@
更多
-
-
-
+
+
@@ -25,7 +24,22 @@
data() {
return {
popup_status: false,
+ propIsBar: false
};
+ },
+ methods: {
+ // 打开弹窗
+ open_popup() {
+ this.setData({
+ popup_status: true
+ });
+ },
+ // 关闭弹窗
+ quick_close_event(e) {
+ this.setData({
+ popup_status: false
+ });
+ },
}
}
diff --git a/components/popup/popup.vue b/components/popup/popup.vue
index e8adf5b2..2ae9791c 100644
--- a/components/popup/popup.vue
+++ b/components/popup/popup.vue
@@ -1,156 +1,179 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/plugins/brand/index/index.css b/pages/plugins/brand/index/index.css
index 1025bfe6..5b2a9fde 100644
--- a/pages/plugins/brand/index/index.css
+++ b/pages/plugins/brand/index/index.css
@@ -6,17 +6,29 @@
width: calc(100% - 70rpx);
}
-.nav-list image {
- width: 92rpx;
- height: 92rpx;
- border-radius: 50%;
- margin-bottom: 4rpx;
+.nav-list-more {
+ width: 100%;
+ max-height: 600rpx;
+ overflow-y: auto;
}
.nav-list .item {
padding: 20rpx 18rpx;
}
+.nav-list-more image,
+.nav-list image {
+ width: 92rpx;
+ height: 92rpx;
+ border-radius: 50%;
+ margin-bottom: 10rpx;
+}
+
+.nav-list-more .item {
+ width: 20%;
+ padding: 20rpx 0;
+}
+
/**
* 数据列表
*/
diff --git a/pages/plugins/brand/index/index.vue b/pages/plugins/brand/index/index.vue
index d6299cad..0d7d3060 100644
--- a/pages/plugins/brand/index/index.vue
+++ b/pages/plugins/brand/index/index.vue
@@ -13,7 +13,18 @@
-
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+