This commit is contained in:
daihh
2022-11-14 15:21:49 +08:00
5 changed files with 14 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<view v-if="showTop" class="comments-top">
<view>
<text style="font-size: 30upx;font-weight: 500;">评论 </text>
<text style="font-size: 30upx;padding-left: 6upx;color: #000000;"> ( {{total}} )</text></view>
<text style="font-size: 30upx;padding-left: 6upx;color: #000000;"> ( {{total}} )</text></view>
<view>
<!-- <view v-if="showShare" class="share-btn" @click="addShare">
<view class="share-btn-icon"><img src="/static/images/icon/share.png" alt=""></view>

View File

@@ -7,7 +7,7 @@
<slot>
<view class="field" @click="openInput()">
<u-icon name="edit-pen-fill" size="18" class="field-icon"></u-icon>
<text class="wenz">说点什么..</text>
<text class="wenz">写评论</text>
</view>
</slot>
</view>