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 = []