From 4bcf155200f1fc87bbff0c1e97d424254e2811f4 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 11 Dec 2023 01:10:09 +0800 Subject: [PATCH] uu --- components/tpx-input/tpx-input.vue | 40 ++++++ components/tpx-search/tpx-search.vue | 24 ++-- components/tpx-textarea/tpx-textarea.vue | 39 ++++++ pages.json | 7 ++ pages/address/edit.vue | 20 +-- pages/complaint/edit.vue | 15 ++- pages/service/list.vue | 2 +- pages/tabBar/mine/mine.vue | 2 +- pages/user/certification.vue | 116 ++++++++++++++++++ .../uview-plus/components/u-input/u-input.vue | 2 +- 10 files changed, 239 insertions(+), 28 deletions(-) create mode 100644 components/tpx-input/tpx-input.vue create mode 100644 components/tpx-textarea/tpx-textarea.vue create mode 100644 pages/user/certification.vue diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue new file mode 100644 index 0000000..6e2941a --- /dev/null +++ b/components/tpx-input/tpx-input.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/components/tpx-search/tpx-search.vue b/components/tpx-search/tpx-search.vue index 603d432..8c46ede 100644 --- a/components/tpx-search/tpx-search.vue +++ b/components/tpx-search/tpx-search.vue @@ -1,13 +1,13 @@