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 @@ -