chunk-256c2b74.d27adabe0e4d37fb8b27.js 18 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-256c2b74"],{"28ce":function(e,t,a){},"3b6a":function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("TopTitle",[e._v(" 游戏 ")]),a("el-button",{staticStyle:{"margin-bottom":"16px"},attrs:{type:"primary"},on:{click:e.showCreateForm}},[e._v("新增")]),a("div",[a("DetailBlock",{attrs:{title:"游戏列表"}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"game_code",label:"游戏代码"}}),a("el-table-column",{attrs:{prop:"game_name",label:"游戏名称"}}),a("el-table-column",{attrs:{prop:"game_icon",label:"游戏图标",width:"70px"},scopedSlots:e._u([{key:"default",fn:function(e){return[a("el-image",{staticClass:"work-img",attrs:{src:e.row.game_icon,"preview-src-list":[e.row.game_icon]}})]}}])}),a("el-table-column",{attrs:{label:"游戏分类",prop:"game_type_id"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s(e.getGameTypeName(t.row.game_type_id))+" ")]}}])}),a("el-table-column",{attrs:{prop:"start_time",label:"开始时间"}}),a("el-table-column",{attrs:{prop:"end_time",label:"结束时间"}}),a("el-table-column",{attrs:{prop:"round_times",label:"每天期数"}}),a("el-table-column",{attrs:{prop:"round_time",label:"每期时间(秒)"}}),a("el-table-column",{attrs:{prop:"bet_end_time",label:"封盘时间"}}),a("el-table-column",{attrs:{prop:"remark",label:"备注"}}),a("el-table-column",{attrs:{prop:"status",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s("1"===t.row.status?"开启":"关闭")+" ")]}}])}),a("el-table-column",{attrs:{prop:"created_at",label:"创建时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"title"},[e._v(e._s(e.timestampToDatetime(t.row.created_at)))])]}}])}),a("el-table-column",{attrs:{prop:"updated_at",label:"修改时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"title"},[e._v(e._s(e.timestampToDatetime(t.row.updated_at)))])]}}])}),a("el-table-column",{attrs:{prop:"opt",label:"操作",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"table-operation"},[a("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(a){return e.showEditForm(t.row)}}},[e._v(" 编辑 ")]),a("el-button",{attrs:{size:"mini",type:"danger"},on:{click:function(a){return e.deleteListData(t.row)}}},[e._v(" 删除 ")])],1)]}}])})],1)],1)],1),a("div",[a("Paginate",{attrs:{page:e.params.page,total:e.total},on:{currentChange:e.handleCurrentChange,sizeChange:e.handleSizeChange}})],1),a("el-dialog",{staticClass:"info-dialog",attrs:{visible:e.isShowCouponDialog,width:"800px",title:"新增游戏类型"},on:{"update:visible":function(t){e.isShowCouponDialog=t}}},[a("div",[a("el-form",{ref:"createForm",staticClass:"demo-ruleForm",attrs:{model:e.createForm,"label-width":"140px"}},[a("el-form-item",{attrs:{label:"游戏代码",prop:"game_code"}},[a("el-input",{attrs:{placeholder:"请输入游戏代码",maxlength:"200",oninput:"value"},model:{value:e.createForm.game_code,callback:function(t){e.$set(e.createForm,"game_code","string"===typeof t?t.trim():t)},expression:"createForm.game_code"}})],1),a("el-form-item",{attrs:{label:"游戏名称",prop:"game_name"}},[a("el-input",{attrs:{placeholder:"请输入游戏名称",maxlength:"200",oninput:"value"},model:{value:e.createForm.game_name,callback:function(t){e.$set(e.createForm,"game_name","string"===typeof t?t.trim():t)},expression:"createForm.game_name"}})],1),a("el-form-item",{attrs:{label:"游戏图标",prop:"game_icon"}},[a("div",{staticClass:"upload-box"},[a("Upload",{on:{uploadSuccess:e.onUpload}},[e.createForm.game_icon?a("div",{staticClass:"have-img"},[a("el-image",{staticStyle:{width:"70px",height:"70px"},attrs:{src:e.createForm.game_icon,fit:"fill"}}),a("div",{staticClass:"shade"},[e._v(" 更换图片 ")])],1):a("div",{staticClass:"default"},[a("span",{staticClass:"iconfont icon-shangchuan",staticStyle:{"font-size":"28px"}}),a("p",[e._v("上传图片")])])])],1)]),a("el-form-item",{attrs:{label:"游戏分类",prop:"game_type_id"}},[a("el-select",{model:{value:e.createForm.game_type_id,callback:function(t){e.$set(e.createForm,"game_type_id","string"===typeof t?t.trim():t)},expression:"createForm.game_type_id"}},e._l(e.allGameType,(function(e,t){return a("el-option",{key:t,attrs:{label:e.type_name+"("+e.game_code+")",value:e.id}})})),1)],1),a("el-form-item",{attrs:{label:"开始时间",prop:"start_time"}},[a("el-input",{attrs:{placeholder:"请输入开始时间",maxlength:"200",oninput:"value"},model:{value:e.createForm.start_time,callback:function(t){e.$set(e.createForm,"start_time","string"===typeof t?t.trim():t)},expression:"createForm.start_time"}})],1),a("el-form-item",{attrs:{label:"结束时间",prop:"end_time"}},[a("el-input",{attrs:{placeholder:"请输入结束时间",maxlength:"200",oninput:"value"},model:{value:e.createForm.end_time,callback:function(t){e.$set(e.createForm,"end_time","string"===typeof t?t.trim():t)},expression:"createForm.end_time"}})],1),a("el-form-item",{attrs:{label:"每天期数",prop:"round_times"}},[a("el-input",{attrs:{placeholder:"请输入每天期数",maxlength:"200",oninput:"value"},model:{value:e.createForm.round_times,callback:function(t){e.$set(e.createForm,"round_times","string"===typeof t?t.trim():t)},expression:"createForm.round_times"}})],1),a("el-form-item",{attrs:{label:"每期时间(秒)",prop:"round_time"}},[a("el-input",{attrs:{placeholder:"请输入每期时间",maxlength:"200",oninput:"value"},model:{value:e.createForm.round_time,callback:function(t){e.$set(e.createForm,"round_time","string"===typeof t?t.trim():t)},expression:"createForm.round_time"}})],1),a("el-form-item",{attrs:{label:"封盘时间",prop:"bet_end_time"}},[a("el-input",{attrs:{placeholder:"请输入封盘时间",maxlength:"200",oninput:"value"},model:{value:e.createForm.bet_end_time,callback:function(t){e.$set(e.createForm,"bet_end_time","string"===typeof t?t.trim():t)},expression:"createForm.bet_end_time"}})],1),a("el-form-item",{attrs:{label:"备注",prop:"remark"}},[a("el-input",{attrs:{placeholder:"请输入备注",maxlength:"200",oninput:"value"},model:{value:e.createForm.remark,callback:function(t){e.$set(e.createForm,"remark","string"===typeof t?t.trim():t)},expression:"createForm.remark"}})],1)],1)],1),a("template",{slot:"footer"},[a("span",{staticClass:"dialog-footer"},[a("el-button",{staticClass:"dialog-cancel-btn",on:{click:function(t){e.isShowCouponDialog=!1}}},[e._v("取 消")]),a("el-button",{staticClass:"dialog-confirm-btn",attrs:{type:"primary"},on:{click:e.submit}},[e._v("确 定")])],1)])],2),a("el-dialog",{staticClass:"info-dialog",attrs:{visible:e.isShowEditCouponDialog,width:"800px",title:"游戏类型"},on:{"update:visible":function(t){e.isShowEditCouponDialog=t}}},[a("div",[a("el-form",{ref:"editForm",staticClass:"ruleForm",attrs:{model:e.editForm,"label-width":"140px"}},[a("el-form-item",{attrs:{label:"游戏代码",prop:"game_code"}},[a("el-input",{attrs:{placeholder:"请输入游戏代码",maxlength:"200",oninput:"value"},model:{value:e.editForm.game_code,callback:function(t){e.$set(e.editForm,"game_code","string"===typeof t?t.trim():t)},expression:"editForm.game_code"}})],1),a("el-form-item",{attrs:{label:"游戏名称",prop:"game_name"}},[a("el-input",{attrs:{placeholder:"请输入游戏名称",maxlength:"200",oninput:"value"},model:{value:e.editForm.game_name,callback:function(t){e.$set(e.editForm,"game_name","string"===typeof t?t.trim():t)},expression:"editForm.game_name"}})],1),a("el-form-item",{attrs:{label:"游戏类型",prop:"game_type_id"}},[a("el-select",{model:{value:e.editForm.game_type_id,callback:function(t){e.$set(e.editForm,"game_type_id","string"===typeof t?t.trim():t)},expression:"editForm.game_type_id"}},e._l(e.allGameType,(function(e,t){return a("el-option",{key:t,attrs:{label:e.type_name+"("+e.game_code+")",value:e.id}})})),1)],1),a("el-form-item",{attrs:{label:"开始时间",prop:"start_time"}},[a("el-input",{attrs:{placeholder:"请输入开始时间",maxlength:"200",oninput:"value"},model:{value:e.editForm.start_time,callback:function(t){e.$set(e.editForm,"start_time","string"===typeof t?t.trim():t)},expression:"editForm.start_time"}})],1),a("el-form-item",{attrs:{label:"结束时间",prop:"end_time"}},[a("el-input",{attrs:{placeholder:"请输入结束时间",maxlength:"200",oninput:"value"},model:{value:e.editForm.end_time,callback:function(t){e.$set(e.editForm,"end_time","string"===typeof t?t.trim():t)},expression:"editForm.end_time"}})],1),a("el-form-item",{attrs:{label:"每天期数",prop:"round_times"}},[a("el-input",{attrs:{placeholder:"请输入每天期数",maxlength:"200",oninput:"value"},model:{value:e.editForm.round_times,callback:function(t){e.$set(e.editForm,"round_times","string"===typeof t?t.trim():t)},expression:"editForm.round_times"}})],1),a("el-form-item",{attrs:{label:"每期时间(秒)",prop:"round_time"}},[a("el-input",{attrs:{placeholder:"请输入每期时间",maxlength:"200",oninput:"value"},model:{value:e.editForm.round_time,callback:function(t){e.$set(e.editForm,"round_time","string"===typeof t?t.trim():t)},expression:"editForm.round_time"}})],1),a("el-form-item",{attrs:{label:"封盘时间",prop:"bet_end_time"}},[a("el-input",{attrs:{placeholder:"请输入封盘时间",maxlength:"200",oninput:"value"},model:{value:e.editForm.bet_end_time,callback:function(t){e.$set(e.editForm,"bet_end_time","string"===typeof t?t.trim():t)},expression:"editForm.bet_end_time"}})],1),a("el-form-item",{attrs:{label:"游戏类型图标",prop:"game_icon"}},[a("div",{staticClass:"upload-box"},[a("Upload",{on:{uploadSuccess:e.onUploadEdit}},[a("div",{staticClass:"have-img"},[a("el-image",{staticStyle:{width:"70px",height:"70px"},attrs:{src:e.editForm.game_icon,fit:"fill"}}),a("div",{staticClass:"shade"},[e._v(" 更换图片 ")])],1)])],1)]),a("el-form-item",{attrs:{label:"备注",prop:"remark"}},[a("el-input",{attrs:{placeholder:"请输入备注",maxlength:"200",oninput:"value"},model:{value:e.editForm.remark,callback:function(t){e.$set(e.editForm,"remark","string"===typeof t?t.trim():t)},expression:"editForm.remark"}})],1),a("el-form-item",{attrs:{label:"是否开启",prop:"status"}},[a("el-switch",{staticClass:"input-w",attrs:{oninput:"value"},model:{value:e.editForm.status,callback:function(t){e.$set(e.editForm,"status",t)},expression:"editForm.status"}})],1)],1)],1),a("template",{slot:"footer"},[a("span",{staticClass:"dialog-footer"},[a("el-button",{staticClass:"dialog-cancel-btn",on:{click:function(t){e.isShowEditCouponDialog=!1}}},[e._v("取 消")]),a("el-button",{staticClass:"dialog-confirm-btn",attrs:{type:"primary"},on:{click:e.submitEdit}},[e._v("确 定")])],1)])],2)],1)},o=[],l=(a("7db0"),a("5530")),r=a("0238"),n=a("365c"),s=a("c466"),m=a("b8d9"),c=a("8510"),d=a("9ea4"),p=a("40b2"),u=a("9dac"),g={components:{Paginate:r["a"],DetailBlock:m["a"],TableSet:c["a"],TopTitle:d["a"],Filters:p["a"],Upload:u["a"]},data:function(){return{allGameType:[],params:{page:1,page_size:this.$store.state.attr.pageSize},total:0,loading:!1,submitLoading:!1,tableData:[],enumerateData:{},workId:"",isShowCouponDialog:!1,createForm:{game_code:"",game_name:"",game_icon:"",game_type_id:"",start_time:"",end_time:"",round_times:"",round_time:"",bet_end_time:"",remark:""},editForm:{game_code:"",game_name:"",game_icon:"",game_type_id:"",start_time:"",end_time:"",round_times:"",round_time:"",bet_end_time:"",remark:"",status:!0},isShowEditCouponDialog:!1,id:""}},computed:{},mounted:function(){this.getData(this.params)},methods:{getGameTypeName:function(e){var t=this.allGameType.find((function(t){return t.id===e}));return t?t.type_name:""},onUpload:function(e){this.createForm.game_icon=e},onUploadEdit:function(e){this.editForm.game_icon=e},getData:function(e){var t=this;this.loading=!0,Object(n["H"])(e).then((function(e){200===e.code?(t.tableData=e.data.list,t.total=parseInt(e.data.listTotalCount)):t.$message.error(e.message)})),Object(n["f"])(e).then((function(e){200===e.code?t.allGameType=e.data:t.$message.error(e.message)})),this.loading=!1},handleCurrentChange:function(e){this.params.page=e,this.getData(this.params)},handleSizeChange:function(e,t){this.params.page_size=e,this.getData(this.params)},timestampToDatetime:function(e){return Object(s["a"])(e,!0)},showCreateForm:function(){var e=this;this.isShowCouponDialog=!0,this.$nextTick((function(){e.$refs.createForm.clearValidate()}))},showEditForm:function(e){this.editForm={game_code:e.game_code,type_code:e.type_code,remark:e.remark,status:"1"===e.status},this.id=e.id,this.isShowEditCouponDialog=!0},submitEdit:function(){var e=this;this.$refs["editForm"].validate((function(t){if(!t)return console.log("error submit!!"),!1;Object(n["M"])({id:e.id},Object(l["a"])(Object(l["a"])({},e.editForm),{},{status:+e.editForm.status})).then((function(t){200===t.code?(e.$message.success("编辑成功"),e.getData(e.params),e.isShowEditCouponDialog=!1):e.$message.error(t.message)}))}))},submit:function(){var e=this;this.$refs["createForm"].validate((function(t){if(!t)return console.log("error submit!!"),!1;var a=JSON.parse(JSON.stringify(e.createForm));Object(n["F"])(a).then((function(t){200===t.code?(e.$message.success("新增成功"),e.getData(e.params),e.isShowCouponDialog=!1):e.$message.error(t.message)}))}))},deleteListData:function(e){var t=this;this.$confirm("确认删除吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(n["G"])({id:e.id}).then((function(e){200===e.code?(t.$message.success("删除成功"),t.getData(t.params)):t.$message.error(e.message)}))})).catch((function(){}))}}},b=g,h=(a("3bbb"),a("2877")),f=Object(h["a"])(b,i,o,!1,null,"339027b8",null);t["default"]=f.exports},"3bbb":function(e,t,a){"use strict";var i=a("28ce"),o=a.n(i);o.a},"7f53":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAIAAAAiOjnJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAGiWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMC0wNS0xNFQxMjowMToxNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNS0xNFQxMjowMToxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDUtMTRUMTI6MDE6MTUrMDg6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Y2FhMjdjMTItZjM3MS1jZjQxLTg4ZDgtMjRmNGE3ODY1ZDVlIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTg4YWEyNDQtMWY0My1mZDQ0LWE2YzktMjEwOTk1YzhkNWFlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDMxMzYwZmItZTc5NS1hZTQ3LWJiZGUtYzcwM2E1NzMzYjUwIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkMzEzNjBmYi1lNzk1LWFlNDctYmJkZS1jNzAzYTU3MzNiNTAiIHN0RXZ0OndoZW49IjIwMjAtMDUtMTRUMTI6MDE6MTUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmNhYTI3YzEyLWYzNzEtY2Y0MS04OGQ4LTI0ZjRhNzg2NWQ1ZSIgc3RFdnQ6d2hlbj0iMjAyMC0wNS0xNFQxMjowMToxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjkxN2I5Nzc0LWY4MzMtMmQ0MC1iZDc3LTg5MTUzMjcwNzAxZTwvcmRmOmxpPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pku08/YAAAX+SURBVHja7d3/S1p7HMfx/cejYssyXWpuag4soUFfpEIHzTYSQr05MOmutvUFSSrqEgWDbcga5PoyXfPe1925hCvXou7a8fh8/iAjjqdDPvic9zlau/U30S/oFj8CAhYBi4BFBCwCFgGLCFgELAIWEbAIWAQsImARsAhYRMAiYBGwiIBFwCJgEQGLgEXAIgIWAYuARQQsAhYBiwhYBCwCFhGwCFgELCJgEbAIWETAImARsIiARcAiYBEBi4BFwCICFgGLgEUELAIWAYsIWAQsAhYRsAhYBCwiYBGwCFhEwCJgEbCIgEXAImARNQWs9fX1eDyeNnGJROL58+dfv34FViOVSqVu377d09Pj8Xjc5ktHZbfbg8FgpVIBViM1MzNz584dn8+nV9Fpvrxeb3d3dygU+vLlC7AaKZ1lBKu3t3dycjKbzWYymT/MkY4kl8uNjo52dXX19/cDq/Fgtba2+v3+1dVVEx7e1NSU3AOrIWG1tbU9ePBgcXHRbMdWrVYnJiba29uB1cCwXr9+bbZjEyZgAQtYwAIWsIAFLGABC1gmgJXP5+PxuOgkk8n3798DC1jXrVKpJBKJ7u5uu93e1dWlx1Ao9ObNG2AB61rNz893dHS43e7At3w+X2dn5/Dw8P7+PrCAdfXl6vHjx06nM1CTDsDhcCwtLQELWFesVCqNj4+7XC6/338KS4uWzoxzc3PAajpY1WpVY9D1PxdVLpdjsdi9e/dqVyzB0rD18uVLYDUdrJOTk5GRkTOLypW/qc1m83q9hiotXToPhsPhYrEIrKaDVSgUtKj09PRsbm5e85seHBxEo1Fh0qSlpUu71QGc3y2wrA9Ly9XY2JgEaBIKBoO7u7vXPyHOzs4ODQ0NDg5qlt/a2jq/DbCsD2tlZUVLizbTmUvLTN3bTldIXC74zDGwLA7r+Pg4EonIU29vrzEV1R2J/veAZXFYr169kiRduNVex+m0+OjRo729vYv3v729vba2Bixgne3w8FCANFoFvk+Xcna7XdeJ2uCC/ScSCc376+vrwALWd7148UKL05nl6vTmk2xp9P7RnPT27VttZrPZtP/l5WVgAeu/9vf3NUu5XK5AvTRy6YliNzU1VXfn+romM61t2oPH45FRYAHr37LZrC4G6y5Xp7a8Xq8msHQ6fea5m5ubwmTcBdVmbrdbu5qZmQFWs8MqlUqhUOhHy1WtLU1RQpPL5WqfHovFat9pNjbT8qap65JKgGVNWJlM5uLlqhaNFicN+AsLC8Zz8/m8RN6/f//MZvpKZ2dnNBr99OkTsJoR1sePH/v6+mTl9N7VT9PJzrgAFAJdLdbe96q1ZXz6Shv89FYFsCwIK5VKGXN34NIZ65bOnrpODAaDxm36uhm3KgYGBt69ewesJoJVLBaN6eryy1XtLK91TnQufq7xiQaJ2dnZAVazwJqentaUHbhql1zntJlxuvzR7VNgWQpWpVIZHx+vOyH9ioz3tldWVoBlcVifP3+OxWLn38P5dbm+df72KbAsBatcLkejUeNtnBtLjjVyJZPJWkDAshqsSCSil/OG/ySkYLW2to6Ojn748AFYFoRVKpX071wu9+fNplPh7OxsOp1eW1szfsHw5OQEWJYa3n/vIWnIOzo6ApYFbzeYJE6FwAIWsIAFrJuEVfcW5W8vHo/fvXsXWI0Ky+fz5fN5Ex7e5OQksBoVll45v98/PDz89OlTvZBxc/Ts2bMnT56Ew2Gn06lHYDVY6XS6paXF6/Xq9bOZKY1WenS5XA6H4+HDh/xfOg1WJpPRihUwcbKlUyGwGqxisVgoFP4ycRsbG9vb29VqFVhEwCJgEbCIgEXAImARAYuARcAiAhYBi4BFBCwCFgGLCFgELAIWEbAIWAQsImARsAhYRMAiYBGwiIBFwCJgEQGLgEXAIgIWAYuARQQsAhYBiwhYBCwCFhGwCFgELAIWEbAIWAQsImARsAhYRMAiYBGwiIBFwCJgEQGLgEXAIgIWAYuARQQsAhYBiwhYBCwCFhGwCFgELCJgEbAIWETAImARsIiARSbpH/cQ3pbNqnVfAAAAAElFTkSuQmCC"}}]);