From d37c6aff4f9aede486fbe9b78704d7584bb5dd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Fri, 24 Sep 2021 17:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=94=B6=E8=B4=A7=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 12 ++++++++++-- unpackage/dist/build/h5/index.html | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 4125b0e..8ea6e62 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -52,7 +52,7 @@ - + @@ -181,6 +181,14 @@ export default { trigger: ['change', 'blur'], }, ], + otherPhone: [ + { + required: true, + min: 11, + message: '请填写收货手机号', + trigger: ['change', 'blur'], + }, + ], phone: [ { required: true, @@ -199,7 +207,7 @@ export default { city: [ { required: true, - message: '请输入验证码', + message: '请选择地区', trigger: 'blur', }, ], diff --git a/unpackage/dist/build/h5/index.html b/unpackage/dist/build/h5/index.html index 69a13f2..0372375 100644 --- a/unpackage/dist/build/h5/index.html +++ b/unpackage/dist/build/h5/index.html @@ -1,2 +1,2 @@ 金淮花
\ No newline at end of file + document.write('')
\ No newline at end of file