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 @@
请输入原因
-
+