1 line
66 KiB
JavaScript
1 line
66 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2978552a"],{"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("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)}}},d=r,c=(i("6b05"),i("2877")),l=Object(c["a"])(d,a,o,!1,null,"3050b32a",null);e["a"]=l.exports},"4f47":function(t,e,i){var a=i("6691");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=i("499e").default;o("8e1f0b78",a,!0,{sourceMap:!1,shadowMode:!1})},"59d6":function(t,e,i){var a=i("9d22");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=i("499e").default;o("4702d477",a,!0,{sourceMap:!1,shadowMode:!1})},6691:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".audio-wrapper[data-v-3050b32a]{-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-3050b32a],.audio-wrapper .icon img[data-v-3050b32a]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.audio-wrapper .icon img[data-v-3050b32a]{width:1.2rem;height:1.2rem;padding:8px 18px 8px 0;-webkit-box-sizing:content-box;box-sizing:content-box}.slider[data-v-3050b32a]{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-3050b32a]{right:0;background-color:#f5f6f8}.slider-fill[data-v-3050b32a],.slider-track[data-v-3050b32a]{position:absolute;height:6px;left:0;top:50%;margin-top:-1px;border-radius:3px}.slider-fill[data-v-3050b32a]{width:100%;background-color:#f14e4e}.slider-thumb[data-v-3050b32a]{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-3050b32a]{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-3050b32a]{text-align:left}.time_left[data-v-3050b32a],.time_right[data-v-3050b32a]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.time_right[data-v-3050b32a]{text-align:right}",""]),t.exports=e},"6b05":function(t,e,i){"use strict";i("4f47")},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:""}})])])]),t.detailsData.contents?a("div",{staticClass:"article"},[t.detailsData.contents.indexOf("micro-panel-body")>-1||t.detailsData.contents.indexOf("</p>")>-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},[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()])]),a("div",{staticClass:"comment_display\n"},[a("div",{staticClass:"comment_top"},[a("div",{staticClass:"title"},[t._v("评论("+t._s(t.detailsData.comments_num?t.detailsData.comments_num:0)+")")]),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(" 来都来了,留点什么吧... ")])])]),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)}}},[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?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(e){return e.stopPropagation(),t.replyCommentsBtn(s.major_cm_id,s.id,s.uname,s.content,s.is_own)}}},[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_name?[t._v(" 回复"),a("span",{staticClass:"selecolor"},[t._v(t._s(s.less_name))])]: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()]}))],2)])})),0)]),t.mulcommentsshow&&t.StickCommentData&&t.StickCommentData.length>0?a("div",{staticClass:"multiple_comments\n",on:{click:t.mulchMeatsShowBtn}},[t._v(" 展开多条评论 ")]):t._e()])]),a("div",{staticClass:"bottom_operation set-pc-styleLeft"},[a("div",{staticClass:"content"},[a("div",{staticClass:"reply",on:{click:t.subMainCommentBtn}},[t._m(3),a("div",{staticClass:"reply_right"},[t._v(" 说点什么... ")])]),a("div",{staticClass:"thumbup",on:{click:t.shareWeixin}},[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",{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"}})],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("e7e5"),i("d399")),n=(i("a9e3"),i("b0c0"),i("99af"),i("ac0d")),m=i("6968"),r=i("cc54"),d=i("dca4"),c=i("ebf1"),l=i("0269"),h="-1",p={mixins:[n["a"],d["a"]],data:function(){return{bannerindex:1,showCommentInput:!1,commentInputOptions:{},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:{}}},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)},mounted:function(){this.fun.isTextEmpty(this.fun.getKey("share_tag"))||(h=this.fun.getKey("share_tag"))},methods:{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(s["a"])("请输入或选择打赏金额"):this.rewardMoney<=0?Object(s["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.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=this;if(t.need_password)return this.passwordInfo=t,void this.showPwdPop();var i=this,a="plugin.micro-communities.api.reward-log.index",o={pay_method:t.value,amount:this.rewardMoney,pay_name:t.name};0==this.rewardTypes?o.trick_id=this.stickid:(a="plugin.micro-communities.api.reward-log.commentPay",o.comment_id=this.reward_commend_id),$http.post(a,o,"支付中...").then((function(a){i.rewardPayshow=!1,1==a.result?e.handleOtherPay(t,a):i.$dialog.alert({message:a.msg})})).catch((function(t){i.$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(s["a"])(e.msg)):Object(s["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(s["a"])(e.msg)):Object(s["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){1==i.result?(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),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,e.fun.wxShare("",{},{title:e.detailsData.title,imgUrl:e.detailsData.has_one_stick_user.avatar,description:e.detailsData.contents})):("-1"==h?e.$router.go(-1):e.$router.push(e.fun.getUrl("home",{})),Object(s["a"])(i.msg))}))},getStickComment:function(){var t=this;t.pageInit();var e={tid:this.stickid};$http.post("plugin.micro-communities.api.trick.getStickComment",e,{}).then((function(e){1==e.result?(t.total_page=e.data.last_page,t.StickCommentData=e.data.data):Object(s["a"])(e.msg)}))},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){this.host_comment_id=t,this.second_comment_id=e,this.replyName=i,this.replyshowcontent=a,this.is_own=1==o,this.commentManagement=!0},replyBtn:function(){this.showCommentInput=!0,this.commentInputOptions={type:"reply",placeholder:"请输入你的回复吧"},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(s["a"])(e.msg)):Object(s["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={image:t.imgs,content:t.text};i.tid=e.stickid,"reply"==t.options.type&&(this.host_comment_id&&(i.host_comment_id=this.host_comment_id),this.second_comment_id&&(i.second_comment_id=this.second_comment_id)),$http.post("plugin.micro-communities.api.trick.comments",i).then((function(t){if(1==t.result){e.getStickComment();var i=e.detailsData.comments_num+1;e.$set(e.detailsData,"comments_num",i),Object(s["a"])(t.msg)}else Object(s["a"])(t.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(s["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(s["a"])(e.msg),t.releaseOperationshow=!1,t.adminOperationshow=!1,t.$router.push(t.fun.getUrl("MicroIndex"))):(Object(s["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(s["a"])(i.msg),e.adminOperationshow=!1):(Object(s["a"])(i.msg),e.adminOperationshow=!1)}))},adCancel:function(){this.adminOperationshow=!1},praiseBtn:function(t,e,i,a,o){if(1==o)return Object(s["a"])("你已赞过该贴"),!1;this.getPraiseData(t,e,i,a,"")},isPraiseBtn:function(){if(1==this.detailsData.is_praise)return Object(s["a"])("你已赞过该贴"),!1;this.getPraiseData("","","","","main")},getPraiseData:function(t,e,i,a,o){var n=this,m={};t||(m.tid=n.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)n.$set(n.detailsData,"praise_num",n.detailsData.praise_num?n.detailsData.praise_num+1:1);else if(t&&e){var r=n.StickCommentData[i].child[a];n.$set(r,"is_praise",1),n.$set(r,"praise_num",r.praise_num?r.praise_num+1:1)}else{var d=n.StickCommentData[i];n.$set(d,"is_praise",1),n.$set(d,"praise_num",d.praise_num?d.praise_num+1:1)}Object(s["a"])(m.msg)}else Object(s["a"])(m.msg)}))},gotoHome:function(t){this.$router.push(this.fun.getUrl("microhomepage",{},{micuid:t}))},goto:function(){"-1"==h?this.$router.go(-1):this.$router.push(this.fun.getUrl("home",{}))},gotoCart:function(){this.$router.push(this.fun.getUrl("home",{}))},gotoMember:function(){this.$router.push(this.fun.getUrl("member",{}))},shareWeixin:function(){5!=this.fun.getTyep()&&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};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;t.StickCommentData=t.StickCommentData.concat(i)}),(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}))}},components:{cTitle:m["a"],yzCommentInput:r["a"],payKeyboard:c["a"],audioSlider:l["a"]}},g=p,u=g,f=(i("9a4a"),i("2877")),w=Object(f["a"])(u,a,o,!1,null,"4c1822d6",null);e["default"]=w.exports},"9a4a":function(t,e,i){"use strict";i("59d6")},"9d22":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".pcStyle #microcommentdetails #member[data-v-4c1822d6]{right:50%!important;margin-right:-150px}.pcStyle #microcommentdetails #cart[data-v-4c1822d6]{right:50%!important;margin-right:-186px}#microcommentdetails[data-v-4c1822d6]{padding-bottom:4rem}#microcommentdetails #hoid[data-v-4c1822d6]{padding:.3125rem;width:1.6rem;position:fixed;z-index:2}#microcommentdetails #cart[data-v-4c1822d6],#microcommentdetails #member[data-v-4c1822d6]{padding:.3125rem;width:1.6rem;position:fixed;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}#microcommentdetails #cart[data-v-4c1822d6]{right:0}#microcommentdetails #member[data-v-4c1822d6]{right:2rem}#microcommentdetails #hoid.hoet[data-v-4c1822d6]{-webkit-transition:.1s;transition:.1s;background:rgba(0,0,0,.2);width:100%}#microcommentdetails #back[data-v-4c1822d6]{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-4c1822d6]{font-size:14px}#microcommentdetails .hoet #back[data-v-4c1822d6]{-webkit-transition:.1s;transition:.1s;background-color:hsla(0,0%,92.9%,0)}#microcommentdetails .banner[data-v-4c1822d6]{background-color:#fff;position:relative;min-height:26px}#microcommentdetails .banner .centerbanner img[data-v-4c1822d6]{width:100%}#microcommentdetails .banner .bannerindex[data-v-4c1822d6]{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-4c1822d6]{background-color:#fff}#microcommentdetails .details_show .user_message[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .user_message .user_left .name_right .name[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:1.25rem;height:1.25rem}#microcommentdetails .details_show .user_message .uset_right .more img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .article[data-v-4c1822d6]{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-4c1822d6]{padding-left:.75rem;padding-right:.75rem;padding-bottom:.5rem}#microcommentdetails .details_show .article_label ul[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:.84rem;height:.84rem;margin-right:.44rem}#microcommentdetails .details_show .loca_information .localeft .letimg img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .loca_information .localeft .addressname[data-v-4c1822d6]{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-4c1822d6]{font-size:.88rem;line-height:1.13rem;color:#999;text-align:left}#microcommentdetails .details_show .showmessage[data-v-4c1822d6]{padding-left:.75rem;padding-right:.75rem;padding-bottom:1.03rem}#microcommentdetails .details_show .showmessage .content[data-v-4c1822d6]{background-color:#fafafa;border-radius:.38rem;padding:.63rem}#microcommentdetails .details_show .showmessage .content .shopshow[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .name[data-v-4c1822d6]{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-4c1822d6]{text-align:left}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .start_1 img[data-v-4c1822d6]{width:.38rem;height:.38rem}#microcommentdetails .details_show .showmessage .content .shopshow .shopright .fobottom[data-v-4c1822d6]{color:#999;font-size:.75rem}#microcommentdetails .details_show .showmessage .content .goodsshow[data-v-4c1822d6]{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-4c1822d6]{-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-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright[data-v-4c1822d6]{-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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{color:#f15353;font-size:.88rem;margin-right:.59rem}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foleft .delpic[data-v-4c1822d6]{color:#999;font-size:.75rem;text-decoration:line-through}#microcommentdetails .details_show .showmessage .content .goodsshow .goodright .fobottom .foright[data-v-4c1822d6]{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-4c1822d6]{color:#999;font-size:.75rem}#microcommentdetails .details_show .comment_display .comment_top[data-v-4c1822d6]{padding-left:.81rem;padding-right:.81rem;padding-bottom:1.31rem}#microcommentdetails .details_show .comment_display .comment_top .title[data-v-4c1822d6]{font-size:.75rem;line-height:.75rem;color:#666;text-align:left;padding-bottom:.66rem}#microcommentdetails .details_show .comment_display .comment_top .reply[data-v-4c1822d6]{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-4c1822d6]{width:2rem;height:2rem;margin-right:.72rem}#microcommentdetails .details_show .comment_display .comment_top .reply .reply_left img[data-v-4c1822d6]{border-radius:50%;width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_top .reply .reply_right[data-v-4c1822d6]{width:19.22rem;line-height:1.88rem;background-color:#f2f2f2;border-radius:.94rem;font-size:.88rem;color:#999;text-align:left;padding-left:.63rem}#microcommentdetails .details_show .comment_display .comment_bottom[data-v-4c1822d6]{padding-left:.81rem;padding-right:.81rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li[data-v-4c1822d6]{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-4c1822d6]{width:2rem;height:2rem;border-radius:50%;margin-right:.72rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentleft img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright[data-v-4c1822d6]{-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 .master_content[data-v-4c1822d6]{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-4c1822d6]{text-align:left}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_left .name[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{font-size:.88rem;line-height:1.13rem;color:#333}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .master_content_right[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:.94rem;height:.94rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up .thumb_img img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .thumb_up .thumb_num[data-v-4c1822d6]{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-4c1822d6]{margin-right:.875rem}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .master_content .reward-box img[data-v-4c1822d6]{width:1.25rem;height:1.25rem;display:block;margin:0}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{width:100%;height:100%}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right[data-v-4c1822d6]{-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-4c1822d6]{-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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{font-size:.88rem;line-height:1.13rem;color:#333}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .review_content .selecolor[data-v-4c1822d6]{color:#1c96fe}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .deputy_comment .deputy_comment_right .thumb_up[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{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-4c1822d6]{font-size:.63rem;line-height:1.13rem;color:#333}#microcommentdetails .details_show .comment_display .comment_bottom .maincomment li .maincommentright .comment-img[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{-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-4c1822d6]{border-bottom:none}#microcommentdetails .details_show .comment_display .multiple_comments[data-v-4c1822d6]{padding-top:.81rem;padding-bottom:.81rem;font-size:.88rem;color:#1c96fe;border-top:.06rem solid #eee}#microcommentdetails .bottom_operation[data-v-4c1822d6]{position:fixed;bottom:0;left:0;right:0;width:100%;height:48px;background-color:#fff;text-align:left}#microcommentdetails .bottom_operation .content[data-v-4c1822d6]{height:100%;margin:0 .75rem}#microcommentdetails .bottom_operation .content[data-v-4c1822d6],#microcommentdetails .bottom_operation .content .reply[data-v-4c1822d6]{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-4c1822d6]{-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-4c1822d6]{width:1.2rem;height:1.2rem;margin-left:.75rem;margin-right:.53rem}#microcommentdetails .bottom_operation .content .reply .reply_left img[data-v-4c1822d6]{width:100%;height:100%;vertical-align:super}#microcommentdetails .bottom_operation .content .reply .reply_right[data-v-4c1822d6]{-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-4c1822d6]{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-4c1822d6]{width:1.28rem;height:1.31rem}#microcommentdetails .bottom_operation .content .thumbup .thumbupimg img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .bottom_operation .content .thumbup .thumbupnum[data-v-4c1822d6]{color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:4px}#microcommentdetails .replyMainComment[data-v-4c1822d6]{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-4c1822d6]{width:18.13rem;background-color:#f5f5f5;border-radius:.5rem;padding:.5rem}#microcommentdetails .replyMainComment .left[data-v-4c1822d6] .van-cell{background:transparent;padding:0}#microcommentdetails .replyMainComment .left[data-v-4c1822d6] .van-field__control{max-height:10rem}#microcommentdetails .replyMainComment .left .comment-imgs[data-v-4c1822d6]{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-4c1822d6] .van-uploader__preview-image{width:3rem;height:3rem}#microcommentdetails .replyMainComment .left .comment-imgs[data-v-4c1822d6] .van-uploader__upload{width:3rem;height:3rem;display:none}#microcommentdetails .replyMainComment .right[data-v-4c1822d6]{-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-4c1822d6]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 1rem .5rem}#microcommentdetails .operate-boxs .operate-btn[data-v-4c1822d6]{margin-right:.5rem}#microcommentdetails .operate-boxs .operate-btn i[data-v-4c1822d6]{font-size:20px}#microcommentdetails .replyComment[data-v-4c1822d6]{padding:1rem}#microcommentdetails .replyComment .top[data-v-4c1822d6]{margin-bottom:.5rem}#microcommentdetails .replyComment .top .left[data-v-4c1822d6]{font-size:.88rem;line-height:1.13rem;color:#333;text-align:left}#microcommentdetails .replyComment .top .left .selcolor[data-v-4c1822d6]{color:#1c96fe}#microcommentdetails .replyComment .bottom[data-v-4c1822d6]{height:8rem;background-color:#f5f5f5;border-radius:.94rem;position:relative;padding:.5rem}#microcommentdetails .replyComment .bottom textarea[data-v-4c1822d6]{height:6rem;width:100%;overflow:auto;background-color:#f5f5f5;border:none}#microcommentdetails .replyComment .bottom .replysubmit[data-v-4c1822d6]{position:absolute;bottom:.5rem;right:1rem;width:2.56rem;height:1rem;line-height:1rem;font-size:.88rem}#microcommentdetails .adminOperation[data-v-4c1822d6]{background-color:#f2f2f2}#microcommentdetails .adminOperation .delete[data-v-4c1822d6],#microcommentdetails .adminOperation .recommend[data-v-4c1822d6],#microcommentdetails .adminOperation .top_set[data-v-4c1822d6]{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-4c1822d6]{border-bottom:none;margin-bottom:.63rem}#microcommentdetails .adminOperation .delete_left[data-v-4c1822d6],#microcommentdetails .adminOperation .recommend_left[data-v-4c1822d6],#microcommentdetails .adminOperation .top_set_left[data-v-4c1822d6]{height:1.22rem;width:1.22rem}#microcommentdetails .adminOperation .delete_left img[data-v-4c1822d6],#microcommentdetails .adminOperation .recommend_left img[data-v-4c1822d6],#microcommentdetails .adminOperation .top_set_left img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .adminOperation .delete_right[data-v-4c1822d6],#microcommentdetails .adminOperation .recommend_right[data-v-4c1822d6],#microcommentdetails .adminOperation .top_set_right[data-v-4c1822d6]{font-size:1rem;color:#333;margin-left:.28rem}#microcommentdetails .adminOperation .cancel[data-v-4c1822d6]{height:3.44rem;background:#fff;color:#333;font-size:1rem;line-height:3.44rem}#microcommentdetails .releaseOperation[data-v-4c1822d6]{background-color:#f2f2f2}#microcommentdetails .releaseOperation .delete[data-v-4c1822d6],#microcommentdetails .releaseOperation .re_edit[data-v-4c1822d6]{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-4c1822d6],#microcommentdetails .releaseOperation .re_edit_left[data-v-4c1822d6]{height:1.22rem;width:1.22rem}#microcommentdetails .releaseOperation .delete_left img[data-v-4c1822d6],#microcommentdetails .releaseOperation .re_edit_left img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .releaseOperation .delete_right[data-v-4c1822d6],#microcommentdetails .releaseOperation .re_edit_right[data-v-4c1822d6]{font-size:1rem;color:#333;margin-left:.28rem}#microcommentdetails .releaseOperation .delete[data-v-4c1822d6]{border-bottom:none;margin-bottom:.63rem}#microcommentdetails .releaseOperation .cancel[data-v-4c1822d6]{height:3.44rem;background:#fff;color:#333;font-size:1rem;line-height:3.44rem}#microcommentdetails .amountReward[data-v-4c1822d6]{position:relative;padding-left:.75rem;padding-right:.75rem;padding-top:1.25rem;padding-bottom:1.31rem}#microcommentdetails .amountReward .close[data-v-4c1822d6]{top:.97rem;right:1.03rem;position:absolute;width:.84rem;height:.84rem}#microcommentdetails .amountReward .close img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .amountReward .usermessage[data-v-4c1822d6]{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-4c1822d6]{width:3.75rem;height:3.75rem;border-radius:50%;margin-bottom:.69rem}#microcommentdetails .amountReward .usermessage .top img[data-v-4c1822d6]{width:100%;height:100%}#microcommentdetails .amountReward .usermessage .name[data-v-4c1822d6]{font-size:1rem;color:#333;line-height:1rem;font-weight:700}#microcommentdetails .amountReward .listAmounts .title[data-v-4c1822d6]{text-align:left;font-size:.88rem;color:#333;font-weight:700;margin-bottom:.94rem}#microcommentdetails .amountReward .listAmounts ul[data-v-4c1822d6]{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-4c1822d6]{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-4c1822d6]{position:absolute;width:1.84rem;height:1.19rem;top:0;right:0}#microcommentdetails .amountReward .listAmounts ul li .selimg img[data-v-4c1822d6]{display:block;width:100%;height:100%}#microcommentdetails .amountReward .listAmounts ul li.sel[data-v-4c1822d6]{border-color:#f15353;color:#f15353}#microcommentdetails .amountReward .listAmounts ul li[data-v-4c1822d6]:nth-of-type(3n){margin-right:0}#microcommentdetails .amountReward .custom_amount[data-v-4c1822d6]{margin-bottom:3.09rem}#microcommentdetails .amountReward .custom_amount .top[data-v-4c1822d6]{text-align:left;font-size:.88rem;color:#333;font-weight:700;margin-bottom:.94rem}#microcommentdetails .amountReward .custom_amount .bottom[data-v-4c1822d6]{height:2.41rem;background-color:#fff;border-radius:.25rem;border:.06rem solid #e5e5e5}#microcommentdetails .amountReward .custom_amount .bottom input[data-v-4c1822d6]{width:100%;height:100%;padding-left:.4rem;border:none}#microcommentdetails .amountReward .confirmReward[data-v-4c1822d6]{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-4c1822d6]{background-color:#f2f2f2}#microcommentdetails .rewardPay .content[data-v-4c1822d6]{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-4c1822d6]{color:#1c96fe}#microcommentdetails .rewardPay .payMode ul li[data-v-4c1822d6]{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-4c1822d6]:last-of-type{border-bottom:none;margin-bottom:.69rem}#microcommentdetails .rewardPay .cancel[data-v-4c1822d6]{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-4c1822d6]{height:1.5rem;line-height:2rem;text-align:left;padding-left:.875rem}.commentInput-slot-style .selcolor[data-v-4c1822d6]{color:#1c96fe}.pay-psw-info[data-v-4c1822d6]{overflow-y:scroll;width:100vw;height:auto;background:#fff;max-height:80vh;padding-top:.625rem}.pay-psw-info .pay_content_title[data-v-4c1822d6]{width:100vw;height:1.875rem;line-height:1.875rem;margin-bottom:.625rem;font-size:18px}.pay-psw-info .pay_content[data-v-4c1822d6]{width:100vw;height:3.125rem;margin-bottom:.625rem}.pay-psw-info .pay_content_view[data-v-4c1822d6]{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-4c1822d6]{line-height:3.125rem;height:3.125rem;font-size:20px}.pay-psw-info .ipt_pay[data-v-4c1822d6]{float:left;width:16.27%;height:3.125rem;text-align:center;border-left:.0625rem solid #ddd}.pay-psw-info footer[data-v-4c1822d6]{position:absolute;bottom:0;width:100vw;font-weight:600}.pay-psw-info .pay_btn[data-v-4c1822d6]{border-top:.0625rem solid #ddd;width:100vw;height:auto}.pay-psw-info .pay_btn li[data-v-4c1822d6]{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-4c1822d6]:active{background:#c2c2c2}.pay-psw-info .b9[data-v-4c1822d6]:active{background:#fff!important}.pay-psw-info .b9[data-v-4c1822d6]{background:#c2c2c2!important}",""]),t.exports=e},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(){}}}}}]); |