| | |
| | | <view class="low" style="height: {{height}}px;"> |
| | | <image wx:if="{{isInput==1}}" class="more" src="../../../icon/more.png" bindtap="more"></image> |
| | | <button bindtap="sendMsg" size="mini" wx:if="{{isInput==2}}" class="button">发送</button> |
| | | <input disabled="{{ban==1}}" value="{{value}}" class="input" bindinput="inputWenzi" /> |
| | | <input disabled="{{ban==1}}" value="{{ban==1?'您已被禁言':value}}" class="input" bindinput="inputWenzi" /> |
| | | <view class="moreList" wx:if="{{isShow}}" > |
| | | <!-- <view class="view-0" bindtap="groupMenber"> |
| | | <image src="../../../icon/groupmembers.png" class="bottom-icon"></image> |