|
@@ -18,9 +18,9 @@
|
|
<p class="cont">{{msg.reply}}</p>
|
|
<p class="cont">{{msg.reply}}</p>
|
|
</block>
|
|
</block>
|
|
|
|
|
|
- <p class="control" v-if="msg.userId==userInfo.uid">
|
|
|
|
|
|
+ <p class="control">
|
|
<el-button @click="replyMsg(msg)" type="primary" size="mini"> 回复 </el-button>
|
|
<el-button @click="replyMsg(msg)" type="primary" size="mini"> 回复 </el-button>
|
|
- <el-button @click="delMsg(msg.postId)" type="danger" size="mini"> 删除 </el-button>
|
|
|
|
|
|
+ <el-button v-if="msg.userId==userInfo.uid" @click="delMsg(msg.postId)" type="danger" size="mini"> 删除 </el-button>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|