(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6a648193"],{"053c":function(t,e,n){"use strict";var a=function(){var t=this,e=t._self._c;return t.showText?e("div",{staticClass:"marquee"},[e("div",{staticClass:"bbox",attrs:{id:"box_el"}},[e("div",{staticClass:"content",class:{move:t.move},attrs:{id:"con_el"}},[t._v(" "+t._s(t.text)+" ")])])]):t._e()},i=[],s={props:["text"],data:function(){return{move:!1}},mounted:function(){this.init()},computed:{showText:function(){return!!this.text}},methods:{init:function(){var t=this;this.text&&this.$nextTick((function(){var e=document.getElementById("con_el"),n=document.getElementById("box_el");if(n.clientWidth<e.clientWidth){var a=50;e.style.animationDuration=e.clientWidth/a+"s",t.move=!0}}))}},watch:{text:function(){this.init()}}},o=s,c=(n("5549"),n("2877")),r=Object(c["a"])(o,a,i,!1,null,"7071acac",null);e["a"]=r.exports},"4ecb":function(t,e,n){"use strict";n("5c69")},5549:function(t,e,n){"use strict";n("78e6")},"5c69":function(t,e,n){},"6e67":function(t,e,n){"use strict";n.r(e);n("b0c0");var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"feedback-layout discount-layout"},[e("div",{staticClass:"header"},[e("div",{staticClass:"discount-title",on:{click:t.onBack}},[t._v(t._s(t.$t("kfe8473ce")))]),e("img",{staticClass:"icon",attrs:{src:n("e111"),alt:""}}),e("div",{staticClass:"title"},[t._v(t._s(t.infoHtml.name))])]),e("Marquee",{attrs:{text:t.infoHtml.marquee}}),e("div",{staticClass:"content"},[e("el-table",{staticClass:"tabel-layout",staticStyle:{width:"100%"},attrs:{data:t.listData,"empty-text":t.$t("k179e5e69"),"header-cell-style":{background:"#fff",color:"#606060",fontSize:"12px",fontWeight:"500",borderTop:"2px solid #eaeaea"}}},[e("el-table-column",{attrs:{prop:"checkTimeStart",label:t.$t("k8beace92"),width:"130",align:"center"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("div",[t._v(" "+t._s(t._f("fnTime")(n.row.checkTimeStart))+" ")])]}}])}),e("el-table-column",{attrs:{prop:"checkTimeStop",label:t.$t("k3c62b4c8"),width:"130",align:"center"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("div",[t._v(" "+t._s(t._f("fnTime")(n.row.checkTimeStop))+" ")])]}}])}),e("el-table-column",{attrs:{prop:"audit",label:t.$t("k32e2a068"),align:"center"}}),e("el-table-column",{attrs:{prop:"amountRwLoss",label:t.$t("kbd5b650b"),align:"center"}}),e("el-table-column",{attrs:{prop:"amountReward",label:t.$t("k50e93f25"),align:"center"}}),e("el-table-column",{attrs:{prop:"remainTime",label:t.$t("k232914d6"),align:"center"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("div",[t._v(" "+t._s(t.formatSeconds(n.row.remainTime))+" ")])]}}])}),e("el-table-column",{attrs:{prop:"status",label:t.$t("kfe731dfc"),align:"center"},scopedSlots:t._u([{key:"default",fn:function(n){return[e("el-button",{staticClass:"redBtn",attrs:{size:"mini",type:"danger"},on:{click:function(e){return t.handleEdit(n.row)}}},[t._v(t._s(t.$t("k2e075032"))+" ")])]}}])})],1)],1),e("div",{staticClass:"tipbox"},[e("p",{staticClass:"fullColor"},[e("span",{staticClass:"fullColor"},[t._v(t._s(t.$t("k2a5419ba")))]),t._v(" "+t._s(t.$t("k56ff09b4"))+" ")]),e("p",{staticClass:"fullColor"},[t._v(" "+t._s(t.$t("k91bd1beb"))+" "),e("span",{staticClass:"tipColor",on:{click:t.customerService}},[t._v(" "+t._s(t.$t("k2ff5230f"))+" ")]),t._v(" "+t._s(t.$t("k37d52bc8"))+" ")])]),e("div",{staticClass:"tipbox2"},[e("span",{staticClass:"remk",on:{click:t.openDetail}},[t._v(" "+t._s(t.$t("k24ebb4d3"))+" ")])])],1)},i=[],s=n("c7eb"),o=n("1da1"),c=n("053c"),r=n("b1bc"),l={components:{Marquee:c["a"]},data:function(){return{id:"",infoHtml:{},datainfo:{},listData:[]}},filters:{fnTime:function(t){var e=new Date(t),n=e.getFullYear()+"-",a=(e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1)+"-",i=e.getDate()+" ";return n+a+i}},created:function(){this.id=this.$route.query.did,this.getData()},methods:{formatSeconds:function(t){if(!t)return"00:00:00";var e=parseInt(t),n=0,a=0,i="";return t<60?i=e:(e>=60&&(n=parseInt(e/60),e=parseInt(e%60),n>=60&&(a=parseInt(n/60),n=parseInt(n%60))),e=parseInt(e)>=10?e:"0"+e,n=parseInt(n)>=10?n:"0"+n,a=parseInt(a)>=10?parseInt(a):"0"+parseInt(a),i=a+":"+n+":"+e),i},handleEdit:function(t){var e=this;this.$http.get(this.$api.getReceiveActivities+this.id+"&betNo="+encodeURIComponent(t.recordsNumber)).then((function(t){0==t.code?(e.$message.success(e.$t("k687f9b3a")),e.getData(),e.getUserBalance()):e.$message.error(t.msg)}))},getUserBalance:function(){var t=this;return Object(o["a"])(Object(s["a"])().mark((function e(){var n,a,i;return Object(s["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t,a={clientId:t.$common.getUser().tenant_id,clientIp:t.$config.clientIp,memberId:t.$common.getUser().user_id,username:t.$common.getUser().username},e.next=4,n.$http.post(n.$api.getuserMoney,a);case 4:i=e.sent,0==i.code&&t.$common.setUserBalance(i.data);case 6:case"end":return e.stop()}}),e)})))()},getData:function(){var t=this;this.$http.get(this.$api.getThematicActivitiesByApp+"/"+this.id).then((function(e){0==e.code&&(t.infoHtml=e.data,t.datainfo=e.data.compensationVO,t.listData=t.datainfo.receivedList)}))},openDetail:function(){this.$router.push({path:"/actDetail",query:{byAppId:this.id}})},customerService:function(){if(1==window.customerServiceStatus){var t=Object(r["a"])();window.open(t,"_blank")}else{var e=this.$common.getCustomerService();window.open(e,"_blank")}},onBack:function(){this.$router.push({path:"/discount"})}}},u=l,d=(n("4ecb"),n("2877")),A=Object(d["a"])(u,a,i,!1,null,"3fee6920",null);e["default"]=A.exports},"78e6":function(t,e,n){},e111:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAAC3RSTlMA/xDP0KCAMPDAUJleyfMAAAA4SURBVHicY6AW4BJWQBVgEzRCFWByRFeiMqiUBKAKKKMJMBmKoGpRFnQacAVsaAoY2DvR/EUhAACmswpev0AZggAAAABJRU5ErkJggg=="}}]);