hookehuyr

fix

<!--
* @Date: 2022-09-21 16:04:10
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-28 18:21:13
* @LastEditTime: 2022-10-31 14:15:03
* @FilePath: /swx/src/pages/createActivity/index.vue
* @Description: 创建活动页面
-->
......@@ -142,7 +142,7 @@
<van-col span="14">
<view style="">
<van-field :value="job_post" label-class="label-class-super" input-class="input-class" label=""
type="textarea" placeholder="岗位名以逗号分隔" placeholder-style="color: #999;" customStyle=""
type="textarea" placeholder="岗位名以中文逗号分隔" placeholder-style="color: #999;" customStyle=""
inputAlign="left" rightIcon="" :required="false" maxlength="" :border="false"
:autosize="{ maxHeight: 80, minHeight: 20 }" @change="onExtendChange" @blur="onExtendBlur" />
</view>
......