From 15c6de135fb1395ef4171443a932188800cf2da2 Mon Sep 17 00:00:00 2001 From: chenruilong Date: Wed, 23 Nov 2022 16:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-id-pages-sms-form.vue | 14 +- .../pages/userinfo/set-pwd/set-pwd.vue | 170 ++++++++++++++++++ 2 files changed, 177 insertions(+), 7 deletions(-) create mode 100644 uni_modules/uni-id-pages/pages/userinfo/set-pwd/set-pwd.vue diff --git a/uni_modules/uni-id-pages/components/uni-id-pages-sms-form/uni-id-pages-sms-form.vue b/uni_modules/uni-id-pages/components/uni-id-pages-sms-form/uni-id-pages-sms-form.vue index 81b2292..7dc73e6 100644 --- a/uni_modules/uni-id-pages/components/uni-id-pages-sms-form/uni-id-pages-sms-form.vue +++ b/uni_modules/uni-id-pages/components/uni-id-pages-sms-form/uni-id-pages-sms-form.vue @@ -2,7 +2,7 @@ - @@ -28,7 +28,7 @@ } } /** - * sms-form + * sms-form * @description 获取短信验证码组件 * @tutorial https://ext.dcloud.net.cn/plugin?id= * @property {Number} count 倒计时时长 s @@ -189,12 +189,12 @@ -- GitLab