|
@@ -149,8 +149,13 @@
|
|
<view class="title">
|
|
<view class="title">
|
|
<text>*</text>个人简介
|
|
<text>*</text>个人简介
|
|
</view>
|
|
</view>
|
|
- <textarea class="textarea" v-model="formData.serviceDesc"
|
|
|
|
- placeholder="请填写您的个人简历,如工作年限/工作经历/擅长技能等,有助于您更快、更准确的找到工作。"></textarea>
|
|
|
|
|
|
+ <view class="input" style="padding-bottom: 20px;" >
|
|
|
|
+ 请填写您的个人简历,如工作年限/工作经历/擅长技能等,有助于您更快、更准确的找到工作。
|
|
|
|
+ <u-input type="text"
|
|
|
|
+ v-model="formData.serviceDesc"
|
|
|
|
+ placeholder="请填写"></u-input>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view class="main">
|
|
<view class="main">
|
|
<view class="information-group">
|
|
<view class="information-group">
|