26964
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
<div class="line"></div>
|
||||
|
||||
<u-form-item label="活动详情" prop="content" required :border-bottom="false" label-position="top" class="contents">
|
||||
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" auto-height height="100" maxlength="500" />
|
||||
<u-form-item label="描述信息" prop="content" :border-bottom="false" label-position="top" class="contents">
|
||||
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" auto-height maxlength="500" overflow="visible" />
|
||||
</u-form-item>
|
||||
|
||||
<div class="line"></div>
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user