From a4988f99bc0e7fa5110b258a950fdf418353c868 Mon Sep 17 00:00:00 2001 From: cookfront Date: Wed, 8 Mar 2017 20:39:09 +0800 Subject: [PATCH] popup --- docs/examples-docs/popup.md | 12 +++++++++++- packages/zanui-css/src/popup.css | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/examples-docs/popup.md b/docs/examples-docs/popup.md index 2a1049078..8fc181920 100644 --- a/docs/examples-docs/popup.md +++ b/docs/examples-docs/popup.md @@ -35,6 +35,13 @@ export default { }, 2000); } } + }, + + methods: { + handlePopupButtonClick() { + this.popupShow1 = false; + this.popupShow4 = true; + } } }; @@ -49,7 +56,7 @@ export default { 从下方弹出popup - 从中间弹出popup + 从中间弹出popup
@@ -69,6 +76,9 @@ export default {
从中间弹出popup
+ + 从中间弹出popup +