浏览代码

feat: 修改

linwenxin 1 年之前
父节点
当前提交
65a4e9c773
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/message/msgView.vue

+ 1 - 1
src/pages/message/msgView.vue

@@ -76,7 +76,7 @@
       <view class="text_input_view">
       <view class="text_input_view">
         <view class="text_input_lay">
         <view class="text_input_lay">
           <view class="text_input_tengh">
           <view class="text_input_tengh">
-            <input class="uni-input_chat" focus placeholder="请输入" v-model="message" />
+            <input class="uni-input_chat" type="text" confirm-type="send" focus placeholder="请输入" v-model="message" @confirm="send"/>
           </view>
           </view>
           <!-- 更多功能 -->
           <!-- 更多功能 -->
           <!-- <view class="text_input_mount" @click="gengduo = !gengduo">
           <!-- <view class="text_input_mount" @click="gengduo = !gengduo">