@xysfe/actui 1.6.37 → 1.6.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/GoldCommentList/index.js +1 -1
- package/es/GoldCommentList/style.css +1 -1
- package/es/index.js +1 -1
- package/es/style.css +1 -1
- package/lib/GoldCommentList/index.js +1 -1
- package/lib/GoldCommentList/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/Keyframe/index.js","@xysfe/actui/es/assets/img/agree-animation.png","@xysfe/actui/es/assets/img/head.png","@xysfe/actui/es/assets/img/star-active.png","@xysfe/actui/es/assets/img/star-deactive.png","@xysfe/actui/es/assets/img/agree.png","@xysfe/actui/es/assets/img/comment-uncheck.png","@xysfe/actui/es/assets/img/comment-checked.png"],e):"object"==typeof exports?exports.GoldCommentList=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):t.GoldCommentList=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/Keyframe/index.js"],t["@xysfe/actui/es/assets/img/agree-animation.png"],t["@xysfe/actui/es/assets/img/head.png"],t["@xysfe/actui/es/assets/img/star-active.png"],t["@xysfe/actui/es/assets/img/star-deactive.png"],t["@xysfe/actui/es/assets/img/agree.png"],t["@xysfe/actui/es/assets/img/comment-uncheck.png"],t["@xysfe/actui/es/assets/img/comment-checked.png"])}("undefined"!=typeof self?self:this,function(t,e,s,i,n,a,c,o,r){return function(t){function e(i){if(s[i])return s[i].exports;var n=s[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var s={};return e.m=t,e.c=s,e.d=function(t,s,i){e.o(t,s)||Object.defineProperty(t,s,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(s,"a",s),s},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../es",e(e.s=1892)}({1151:function(t,e,s){"use strict";var i=s(1895),n=s(1904);e.a={name:"ActGoldCommentList",props:{commentCfg:{type:Object,default:function(){return{commentList:[],tagList:[],tagCount:3,activeIdx:0,showAll:!1,showPlan:!1,isAllActive:!1,total:0}}}},components:{CommentItem:i.a,TagList:n.a},data:function(){return{checked:!1}},methods:{toggle:function(){this.checked=!this.checked,this.$emit("planCheck",this.checked)},imgClick:function(){this.$emit.apply(this,["imgClick"].concat(Array.prototype.slice.call(arguments)))},agreeClick:function(){this.$emit.apply(this,["agreeClick"].concat(Array.prototype.slice.call(arguments)))},tagClick:function(){this.$emit.apply(this,["tagClick"].concat(Array.prototype.slice.call(arguments)))}}}},1152:function(t,e,s){"use strict";var i=s(1897),n=s.n(i);e.a={name:"ActGoldCommentItem",components:{ActKeyframe:n.a},props:{comment:{type:Object,default:function(){return{}}},isAllActive:{type:Boolean,default:!1},currentIndex:{type:Number,default:0}},data:function(){return{animation:{name:"agree-animation",width:80,height:75,img:s(1898),totalKeyNum:20,count:1,duration:"800ms",autoplay:!1,isNeedCross:!0},hasAgree:!1,agreeCount:0}},methods:{handleImgSize:function(t){return 1===t.length?"large-size":2===t.length?"middle-size":3===t.length?"small-size":void 0},preview:function(t,e){this.imagePreview?this.imagePreview.setData(t,e):this.imagePreview=this.$createImagePreview({images:t,start:e}),this.imagePreview.show(),this.$emit("imgClick",{id:this.comment.id,index:e})},agree:function(){var t=this.comment,e=t.id,s=t.uid,i=t.type,n=t.comment_id,a=this,c=function(){a.hasAgree?(a.hasAgree=!1,a.agreeCount--):a.$refs.keyframe.start()};this.$emit("agreeClick",{cb:c,id:e,uid:s,type:i,comment_id:n,state:this.hasAgree?1:0})},animationend:function(){this.hasAgree=!0,this.agreeCount++}},watch:{comment:{handler:function(t){this.hasAgree=1===Number(t.fabulous_state),this.agreeCount=Number(t.fabulous)||0},immediate:!0}}}},1153:function(t,e,s){"use strict";e.a={name:"TagList",props:{tagList:{type:Array,default:function(){return[]}},tagCount:{type:Number,default:9},activeIdx:{type:Number,default:0},showAll:{type:Boolean,default:!1},total:{type:Number,default:0},isAllActive:{type:Boolean,default:!1}},filters:{tenThousands:function(t){return t>9999?"9999+":t}},computed:{maxTagList:function(){var t=[].concat(this.tagList);return this.showAll&&t.length&&t.unshift({name:"全部",count:this.total}),t.slice(0,this.tagCount)}},data:function(){return{curIdx:0}},methods:{tagClick:function(t,e){this.curIdx=e,this.$emit("tagClick","全部"===t?"":t)}},beforeMount:function(){this.curIdx=this.activeIdx},watch:{activeIdx:function(t){this.curIdx=t}}}},1892:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(22),n=s.n(i),a=s(1893);a.a.install=function(t){t.component(a.a.name,a.a),t.prototype.$createGoldCommentList=n()(a.a,t)},e.default=a.a},1893:function(t,e,s){"use strict";function i(t){o||s(1894)}var n=s(1151),a=s(1907),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-318e410a",null);u.options.__file="src\\components\\GoldCommentList\\src\\index.vue",e.a=u.exports},1894:function(t,e){},1895:function(t,e,s){"use strict";function i(t){o||s(1896)}var n=s(1152),a=s(1899),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-fea36e0c",null);u.options.__file="src\\components\\GoldCommentList\\src\\item.vue",e.a=u.exports},1896:function(t,e){},1897:function(t,s){t.exports=e},1898:function(t,e){t.exports=s},1899:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-item",style:{"padding-top":0===t.currentIndex&&t.isAllActive?"0":"16px"}},[i("div",{staticClass:"base-info"},[i("div",{staticClass:"comment_head"},[t.comment.head?i("img",{staticClass:"img",attrs:{src:t.comment.head}}):i("img",{staticClass:"img",attrs:{src:s(1900)}})]),t._v(" "),i("div",{staticClass:"middle"},[i("p",[i("span",{staticClass:"name"},[t._v(t._s(t.comment.nickname))]),t._v(" "),t.comment.commentType?i("span",{staticClass:"comment_type"},[t._v(t._s(t.comment.commentType))]):t._e()]),t._v(" "),i("div",{staticClass:"rate"},[i("ul",{staticClass:"stars"},t._l(5,function(e){return i("li",{key:e,staticClass:"star"},[t.comment.star>=e?i("img",{attrs:{src:s(1901)}}):i("img",{attrs:{src:s(1902)}})])}),0),t._v(" "),i("span",{staticClass:"desc"},[t._v(t._s(t.comment.rankTxt))])])])]),t._v(" "),t._t("insuredInfo"),t._v(" "),i("div",[i("p",{staticClass:"comment_text"},[t._v("\n "+t._s(t.comment.comment)+"\n ")]),t._v(" "),t.comment.picture_list&&t.comment.picture_list.length?i("ul",{staticClass:"picture-list"},t._l(t.comment.picture_list,function(e,s){return i("li",{key:s+"ak",staticClass:"item",class:t.handleImgSize(t.comment.picture_list)},[i("img",{attrs:{src:e},on:{click:function(e){return t.preview(t.comment.picture_list,s)}}})])}),0):t._e(),t._v(" "),t.comment.reply?i("div",{staticClass:"comment_reply"},[i("div",{staticClass:"comment_reply_tit"},[t._v("\n 小雨伞客服回复:\n ")]),t._v(" "),i("p",{staticClass:"comment_reply_content"},[t._v("\n "+t._s(t.comment.reply)+"\n ")])]):t._e(),t._v(" "),i("div",{staticClass:"bottom-info",style:{"margin-top":t.comment.picture_list&&t.comment.picture_list.length?"12px":"8px"}},[i("div",{staticClass:"date"},[t._v("\n "+t._s(t.comment.addtime)+"\n ")]),t._v(" "),i("div",{staticClass:"agree-info"},[t.hasAgree?i("img",{staticClass:"agree-icon",attrs:{src:s(1903)},on:{click:function(e){return t.agree()}}}):i("div",{staticClass:"agree-icon",on:{click:function(e){return t.agree()}}},[i("act-keyframe",{ref:"keyframe",attrs:{animation:t.animation},on:{animationend:t.animationend}})],1),t._v(" "),t.agreeCount?i("div",{staticClass:"agree"},[i("p",[t._v("有"),i("span",{staticStyle:{color:"#8C7FEE"}},[t._v(t._s(t.agreeCount))]),t._v("个人觉得有帮助")])]):i("div",{staticClass:"agree"},[i("p",[t._v("有帮助")])])])])])],2)},n=[];i._withStripped=!0},1900:function(t,e){t.exports=i},1901:function(t,e){t.exports=n},1902:function(t,e){t.exports=a},1903:function(t,e){t.exports=c},1904:function(t,e,s){"use strict";function i(t){o||s(1905)}var n=s(1153),a=s(1906),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-83763afa",null);u.options.__file="src\\components\\GoldCommentList\\src\\tag.vue",e.a=u.exports},1905:function(t,e){},1906:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.maxTagList.length?s("div",{staticClass:"tag-wrapper"},[s("div",{staticClass:"tag-list"},t._l(t.maxTagList,function(e,i){return s("div",{key:i,class:{tag:!0,active:t.curIdx===i||t.isAllActive},on:{click:function(s){return t.tagClick(e.name,i)}}},[s("p",[s("span",[t._v(t._s(e.name))]),s("span",[t._v(t._s(t._f("tenThousands")(e.count)))])])])}),0),t._v(" "),t.isAllActive?t._e():s("div",{staticClass:"border-bottom"})]):t._e()},n=[];i._withStripped=!0},1907:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-list"},[i("tag-list",{attrs:{tagList:t.commentCfg.tagList,tagCount:t.commentCfg.tagCount,activeIdx:t.commentCfg.activeIdx,showAll:t.commentCfg.showAll,total:t.commentCfg.total,isAllActive:t.commentCfg.isAllActive},on:{tagClick:t.tagClick}}),t._v(" "),t.commentCfg.showPlan?i("div",{staticClass:"act-gold-comment-check"},[i("div",{staticClass:"check-box",on:{click:function(e){return e.stopPropagation(),t.toggle(e)}}},[t.checked?i("img",{staticClass:"check-icon",attrs:{src:s(1909)}}):i("img",{staticClass:"check-icon",attrs:{src:s(1908)}})]),t._v(" "),i("span",{staticClass:"check-text"},[t._v("\n 有保障方案图\n ")])]):t._e(),t._v(" "),t.commentCfg.commentList.length?i("div",t._l(t.commentCfg.commentList,function(e,s){return i("comment-item",{key:s,attrs:{comment:e,currentIndex:s,isAllActive:t.commentCfg.isAllActive},on:{imgClick:t.imgClick,agreeClick:t.agreeClick},scopedSlots:t._u([{key:"insuredInfo",fn:function(){return[t._t("insuredInfos",null,{item:e})]},proxy:!0}],null,!0)})}),1):i("div",{staticClass:"no-data"},[t._v("\n 暂无数据\n ")])],1)},n=[];i._withStripped=!0},1908:function(t,e){t.exports=o},1909:function(t,e){t.exports=r},22:function(e,s){e.exports=t},8:function(t,e,s){"use strict";function i(t,e,s,i,n,a,c,o){t=t||{};var r=typeof t.default;"object"!==r&&"function"!==r||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=s,u._compiled=!0),i&&(u.functional=!0),a&&(u._scopeId=a);var m;if(c?(m=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(c)},u._ssrRegister=m):n&&(m=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),m)if(u.functional){u._injectStyles=m;var l=u.render;u.render=function(t,e){return m.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,m):[m]}return{exports:t,options:u}}e.a=i}})});
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/Keyframe/index.js","@xysfe/actui/es/assets/img/agree-animation.png","@xysfe/actui/es/assets/img/head.png","@xysfe/actui/es/assets/img/star-active.png","@xysfe/actui/es/assets/img/star-deactive.png","@xysfe/actui/es/assets/img/agree.png","@xysfe/actui/es/assets/img/comment-uncheck.png","@xysfe/actui/es/assets/img/comment-checked.png"],e):"object"==typeof exports?exports.GoldCommentList=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/Keyframe/index.js"),require("@xysfe/actui/es/assets/img/agree-animation.png"),require("@xysfe/actui/es/assets/img/head.png"),require("@xysfe/actui/es/assets/img/star-active.png"),require("@xysfe/actui/es/assets/img/star-deactive.png"),require("@xysfe/actui/es/assets/img/agree.png"),require("@xysfe/actui/es/assets/img/comment-uncheck.png"),require("@xysfe/actui/es/assets/img/comment-checked.png")):t.GoldCommentList=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/Keyframe/index.js"],t["@xysfe/actui/es/assets/img/agree-animation.png"],t["@xysfe/actui/es/assets/img/head.png"],t["@xysfe/actui/es/assets/img/star-active.png"],t["@xysfe/actui/es/assets/img/star-deactive.png"],t["@xysfe/actui/es/assets/img/agree.png"],t["@xysfe/actui/es/assets/img/comment-uncheck.png"],t["@xysfe/actui/es/assets/img/comment-checked.png"])}("undefined"!=typeof self?self:this,function(t,e,s,i,n,a,c,o,r){return function(t){function e(i){if(s[i])return s[i].exports;var n=s[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}var s={};return e.m=t,e.c=s,e.d=function(t,s,i){e.o(t,s)||Object.defineProperty(t,s,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(s,"a",s),s},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../es",e(e.s=1892)}({1151:function(t,e,s){"use strict";var i=s(1895),n=s(1904);e.a={name:"ActGoldCommentList",props:{commentCfg:{type:Object,default:function(){return{commentList:[],tagList:[],tagCount:3,activeIdx:0,showAll:!1,showPlan:!1,isAllActive:!1,total:0}}}},components:{CommentItem:i.a,TagList:n.a},data:function(){return{checked:!1}},methods:{toggle:function(){this.checked=!this.checked,this.$emit("planCheck",this.checked)},imgClick:function(){this.$emit.apply(this,["imgClick"].concat(Array.prototype.slice.call(arguments)))},agreeClick:function(){this.$emit.apply(this,["agreeClick"].concat(Array.prototype.slice.call(arguments)))},tagClick:function(){this.$emit.apply(this,["tagClick"].concat(Array.prototype.slice.call(arguments)))}}}},1152:function(t,e,s){"use strict";var i=s(1897),n=s.n(i);e.a={name:"ActGoldCommentItem",components:{ActKeyframe:n.a},props:{comment:{type:Object,default:function(){return{}}},isAllActive:{type:Boolean,default:!1},currentIndex:{type:Number,default:0}},data:function(){return{animation:{name:"agree-animation",width:80,height:75,img:s(1898),totalKeyNum:20,count:1,duration:"800ms",autoplay:!1,isNeedCross:!0},hasAgree:!1,agreeCount:0}},methods:{handleImgSize:function(t){return 1===t.length?"large-size":2===t.length?"middle-size":3===t.length?"small-size":void 0},preview:function(t,e){this.imagePreview?this.imagePreview.setData(t,e):this.imagePreview=this.$createImagePreview({images:t,start:e}),this.imagePreview.show(),this.$emit("imgClick",{id:this.comment.id,index:e})},agree:function(){var t=this.comment,e=t.id,s=t.uid,i=t.type,n=t.comment_id,a=this,c=function(){a.hasAgree?(a.hasAgree=!1,a.agreeCount--):a.$refs.keyframe.start()};this.$emit("agreeClick",{cb:c,id:e,uid:s,type:i,comment_id:n,state:this.hasAgree?1:0})},animationend:function(){this.hasAgree=!0,this.agreeCount++}},watch:{comment:{handler:function(t){this.hasAgree=1===Number(t.fabulous_state),this.agreeCount=Number(t.fabulous)||0},immediate:!0}}}},1153:function(t,e,s){"use strict";e.a={name:"TagList",props:{tagList:{type:Array,default:function(){return[]}},tagCount:{type:Number,default:9},activeIdx:{type:Number,default:0},showAll:{type:Boolean,default:!1},total:{type:Number,default:0},isAllActive:{type:Boolean,default:!1}},filters:{tenThousands:function(t){return t>9999?"9999+":t}},computed:{maxTagList:function(){var t=[].concat(this.tagList);return this.showAll&&t.length&&t.unshift({name:"全部",count:this.total}),t.slice(0,this.tagCount)}},data:function(){return{curIdx:0}},methods:{tagClick:function(t,e){this.curIdx=e,this.$emit("tagClick","全部"===t?"":t)}},beforeMount:function(){this.curIdx=this.activeIdx},watch:{activeIdx:function(t){this.curIdx=t}}}},1892:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(22),n=s.n(i),a=s(1893);a.a.install=function(t){t.component(a.a.name,a.a),t.prototype.$createGoldCommentList=n()(a.a,t)},e.default=a.a},1893:function(t,e,s){"use strict";function i(t){o||s(1894)}var n=s(1151),a=s(1907),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-318e410a",null);u.options.__file="src\\components\\GoldCommentList\\src\\index.vue",e.a=u.exports},1894:function(t,e){},1895:function(t,e,s){"use strict";function i(t){o||s(1896)}var n=s(1152),a=s(1899),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-fea36e0c",null);u.options.__file="src\\components\\GoldCommentList\\src\\item.vue",e.a=u.exports},1896:function(t,e){},1897:function(t,s){t.exports=e},1898:function(t,e){t.exports=s},1899:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-item",style:{"padding-top":0===t.currentIndex&&t.isAllActive?"0":"16px"}},[i("div",{staticClass:"base-info"},[i("div",{staticClass:"comment_head"},[t.comment.head?i("img",{staticClass:"img",attrs:{src:t.comment.head}}):i("img",{staticClass:"img",attrs:{src:s(1900)}})]),t._v(" "),i("div",{staticClass:"middle"},[i("p",[i("span",{staticClass:"name"},[t._v(t._s(t.comment.nickname))]),t._v(" "),t.comment.commentType?i("span",{staticClass:"comment_type"},[t._v(t._s(t.comment.commentType))]):t._e()]),t._v(" "),i("div",{staticClass:"rate"},[i("ul",{staticClass:"stars"},t._l(5,function(e){return i("li",{key:e,staticClass:"star"},[t.comment.star>=e?i("img",{attrs:{src:s(1901)}}):i("img",{attrs:{src:s(1902)}})])}),0),t._v(" "),i("span",{staticClass:"desc"},[t._v(t._s(t.comment.rankTxt))])])])]),t._v(" "),t._t("insuredInfo"),t._v(" "),i("div",[i("p",{staticClass:"comment_text"},[t._v("\n "+t._s(t.comment.comment)+"\n ")]),t._v(" "),t.comment.picture_list&&t.comment.picture_list.length?i("ul",{staticClass:"picture-list"},t._l(t.comment.picture_list,function(e,s){return i("li",{key:s+"ak",staticClass:"item",class:t.handleImgSize(t.comment.picture_list)},[i("img",{attrs:{src:e},on:{click:function(e){return t.preview(t.comment.picture_list,s)}}})])}),0):t._e(),t._v(" "),t.comment.reply?i("div",{staticClass:"comment_reply"},[i("div",{staticClass:"comment_reply_tit"},[t._v("\n 小雨伞客服回复:\n ")]),t._v(" "),i("p",{staticClass:"comment_reply_content"},[t._v("\n "+t._s(t.comment.reply)+"\n ")])]):t._e(),t._v(" "),i("div",{staticClass:"bottom-info",style:{"margin-top":t.comment.picture_list&&t.comment.picture_list.length?"12px":"8px"}},[i("div",[i("span",[t._v(t._s(t.comment.addtime))]),i("span",{staticClass:"comment_addr"},[t._v(t._s(t.comment.comment_addr))])]),t._v(" "),i("div",{staticClass:"agree-info"},[t.hasAgree?i("img",{staticClass:"agree-icon",attrs:{src:s(1903)},on:{click:function(e){return t.agree()}}}):i("div",{staticClass:"agree-icon",on:{click:function(e){return t.agree()}}},[i("act-keyframe",{ref:"keyframe",attrs:{animation:t.animation},on:{animationend:t.animationend}})],1),t._v(" "),t.agreeCount?i("div",{staticClass:"agree"},[i("p",[t._v("有"),i("span",{staticStyle:{color:"#8C7FEE"}},[t._v(t._s(t.agreeCount))]),t._v("个人觉得有帮助")])]):i("div",{staticClass:"agree"},[i("p",[t._v("有帮助")])])])])])],2)},n=[];i._withStripped=!0},1900:function(t,e){t.exports=i},1901:function(t,e){t.exports=n},1902:function(t,e){t.exports=a},1903:function(t,e){t.exports=c},1904:function(t,e,s){"use strict";function i(t){o||s(1905)}var n=s(1153),a=s(1906),c=s(8),o=!1,r=i,u=Object(c.a)(n.a,a.a,a.b,!1,r,"data-v-83763afa",null);u.options.__file="src\\components\\GoldCommentList\\src\\tag.vue",e.a=u.exports},1905:function(t,e){},1906:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.maxTagList.length?s("div",{staticClass:"tag-wrapper"},[s("div",{staticClass:"tag-list"},t._l(t.maxTagList,function(e,i){return s("div",{key:i,class:{tag:!0,active:t.curIdx===i||t.isAllActive},on:{click:function(s){return t.tagClick(e.name,i)}}},[s("p",[s("span",[t._v(t._s(e.name))]),s("span",[t._v(t._s(t._f("tenThousands")(e.count)))])])])}),0),t._v(" "),t.isAllActive?t._e():s("div",{staticClass:"border-bottom"})]):t._e()},n=[];i._withStripped=!0},1907:function(t,e,s){"use strict";s.d(e,"a",function(){return i}),s.d(e,"b",function(){return n});var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"act-gold-comment-list"},[i("tag-list",{attrs:{tagList:t.commentCfg.tagList,tagCount:t.commentCfg.tagCount,activeIdx:t.commentCfg.activeIdx,showAll:t.commentCfg.showAll,total:t.commentCfg.total,isAllActive:t.commentCfg.isAllActive},on:{tagClick:t.tagClick}}),t._v(" "),t.commentCfg.showPlan?i("div",{staticClass:"act-gold-comment-check"},[i("div",{staticClass:"check-box",on:{click:function(e){return e.stopPropagation(),t.toggle(e)}}},[t.checked?i("img",{staticClass:"check-icon",attrs:{src:s(1909)}}):i("img",{staticClass:"check-icon",attrs:{src:s(1908)}})]),t._v(" "),i("span",{staticClass:"check-text"},[t._v("\n 有保障方案图\n ")])]):t._e(),t._v(" "),t.commentCfg.commentList.length?i("div",t._l(t.commentCfg.commentList,function(e,s){return i("comment-item",{key:s,attrs:{comment:e,currentIndex:s,isAllActive:t.commentCfg.isAllActive},on:{imgClick:t.imgClick,agreeClick:t.agreeClick},scopedSlots:t._u([{key:"insuredInfo",fn:function(){return[t._t("insuredInfos",null,{item:e})]},proxy:!0}],null,!0)})}),1):i("div",{staticClass:"no-data"},[t._v("\n 暂无数据\n ")])],1)},n=[];i._withStripped=!0},1908:function(t,e){t.exports=o},1909:function(t,e){t.exports=r},22:function(e,s){e.exports=t},8:function(t,e,s){"use strict";function i(t,e,s,i,n,a,c,o){t=t||{};var r=typeof t.default;"object"!==r&&"function"!==r||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=s,u._compiled=!0),i&&(u.functional=!0),a&&(u._scopeId=a);var m;if(c?(m=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(c)},u._ssrRegister=m):n&&(m=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),m)if(u.functional){u._injectStyles=m;var l=u.render;u.render=function(t,e){return m.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,m):[m]}return{exports:t,options:u}}e.a=i}})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.act-gold-comment-check[data-v-318e410a]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-top:14px;margin-bottom:2px}.act-gold-comment-check .check-box[data-v-318e410a]{width:15px;height:15px;border-radius:2px;margin-right:5px}.act-gold-comment-check .check-icon[data-v-318e410a]{width:100%;height:100%}.act-gold-comment-check .check-text[data-v-318e410a]{font-size:14px;color:#666;line-height:1}.no-data[data-v-318e410a]{color:#999;font-size:14px;text-align:center}.act-gold-comment-item[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background:#fff;padding:16px 0;border-bottom:1px solid #f5f5f5}.comment[data-v-fea36e0c]{margin-bottom:10px;border-radius:12px}.comment-title[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:14px 13px 0 14px;font-size:16px;font-weight:700;color:#333;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.base-info[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;color:#999;font-size:12px}.base-info .comment_head[data-v-fea36e0c]{width:40px;height:40px;border-radius:50%;overflow:hidden}.base-info .comment_head img[data-v-fea36e0c]{width:100%}.base-info .comment_name[data-v-fea36e0c]{font-size:13px;color:#3c3c3c;text-align:left;margin-top:5px}.base-info .comment_add_time[data-v-fea36e0c]{color:#999;font-size:12px;font-weight:400}.base-info .middle[data-v-fea36e0c]{-webkit-box-flex:1;-webkit-flex:1;flex:1;margin-left:10px}.base-info .middle .name[data-v-fea36e0c]{color:#333;font-weight:550;font-size:13px}.base-info .middle .comment_type[data-v-fea36e0c]{position:relative;background-color:#ff798b;font-size:10px;text-align:center;background:-webkit-linear-gradient(left,rgba(182,173,251,.19),rgba(149,137,244,.19));background:linear-gradient(90deg,rgba(182,173,251,.19),rgba(149,137,244,.19));border-radius:8px 8px 8px 0;color:#8c7fee;margin-left:8px;vertical-align:middle;padding:1px 6px}.base-info .middle .rate[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:5px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.base-info .middle .rate .stars[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;line-height:1.4}.base-info .middle .rate .stars .star[data-v-fea36e0c]{margin-right:4px}.base-info .middle .rate .stars .star img[data-v-fea36e0c]{width:14px;height:14px}.base-info .middle .rate .desc[data-v-fea36e0c]{margin-left:12px}.comment_text[data-v-fea36e0c]{margin-top:10px;color:#333;font-size:14px;line-height:26px;font-weight:400;word-wrap:break-word}.picture-list[data-v-fea36e0c]{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.picture-list .item[data-v-fea36e0c]{overflow:hidden;border-radius:8px;margin-right:12px;border:1px solid #f5f5f5}.picture-list .item.small-size[data-v-fea36e0c]{max-width:76px;height:76px}.picture-list .item.middle-size[data-v-fea36e0c]{max-width:120px;height:120px}.picture-list .item.large-size[data-v-fea36e0c]{max-width:160px;height:160px}.picture-list .item img[data-v-fea36e0c]{height:100%}.comment_reply[data-v-fea36e0c]{margin-top:10px;padding:10px 14px;border-radius:8px;background-color:#f7f8fc;font-size:13px}.comment_reply .comment_reply_tit[data-v-fea36e0c]{color:#8c7fee}.comment_reply .comment_reply_content[data-v-fea36e0c]{color:#666}.bottom-info[data-v-fea36e0c]{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;font-size:12px;font-weight:400;color:#999;line-height:18px}.bottom-info .
|
|
1
|
+
.act-gold-comment-check[data-v-318e410a]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-top:14px;margin-bottom:2px}.act-gold-comment-check .check-box[data-v-318e410a]{width:15px;height:15px;border-radius:2px;margin-right:5px}.act-gold-comment-check .check-icon[data-v-318e410a]{width:100%;height:100%}.act-gold-comment-check .check-text[data-v-318e410a]{font-size:14px;color:#666;line-height:1}.no-data[data-v-318e410a]{color:#999;font-size:14px;text-align:center}.act-gold-comment-item[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background:#fff;padding:16px 0;border-bottom:1px solid #f5f5f5}.comment[data-v-fea36e0c]{margin-bottom:10px;border-radius:12px}.comment-title[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:14px 13px 0 14px;font-size:16px;font-weight:700;color:#333;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.base-info[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;color:#999;font-size:12px}.base-info .comment_head[data-v-fea36e0c]{width:40px;height:40px;border-radius:50%;overflow:hidden}.base-info .comment_head img[data-v-fea36e0c]{width:100%}.base-info .comment_name[data-v-fea36e0c]{font-size:13px;color:#3c3c3c;text-align:left;margin-top:5px}.base-info .comment_add_time[data-v-fea36e0c]{color:#999;font-size:12px;font-weight:400}.base-info .middle[data-v-fea36e0c]{-webkit-box-flex:1;-webkit-flex:1;flex:1;margin-left:10px}.base-info .middle .name[data-v-fea36e0c]{color:#333;font-weight:550;font-size:13px}.base-info .middle .comment_type[data-v-fea36e0c]{position:relative;background-color:#ff798b;font-size:10px;text-align:center;background:-webkit-linear-gradient(left,rgba(182,173,251,.19),rgba(149,137,244,.19));background:linear-gradient(90deg,rgba(182,173,251,.19),rgba(149,137,244,.19));border-radius:8px 8px 8px 0;color:#8c7fee;margin-left:8px;vertical-align:middle;padding:1px 6px}.base-info .middle .rate[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:5px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.base-info .middle .rate .stars[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;line-height:1.4}.base-info .middle .rate .stars .star[data-v-fea36e0c]{margin-right:4px}.base-info .middle .rate .stars .star img[data-v-fea36e0c]{width:14px;height:14px}.base-info .middle .rate .desc[data-v-fea36e0c]{margin-left:12px}.comment_text[data-v-fea36e0c]{margin-top:10px;color:#333;font-size:14px;line-height:26px;font-weight:400;word-wrap:break-word}.picture-list[data-v-fea36e0c]{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.picture-list .item[data-v-fea36e0c]{overflow:hidden;border-radius:8px;margin-right:12px;border:1px solid #f5f5f5}.picture-list .item.small-size[data-v-fea36e0c]{max-width:76px;height:76px}.picture-list .item.middle-size[data-v-fea36e0c]{max-width:120px;height:120px}.picture-list .item.large-size[data-v-fea36e0c]{max-width:160px;height:160px}.picture-list .item img[data-v-fea36e0c]{height:100%}.comment_reply[data-v-fea36e0c]{margin-top:10px;padding:10px 14px;border-radius:8px;background-color:#f7f8fc;font-size:13px}.comment_reply .comment_reply_tit[data-v-fea36e0c]{color:#8c7fee}.comment_reply .comment_reply_content[data-v-fea36e0c]{color:#666}.bottom-info[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:12px;font-weight:400;color:#999;line-height:18px}.bottom-info .comment_addr[data-v-fea36e0c]{margin-left:8px}.bottom-info .agree-info[data-v-fea36e0c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-info .agree-info .agree-icon[data-v-fea36e0c]{width:20px;height:19px;margin-right:4px}.bottom-info .agree-info .agree[data-v-fea36e0c]{line-height:1}.tag-wrapper .tag-list[data-v-83763afa]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:6px}.tag-wrapper .tag-list .tag[data-v-83763afa]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:102px;height:28px;margin-right:10.5px;background:#f7f8fc;border-radius:14px 14px 14px 0;font-size:13px;font-weight:400;line-height:18.5px;color:#666;margin-bottom:10px}.tag-wrapper .tag-list .tag[data-v-83763afa]:nth-child(3n){margin-right:0}.tag-wrapper .tag-list .tag.active[data-v-83763afa]{background:-webkit-linear-gradient(left,rgba(182,173,251,.12),rgba(110,93,241,.16));background:linear-gradient(90deg,rgba(182,173,251,.12),rgba(110,93,241,.16));color:#8c7fee}.tag-wrapper .tag-list .tag span[data-v-83763afa]{display:inline-block}.tag-wrapper .tag-list .tag span[data-v-83763afa]:first-child{margin-right:5px}.tag-wrapper .border-bottom[data-v-83763afa]{width:100%;height:1px;box-shadow:inset 0 1px 0 0 #f5f5f5}
|