From 709c27f958accd8f3b60f58f50977ebeafc04b44 Mon Sep 17 00:00:00 2001 From: shenhai <5213606@qq.com> Date: Wed, 14 Nov 2018 10:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=20popup=20=E5=B9=B6=E5=B0=81?= =?UTF-8?q?=E8=A3=85=E6=88=90=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hello-uniapp/components/uni-popup.vue | 83 ++++++++ .../pages/template/popup/popup.vue | 195 +++++------------- 2 files changed, 139 insertions(+), 139 deletions(-) create mode 100644 examples/hello-uniapp/components/uni-popup.vue diff --git a/examples/hello-uniapp/components/uni-popup.vue b/examples/hello-uniapp/components/uni-popup.vue new file mode 100644 index 000000000..614ddddb9 --- /dev/null +++ b/examples/hello-uniapp/components/uni-popup.vue @@ -0,0 +1,83 @@ + + + + diff --git a/examples/hello-uniapp/pages/template/popup/popup.vue b/examples/hello-uniapp/pages/template/popup/popup.vue index adecd99a4..21246f3f5 100644 --- a/examples/hello-uniapp/pages/template/popup/popup.vue +++ b/examples/hello-uniapp/pages/template/popup/popup.vue @@ -1,160 +1,77 @@ + + \ No newline at end of file -- GitLab