Commit b11577c6 by yanju

修改细节

parent 38a88c77
......@@ -26,7 +26,7 @@
<div class="header-r">
<yun-icon v-if="userId===$store.state.userProfile.userId" name="down_arrow" size="6px" color="#999" @click.native.stop="clickToShowDrop"></yun-icon>
<p v-if="isMy&&status===0" class="label-box__err">被锁定</p>
<p v-if="isMy&&status===-1" class="label-box__err">被锁定</p>
<dropdown v-if="showDrop">
<li @click="dateDeleteCard(postId)" ref="deleteButton">删除</li>
</dropdown>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment