| | |
| | | <text class="font45 ywicon icon-liebiao " bindtap="chatRoomListClick"></text> |
| | | <text class="font45 ywicon icon-jia " bind:tap="newChatRoomClick"></text> |
| | | </view> |
| | | |
| | | <scroll-view class="flex-auto flex flex-col overflow-y-auto" scroll-y="true" scroll-into-view="{{toViewId}}"> |
| | | <view class="h-full flex flex-col"> |
| | | <block wx:if="{{activeChatRoom&& activeChatRoom.isInitial}}"> |
| | |
| | | |
| | | </scroll-view> |
| | | </view> |
| | | <view class="flex-0 flex-items-center py-20" style="background-color: #f4f6f8;"> |
| | | <view class="flex-0 flex-items-center py-20" style="background-color: #f4f6f8;margin-bottom: {{keyboardHeight ?keyboardHeight+'px':''}} !important;"> |
| | | <!-- <text class="font46 ywicon icon-fenxiang flex-0 mx-15"></text> --> |
| | | <text class="font46 flex-0 mx-15"></text> |
| | | <van-field icon="cross" bind:click-icon="onClickClear" custom-class="py-3 flex-items-center van-field" input-class="ml-10" type="textarea" autosize placeholder="在这里输入你的问题" class="flex-auto" model:value="{{sendText}}" bind:change="onSendTextChange" size="large"></van-field> |
| | | <van-field icon="cross" bind:click-icon="onClickClear" custom-class="py-3 flex-items-center van-field" bind:focus="inputFocus" bind:blur="changeInputBlur" adjust-position="{{false}}" input-class="ml-10" type="textarea" autosize placeholder="在这里输入你的问题" class="flex-auto" model:value="{{sendText}}" bind:change="onSendTextChange" size="large"></van-field> |
| | | <!-- <text class="font45 ywicon {{!sendText? 'icon-dianhua1':'icon-fasongxiaoxi'}} flex-0 mx-15" bind:tap="inputRighBtnClick"></text> --> |
| | | <text class="font45 ywicon {{!sendText? 'icon-fasongxiaoxi':'icon-fasongxiaoxi'}} flex-0 mx-15" bind:tap="inputRighBtnClick"></text> |
| | | </view> |
| | | <fui-drawer model:show="{{drawerIsShow}}" direction="left"> |
| | | <view class="w-450 flex flex-col relative h-full" > |
| | | <view class="w-450 flex flex-col relative h-full"> |
| | | <text class="ywicon icon-guanbi absolute right-10 top-10" bindtap="drawerCloseClick"></text> |
| | | <view class="p-15 flex flex-col justify-between" style="background-color: #e8f0fd;"> |
| | | <view class="flex-items-center"> |