|
|
@@ -45,7 +45,7 @@ |
|
|
|
<view class="itemTextarea"> |
|
|
|
<text>求职内容<text class="red">*</text></text> |
|
|
|
<view class="right"> |
|
|
|
<textarea name='content' class="textarea" placeholder="请输入求职内容" value='{{content}}' /> |
|
|
|
<textarea name='content' class="{{isTextleft ? 'textarea' : 'textareaRight'}}" placeholder="请输入求职内容" value='{{content}}' bindinput="textareaInput" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -64,7 +64,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<button class="submit" type="primary" form-type='submit'>提交</button> |
|
|
|
<button class="submit" type="primary" form-type='submit'> |
|
|
|
<text wx:if="{{currentID}}">确认修改</text> |
|
|
|
<text wx:else>提交</text> |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
</view> |
|
|
|
</view> |