From 49ee3dbde5cc0206cc9a479aeda9effd90039aac Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 10 Feb 2022 18:27:02 +0800 Subject: [PATCH] 27171 --- src/saas/AppConflictMediation/Content.vue | 8 ++++++-- src/saas/AppSpecialPeople/add.vue | 13 ++----------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue index c5a3be67..17f032cf 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -14,7 +14,10 @@ - {{ form.content.length/200 }} + + + + {{ forms.content.length }}/200
@@ -207,7 +210,8 @@ export default { .limit { position: fixed; - right: 0; + right: 44px; + font-size: 15px; } .btn { diff --git a/src/saas/AppSpecialPeople/add.vue b/src/saas/AppSpecialPeople/add.vue index 69324331..28cd38b9 100644 --- a/src/saas/AppSpecialPeople/add.vue +++ b/src/saas/AppSpecialPeople/add.vue @@ -8,7 +8,7 @@ :class="form.userType === '' ? 'color-999' : ''" >{{ $dict.getLabel('appSpecialTypeFive', form.userType) || '请选择' }} - +
@@ -45,8 +45,7 @@ *联系电话
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="11" :clearable="false"/>
@@ -434,11 +433,6 @@ export default { } }, - changePhone() { - if (this.form.phone.length != 11) { - return this.$u.toast('请输入正确的联系电话') - } - }, confirmGirdSelect(e) { this.form.girdId = e[0].value this.form.girdName = e[0].label @@ -474,9 +468,6 @@ export default { if (!this.form.phone) { return this.$u.toast('请输入联系电话') } - if (!/^1[0-9]{10,10}$/.test(this.form.phone)) { - return this.$u.toast("请输入正确的联系电话"); - } if (!this.form.areaName) { return this.$u.toast('请选择区域') }