提交 b74b81e3 编写于 作者: M m0_74163447

修改图标

上级 c9cbc0ef
......@@ -2,7 +2,7 @@
<view class="content">
<!-- 页头 -->
<view class="top">
<image @click="back" :disabled="btnDisabled" class="back" :src="'../../static/icon/返回.png'"></image>
<image @click="back" :disabled="btnDisabled" class="back" :src="'../../static/icon/back.png'"></image>
<view class="title">发布帖子</view>
<image class="add" :src="'../../static/post/send.png'" @click="addPost"></image>
</view>
......
......@@ -2,7 +2,7 @@
<view style="width: 100%;">
<!-- 页头 -->
<view class="top">
<image @click="back" class="back" :src="'../../static/icon/返回.png'"></image>
<image @click="back" class="back" :src="'../../static/icon/back.png'"></image>
<view class="title">帖子详情</view>
<span class="empty"></span>
</view>
......
......@@ -90,7 +90,7 @@
<view class="icon-and-num">
<image class="like-icon"
:src="item.islike=='1'?'../../static/post/like2.png':'../../static/post/like.png'"
style="width: 20px;height:20px;float: left;" @click.stop="changeAllPostLike(index)" :disabled="btnDisabled" />
style="width: 20px;height:20px;float: left;" @click.stop="changeMyPostLike(index)" :disabled="btnDisabled" />
<text style="font-size: 15px;float: left;">{{item.likes}}</text>
<image class="comment-icon" :src="'../../static/post/comment.png'"
style="width: 20px;height: 20px;margin-left: 10px;float: left;" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册