From ed9dbed48b9d7dd0ff662e50db94e4706ce5342e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 11:24:55 +0800
Subject: [PATCH] 小程序心里疏导
---
SunshineLnsMinApp/pages/rzcx/rzcx.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/SunshineLnsMinApp/pages/rzcx/rzcx.js b/SunshineLnsMinApp/pages/rzcx/rzcx.js
index d5bb9da..08c2214 100644
--- a/SunshineLnsMinApp/pages/rzcx/rzcx.js
+++ b/SunshineLnsMinApp/pages/rzcx/rzcx.js
@@ -89,6 +89,12 @@
submit: function(e) {
var picturesInfo = this.data.picturesInfo;
+ if (!picturesInfo.createrName) {
+ return app.showModal("请填写申请人姓名!");
+ }
+ if (this.data.evalList.evalList1019.length == 0) {
+ return app.showModal("请上传照片!");
+ }
if (!picturesInfo.reason) {
return app.showModal("请填写申请理由!");
}
--
Gitblit v1.8.0