comment.wxml 378 字节
<view>
    <!-- <view class="commenttitle">评论</view> -->
    <view class="commentconetnt">
      <textarea bindblur="bindTextAreaBlur" style="width:672rpx;height:920rpx;" class="enterword"  placeholder="请输入评论" bindinput="entercomment" />

    
    
    </view> 

    <button class="surecomment" bindtap="surecomment" disabled="{{suredis}}">确定</button>
</view>