1.
This commit is contained in:
@@ -127,10 +127,10 @@
|
||||
<image class="icon" src="/static/icon/home/eventDetails/like.png" mode="widthFix"></image>
|
||||
<view>{{eventDetails.view_count}}</view>
|
||||
</view>
|
||||
<view class="item flexCenter flex1">
|
||||
<!-- <view class="item flexCenter flex1">
|
||||
<image class="icon" src="/static/icon/home/eventDetails/comment.png" mode="widthFix"></image>
|
||||
<view>{{eventDetails.post_count}}</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item flexCenter flex1" @click="clickFollow()">
|
||||
<image class="icon" src="/static/icon/home/eventDetails/collect.png" mode="widthFix"></image>
|
||||
<view>{{eventDetails.follower_count}}</view>
|
||||
@@ -190,11 +190,11 @@
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="popBottomC">
|
||||
<!-- <view class="popBottomC">
|
||||
<view class="inputC">
|
||||
<input type="text" v-model="replyComment" :focus="isFocus" placeholder="我来说两句..." placeholder-style="color:#666" confirm-type="send" @confirm="sendReplyComment()"/>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</uni-popup>
|
||||
<uni-popup ref="expectScorePopup" type="top" mask-background-color="transparent" :animation="false">
|
||||
|
||||
Reference in New Issue
Block a user