From 82ef1c53dc0aebef37985e23752a43c7aab5b82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Fri, 16 Apr 2021 22:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=8D=93=E9=9A=90=E7=A7=81=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-agree/uni-agree.vue | 34 +++ .../uni-popup-agree/uni-popup-agree.vue | 212 ++++++++++++++++++ pages/list/list.vue | 4 +- 3 files changed, 249 insertions(+), 1 deletion(-) create mode 100644 components/uni-agree/uni-agree.vue create mode 100644 components/uni-popup-agree/uni-popup-agree.vue diff --git a/components/uni-agree/uni-agree.vue b/components/uni-agree/uni-agree.vue new file mode 100644 index 0000000..71890ff --- /dev/null +++ b/components/uni-agree/uni-agree.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/components/uni-popup-agree/uni-popup-agree.vue b/components/uni-popup-agree/uni-popup-agree.vue new file mode 100644 index 0000000..f8cd7b1 --- /dev/null +++ b/components/uni-popup-agree/uni-popup-agree.vue @@ -0,0 +1,212 @@ + + + + + diff --git a/pages/list/list.vue b/pages/list/list.vue index b5e12ab..6c6cd72 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -1,7 +1,9 @@ -- GitLab