bztang-admin/addons/yun_shop/static/app/js/chunk-76fabdc4.368b4d7c.js

1 line
74 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-76fabdc4"],{"0269":function(t,e,i){"use strict";var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"audio-slider"},[t.src?a("div",{staticClass:"audio-wrapper"},[a("div",{staticClass:"icon"},[t.songStop?t._e():a("img",{attrs:{src:i("a1ba"),alt:""},on:{click:function(e){return t.select(0)}}}),t.songStop?a("img",{attrs:{src:i("57ce"),alt:""},on:{click:function(e){return t.select(1)}}}):t._e()]),a("div",{ref:"slider",staticClass:"slider",on:{touchstart:t.handleTouchStart}},[a("div",{staticClass:"slider-track"}),a("div",{staticClass:"slider-fill",style:"width:"+t.sliderTime+"%"}),a("div",{staticClass:"slider-thumb",style:"left:"+t.sliderTime+"%"}),a("div",{staticClass:"time"},[a("div",{staticClass:"time_left"},[t._v(t._s(t._f("formatSecond")(t.audio.currentTime)))]),a("div",{staticClass:"time_right"},[t._v(t._s(t._f("formatSecond")(t.audio.maxTime)))])])]),a("div",[t._t("default")],2)]):t._e(),t.audioSrc?a("audio",{ref:"audio",staticStyle:{display:"none"},attrs:{id:"audio",src:t.audioSrc,controls:"controls"},on:{playing:t.onPlaying,pause:t.onPause,play:t.onPlay,ended:t.ended,timeupdate:t.onTimeupdate,loadedmetadata:t.onLoadedmetadata,onerror:t.error,progress:t.onProgress}},[t._v(" 您的浏览器不支持 audio 标签! ")]):t._e()])},o=[],s=(i("e7e5"),i("d399")),n=i("53ca");i("fb6a"),i("a9e3"),i("8a79"),i("d9e2"),i("d3b7"),i("3ca3"),i("ddb0"),i("2b3d"),i("9861"),i("88a7"),i("271a"),i("5494"),i("b680");function m(t){var e=Object(n["a"])(t);if("number"===e||"string"===e){t=parseInt(t);var i=Math.floor(t/3600);t-=3600*i;var a=Math.floor(t/60);return t-=60*a,i+":"+("0"+a).slice(-2)+":"+("0"+t).slice(-2)}return"0:00:00"}var r={props:{src:{type:String,default:""},duration:{type:[String,Number],default:0}},data:function(){return{audio:{playing:!1,currentTime:0,maxTime:0,minTime:0,step:.1},audioSrc:null,sliderTime:0,songStop:!1,amr:null}},activated:function(){},components:{},computed:{},mounted:function(){this.src.endsWith(".amr")||this.src.endsWith(".AMR")?this.setAmr2wav(this.src):this.audioSrc=this.src},destroyed:function(){this.songStop&&this.$refs.audio.pause(),this.audioSrc=null},filters:{formatSecond:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return m(t)}},methods:{initWithUrl:function(t){if(this._isInit||this._isInitRecorder)throw new Error("AMR has been initialized. For a new AMR, please generate a new BenzAMRRecorder().");var e=new Promise((function(e,i){fetch(t,{method:"GET",responseType:"blob",headers:{"Content-Type":"application/octet-stream"},credentials:"include"}).then((function(t){t.ok&&t.blob().then((function(t){e(t)}))})).catch((function(t){i(t)}))}));return e.then((function(t){return t}))},setAmr2wav:function(t){var e=this;e.initWithUrl(t).then((function(t){Recorder.amr2wav(t,(function(t){e.audioSrc=URL.createObjectURL(t)}),(function(t){}))}))},select:function(t){t?this.pause():this.play()},play:function(){var t=this;1==this.fun.getPhoneEnv()?(this.$refs.audio.load(),setTimeout((function(){t.$refs.audio.play()}),200)):this.$refs.audio.play()},pause:function(){this.$refs.audio.pause()},onPlay:function(){},onPlaying:function(){this.audio.playing=!0,this.songStop=!0},ended:function(){this.songStop=!1,this.sliderTime=100},onPause:function(){this.audio.playing=!1,this.songStop=!1},error:function(t){this.$dialog.alert({message:"音频出错了"})},onLoadedmetadata:function(t){var e=isNaN(t.target.duration)||t.target.duration==1/0?this.duration:t.target.duration;this.audio.maxTime=Math.ceil(e)},onTimeupdate:function(t){this.audio.currentTime=t.target.currentTime,this.sliderTime=parseInt(this.audio.currentTime/this.audio.maxTime*100)},onProgress:function(){s["a"].loading({message:"音频加载中..."})},formatProcessToolTip:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return t=parseInt(this.audio.maxTime/100*t),"进度条: "+m(t)},handleTouchStart:function(t){this.setValue(t.touches[0]),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("touchup",this.handleTouchEnd),document.addEventListener("touchend",this.handleTouchEnd),document.addEventListener("touchcancel",this.handleTouchEnd)},handleTouchMove:function(t){this.setValue(t.changedTouches[0])},handleTouchEnd:function(t){this.setValue(t.changedTouches[0]),document.removeEventListener("touchmove",this.handleTouchMove),document.removeEventListener("touchup",this.handleTouchEnd),document.removeEventListener("touchend",this.handleTouchEnd),document.removeEventListener("touchcancel",this.handleTouchEnd)},setValue:function(t){var e=this.audio,i=e.maxTime,a=e.minTime,o=e.step,s=(t.clientX-this.$refs.slider.offsetLeft)/this.$refs.slider.offsetWidth*(i-a);s=Math.round(s/o)*o+a,s=parseFloat(s.toFixed(5)),s>i?s=i:s<a&&(s=a),this.$refs.audio.currentTime=s},changeCurrentTime:function(t){this.$refs.audio.currentTime=parseInt(t/100*this.audio.maxTime)}}},c=r,l=(i("5d1a"),i("2877")),d=Object(l["a"])(c,a,o,!1,null,"e3481d8c",null);e["a"]=d.exports},"3b82":function(t,e,i){"use strict";i("d72d")},"4b59":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".audio-wrapper[data-v-e3481d8c]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto;color:#3e3e3e;z-index:99;position:relative}.audio-wrapper[data-v-e3481d8c],.audio-wrapper .icon img[data-v-e3481d8c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.audio-wrapper .icon img[data-v-e3481d8c]{width:1.2rem;height:1.2rem;padding:8px 18px 8px 0;-webkit-box-sizing:content-box;box-sizing:content-box}.slider[data-v-e3481d8c]{width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;height:16px;margin:12px 18px 20px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.slider-track[data-v-e3481d8c]{right:0;background-color:#f5f6f8}.slider-fill[data-v-e3481d8c],.slider-track[data-v-e3481d8c]{position:absolute;height:6px;left:0;top:50%;margin-top:-1px;border-radius:3px}.slider-fill[data-v-e3481d8c]{width:100%;background-color:#f14e4e}.slider-thumb[data-v-e3481d8c]{position:absolute;top:60%;width:12px;height:12px;background-color:#fff;color:#fff;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 1px 3px 0 hsla(0,0%,77.6%,.46);box-shadow:0 1px 3px 0 hsla(0,0%,77.6%,.46);cursor:pointer}.time[data-v-e3481d8c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#bababa;font-size:.625rem;position:absolute;bottom:-20px;width:100%}.time_left[data-v-e3481d8c]{text-align:left}.time_left[data-v-e3481d8c],.time_right[data-v-e3481d8c]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.time_right[data-v-e3481d8c]{text-align:right}",""]),t.exports=e},"5d1a":function(t,e,i){"use strict";i("72dd")},"72dd":function(t,e,i){var a=i("4b59");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=i("499e").default;o("3d1a780c",a,!0,{sourceMap:!1,shadowMode:!1})},7808:function(t,e,i){var a=i("24fb"),o=i("1de5"),s=i("dec5");e=a(!1);var n=o(s);e.push([t.i,'.pcStyle #microcommentdetails #member[data-v-3c6351f8]{right:50%!important;margin-right:-150px}.pcStyle #microcommentdetails #cart[data-v-3c6351f8]{right:50%!important;margin-right:-186px}#microcommentdetails[data-v-3c6351f8]{padding-bottom:4rem}#microcommentdetails #hoid[data-v-3c6351f8]{padding:.3125rem;width:1.6rem;position:fixed;z-index:2}#microcommentdetails #cart[data-v-3c6351f8],#microcommentdetails #member[data-v-3c6351f8]{padding:.3125rem;width:1.6rem;position:fixed;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}#microcommentdetails #cart[data-v-3c6351f8]{right:0}#microcommentdetails #member[data-v-3c6351f8]{right:2rem}#microcommentdetails #hoid.hoet[data-v-3c6351f8]{-webkit-transition:.1s;transition:.1s;background:rgba(0,0,0,.2);width:100%}#microcommentdetails #back[data-v-3c6351f8]{width:1.6rem;height:1.6rem;border-radius:100%;color:#fff;background-color:rgba(0,0,0,.4);text-indent:0;line-height:1.6rem;overflow:hidden}#microcommentdetails #back i[data-v-3c6351f8]{font-size:14px}#microcommentdetails .hoet #back[data-v-3c6351f8]{-webkit-transition:.1s;transition:.1s;background-color:hsla(0,0%,92.9%,0)}#microcommentdetails .banner[data-v-3c6351f8]{background-color:#fff;position:relative;min-height:26px}#microcommentdetails .banner .centerbanner img[data-v-3c6351f8]{width:100%}#microcommentdetails .banner .bannerindex[data-v-3c6351f8]{width:2.25rem;height:1.88rem;background-color:rgba(0,0,0,.5);border-radius:.6rem;font-size:.88rem;line-height:1.88rem;color:#fff;position:absolute;bottom:.63rem;right:.63rem}#microcommentdetails .details_show[data-v-3c6351f8]{background-color:#fff}#microcommentdetails .details_show .user_message[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:.75rem;padding-left:.75rem;padding-right:.75rem}#microcommentdetails .details_show .user_message .user_left[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .details_show .user_message .user_left .pic[data-v-3c6351f8]{width:2.5rem;height:2.5rem;background-color:#f2f2f2;border-radius:50%;overflow:hidden;margin-right:.69rem}#microcommentdetails .details_show .user_message .user_left .pic img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .user_message .user_left .name_right .name[data-v-3c6351f8]{font-size:.88rem;line-height:.94rem;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:8rem;text-align:left;margin-bottom:.44rem;padding-top:.19rem}#microcommentdetails .details_show .user_message .user_left .name_right .createdata[data-v-3c6351f8]{font-size:.75rem;line-height:.75rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:8rem;text-align:left}#microcommentdetails .details_show .user_message .uset_right[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .details_show .user_message .uset_right .attention[data-v-3c6351f8]{padding:0 .5rem;background-color:#fff;border-radius:12px;border:.06rem solid #f15353;line-height:1.63rem;color:#f84b4b;font-size:.88rem;margin-right:1rem}#microcommentdetails .details_show .user_message .uset_right .more[data-v-3c6351f8]{width:1.25rem;height:1.25rem}#microcommentdetails .details_show .user_message .uset_right .more img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .article-title[data-v-3c6351f8]{padding-top:.6875rem;padding-left:.75rem;padding-right:.75rem;font-size:.9375rem;line-height:1.125rem;color:#333;text-align:left;font-weight:700}#microcommentdetails .details_show .article[data-v-3c6351f8]{word-break:break-all;padding-top:.69rem;padding-left:.78rem;padding-right:.78rem;font-size:.88rem;line-height:1.13rem;color:#333;text-align:left;margin-bottom:1.16rem}#microcommentdetails .details_show .article_label[data-v-3c6351f8]{padding-left:.75rem;padding-right:.75rem;padding-bottom:.5rem}#microcommentdetails .details_show .article_label ul[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#microcommentdetails .details_show .article_label ul li[data-v-3c6351f8]{background-color:#f2f2f2;border-radius:.75rem;line-height:1.5rem;font-size:.75rem;color:#1c96fe;padding-left:.69rem;padding-right:.69rem;margin-right:.8rem;margin-bottom:.63rem}#microcommentdetails .details_show .loca_information[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:.97rem;padding-right:.84rem;padding-bottom:.5rem}#microcommentdetails .details_show .loca_information .localeft[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .details_show .loca_information .localeft .letimg[data-v-3c6351f8]{width:.84rem;height:.84rem;margin-right:.44rem}#microcommentdetails .details_show .loca_information .localeft .letimg img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .loca_information .localeft .addressname[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:15rem;text-align:left}#microcommentdetails .details_show .loca_information .locaright[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#999;text-align:left}#microcommentdetails .details_show .showmessage[data-v-3c6351f8]{padding-left:.75rem;padding-right:.75rem}#microcommentdetails .details_show .showmessage .content[data-v-3c6351f8]{background-color:#fafafa;border-radius:.38rem;padding:.63rem}#microcommentdetails .details_show .showmessage .content .shopshow[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.25rem}#microcommentdetails .details_show .showmessage .content .shopshow .leftimg[data-v-3c6351f8]{background:#fff;width:3rem;height:3rem;border:.06rem solid #eee;border-radius:.8rem;margin-right:.66rem}#microcommentdetails .details_show .showmessage .content .shopshow .leftimg img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .name[data-v-3c6351f8]{font-size:.84rem;line-height:1rem;max-width:8rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left;padding-top:.2rem}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .start_1[data-v-3c6351f8]{text-align:left}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .start_1 img[data-v-3c6351f8]{width:.38rem;height:.38rem}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .fobottom[data-v-3c6351f8]{color:#999;font-size:.75rem}#microcommentdetails .details_show .showmessage .content .goodsshow[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .details_show .showmessage .content .goodsshow .leftimg[data-v-3c6351f8]{-webkit-box-flex:0;-webkit-flex:0 0 3rem;-ms-flex:0 0 3rem;flex:0 0 3rem;background:#fff;width:3rem;height:3rem;border:.06rem solid #eee;border-radius:.8rem;margin-right:.66rem}#microcommentdetails .details_show .showmessage .content .goodsshow .leftimg img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:85%}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .goodsname[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1rem;margin-bottom:.75rem;padding-top:.2rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .goodsname .good-title[data-v-3c6351f8]{font-size:.875rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .goodsname .do-btn[data-v-3c6351f8]{padding:0 .5rem;color:#f9ac00;border:1px solid #f9ac00;border-radius:1rem;font-size:10px;height:1.125rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foleft[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:1rem;line-height:1rem;margin-right:1.69rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foleft .pic[data-v-3c6351f8]{color:#f15353;font-size:.88rem;margin-right:.59rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foleft .delpic[data-v-3c6351f8]{color:#999;font-size:.75rem;text-decoration:line-through}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foright[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:1rem;line-height:1rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foright .sold[data-v-3c6351f8]{color:#999;font-size:.75rem}#microcommentdetails .details_show .comment_display .comment_top[data-v-3c6351f8]{padding-left:.81rem;padding-right:.81rem;padding-bottom:1.31rem}#microcommentdetails .details_show .comment_display .comment_top .title[data-v-3c6351f8]{font-size:.75rem;line-height:.75rem;color:#666;text-align:left;padding:1.25rem 0 .66rem 0}#microcommentdetails .details_show .comment_display .comment_top .comment-right[data-v-3c6351f8]{padding-right:1.25rem}#microcommentdetails .details_show .comment_display .comment_top .comment-time[data-v-3c6351f8]{font-size:.75rem;line-height:.75rem;color:#666;cursor:pointer;padding:1.25rem 1.25rem 0 .625rem}#microcommentdetails .details_show .comment_display .comment_top .comment-time[data-v-3c6351f8]:after{content:"";display:inline-block;width:.5rem;height:.625rem;background:url('+n+") no-repeat;background-size:12.5rem 12.5rem;background-position:-10.625rem -1.875rem;margin-left:.25rem}#microcommentdetails .details_show .comment_display .comment_top .up[data-v-3c6351f8]:after{color:#f15353;background-position:-10.625rem -.9375rem}#microcommentdetails .details_show .comment_display .comment_top .down[data-v-3c6351f8]:after{color:#f15353;background-position:-10.625rem 0}#microcommentdetails .details_show .comment_display .comment_top .reply[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .details_show .comment_display .comment_top .reply .reply_left[data-v-3c6351f8]{width:2rem;height:2rem;margin-right:.72rem}#microcommentdetails .details_show .comment_display .comment_top .reply .reply_left img[data-v-3c6351f8]{border-radius:50%;width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_top .reply .reply_right[data-v-3c6351f8]{width:19.22rem;line-height:1.88rem;background-color:#f2f2f2;border-radius:.94rem;font-size:.88rem;color:#999;text-align:left;padding-left:.63rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#microcommentdetails .details_show .comment_display .comment_bottom[data-v-3c6351f8]{padding-left:.81rem;padding-right:.81rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:.5rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentleft[data-v-3c6351f8]{width:2rem;height:2rem;border-radius:50%;margin-right:.72rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentleft img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-bottom:.5rem;border-bottom:.06rem solid #eee}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .unfold[data-v-3c6351f8]{text-align:left;font-size:12px;color:#b0b0b0;cursor:pointer}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.4rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_left[data-v-3c6351f8]{text-align:left}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_left .name[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#1c96fe;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:10rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_left .createdata[data-v-3c6351f8]{font-size:.75rem;line-height:1.13rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:10rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_left .review_content[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#333;white-space:normal;word-break:break-all}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_right[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up .thumb_img[data-v-3c6351f8]{width:.94rem;height:.94rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up .thumb_img img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up .thumb_num[data-v-3c6351f8]{font-size:.63rem;line-height:1.13rem;color:#333}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .reward-box[data-v-3c6351f8]{margin-right:.875rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .reward-box img[data-v-3c6351f8]{width:1.25rem;height:1.25rem;display:block;margin:0}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:.4rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_left[data-v-3c6351f8]{width:1.5rem;height:1.5rem;border-radius:50%;margin-right:.41rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_left img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;text-align:left}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .name[data-v-3c6351f8]{font-size:.75rem;line-height:1.13rem;color:#1c96fe;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:10rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .createdata[data-v-3c6351f8]{font-size:.63rem;line-height:1.13rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:10rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .review_content[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#333;white-space:normal;word-break:break-all}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .review_content .selecolor[data-v-3c6351f8]{color:#1c96fe}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .thumb_up[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_img[data-v-3c6351f8]{width:.94rem;height:.94rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_img img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_num[data-v-3c6351f8]{font-size:.63rem;line-height:1.13rem;color:#333}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .comment-img[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .comment-img .comment-img-child[data-v-3c6351f8]{margin-right:.5rem;margin-top:.5rem;background:#fbfbfb;overflow:hidden}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .comment-img .comment-img-child img[data-v-3c6351f8]{-o-object-fit:contain;object-fit:contain;width:3rem;height:3rem;margin:0;display:block}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li:last-of-type .maincommentright[data-v-3c6351f8]{border-bottom:none}#microcommentdetails .details_show .comment_display .multiple_comments[data-v-3c6351f8]{padding-top:.81rem;padding-bottom:.81rem;font-size:.88rem;color:#1c96fe;border-top:.06rem solid #eee}#microcommentdetails .bottom_operation[data-v-3c6351f8]{position:fixed;bottom:0;left:0;right:0;width:100%;height:48px;background-color:#fff;text-align:left}#microcommentdetails .bottom_operation .content[data-v-3c6351f8]{height:100%;margin:0 .75rem}#microcommentdetails .bottom_operation .content[data-v-3c6351f8],#microcommentdetails .bottom_operation .content .reply[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#microcommentdetails .bottom_operation .content .reply[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;line-height:1.88rem;background-color:#f2f2f2;border-radius:.94rem;font-size:12px;color:#999}#microcommentdetails .bottom_operation .content .reply .reply_left[data-v-3c6351f8]{width:1.2rem;height:1.2rem;margin-left:.75rem;margin-right:.53rem}#microcommentdetails .bottom_operation .content .reply .reply_left img[data-v-3c6351f8]{width:100%;height:100%;vertical-align:super}#microcommentdetails .bottom_operation .content .reply .reply_right[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#microcommentdetails .bottom_operation .content .thumbup[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:.78rem}#microcommentdetails .bottom_operation .content .thumbup .thumbupimg[data-v-3c6351f8]{width:1.28rem;height:1.31rem}#microcommentdetails .bottom_operation .content .thumbup .thumbupimg img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .bottom_operation .content .thumbup .thumbupnum[data-v-3c6351f8]{color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:4px}#microcommentdetails .replyMainComment[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:.8rem;padding-bottom:.5rem;padding-left:1rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#microcommentdetails .replyMainComment .left[data-v-3c6351f8]{width:18.13rem;background-color:#f5f5f5;border-radius:.5rem;padding:.5rem}#microcommentdetails .replyMainComment .left[data-v-3c6351f8] .van-cell{background:transparent;padding:0}#microcommentdetails .replyMainComment .left[data-v-3c6351f8] .van-field__control{max-height:10rem}#microcommentdetails .replyMainComment .left .comment-imgs[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#microcommentdetails .replyMainComment .left .comment-imgs[data-v-3c6351f8] .van-uploader__preview-image{width:3rem;height:3rem}#microcommentdetails .replyMainComment .left .comment-imgs[data-v-3c6351f8] .van-uploader__upload{width:3rem;height:3rem;display:none}#microcommentdetails .replyMainComment .right[data-v-3c6351f8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:0 .5rem;height:1.88rem;font-size:.94rem;line-height:1.88rem;color:#0072e8}#microcommentdetails .operate-boxs[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 1rem .5rem}#microcommentdetails .operate-boxs .operate-btn[data-v-3c6351f8]{margin-right:.5rem}#microcommentdetails .operate-boxs .operate-btn i[data-v-3c6351f8]{font-size:20px}#microcommentdetails .replyComment[data-v-3c6351f8]{padding:1rem}#microcommentdetails .replyComment .top[data-v-3c6351f8]{margin-bottom:.5rem}#microcommentdetails .replyComment .top .left[data-v-3c6351f8]{font-size:.88rem;line-height:1.13rem;color:#333;text-align:left}#microcommentdetails .replyComment .top .left .selcolor[data-v-3c6351f8]{color:#1c96fe}#microcommentdetails .replyComment .bottom[data-v-3c6351f8]{height:8rem;background-color:#f5f5f5;border-radius:.94rem;position:relative;padding:.5rem}#microcommentdetails .replyComment .bottom textarea[data-v-3c6351f8]{height:6rem;width:100%;overflow:auto;background-color:#f5f5f5;border:none}#microcommentdetails .replyComment .bottom .replysubmit[data-v-3c6351f8]{position:absolute;bottom:.5rem;right:1rem;width:2.56rem;height:1rem;line-height:1rem;font-size:.88rem}#microcommentdetails .adminOperation[data-v-3c6351f8]{background-color:#f2f2f2}#microcommentdetails .adminOperation .delete[data-v-3c6351f8],#microcommentdetails .adminOperation .recommend[data-v-3c6351f8],#microcommentdetails .adminOperation .top_set[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:3.44rem;border-bottom:.06rem solid #eee}#microcommentdetails .adminOperation .delete[data-v-3c6351f8]{border-bottom:none;margin-bottom:.63rem}#microcommentdetails .adminOperation .delete_left[data-v-3c6351f8],#microcommentdetails .adminOperation .recommend_left[data-v-3c6351f8],#microcommentdetails .adminOperation .top_set_left[data-v-3c6351f8]{height:1.22rem;width:1.22rem}#microcommentdetails .adminOperation .delete_left img[data-v-3c6351f8],#microcommentdetails .adminOperation .recommend_left img[data-v-3c6351f8],#microcommentdetails .adminOperation .top_set_left img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .adminOperation .delete_right[data-v-3c6351f8],#microcommentdetails .adminOperation .recommend_right[data-v-3c6351f8],#microcommentdetails .adminOperation .top_set_right[data-v-3c6351f8]{font-size:1rem;color:#333;margin-left:.28rem}#microcommentdetails .adminOperation .cancel[data-v-3c6351f8]{height:3.44rem;background:#fff;color:#333;font-size:1rem;line-height:3.44rem}#microcommentdetails .releaseOperation[data-v-3c6351f8]{background-color:#f2f2f2}#microcommentdetails .releaseOperation .delete[data-v-3c6351f8],#microcommentdetails .releaseOperation .re_edit[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:3.44rem;border-bottom:.06rem solid #eee}#microcommentdetails .releaseOperation .delete_left[data-v-3c6351f8],#microcommentdetails .releaseOperation .re_edit_left[data-v-3c6351f8]{height:1.22rem;width:1.22rem}#microcommentdetails .releaseOperation .delete_left img[data-v-3c6351f8],#microcommentdetails .releaseOperation .re_edit_left img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .releaseOperation .delete_right[data-v-3c6351f8],#microcommentdetails .releaseOperation .re_edit_right[data-v-3c6351f8]{font-size:1rem;color:#333;margin-left:.28rem}#microcommentdetails .releaseOperation .delete[data-v-3c6351f8]{border-bottom:none;margin-bottom:.63rem}#microcommentdetails .releaseOperation .cancel[data-v-3c6351f8]{height:3.44rem;background:#fff;color:#333;font-size:1rem;line-height:3.44rem}#microcommentdetails .amountReward[data-v-3c6351f8]{position:relative;padding-left:.75rem;padding-right:.75rem;padding-top:1.25rem;padding-bottom:1.31rem}#microcommentdetails .amountReward .close[data-v-3c6351f8]{top:.97rem;right:1.03rem;position:absolute;width:.84rem;height:.84rem}#microcommentdetails .amountReward .close img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .amountReward .usermessage[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.22rem}#microcommentdetails .amountReward .usermessage .top[data-v-3c6351f8]{width:3.75rem;height:3.75rem;border-radius:50%;margin-bottom:.69rem}#microcommentdetails .amountReward .usermessage .top img[data-v-3c6351f8]{width:100%;height:100%}#microcommentdetails .amountReward .usermessage .name[data-v-3c6351f8]{font-size:1rem;color:#333;line-height:1rem;font-weight:700}#microcommentdetails .amountReward .listAmounts .title[data-v-3c6351f8]{text-align:left;font-size:.88rem;color:#333;font-weight:700;margin-bottom:.94rem}#microcommentdetails .amountReward .listAmounts ul[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#microcommentdetails .amountReward .listAmounts ul li[data-v-3c6351f8]{position:relative;margin-right:.84rem;width:6.75rem;height:2.38rem;background-color:#fff;border-radius:.25rem;border:.06rem solid #e5e5e5;line-height:2.38rem;margin-bottom:.66rem;font-size:.88rem;color:#333}#microcommentdetails .amountReward .listAmounts ul li .selimg[data-v-3c6351f8]{position:absolute;width:1.84rem;height:1.19rem;top:0;right:0}#microcommentdetails .amountReward .listAmounts ul li .selimg img[data-v-3c6351f8]{display:block;width:100%;height:100%}#microcommentdetails .amountReward .listAmounts ul li.sel[data-v-3c6351f8]{border-color:#f15353;color:#f15353}#microcommentdetails .amountReward .listAmounts ul li[data-v-3c6351f8]:nth-of-type(3n){margin-right:0}#microcommentdetails .amountReward .custom_amount[data-v-3c6351f8]{margin-bottom:3.09rem}#microcommentdetails .amountReward .custom_amount .top[data-v-3c6351f8]{text-align:left;font-size:.88rem;color:#333;font-weight:700;margin-bottom:.94rem}#microcommentdetails .amountReward .custom_amount .bottom[data-v-3c6351f8]{height:2.41rem;background-color:#fff;border-radius:.25rem;border:.06rem solid #e5e5e5}#microcommentdetails .amountReward .custom_amount .bottom input[data-v-3c6351f8]{width:100%;height:100%;padding-left:.4rem;border:none}#microcommentdetails .amountReward .confirmReward[data-v-3c6351f8]{width:10rem;height:2.5rem;background-color:#f15353;border-radius:.25rem;line-height:2.5rem;font-size:1rem;color:#fff;margin:0 auto}#microcommentdetails .rewardPay[data-v-3c6351f8]{background-color:#f2f2f2}#microcommentdetails .rewardPay .content[data-v-3c6351f8]{background-color:#fff;text-align:left;padding:.6rem;min-height:3.44rem;font-size:.8rem;line-height:1rem;width:100%;white-space:normal;word-break:break-all;word-wrap:break-word}#microcommentdetails .rewardPay .content span[data-v-3c6351f8]{color:#1c96fe}#microcommentdetails .rewardPay .payMode ul li[data-v-3c6351f8]{background-color:#fff;height:3.44rem;border-bottom:.06rem solid #eee;font-size:1rem;color:#333;line-height:3.44rem}#microcommentdetails .rewardPay .payMode ul li[data-v-3c6351f8]:last-of-type{border-bottom:none;margin-bottom:.69rem}#microcommentdetails .rewardPay .cancel[data-v-3c6351f8]{background-color:#fff;height:3.44rem;border-bottom:.06rem solid #eee;font-size:1rem;color:#333;line-height:3.44rem}.commentInput-slot-style[data-v-3c6351f8]{height:1.5rem;line-height:2rem;text-align:left;padding-left:.875rem}.commentInput-slot-style .selcolor[data-v-3c6351f8]{color:#1c96fe}.pay-psw-info[data-v-3c6351f8]{overflow-y:scroll;width:100vw;height:auto;background:#fff;max-height:80vh;padding-top:.625rem}.pay-psw-info .pay_content_title[data-v-3c6351f8]{width:100vw;height:1.875rem;line-height:1.875rem;margin-bottom:.625rem;font-size:18px}.pay-psw-info .pay_content[data-v-3c6351f8]{width:100vw;height:3.125rem;margin-bottom:.625rem}.pay-psw-info .pay_content_view[data-v-3c6351f8]{width:100vw;height:3.125rem;border-bottom:.0625rem solid #ddd;border-top:.0625rem solid #ddd;border-right:.0625rem solid #ddd}.pay-psw-info .ipt_pay_p[data-v-3c6351f8]{line-height:3.125rem;height:3.125rem;font-size:20px}.pay-psw-info .ipt_pay[data-v-3c6351f8]{float:left;width:16.27%;height:3.125rem;text-align:center;border-left:.0625rem solid #ddd}.pay-psw-info footer[data-v-3c6351f8]{position:absolute;bottom:0;width:100vw;font-weight:600}.pay-psw-info .pay_btn[data-v-3c6351f8]{border-top:.0625rem solid #ddd;width:100vw;height:auto}.pay-psw-info .pay_btn li[data-v-3c6351f8]{width:33%;float:left;height:3rem;line-height:3rem;text-align:center;background:#fff;font-size:14px;border-right:.0625rem solid #ddd;border-bottom:.0625rem solid #ddd}.pay-psw-info .pay_btn li[data-v-3c6351f8]:active{background:#c2c2c2}.pay-psw-info .b9[data-v-3c6351f8]:active{background:#fff!important}.pay-psw-info .b9[data-v-3c6351f8]{background:#c2c2c2!important}.share-title[data-v-3c6351f8]{height:3rem;line-height:3.5rem}.share-list[data-v-3c6351f8]{width:16rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1rem 1rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.share-list[data-v-3c6351f8],.share-list .share-list-chile[data-v-3c6351f8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.share-list .share-list-chile[data-v-3c6351f8]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:1rem 1.5rem;font-size:12px}.share-list .share-list-chile .share-list-icon[data-v-3c6351f8]{width:2.5rem;height:2.5rem;border-radius:50%;background:#fac337;line-height:2.5rem;overflow:hidden;margin-bottom:.5rem}.share-list .share-list-chile .share-list-icon i[data-v-3c6351f8]{color:#fff;font-size:20px}",""]),t.exports=e},8039:function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{attrs:{id:"microcommentdetails"}},[a("div",{class:{hoet:t.hoet},attrs:{id:"hoid"},on:{click:t.goto}},[t._m(0)]),a("div",{class:{hoet:t.hoet},attrs:{id:"cart"},on:{click:t.gotoCart}},[t._m(1)]),a("div",{staticClass:"header"}),t.detailsData.has_many_image?a("div",{staticClass:"banner"},[a("viewer",{staticClass:"section",attrs:{images:t.detailsData.has_many_image}},[a("van-swipe",{attrs:{autoplay:0,"indicator-color":"white",loop:!0,"show-indicators":!1},on:{change:t.sidingsImg}},[t._l(t.detailsData.has_many_image,(function(t,e){return[a("van-swipe-item",{key:e},[a("div",{staticClass:"centerbanner"},[a("img",{attrs:{src:t.url,alt:""}})])])]}))],2)],1),t.detailsData.has_many_image.length>0?a("div",{staticClass:"bannerindex"},[t._v(" "+t._s(t.bannerindex+"/"+t.detailsData.has_many_image.length)+" ")]):t._e()],1):t._e(),a("div",{staticClass:"details_show"},[a("div",{staticClass:"user_message"},[a("div",{staticClass:"user_left"},[t.detailsData.has_one_stick_user?a("div",{staticClass:"pic"},[a("img",{attrs:{src:t.detailsData.has_one_stick_user.avatar,alt:""},on:{click:function(e){return t.gotoHome(t.detailsData.has_one_stick_user.uid)}}})]):t._e(),a("div",{staticClass:"name_right"},[t.detailsData.has_one_stick_user?a("div",{staticClass:"name"},[t._v(" "+t._s(t.detailsData.has_one_stick_user.nickname)+" ")]):t._e(),a("div",{staticClass:"createdata"},[t._v(t._s(t.detailsData.created_at))])])]),a("div",{staticClass:"uset_right"},[1!=t.detailsData.is_own?a("div",{staticClass:"attention",on:{click:t.attentionBtn}},[t._v(" "+t._s(t.detailsData.is_follow?"已关注":"关注")+" ")]):t._e(),a("div",{staticClass:"more",on:{click:t.managementBtn}},[a("img",{attrs:{src:i("96f7"),alt:""}})])])]),a("div",{staticClass:"article-title"},[t._v(" "+t._s(t.detailsData.title)+" ")]),t.detailsData.contents?a("div",{staticClass:"article"},[t.detailsData.contents.indexOf("micro-panel-body")>-1||t.detailsData.contents.indexOf("</p>")>-1||t.detailsData.contents.indexOf("</div>")>-1?[a("p",{domProps:{innerHTML:t._s(t.detailsData.contents)}})]:t._l(t.detailsData.contents.split("\n"),(function(e,i){return a("p",{key:i,staticStyle:{"white-space":"pre-wrap"}},[t._v(t._s(e))])}))],2):t._e(),a("div",{staticStyle:{margin:"0 0 12px 12px"}},t._l(t.detailsData.audio_src,(function(t,e){return a("audioSlider",{key:e,attrs:{src:t.file,duration:t.duration}})})),1),a("div",{staticClass:"article_label"},[a("ul",[a("li",[t._v("#"+t._s(t.detailsData.cat_name))])])]),a("div",{staticClass:"loca_information"},[a("div",{staticClass:"localeft"},[t.detailsData.address?a("div",{staticClass:"letimg"},[a("img",{attrs:{src:i("8c7e"),alt:""}})]):t._e(),a("div",{staticClass:"addressname"},[t._v(t._s(t.detailsData.address))])]),a("div",{staticClass:"locaright"},[t._v("浏览:"+t._s(t.detailsData.browse_num?t.detailsData.browse_num:0))])]),a("div",{staticClass:"showmessage"},[a("div",{staticClass:"content"},[t.detailsData.has_one_store?a("div",{staticClass:"shopshow",on:{click:function(e){return t.gotoStore(t.detailsData.has_one_store.arr.id)}}},[a("div",{staticClass:"leftimg"},[a("img",{attrs:{src:t.detailsData.has_one_store.arr.thumb,alt:""}})]),a("div",{staticClass:"shopright"},[a("div",{staticClass:"name"},[t._v(" "+t._s(t.detailsData.has_one_store.arr.store_name)+" ")]),t._m(2),a("div",{staticClass:"fobottom"},[a("div",{staticClass:"area"},[t._v(" "+t._s(t.detailsData.has_one_store.arr.address)+" ")])])])]):t._e(),t.detailsData.has_one_goods?a("div",{staticClass:"goodsshow",on:{click:function(e){return t.gotoGoods(t.detailsData.has_one_goods.id)}}},[a("div",{staticClass:"leftimg"},[a("img",{attrs:{src:t.detailsData.has_one_goods.thumb,alt:""}})]),a("div",{staticClass:"goodright"},[a("div",{staticClass:"goodsname"},[a("div",{staticClass:"good-title"},[t._v(t._s(t.detailsData.has_one_goods.title))]),1==t.detailsData.wish_state&&0!=t.detailsData.order_id?a("div",{staticClass:"do-btn",on:{click:function(e){return e.stopPropagation(),t.helpPay(t.detailsData.order_id)}}},[t._v("帮他完成心愿")]):t._e()]),a("div",{staticClass:"fobottom"},[a("div",{staticClass:"foleft"},[a("div",{staticClass:"pic"},[t._v(t._s(t.$i18n.t("money"))+t._s(t.detailsData.has_one_goods.price))]),a("div",{staticClass:"delpic"},[t._v(t._s(t.$i18n.t("money"))+t._s(t.detailsData.has_one_goods.market_price))])]),a("div",{staticClass:"foright"},[a("div",{staticClass:"sold"},[t._v("已售"+t._s(t.detailsData.has_one_goods.show_sales)+"件")])])])])]):t._e()])]),0==t.hide_comment?a("div",{ref:"commentRef",staticClass:"comment_display"},[a("div",{staticClass:"comment_top"},[a("div",{staticClass:"flex comment-right"},[a("div",{staticClass:"title"},[t._v("评论("+t._s(t.detailsData.comments_num?t.detailsData.comments_num:0)+")")]),a("div",{staticClass:"comment-time",class:{down:"desc"==t.order_by,up:"asc"==t.order_by},on:{click:function(e){return t.commentTime(e)}}},[t._v(" 时间 ")])]),a("div",{staticClass:"reply",on:{click:t.subMainCommentBtn}},[t.detailsData.has_one_stick_user?a("div",{staticClass:"reply_left"},[a("img",{attrs:{src:t.detailsData.has_one_stick_user.avatar,alt:""}})]):t._e(),a("div",{staticClass:"reply_right"},[t._v(" "+t._s(t.commentInputOptions.placeholder||"来都来了,留点什么吧...")+" ")])])]),a("div",{staticClass:"comment_bottom"},[a("ul",{staticClass:"maincomment"},t._l(t.StickCommentData,(function(e,o){return a("li",{key:o},[a("div",{staticClass:"maincommentleft",on:{click:function(i){return t.gotoHome(e.user_id)}}},[e.has_one_comment_user?a("img",{attrs:{src:e.has_one_comment_user.avatar+"?"+Date.now(),alt:""}}):t._e()]),a("div",{staticClass:"maincommentright"},[a("div",{staticClass:"master_content",on:{click:function(i){return i.stopPropagation(),t.replyCommentsBtn(e.id,"",e.uname,e.content,e.is_own,e.id,o)}}},[a("div",{staticClass:"master_content_left"},[a("div",{staticClass:"name"},[t._v(t._s(e.uname))]),a("div",{staticClass:"createdata"},[t._v(t._s(e.created_at))]),a("div",{staticClass:"review_content"},[t._v(" "+t._s(e.content)+" ")]),a("div",{staticClass:"comment-img"},t._l(e.image,(function(i,o){return a("div",{key:o,staticClass:"comment-img-child",on:{click:function(i){return i.stopPropagation(),t.openImgPreview(e.image,o)}}},[a("img",{attrs:{src:i,alt:""}})])})),0)]),a("div",{staticClass:"master_content_right"},[0==e.is_own&&1==t.detailsData.comment_open?a("div",{staticClass:"reward-box",on:{click:function(i){return i.stopPropagation(),t.moneyShow(1,e.id,e.uname,e.has_one_comment_user.avatar)}}},[a("img",{attrs:{src:i("627f"),alt:""}})]):t._e(),a("div",{staticClass:"thumb_up",on:{click:function(i){return i.stopPropagation(),t.praiseBtn(e.id,"",o,"",e.is_praise)}}},[a("div",{staticClass:"thumb_img"},[e.is_praise?[a("img",{attrs:{src:i("c5cd"),alt:""}})]:[a("img",{attrs:{src:i("0b52"),alt:""}})]],2),a("div",{staticClass:"thumb_num"},[t._v(t._s(e.praise_num))])])])]),t._l(e.child,(function(s,n){return[e.child&&n<e.commentIndex?a("div",{key:n,staticClass:"deputy_comment"},[s.has_one_comment_user?a("div",{staticClass:"deputy_comment_left",on:{click:function(e){return e.stopPropagation(),t.gotoHome(s.user_id)}}},[a("img",{attrs:{src:s.has_one_comment_user.avatar,alt:""}})]):t._e(),a("div",{staticClass:"deputy_comment_right",on:{click:function(i){return i.stopPropagation(),t.replyCommentsBtn(s.major_cm_id,s.id,s.uname,s.content,s.is_own,e.id,o)}}},[a("div",{staticClass:"deputy_message"},[a("div",{staticClass:"name"},[t._v(t._s(s.uname))]),a("div",{staticClass:"createdata"},[t._v(t._s(s.created_at))]),a("div",{staticClass:"review_content"},[s.less&&s.less.uname?[t._v(" 回复"),a("span",{staticClass:"selecolor"},[t._v(t._s(s.less&&s.less.uname))])]:t._e(),t._v(" "+t._s(s.content)+" ")],2),a("div",{staticClass:"comment-img"},t._l(s.image,(function(e,i){return a("div",{key:i,staticClass:"comment-img-child",on:{click:function(e){return e.stopPropagation(),t.openImgPreview(s.image,i)}}},[a("img",{attrs:{src:e,alt:""}})])})),0)]),a("div",{staticClass:"thumb_up",on:{click:function(e){return e.stopPropagation(),t.praiseBtn(s.major_cm_id,s.id,o,n,s.is_praise)}}},[a("div",{staticClass:"thumb_img"},[s.is_praise?[a("img",{attrs:{src:i("c5cd"),alt:""}})]:[a("img",{attrs:{src:i("0b52"),alt:""}})]],2),a("div",{staticClass:"thumb_num"},[t._v(t._s(s.praise_num))])])])]):t._e()]})),e.child&&e.child.length>e.commentIndex?a("div",{staticClass:"unfold",on:{click:function(e){return e.stopPropagation(),t.unfoldOn(o)}}},[t._v("展开更多"+t._s(t.commentLength(e.child&&e.child.length))+"条回复")]):t._e(),e.child&&e.child.length===e.commentIndex?a("div",{staticClass:"unfold",on:{click:function(e){return e.stopPropagation(),t.packOn(o)}}},[t._v("收起更多"+t._s(t.commentLength(e.child&&e.child.length))+"条回复")]):t._e()],2)])})),0)]),t.mulcommentsshow&&t.StickCommentData&&t.StickCommentData.length>0?a("div",{staticClass:"multiple_comments",on:{click:t.mulchMeatsShowBtn}},[t._v(" 展开多条评论 ")]):t._e()]):t._e()]),a("div",{staticClass:"bottom_operation set-pc-styleLeft"},[a("div",{staticClass:"content"},[a("div",{directives:[{name:"show",rawName:"v-show",value:0==t.hide_comment,expression:"hide_comment == 0"}],staticClass:"reply",on:{click:t.subMainCommentBtn}},[t._m(3),a("div",{staticClass:"reply_right"},[t._v(" "+t._s(t.commentInputOptions.placeholder||"说点什么...")+" ")])]),a("div",{staticClass:"thumbup",on:{click:function(e){t.showShare=!0}}},[t._m(4),a("div",{staticClass:"thumbupnum"},[t._v("分享")])]),0==t.reward_button?a("div",{staticClass:"thumbup",on:{click:function(e){return t.moneyShow(0)}}},[t._m(5),a("div",{staticClass:"thumbupnum"},[t._v("赞赏")])]):t._e(),a("div",{staticClass:"thumbup",on:{click:t.isPraiseBtn}},[t._m(6),a("div",{staticClass:"thumbupnum"},[t._v(t._s(t.detailsData.praise_num))])]),a("div",{directives:[{name:"show",rawName:"v-show",value:0==t.hide_comment,expression:"hide_comment == 0"}],staticClass:"thumbup"},[t._m(7),a("div",{staticClass:"thumbupnum"},[t._v(t._s(t.detailsData.comments_num))])])])]),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.adminOperationshow,callback:function(e){t.adminOperationshow=e},expression:"adminOperationshow"}},[a("div",{staticClass:"adminOperation"},[a("div",{staticClass:"recommend"},[a("div",{staticClass:"recommend_left"},[a("img",{attrs:{src:i("34ba"),alt:""}})]),a("div",{staticClass:"recommend_right",on:{click:function(e){return t.adminBtn(1)}}},[1==t.recommend_flag?a("span",[t._v("取消推荐")]):a("span",[t._v("推荐")])])]),a("div",{staticClass:"top_set"},[a("div",{staticClass:"top_set_left"},[a("img",{attrs:{src:i("9c9c3"),alt:""}})]),a("div",{staticClass:"top_set_right",on:{click:function(e){return t.adminBtn(2)}}},[1==t.stick_flag?a("span",[t._v("取消置顶")]):a("span",[t._v("置顶")])])]),t.is_own?a("div",{staticClass:"top_set",on:{click:t.reEditBtn}},[a("div",{staticClass:"top_set_left"},[a("img",{attrs:{src:i("fe4a"),alt:""}})]),a("div",{staticClass:"top_set_right"},[t._v("修改")])]):t._e(),a("div",{staticClass:"delete",on:{click:t.deleteBtn}},[a("div",{staticClass:"delete_left"},[a("img",{attrs:{src:i("3b12"),alt:""}})]),a("div",{staticClass:"delete_right"},[t._v("删除")])]),a("div",{staticClass:"cancel",on:{click:t.adCancel}},[t._v("取消")])])]),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.releaseOperationshow,callback:function(e){t.releaseOperationshow=e},expression:"releaseOperationshow"}},[a("div",{staticClass:"releaseOperation"},[a("div",{staticClass:"re_edit",on:{click:t.reEditBtn}},[a("div",{staticClass:"re_edit_left"},[a("img",{attrs:{src:i("fe4a"),alt:""}})]),a("div",{staticClass:"re_edit_right"},[t._v("修改")])]),a("div",{staticClass:"delete",on:{click:t.deleteBtn}},[a("div",{staticClass:"delete_left"},[a("img",{attrs:{src:i("3b12"),alt:""}})]),a("div",{staticClass:"delete_right"},[t._v("删除")])]),a("div",{staticClass:"cancel",on:{click:t.reCancelBtn}},[t._v("取消")])])]),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.amountRewardshow,callback:function(e){t.amountRewardshow=e},expression:"amountRewardshow"}},[a("div",{staticClass:"amountReward"},[a("div",{staticClass:"close",on:{click:function(e){t.amountRewardshow=!1}}},[a("img",{attrs:{src:i("d5c4"),alt:""}})]),a("div",{staticClass:"usermessage"},[t.RewardMember.img?a("div",{staticClass:"top"},[a("img",{attrs:{src:t.RewardMember.img,alt:""}})]):t._e(),t.RewardMember.name?a("div",{staticClass:"name"},[t._v(" "+t._s(t.RewardMember.name)+" ")]):t._e()]),a("div",{staticClass:"listAmounts"},[a("div",{staticClass:"title"},[t._v("请选择金额打赏")]),a("ul",t._l(t.rewardArr,(function(e,o){return a("li",{key:o,class:{sel:t.rewardArrselect==o},on:{click:function(e){return t.shorewardArrBtn(o)}}},[t._v(" "+t._s(t.$i18n.t("money"))+t._s(e.name)+" "),t.rewardArrselect==o?a("div",{staticClass:"selimg"},[a("img",{attrs:{src:i("a218"),alt:""}})]):t._e()])})),0)]),a("div",{staticClass:"custom_amount"},[a("div",{staticClass:"top"},[t._v("自定义金额打赏")]),a("div",{staticClass:"bottom"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.rewardArrmoney,expression:"rewardArrmoney"}],attrs:{type:"number",name:"",placeholder:"请输入要打赏的金额"},domProps:{value:t.rewardArrmoney},on:{focus:t.rewardArrMoneyBtn,input:function(e){e.target.composing||(t.rewardArrmoney=e.target.value)}}})])]),a("div",{staticClass:"confirmReward",on:{click:t.confirmRewardBtn}},[t._v("确认打赏")])])]),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.rewardPayshow,callback:function(e){t.rewardPayshow=e},expression:"rewardPayshow"}},[a("div",{staticClass:"rewardPay"},[a("div",{staticClass:"payMode"},[a("ul",t._l(t.btnData,(function(e,i){return a("li",{key:i,on:{click:function(i){return t.payBtn(e)}}},[t._v(" "+t._s(e.name)+" ")])})),0)]),a("div",{staticClass:"cancel",on:{click:t.rewardPayCancelBtn}},[t._v("取消")])])]),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.commentManagement,callback:function(e){t.commentManagement=e},expression:"commentManagement"}},[a("div",{staticClass:"rewardPay"},[a("div",{staticClass:"content"},[a("span",[t._v(t._s(t.replyName)+":")]),t._v(t._s(t.replyshowcontent)+" ")]),a("div",{staticClass:"payMode"},[a("ul",[a("li",{on:{click:t.replyBtn}},[t._v("回复")]),t.is_own||t.detailsData.is_manager?a("li",{on:{click:t.delBtn}},[t._v("删除")]):t._e()])]),a("div",{staticClass:"cancel",on:{click:t.replyCancelBtn}},[t._v("取消")])])]),a("pay-keyboard",{attrs:{payKeyboardShow:t.popupSpecs},on:{"update:payKeyboardShow":function(e){t.popupSpecs=e},"update:pay-keyboard-show":function(e){t.popupSpecs=e},complete:t.onPassword}}),a("yz-comment-input",{attrs:{options:t.commentInputOptions},on:{confirm:t.subMainBtn},model:{value:t.showCommentInput,callback:function(e){t.showCommentInput=e},expression:"showCommentInput"}},["reply"==t.commentInputOptions.type?a("div",{staticClass:"commentInput-slot-style"},[t._v(" 回复"),a("span",{staticClass:"selcolor"},[t._v("@"+t._s(t.replyName))])]):t._e()]),a("van-image-preview",{attrs:{images:t.imagesPreview,"start-position":t.startPosition},model:{value:t.showImagePreview,callback:function(e){t.showImagePreview=e},expression:"showImagePreview"}}),a("van-popup",{attrs:{round:"",closeable:"","get-container":"#app"},model:{value:t.showShare,callback:function(e){t.showShare=e},expression:"showShare"}},[a("div",{staticClass:"share-title"},[t._v("分享")]),a("div",{staticClass:"share-list",on:{click:function(e){t.showShare=!1}}},[5!=this.fun.getTyep()||this.fun.isCPS()?a("div",{staticClass:"share-list-chile",on:{click:function(e){return t.shareWeixin()}}},[a("div",{staticClass:"share-list-icon"},[a("i",{staticClass:"iconfont icon-fx_haoyou"})]),t._v(" 分享好友 ")]):t._e(),t.plugin_setting&&t.plugin_setting.douyin_share&&t.plugin_setting.douyin_share.status?a("div",{staticClass:"share-list-chile",on:{click:function(e){return e.stopPropagation(),t.getDouyinOptions()}}},[a("div",{staticClass:"share-list-icon",staticStyle:{background:"#fff"}},[a("i",{staticClass:"iconfont icon-all_trill",staticStyle:{color:"#000","font-size":"40px"}})]),t._v(" 分享抖音 ")]):t._e()])])],1)},o=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"back"}},[i("i",{staticClass:"iconfont icon-member-left"})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"back"}},[i("i",{staticClass:"iconfont icon-ai-home"})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"start_1"},[a("img",{attrs:{src:i("8a65"),alt:""}}),a("img",{attrs:{src:i("8a65"),alt:""}}),a("img",{attrs:{src:i("8a65"),alt:""}}),a("img",{attrs:{src:i("8a65"),alt:""}}),a("img",{attrs:{src:i("8a65"),alt:""}})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"reply_left"},[a("img",{attrs:{src:i("6f22"),alt:""}})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"thumbupimg",staticStyle:{width:"auto",height:"auto"}},[i("i",{staticClass:"iconfont icon-fenxiang",staticStyle:{"font-weight":"bold"}})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"thumbupimg"},[a("img",{attrs:{src:i("627f"),alt:""}})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"thumbupimg"},[a("img",{attrs:{src:i("5794"),alt:""}})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"thumbupimg"},[a("img",{attrs:{src:i("82ec"),alt:""}})])}],s=i("5530"),n=(i("e7e5"),i("d399")),m=(i("a9e3"),i("b64b"),i("b0c0"),i("14d9"),i("99af"),i("d3b7"),i("25f0"),i("159b"),i("e9c4"),i("ac0d")),r=i("6968"),c=i("cc54"),l=i("dca4"),d=i("ebf1"),h=i("0269"),p="-1",f={mixins:[m["a"],l["a"]],data:function(){return{showShare:!1,bannerindex:1,showCommentInput:!1,commentInputOptions:{type:"",placeholder:""},adminOperationshow:!1,releaseOperationshow:!1,amountRewardshow:!1,rewardPayshow:!1,stickid:"",detailsData:{},StickCommentData:[],replyName:"",host_comment_id:"",second_comment_id:"",readertype:1,is_praise:!0,rewardArr:[{value:1,name:"5元"},{value:2,name:"10元"},{value:3,name:"20元"},{value:4,name:"50元"},{value:5,name:"100元"}],rewardArrselect:99999,rewardArrmoney:"",rewardArrmoneytype:2,btnData:[],rewardMoney:0,commentManagement:!1,is_own:!1,commend_id:"",mulcommentsshow:!0,reward_commend_id:0,rewardTypes:0,isLoadMore:!0,page:1,total_page:0,stick_flag:0,recommend_flag:0,reward_button:1,passwordInfo:{},popupSpecs:!1,pwds:[],pwd:"",pw1:"",pw2:"",pw3:"",pw4:"",pw5:"",pw6:"",imagesPreview:[],startPosition:0,showImagePreview:!1,RewardMember:{},hide_comment:0,order_by:"",commentId:"",commentIndex:""}},activated:function(){this.$route.params.stickId&&0!=Number(this.$route.params.stickId)?(this.stickid=this.$route.params.stickId,this.popupSpecs=!1,this.initPop(),this.getMicroDetails(),this.getStickComment()):this.$router.go(-1)},computed:{commentLength:function(){return function(t){return t-3}}},mounted:function(){this.fun.isTextEmpty(this.fun.getKey("share_tag"))||(p=this.fun.getKey("share_tag")),this.plugin_setting=localStorage.getItem("plugin_setting")?JSON.parse(localStorage.getItem("plugin_setting")):{}},methods:{commentTime:function(t){"comment-time up"==t.target.className?(this.order_by="desc",t.target.className="comment-time down"):(this.order_by="asc",t.target.className="comment-time up"),this.getStickComment()},openImgPreview:function(t,e){this.imagesPreview=t,this.startPosition=e,this.showImagePreview=!0},mulchMeatsShowBtn:function(){this.mulcommentsshow=!1,this.getMoreData()},moneyShow:function(t,e,i,a){this.rewardTypes=t,this.rewardArrmoney="",this.rewardArrselect=9999,this.rewardMoney=0,this.amountRewardshow=!0,this.reward_commend_id=e,this.RewardMember.img=a||this.detailsData.has_one_stick_user.avatar,this.RewardMember.name=i||this.detailsData.has_one_stick_user.nickname},shorewardArrBtn:function(t){this.rewardArrmoneytype=1,this.rewardArrselect=t,this.rewardArrmoney=""},rewardArrMoneyBtn:function(){this.rewardArrmoneytype=2,this.rewardArrselect=9999},confirmRewardBtn:function(){this.amountRewardshow=!1,1==this.rewardArrmoneytype?this.rewardMoney=parseInt(this.rewardArr[this.rewardArrselect].name):2==this.rewardArrmoneytype&&(this.rewardMoney=this.rewardArrmoney),this.fun.isTextEmpty(this.rewardMoney)?Object(n["a"])("请输入或选择打赏金额"):this.rewardMoney<=0?Object(n["a"])("打赏金额必须大于0"):this.getPayData()},rewardPayCancelBtn:function(){this.rewardPayshow=!1},showPwdPop:function(){this.initPop(),this.rewardPayshow=!1,this.popupSpecs=!0},hidePwdPop:function(){this.popupSpecs=!1},initPop:function(){this.pwds=[],this.pwd="",this.pw1="",this.pw2="",this.pw3="",this.pw4="",this.pw5="",this.pw6=""},onPassword:function(t){this.pwd.length<6&&(this.pwd=this.pwd+t,this.setPwdView()),6==this.pwd.length&&(this.hidePwdPop(),this.getVerifyPassword(this.pwd),this.pwd=""),this.getVerifyPassword(t)},setPwdView:function(){var t=this.pwd.length;if(!(t<=0))switch(t){case 1:this.pw1=this.pwd.substring(0,1);break;case 2:this.pw2=this.pwd.substring(1,2);break;case 3:this.pw3=this.pwd.substring(2,3);break;case 4:this.pw4=this.pwd.substring(3,4);break;case 5:this.pw5=this.pwd.substring(4,5);break;case 6:this.pw6=this.pwd.substring(5,6);break;default:break}},pwdDelete:function(){var t=this.pwd.length;if(!(t<=0))switch(t){case 1:this.pwd=this.pwd.substring(0,0),this.pw1="";break;case 2:this.pwd=this.pwd.substring(0,1),this.pw2="";break;case 3:this.pwd=this.pwd.substring(0,2),this.pw3="";break;case 4:this.pwd=this.pwd.substring(0,3),this.pw4="";break;case 5:this.pwd=this.pwd.substring(0,4),this.pw5="";break;case 6:this.pwd=this.pwd.substring(0,5),this.pw6="";break;default:break}},getVerifyPassword:function(t){var e=this;$http.get("payment.password.check",{password:t},"").then((function(t){1==t.result?(e.passwordInfo.other.need_password=!1,e.payBtn(e.passwordInfo)):e.$dialog.confirm({message:t.msg}).then((function(){2001==t.data.code||(2002==t.data.code?e.$router.push(e.fun.getUrl("set_balance_password",{})):t.data.code)})).catch((function(){2001==t.data.code||2002==t.data.code||t.data.code}))}),(function(t){e.$dialog.alert({message:t.msg})}))},getPayData:function(){var t=this;this.actionSheetItems=[],$http.get("plugin.micro-communities.api.reward-log.get-payment-buttons",{},"").then((function(e){if(1==e.result){var i=e.data.buttons;t.btnData=i,t.rewardPayshow=!0}})).catch((function(t){}))},payBtn:function(t){var e,i=this;if(t.need_password||null!==(e=t.other)&&void 0!==e&&e.need_password)return this.passwordInfo=t,void this.showPwdPop();var a=this,o="plugin.micro-communities.api.reward-log.index",n={pay_method:t.value,amount:this.rewardMoney,pay_name:t.name};0==this.rewardTypes?n.trick_id=this.stickid:(o="plugin.micro-communities.api.reward-log.commentPay",n.comment_id=this.reward_commend_id),$http.post(o,n,"支付中...").then((function(e){a.rewardPayshow=!1,1==e.result?i.handleOtherPay(t,e,"",Object(s["a"])({url:o},n)):a.$dialog.alert({message:e.msg})})).catch((function(t){a.$dialog.alert({message:response.msg})}))},attentionBtn:function(){this.detailsData.is_follow?this.cancelAttention():this.addAttention()},cancelAttention:function(){var t=this,e={uid:this.detailsData.user_id};$http.post("plugin.micro-communities.api.user.delFollow",e).then((function(e){1==e.result?(t.$set(t.detailsData,"is_follow",!1),Object(n["a"])(e.msg)):Object(n["a"])(e.msg)}))},addAttention:function(){var t=this,e={user_id:this.detailsData.user_id};$http.post("plugin.micro-communities.api.user.addFollow",e).then((function(e){1==e.result?(t.$set(t.detailsData,"is_follow",!0),Object(n["a"])(e.msg)):Object(n["a"])(e.msg)}))},sidingsImg:function(t){this.bannerindex=t+1},getMicroDetails:function(){var t=this,e=this,i={tid:this.stickid};$http.post("plugin.micro-communities.api.trick.getStrickDetail",i,{}).then((function(i){if(1==i.result){var a;e.detailsData=i.data,e.detailsData&&(1==e.detailsData.is_manager?e.readertype=3:1==e.detailsData.is_own&&(e.readertype=2),1==e.detailsData.is_manager?e.is_praise=!0:e.is_praise=!1);var o=null===(a=i.data)||void 0===a?void 0:a.setting;t.reward_button=i.data.reward_button,t.recommend_flag=i.data.is_recommend,t.stick_flag=i.data.is_top,e.is_own=0!=i.data.is_own,t.hide_comment=i.data.hide_comment,o.custom_title?t.fun.setWXTitle(o.custom_title):t.fun.setWXTitle("微帖详情"),t.commentInputOptions.placeholder=o.custom_comment_tip,e.fun.wxShare("",{},{title:e.detailsData.title,imgUrl:e.detailsData.has_one_stick_user.avatar,description:e.detailsData.contents})}else"-1"==p?e.$router.go(-1):e.$router.push(e.fun.getUrl("home",{})),Object(n["a"])(i.msg)}))},getStickComment:function(){var t=this,e=this;e.pageInit();var i={tid:this.stickid,order_by:this.order_by};$http.post("plugin.micro-communities.api.trick.getStickComment",i,{}).then((function(i){if(1==i.result){for(var a in e.total_page=i.data.last_page,e.StickCommentData=i.data.data,t.StickCommentData)t.$set(t.StickCommentData[a],"commentIndex",3);i.data.last_page==i.data.current_page?e.mulcommentsshow=!1:i.data.last_page>i.data.current_page&&(e.mulcommentsshow=!0)}else Object(n["a"])(i.msg)}))},updateComment:function(){var t=this,e={tid:this.stickid,order_by:this.order_by,comment_id:this.commentId};$http.post("plugin.micro-communities.api.trick.getStickComment",e,{}).then((function(e){if(1==e.result){var i=e.data;t.$nextTick((function(){t.$set(t.StickCommentData[t.commentIndex],"child",i.child)}))}else Object(n["a"])(e.msg)}))},unfoldOn:function(t){var e;this.StickCommentData[t].commentIndex=null===(e=this.StickCommentData[t])||void 0===e||null===(e=e.child)||void 0===e?void 0:e.length},packOn:function(t){this.StickCommentData[t].commentIndex=3},helpPay:function(t){this.$router.push(this.fun.getUrl("PayAnotherDetail",{},{order_ids:t,pid:this.detailsData.has_one_stick_user.uid}))},replyCommentsBtn:function(t,e,i,a,o,s,n){this.host_comment_id=t,this.second_comment_id=e,this.replyName=i,this.replyshowcontent=a,this.commentId=s,this.commentIndex=n,this.is_own=1==o,this.commentManagement=!0},replyBtn:function(){this.showCommentInput=!0,this.commentInputOptions.type="reply",this.commentManagement=!1},delBtn:function(){this.host_comment_id&&this.second_comment_id?this.commend_id=this.second_comment_id:this.commend_id=this.host_comment_id,this.commentManagement=!1,this.delReply()},delReply:function(){var t=this,e={};e.commend_id=this.commend_id,$http.post("plugin.micro-communities.api.trick.delComment",e).then((function(e){1==e.result?(t.getStickComment(),Object(n["a"])(e.msg)):Object(n["a"])(e.msg)}))},replyCancelBtn:function(){this.commentManagement=!1},subMainCommentBtn:function(){this.showCommentInput=!0,this.commentInputOptions.type="main"},subMainBtn:function(t){t&&(this.showCommentInput=!1,this.getReplyComments(t))},getReplyComments:function(t){var e=this,i=this,a={image:t.imgs,content:t.text};a.tid=i.stickid,"reply"==t.options.type&&(this.host_comment_id&&(a.host_comment_id=this.host_comment_id),this.second_comment_id&&(a.second_comment_id=this.second_comment_id)),$http.post("plugin.micro-communities.api.trick.comments",a).then((function(a){if(1==a.result){a.data;var o=i.detailsData.comments_num+1;i.$set(i.detailsData,"comments_num",o),"main"==t.options.type?(e.$nextTick((function(){var t=e.$refs.commentRef.offsetTop;window.scrollTo({top:t,left:0,behavior:"smooth"})})),i.getStickComment()):i.updateComment(),Object(n["a"])(a.msg)}else Object(n["a"])(a.msg)}))},managementBtn:function(){2==this.readertype?this.releaseOperationshow=!0:3==this.readertype&&(this.adminOperationshow=!0)},reEditBtn:function(){this.adminOperationshow=!1,1!=this.detailsData.is_pc?this.$router.push(this.fun.getUrl("microEdit",{stickid:this.stickid})):Object(n["a"])("PC端发布的帖子只能在PC端修改")},deleteBtn:function(){var t=this,e=this,i={};i.tid=e.stickid,$http.post("plugin.micro-communities.api.trick.delTrick",i).then((function(e){1==e.result?(Object(n["a"])(e.msg),t.releaseOperationshow=!1,t.adminOperationshow=!1,t.$router.push(t.fun.getUrl("MicroIndex"))):(Object(n["a"])(e.msg),t.releaseOperationshow=!1,t.adminOperationshow=!1)}))},reCancelBtn:function(){this.releaseOperationshow=!1},adminBtn:function(t){var e=this,i=this,a={};a.tid=i.stickid,1==t?(a.state=1==this.recommend_flag?0:1,a.operation=1):2==t&&(a.state=1==this.stick_flag?0:1,a.operation=2),$http.post("plugin.micro-communities.api.trick.changeOperation",a).then((function(i){1==i.result?(1==t?e.recommend_flag=1==e.recommend_flag?0:1:2==t&&(e.stick_flag=1==e.stick_flag?0:1),Object(n["a"])(i.msg),e.adminOperationshow=!1):(Object(n["a"])(i.msg),e.adminOperationshow=!1)}))},adCancel:function(){this.adminOperationshow=!1},praiseBtn:function(t,e,i,a,o){if(1==o)return Object(n["a"])("你已赞过该贴"),!1;this.getPraiseData(t,e,i,a,"")},isPraiseBtn:function(){if(1==this.detailsData.is_praise)return Object(n["a"])("你已赞过该贴"),!1;this.getPraiseData("","","","","main")},getPraiseData:function(t,e,i,a,o){var s=this,m={};t||(m.tid=s.stickid),m.comment_id=t&&e?e:t,$http.post("plugin.micro-communities.api.trick.givePraise",m).then((function(m){if(1==m.result){if("main"==o)s.$set(s.detailsData,"praise_num",s.detailsData.praise_num?s.detailsData.praise_num+1:1);else if(t&&e){var r=s.StickCommentData[i].child[a];s.$set(r,"is_praise",1),s.$set(r,"praise_num",r.praise_num?r.praise_num+1:1)}else{var c=s.StickCommentData[i];s.$set(c,"is_praise",1),s.$set(c,"praise_num",c.praise_num?c.praise_num+1:1)}Object(n["a"])(m.msg)}else Object(n["a"])(m.msg)}))},gotoHome:function(t){this.$router.push(this.fun.getUrl("microhomepage",{},{micuid:t}))},goto:function(){"-1"==p?this.$router.go(-1):this.$router.push(this.fun.getUrl("home",{}))},gotoCart:function(){this.$router.push(this.fun.getUrl("MicroHome",{}))},gotoMember:function(){this.$router.push(this.fun.getUrl("member",{}))},shareWeixin:function(){this.$dialog.alert({message:"请点击右上角分享"})},pageInit:function(){this.page=1,this.total_page=0,this.isLoadMore=!0},getMoreData:function(){if(this.mulcommentsshow)return!1;var t=this,e={tid:this.stickid,order_by:this.order_by};t.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,e.page=this.page,$http.post("plugin.micro-communities.api.trick.getStickComment",e,"加载中...").then((function(e){if(t.isLoadMore=!0,1!==e.result)return t.page=t.page-1,void(t.isLoadMore=!1);var i=e.data.data;for(var a in i)t.$set(i[a],"commentIndex",3);t.StickCommentData=t.StickCommentData.concat(i),e.data.last_page==e.data.current_page?t.mulcommentsshow=!1:e.data.last_page>e.data.current_page&&(t.mulcommentsshow=!0)}),(function(t){})))},gotoStore:function(t){this.$router.push(this.fun.getUrl("HomeSeller",{store_id:t,fromHome:1}))},gotoGoods:function(t){this.$router.push(this.fun.getUrl("goods",{id:t}))},getDouyinOptions:function(){var t=this;$http.get("plugin.douyin-share.frontend.controllers.index.index",{},"加载").then((function(e){if(1===e.result){var i=e.data,a=i.client_key,o=i.nonce_str,s=i.signature,m=i.timestamp,r={share_type:"h5",client_key:a,nonce_str:o,timestamp:m&&m.toString(),signature:s,title:t.detailsData.title||""},c=t.plugin_setting.douyin_share.img_share;r.share_to_publish=Number(c)-1;var l=[];if(t.detailsData.has_many_image.forEach((function(t){l.push(t.url)})),!(l.length>0))return t.$toast("提示当前内容无图片/视频,不能分享到抖音");r.image_list_path=JSON.stringify(l);var d=window.dy_open_util.serialize(r);if(t.fun.isWeiXin())return t.$router.push(t.fun.getUrl("urlGuide",{},{path:d,text:"点击右上角“...”选择在浏览器中打开唤起抖音APP进行分享"}));window.location.href=d}else Object(n["a"])(e.msg)})).catch((function(t){}))}},beforeDestroy:function(){window.removeEventListener("scroll",0)},components:{cTitle:r["a"],yzCommentInput:c["a"],payKeyboard:d["a"],audioSlider:h["a"]}},u=f,g=u,_=(i("3b82"),i("2877")),w=Object(_["a"])(g,a,o,!1,null,"3c6351f8",null);e["default"]=w.exports},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));var a=document.documentElement,o=document.body,s={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return a&&a.scrollTop?t=a.scrollTop:o&&(t=o.scrollTop),t},getClientHeight:function(){var t=0;return t=o.clientHeight&&a.clientHeight?Math.min(o.clientHeight,a.clientHeight):Math.max(o.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(o.scrollHeight,a.scrollHeight)},handleScroll:function(){this.otherScroll();var t=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=t>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},d72d:function(t,e,i){var a=i("7808");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=i("499e").default;o("cfae836c",a,!0,{sourceMap:!1,shadowMode:!1})}}]);