|
@@ -150,13 +150,10 @@
|
|
|
<uni-tag :text="isSendResume ? '简历已投递' : '发送简历'" :disabled="isSendResume" type="success" @tap="handleFindResume"/>
|
|
|
</view>
|
|
|
|
|
|
- <uni-easyinput
|
|
|
+ <textarea
|
|
|
v-model="inputValue"
|
|
|
- type="text"
|
|
|
- class="ss-m-b-60"
|
|
|
- trim
|
|
|
- confirmType="send"
|
|
|
- placeholder="请输入内容"
|
|
|
+ confirm-type="send"
|
|
|
+ auto-height
|
|
|
@confirm="handleSend"
|
|
|
/>
|
|
|
</view>
|
|
@@ -237,7 +234,7 @@ const pageSize = ref(1)
|
|
|
const interview = ref([])
|
|
|
// 求职端-获取求职者与当前邀请人的面试记录
|
|
|
const statusList = ref([])
|
|
|
-const inputValue = ref('当用户打开小程序时,微信服务器将向开发者服务器(上面配置的数据下载地址)发起一个 HTTP GET 请求,其中包含的 query 参数如下,数据获取到后会将整个 HTTP body 缓存到本地。')
|
|
|
+const inputValue = ref('')
|
|
|
|
|
|
const isAgree = ref(false)
|
|
|
const confirm = ref()
|