|
@@ -1,6 +1,6 @@
|
|
|
<wxs src="../../utils/filter.wxs" module="filters" />
|
|
|
<view class="commentBox" wx:if="{{show}}">
|
|
|
-<!-- <view class="commentBox"> -->
|
|
|
+ <!-- <view class="commentBox"> -->
|
|
|
<view class="commentBg" catchtap="close" catchtouchmove="true"></view>
|
|
|
<view class="comment {{tabBarPadding?'seat2':''}}" animation="{{animationData}}">
|
|
|
<view class="header">
|
|
@@ -41,8 +41,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 快捷回复 -->
|
|
|
- <view class="quick">
|
|
|
- <view class="close" catchtap="close">×</view>
|
|
|
+ <view class="quick" wx:if="{{quickShow}}">
|
|
|
+ <view class="close" catchtap="quickClose">×</view>
|
|
|
<view class="quickTop">
|
|
|
<view class="left">留下你的赞美,鼓励一下。</view>
|
|
|
<view class="right">试试下面的快捷回复吧~</view>
|