修改发布活动的活动描述字数为1600

This commit is contained in:
wangzimeng 2025-07-17 18:17:12 +08:00
parent 03b96c374b
commit e8da1ec151

View File

@ -19,7 +19,7 @@
<view class="row flex align-items textarea_fb" style="margin-top: 25rpx;">
<u--textarea :confirmType="null" v-model="form.content" :maxlength="800"
<u--textarea :confirmType="null" v-model="form.content" :maxlength="1600"
placeholder="描述一下活动的亮点、活动内容、推荐的人群、叫大家一起运动吧~" :height="120" placeholder-class="bttop"
@input="handleUsernameChange2"></u--textarea>
</view>