|
@@ -76,7 +76,7 @@
|
|
|
<van-popup show="{{ show }}" position="bottom" custom-style="height: {{bottomNavHeight+textareaHeight+70}}rpx;" bind:close="onClose" overlay-style='background-color: rgba(255, 255, 255, 0); ' custom-style='background-color: #efefef;'>
|
|
|
|
|
|
<view class='sending' style="height: {{textareaHeight+40}}rpx;">
|
|
|
- <textarea placeholder="评论" class="textarea" style="height: {{textareaHeight}}rpx;" bindinput="onInput" value="{{inputValue}}"></textarea>
|
|
|
+ <textarea placeholder="{{commenttext}}" class="textarea" style="height: {{textareaHeight}}rpx;" bindinput="onInput" value="{{inputValue}}"></textarea>
|
|
|
<view class="button2" wx:if="{{!inputValue}}">发送</view>
|
|
|
<view class="button" wx:if="{{inputValue}}" bindtap="sendComment">发送</view>
|
|
|
</view>
|