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