From 796179f4409a2371afb19c11cfbb4ef8be96845e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 25 Feb 2022 14:18:45 +0800 Subject: [PATCH] 27729 --- src/mods/AppIntegralApply/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 51db7ff..8aeadd5 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -101,8 +101,8 @@ export default { if (!this.forms.applyIntegralType) { return this.$u.toast('请选择积分类型') } - if (!this.forms.description) { - return this.$u.toast('请输入描述信息') + if (!this.forms.content) { + return this.$u.toast('请输入事件描述') } const imgs = []