From 3321546944ab33a2a926fddfc073cb38ef6a625f Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Wed, 20 May 2020 17:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=AE=A4=E8=AF=81=E5=B1=85=E6=B0=91?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=80=89=E6=8B=A9=E5=AE=A1=E6=A0=B8=E4=B8=8D?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E6=97=B6=E6=97=A0=E6=B3=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=E3=80=91=20-=E5=88=98=E7=BB=8D=E6=96=87?= =?UTF-8?q?=20-2020.5.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user_moudle/checkpending/checkpending.js | 7 ++++++- pages/user_moudle/checkpending/checkpending.wxml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/user_moudle/checkpending/checkpending.js b/pages/user_moudle/checkpending/checkpending.js index 78b9ea9..0f8587a 100644 --- a/pages/user_moudle/checkpending/checkpending.js +++ b/pages/user_moudle/checkpending/checkpending.js @@ -84,7 +84,7 @@ Page({ handleAuti: function () { let that = this - if (this.data.authenticatedFlag == '0'){//未通过 + if (this.data.authenticatedFlag == '0' && this.data.remark.trim() == ''){//未通过 $wuxToast().show({ type: 'text', duration: 3000, @@ -156,6 +156,11 @@ Page({ viewData: e.detail.value }) }, + handleAreaInput(e){ + this.setData({ + remark:e.detail.value + }) + }, // Textarea的显示层级太高导致遮挡,通过点击view代替Textarea显示 clickTextarea() { this.setData({ diff --git a/pages/user_moudle/checkpending/checkpending.wxml b/pages/user_moudle/checkpending/checkpending.wxml index 57ff1c8..97a6df7 100644 --- a/pages/user_moudle/checkpending/checkpending.wxml +++ b/pages/user_moudle/checkpending/checkpending.wxml @@ -23,7 +23,7 @@ 请输入原因 -