<view class='message-send-panel'>
  <view class="input-text-panel">
    <textarea adjust-position="{{false}}" bindfocus="handlePanelFocus" bindblur="handlePanelReset"
      show-confirm-bar="{{false}}" confirm-type="send" maxlength="150" auto-height="true" value="{{msgText}}"
      bindinput="bindKeyInput" bindconfirm="handleSendText" bindlinechange="handleLineChange"
      class="message-send-textarea {{isIos? 'ios': ''}}" placeholder-class="input-text-placeholder"
      placeholder="{{placeholder}}" />
    <view bindtap="handleSendText" class="send-btn {{(msgTextShadow.length > 0 || isSendBtnActive) ? '' : 'grey'}}">发送</view>
  </view>
  <!--获取相机，相册图片-->   
  <input-type-panel voiceStatus="{{voiceStatus}}" imageStatus="{{imageStatus}}" reset-all-types="{{resetAllTypes}}" bind:activeRecordPanel="activeRecordPanel" bind:activeImagePanel="activeImagePanel"/>
  <!--录音面板-->
  <!-- 
    "record-panel": "./components/record-panel/record-panel",
    "image-panel": "./components/image-panel/image-panel"
    <record-panel wx:if="{{isRecordPanelShow}}" /> -->
  <view style="display:{{isImagePanelShow ? 'block' : 'none'}}">
      <!-- <image-panel  bind:activeImagePanel="activeImagePanel" bind:getAlbumPic="getAlbumPic" bind:getCameraPic="getCameraPic" /> -->
  </view>
</view>
