"use strict";var UtilsPicc={netWork:"/wapi/cmsbase",request:function request(e,n,t){return $.ajax({url:e.url,method:"post",dataType:"json",async:!1,contentType:"application/json",timeout:1e5,data:JSON.stringify(e.data),success:function(e){"function"==typeof n&&n(e)},error:function(e){"function"==typeof t&&t(e)},complete:function(e){$("#loading")&&$("#loading").remove()}})},getTpl:function getTpl(e){return $(e).html()},getUrlParam:function getUrlParam(e){var n=new RegExp("(^|&)"+e+"=([^&]*)(&|$)"),t=decodeURIComponent(window.location.search).substr(1).match(n);return t?decodeURIComponent(t[2]):null},htmlEncodeByRegExp:function htmlEncodeByRegExp(e){return e?e.replace(/</g,"&lt;").replace(/>/g,"&gt;"):""},renderPages:function renderPages(e,n,t,o,a){$(e).sPage({page:n,total:o,pageSize:t,totalTxt:"共{total}条",showTotal:!0,showSkip:!0,showPN:!0,prevPage:"上一页",nextPage:"下一页",fastForward:3,singlePage:!0,backFun:function(e){"function"==typeof a&&a(e),window.scrollTo(0,0)}})},renderLoading:function renderLoading(e){$(e).append('<div class="loading" id="loading"><img src="//bloc-cdn.piccgroup.cn/images/loading51.gif" alt=""></div>')},handleDeleteTMS:function handleDeleteTMS(e){var n=new Date(Date.parse(e.replace(/-/g,"/"))),t=n.getFullYear(),o=n.getMonth()+1,a=n.getDate();return"".concat(t,"-").concat(this.fillZero(o),"-").concat(this.fillZero(a))},fillZero:function fillZero(e){return e<10?"0".concat(e):e},uuid:function e(){for(var n=[],t="0123456789abcdef",o=0;o<36;o++)n[o]=t.substr(Math.floor(16*Math.random()),1);n[14]="4",n[19]=t.substr(3&n[19]|8,1),n[8]=n[13]=n[18]=n[23]="-";var e=n.join("");return e},getLang:function getLang(){var e=window.location.pathname;return-1<e.indexOf("/tw")?"tw":-1<e.indexOf("/en")?"en":""}};