|
|
@@ -38,7 +38,7 @@ |
|
|
|
|
|
|
|
<view class="chatBox"> |
|
|
|
<view class="boxOutside"> |
|
|
|
<input class="inputBox" type="text" bindinput="input" value="{{message}}" placeholder="单次最多可输入{{saysContentLength}}字" cursor-spacing="20" confirm-type="send" /> |
|
|
|
<input class="inputBox" type="text" bindinput="input" value="{{message}}" placeholder="单次最多可输入{{saysContentLength}}字" cursor-spacing="20" confirm-type="send" bindconfirm="send" /> |
|
|
|
<button class="sendBtn" type="primary" bindtap="send">发送</button> |
|
|
|
</view> |
|
|
|
</view> |