12 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7fe22ffa"],{1679:function(t,e,n){"use strict";n("1afa")},1789:function(t,e,n){},"1afa":function(t,e,n){},2164:function(t,e,n){"use strict";var i=function(){var t=this,e=t._self._c;return t.visible?e("el-dialog",{attrs:{title:"全部评论",width:"1000px",visible:t.visible,"before-close":function(e){return t.$emit("visible",!1)}},on:{"update:visible":function(e){t.visible=e}}},[e("div",{ref:"comment-all",staticClass:"comment-all"},[e("Comment",{ref:"comment",attrs:{box:!0},on:{handleJump:t.handleJump}})],1)]):t._e()},s=[],o=n("c629"),c={name:"CommentAll",components:{Comment:o["a"]},props:{visible:{type:Boolean,default:!1},option:{type:Object,default:function(){return{listApi:function(t){},likeApi:function(t){},postApi:function(t){},postReplyApi:function(t){},delApi:function(t){}}}}},model:{prop:"visible",event:"visible"},watch:{visible:function(t){var e=this;setTimeout((function(n){t&&e.$refs["comment"].init(e.option)}),100)}},methods:{handleJump:function(t){this.$refs["comment-all"].scrollTop=t-84}}},a=c,l=(n("1679"),n("2877")),r=Object(l["a"])(a,i,s,!1,null,"66373e9e",null);e["a"]=r.exports},6007:function(t,e,n){},"7bc2":function(t,e,n){"use strict";n("1789")},"966b":function(t,e,n){"use strict";n("6007")},c629:function(t,e,n){"use strict";var i=function(){var t=this,e=t._self._c;return e("div",{staticClass:"comment"},[e("div",{staticClass:"title"},[t._v("评论 "+t._s(t.total_num))]),e("div",{staticClass:"send"},[e("img",{staticClass:"headimg",attrs:{src:t.userInfo.headimg||n("0fb1")}}),e("div",{staticClass:"send-box",class:{expand:t.expand}},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],staticClass:"sendText",attrs:{placeholder:"发布一条友善的评论"},domProps:{value:t.content},on:{focus:function(e){t.expand=!1},blur:t.hideSendBox,input:function(e){e.target.composing||(t.content=e.target.value)}}}),e("div",{staticClass:"sendBtn",style:{opacity:t.content?"1":"0.3"},on:{click:function(e){t.isSend=!0,t.content&&t.handlePost()}}},[t._v("\n 发布\n ")])])]),e("div",{staticClass:"switch"},[e("div",{staticClass:"switch-btn",class:{select:2==t.params.sort_type},on:{click:function(e){return t.changeSwitch(2)}}},[t._v("\n 最热\n ")]),e("div",{staticClass:"switch-btn",class:{select:1==t.params.sort_type},on:{click:function(e){return t.changeSwitch(1)}}},[t._v("\n 最新\n ")])]),e("div",{staticClass:"list"},t._l(t.list,(function(n){return e("div",{key:"comment"+n.id,ref:"comment"+n.id,refInFor:!0,staticClass:"list-item"},[e("CommentDetailCard",{attrs:{comment:n,option:t.option,reportType:t.option.reportType},on:{jump:t.handleJump,reply:t.handleReply,delete:t.handleDelete}})],1)})),0),t.finished?t._e():e("div",{staticClass:"loadmore",on:{click:function(e){return t.getList()}}},[t._v("\n 点击查看更多评论\n ")]),e("div",{staticClass:"empty"},[t.finished?e("el-empty",{attrs:{description:"没有更多数据"}}):t._e()],1)])},s=[],o=(n("1c01"),n("58b2"),n("8e6e"),n("f3e2"),n("ac6a"),n("456d"),n("d25f"),n("ade3")),c=(n("7f7f"),function(){var t=this,e=t._self._c;return e("div",{staticClass:"comment-detail-card"},[e("img",{staticClass:"card-headimg",class:{childHeadimg:t.isChild},attrs:{src:t.comment.headimg}}),e("div",{staticClass:"card-content"},[e("div",{staticClass:"title",class:{childTitle:t.isChild}},[e("div",{staticClass:"name"},[t._v(t._s(t.comment.name))]),t.comment.is_top?e("div",{staticClass:"is-top"},[t._v("置顶")]):t._e()]),e("div",{staticClass:"content"},[e("OverflowContent",{attrs:{value:t.comment.content}})],1),e("div",{staticClass:"footer"},[e("div",{staticClass:"time"},[t._v("\n "+t._s(t.comment.create_at?t.comment.create_at.slice(5,16):"--:--")+"\n ")]),e("div",{staticClass:"interactive"},[t.send?e("div",{staticClass:"item",on:{click:function(e){t.send=!1}}},[e("img",{attrs:{src:n("39a6"),alt:""}}),e("span",{staticClass:"select"},[t._v("取消回复")])]):e("div",{staticClass:"item",on:{click:function(e){t.send=!0}}},[e("img",{attrs:{src:n("89b0"),alt:""}}),e("span",[t._v("回复")])]),t.isChild?t._e():e("div",{staticClass:"item",on:{click:t.handleTags}},[e("img",{attrs:{src:n(0===t.comment.is_like?"a3be":"0bce"),alt:""}}),e("span",{class:{select:1===t.comment.is_like}},[t._v(t._s(t.comment.like_num||"0"))])]),t.isChild?t._e():e("div",{staticClass:"item",on:{click:function(e){t.reportVisible=!0}}},[e("img",{attrs:{src:n("1d57"),alt:""}}),e("span",[t._v("举报")])]),!t.isChild&&t.comment.can_delete?e("div",{staticClass:"item",on:{click:function(e){t.deleteVisible=!0}}},[e("img",{attrs:{src:n("b088"),alt:""}}),e("span",[t._v("删除")])]):t._e(),t.isChild?e("div",{staticClass:"item",on:{click:function(e){return t.$emit("jump",t.comment)}}},[e("img",{attrs:{src:n("b77f"),alt:""}}),e("span",[t._v("跳转")])]):t._e()])]),t.send?e("div",{staticClass:"send-box"},[e("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],staticClass:"sendText",attrs:{placeholder:"回复 ".concat(t.comment.name)},domProps:{value:t.content},on:{input:function(e){e.target.composing||(t.content=e.target.value)}}}),e("div",{staticClass:"sendBtn",style:{opacity:t.content?"1":"0.3"},on:{click:function(e){return t.content?t.handleReply():""}}},[t._v("\n 发布\n ")])]):t._e(),t.comment.parent_comment?e("div",{staticClass:"parent-box"},[e("CommentDetailCard",t._g({attrs:{comment:t.comment.parent_comment,isChild:!0,option:t.option}},t.$listeners))],1):t._e()]),e("Report",{attrs:{type:t.reportType,info:t.comment},model:{value:t.reportVisible,callback:function(e){t.reportVisible=e},expression:"reportVisible"}}),e("Delete",{on:{handleDelete:t.handleDelete},model:{value:t.deleteVisible,callback:function(e){t.deleteVisible=e},expression:"deleteVisible"}})],1)}),a=[],l=(n("c5f6"),n("305b")),r=n("a882"),m=n("1a33"),p={name:"CommentDetailCard",components:{OverflowContent:l["a"],Report:r["a"],Delete:m["a"]},props:{comment:{type:Object},isChild:{type:Boolean,default:!1},option:{type:Object,default:function(){return{listApi:function(t){},likeApi:function(t){},postApi:function(t){},postReplyApi:function(t){},delApi:function(t){}}}},reportType:{type:Number}},data:function(){return{send:!1,content:"",reportVisible:!1,deleteVisible:!1}},computed:{userInfo:function(){return this.$store.state.userInfo}},mounted:function(){},methods:{handleTags:function(){var t=this;this.option.likeApi(this.comment).then((function(e){var n=e.data,i=e.msg;t.comment.is_like=n.tags,t.comment.like_num=n.tags?Number(t.comment.like_num)+1:Number(t.comment.like_num)-1,t.$message.success(i)}))},handleReply:function(){var t=this;this.option.postReplyApi({content:this.content},this.comment).then((function(e){var n=e.data,i=e.msg;t.$message.success(i),t.content="",t.send=!1,t.isChild||(t.comment.children.push(n.detail),t.$emit("reply",n.detail))}))},handleDelete:function(){var t=this;this.option.delApi(this.comment).then((function(e){var n=e.msg;t.$message.success(n),t.$emit("delete",t.comment)}))}}},d=p,u=(n("966b"),n("2877")),f=Object(u["a"])(d,c,a,!1,null,"bd18b4ec",null),h=f.exports;function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function b(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){Object(o["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var _={name:"Comment",components:{CommentDetailCard:h},props:["box"],data:function(){return{expand:!0,isSend:!1,content:"",params:{page:1,page_num:10,sort_type:2},option:{listApi:function(t){},likeApi:function(t){},postApi:function(t){},postReplyApi:function(t){},delApi:function(t){},reportType:0},list:[],total_num:0,finished:!1}},computed:{userInfo:function(){return this.$store.state.userInfo}},mounted:function(){},methods:{init:function(t){this.option=t,this.getList()},hideSendBox:function(){var t=this;setTimeout((function(e){t.expand=!t.isSend,t.isSend=!1}),100)},changeSwitch:function(t){this.params.page=1,this.params.sort_type=t,this.getList()},getList:function(){var t=this;this.option.listApi(this.params).then((function(e){var n=e.data;t.total_num=n.total_num,t.list=1==t.params.page?n.list:t.list.concat(n.list),t.params.page++,t.finished=n.list.length<t.params.page_num}))},handlePost:function(){var t=this;this.option.postApi({content:this.content},this.comment).then((function(e){var n=e.data,i=e.msg;t.$message.success(i),t.content="",t.send=!1;var s=b({is_like:0,like_num:0,can_delete:1},n.detail);1==t.params.sort_type?t.list.unshift(s):t.list.push(s)}))},handleJump:function(t){this.$refs["comment"+t.id]&&(this.box?this.$emit("handleJump",this.$refs["comment"+t.id][0].offsetTop):window.scrollTo(0,this.$refs["comment"+t.id][0].offsetTop))},handleReply:function(t){var e=b({is_like:0,like_num:0,can_delete:1},t);1==this.params.sort_type?this.list.unshift(e):this.list.push(e)},handleDelete:function(t){this.list=this.list.filter((function(e){return e.children=e.children&&e.children.filter((function(e){return e.id!=t.id})),e.id!=t.id}))}}},C=_,g=(n("7bc2"),Object(u["a"])(C,i,s,!1,null,"5e5c4f8c",null));e["a"]=g.exports}}]);
- //# sourceMappingURL=chunk-7fe22ffa.9e25bbae.js.map
|