hookehuyr

fix

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