Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-31 14:15:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bea6d5b145a004325d5b4d22deb16673e855db76
bea6d5b1
1 parent
b5f50fe4
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/createActivity/index.vue
src/pages/createActivity/index.vue
View file @
bea6d5b
<!--
* @Date: 2022-09-21 16:04:10
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-
28 18:21:1
3
* @LastEditTime: 2022-10-
31 14:15:0
3
* @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>
...
...
Please
register
or
login
to post a comment