element-ui $msgbox
2022-10-08 17:22:18
178
{{single.collect_count}}

$msgbox(options)

  • title      MessageBox 标题部分  关闭按钮
  • message    消息主体   加上关闭按钮
  • type       图标          success / info / warning / error
  • showClose  关闭按钮控制
  • center     居中布局
  • showConfirmButton  确定按钮控制
  • confirmButtonText  确定文本

 

 

window.$app.$msgbox({title:'',message: errorMsg,showClose: true,center: false,showConfirmButton: false,type: 'warning'})

 

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}