|
@@ -1,7 +1,7 @@
|
|
|
<!--nova-werun/pages/send-circle/index.wxml-->
|
|
|
<nav type="back" background-color="{{'#87ceeb'}}" front-color="{{'#ffffff'}}"></nav>
|
|
|
<view class="all" style="height: {{contentHeight}}rpx;">
|
|
|
- <view class="send" bindtap="send">发送</view>
|
|
|
+ <view class="{{fileList.length==0&&!inputValue?'send2':'send'}}" bindtap="send">发送</view>
|
|
|
<view class="text">
|
|
|
<textarea placeholder="输入内容" class="textarea" style="height: {{textareaHeight}}rpx;" maxlength='300' auto-height='true' bindinput="onInput" value="{{inputValue}}"></textarea>
|
|
|
</view>
|