community-comment.wxml 1.2 KB

1
  1. <u-mask vue-id="656c2d0a-1" show="{{show}}" duration="0" data-event-opts="{{[['^click',[['e0']]]]}}" bind:click="__e" class="data-v-3eeeb468" bind:__l="__l" vue-slots="{{['default']}}"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="comment-popup bg-white data-v-3eeeb468" style="{{'bottom:'+(!isFocus?'0':height+'px')+';'}}" catchtap="__e"><view class="comment-popup-header flex row-between data-v-3eeeb468"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="lg normal data-v-3eeeb468" bindtap="__e">取消</view><view class="lg bold data-v-3eeeb468">评论</view><view data-event-opts="{{[['tap',[['handleComment',['$event']]]]]}}" class="primary lg data-v-3eeeb468" bindtap="__e">确定</view></view><view class="comment-popup-content data-v-3eeeb468"><textarea class="comment-popup-textarea data-v-3eeeb468" cols="30" rows="10" focus="{{show}}" placeholder="{{commentPlaceholder}}" disable-default-padding="{{true}}" show-confirm-bar="{{false}}" fixed="{{true}}" adjust-position="{{false}}" data-event-opts="{{[['focus',[['handleFocus',['$event']]]],['blur',[['handleBlur',['$event']]]],['input',[['__set_model',['','content','$event',[]]]]]]}}" value="{{content}}" bindfocus="__e" bindblur="__e" bindinput="__e"></textarea></view></view></u-mask>