diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue index 96aff163..aa82da80 100644 --- a/src/apps/AppMarryAndDie/Add.vue +++ b/src/apps/AppMarryAndDie/Add.vue @@ -32,8 +32,8 @@
- - + +
@@ -102,9 +102,6 @@ export default { if (!this.forms.phone) { return this.$u.toast('请输入联系电话') } - if (!this.forms.content) { - return this.$u.toast('请输入活动详情') - } const imgs = [] if (this.forms.files) {