wotokol-edm 1.2.31 → 1.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,13 +87,13 @@ var ao={};ao.lang={extend:function(e,t,n){if(!t||!e)throw new Error("YAHOO.lang.
87
87
  * @since jsrsasign 2.1
88
88
  * @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
89
89
  */
90
- var so={};"undefined"!=typeof so.asn1&&so.asn1||(so.asn1={}),so.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var n=t.substr(1),i=n.length;i%2==1?i+=1:t.match(/^[0-7]/)||(i+=2);for(var r="",o=0;o<i;o++)r+="f";var a=new Er(r,16),s=a.xor(e).add(Er.ONE);t=s.toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return hextopem(e,t)},this.newObject=function(e){var t=so,n=t.asn1,i=n.DERBoolean,r=n.DERInteger,o=n.DERBitString,a=n.DEROctetString,s=n.DERNull,l=n.DERObjectIdentifier,c=n.DEREnumerated,u=n.DERUTF8String,d=n.DERNumericString,h=n.DERPrintableString,p=n.DERTeletexString,f=n.DERIA5String,m=n.DERUTCTime,g=n.DERGeneralizedTime,v=n.DERSequence,y=n.DERSet,b=n.DERTaggedObject,w=n.ASN1Util.newObject,_=Object.keys(e);if(1!=_.length)throw"key of param shall be only one.";var C=_[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+C+":"))throw"undefined key: "+C;if("bool"==C)return new i(e[C]);if("int"==C)return new r(e[C]);if("bitstr"==C)return new o(e[C]);if("octstr"==C)return new a(e[C]);if("null"==C)return new s(e[C]);if("oid"==C)return new l(e[C]);if("enum"==C)return new c(e[C]);if("utf8str"==C)return new u(e[C]);if("numstr"==C)return new d(e[C]);if("prnstr"==C)return new h(e[C]);if("telstr"==C)return new p(e[C]);if("ia5str"==C)return new f(e[C]);if("utctime"==C)return new m(e[C]);if("gentime"==C)return new g(e[C]);if("seq"==C){for(var x=e[C],S=[],k=0;k<x.length;k++){var E=w(x[k]);S.push(E)}return new v({array:S})}if("set"==C){for(x=e[C],S=[],k=0;k<x.length;k++){E=w(x[k]);S.push(E)}return new y({array:S})}if("tag"==C){var A=e[C];if("[object Array]"===Object.prototype.toString.call(A)&&3==A.length){var D=w(A[2]);return new b({tag:A[0],explicit:A[1],obj:D})}var O={};if(void 0!==A.explicit&&(O.explicit=A.explicit),void 0!==A.tag&&(O.tag=A.tag),void 0===A.obj)throw"obj shall be specified for 'tag'.";return O.obj=w(A.obj),new b(O)}},this.jsonToASN1HEX=function(e){var t=this.newObject(e);return t.getEncodedHex()}},so.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",n=parseInt(e.substr(0,2),16),i=Math.floor(n/40),r=n%40,o=(t=i+"."+r,""),a=2;a<e.length;a+=2){var s=parseInt(e.substr(a,2),16),l=("00000000"+s.toString(2)).slice(-8);if(o+=l.substr(1,7),"0"==l.substr(0,1)){var c=new Er(o,2);t=t+"."+c.toString(10),o=""}}return t},so.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Er(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);return i},so.asn1.ASN1Object=function(){var e="";this.getLengthHexFromValue=function(){if("undefined"==typeof this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+e.length+",v="+this.hV;var t=this.hV.length/2,n=t.toString(16);if(n.length%2==1&&(n="0"+n),t<128)return n;var i=n.length/2;if(i>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);var r=128+i;return r.toString(16)+n},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},so.asn1.DERAbstractString=function(e){so.asn1.DERAbstractString.superclass.constructor.call(this);this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(this.s)},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e?this.setString(e):"undefined"!=typeof e["str"]?this.setString(e["str"]):"undefined"!=typeof e["hex"]&&this.setStringHex(e["hex"]))},ao.lang.extend(so.asn1.DERAbstractString,so.asn1.ASN1Object),so.asn1.DERAbstractTime=function(e){so.asn1.DERAbstractTime.superclass.constructor.call(this);this.localDateToUTC=function(e){utc=e.getTime()+6e4*e.getTimezoneOffset();var t=new Date(utc);return t},this.formatDate=function(e,t,n){var i=this.zeroPadding,r=this.localDateToUTC(e),o=String(r.getFullYear());"utc"==t&&(o=o.substr(2,2));var a=i(String(r.getMonth()+1),2),s=i(String(r.getDate()),2),l=i(String(r.getHours()),2),c=i(String(r.getMinutes()),2),u=i(String(r.getSeconds()),2),d=o+a+s+l+c+u;if(!0===n){var h=r.getMilliseconds();if(0!=h){var p=i(String(h),3);p=p.replace(/[0]+$/,""),d=d+"."+p}}return d+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(e)},this.setByDateValue=function(e,t,n,i,r,o){var a=new Date(Date.UTC(e,t-1,n,i,r,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},ao.lang.extend(so.asn1.DERAbstractTime,so.asn1.ASN1Object),so.asn1.DERAbstractStructured=function(e){so.asn1.DERAbstractString.superclass.constructor.call(this);this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,"undefined"!=typeof e&&"undefined"!=typeof e["array"]&&(this.asn1Array=e["array"])},ao.lang.extend(so.asn1.DERAbstractStructured,so.asn1.ASN1Object),so.asn1.DERBoolean=function(){so.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},ao.lang.extend(so.asn1.DERBoolean,so.asn1.ASN1Object),so.asn1.DERInteger=function(e){so.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=so.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Er(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["bigint"]?this.setByBigInteger(e["bigint"]):"undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},ao.lang.extend(so.asn1.DERInteger,so.asn1.ASN1Object),so.asn1.DERBitString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=so.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}so.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var n="0"+e;this.hTLV=null,this.isModified=!0,this.hV=n+t},this.setByBinaryString=function(e){e=e.replace(/0+$/,"");var t=8-e.length%8;8==t&&(t=0);for(var n=0;n<=t;n++)e+="0";var i="";for(n=0;n<e.length-1;n+=8){var r=e.substr(n,8),o=parseInt(r,2).toString(16);1==o.length&&(o="0"+o),i+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+t+i},this.setByBooleanArray=function(e){for(var t="",n=0;n<e.length;n++)1==e[n]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=!1;return t},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):"undefined"!=typeof e["hex"]?this.setHexValueIncludingUnusedBits(e["hex"]):"undefined"!=typeof e["bin"]?this.setByBinaryString(e["bin"]):"undefined"!=typeof e["array"]&&this.setByBooleanArray(e["array"]))},ao.lang.extend(so.asn1.DERBitString,so.asn1.ASN1Object),so.asn1.DEROctetString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=so.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}so.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},ao.lang.extend(so.asn1.DEROctetString,so.asn1.DERAbstractString),so.asn1.DERNull=function(){so.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},ao.lang.extend(so.asn1.DERNull,so.asn1.ASN1Object),so.asn1.DERObjectIdentifier=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Er(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};so.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=i},this.setValueName=function(e){var t=so.asn1.x509.OID.name2oid(e);if(""===t)throw"DERObjectIdentifier oidName undefined: "+e;this.setValueOidString(t)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"===typeof e?e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e):void 0!==e.oid?this.setValueOidString(e.oid):void 0!==e.hex?this.setValueHex(e.hex):void 0!==e.name&&this.setValueName(e.name))},ao.lang.extend(so.asn1.DERObjectIdentifier,so.asn1.ASN1Object),so.asn1.DEREnumerated=function(e){so.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=so.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Er(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},ao.lang.extend(so.asn1.DEREnumerated,so.asn1.ASN1Object),so.asn1.DERUTF8String=function(e){so.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},ao.lang.extend(so.asn1.DERUTF8String,so.asn1.DERAbstractString),so.asn1.DERNumericString=function(e){so.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},ao.lang.extend(so.asn1.DERNumericString,so.asn1.DERAbstractString),so.asn1.DERPrintableString=function(e){so.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},ao.lang.extend(so.asn1.DERPrintableString,so.asn1.DERAbstractString),so.asn1.DERTeletexString=function(e){so.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},ao.lang.extend(so.asn1.DERTeletexString,so.asn1.DERAbstractString),so.asn1.DERIA5String=function(e){so.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},ao.lang.extend(so.asn1.DERIA5String,so.asn1.DERAbstractString),so.asn1.DERUTCTime=function(e){so.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return"undefined"==typeof this.date&&"undefined"==typeof this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},ao.lang.extend(so.asn1.DERUTCTime,so.asn1.DERAbstractTime),so.asn1.DERGeneralizedTime=function(e){so.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},ao.lang.extend(so.asn1.DERGeneralizedTime,so.asn1.DERAbstractTime),so.asn1.DERSequence=function(e){so.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e+=n.getEncodedHex()}return this.hV=e,this.hV}},ao.lang.extend(so.asn1.DERSequence,so.asn1.DERAbstractStructured),so.asn1.DERSet=function(e){so.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e.push(n.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},"undefined"!=typeof e&&"undefined"!=typeof e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},ao.lang.extend(so.asn1.DERSet,so.asn1.DERAbstractStructured),so.asn1.DERTaggedObject=function(e){so.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,n){this.hT=t,this.isExplicit=e,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["tag"]&&(this.hT=e["tag"]),"undefined"!=typeof e["explicit"]&&(this.isExplicit=e["explicit"]),"undefined"!=typeof e["obj"]&&(this.asn1Object=e["obj"],this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},ao.lang.extend(so.asn1.DERTaggedObject,so.asn1.ASN1Object);var lo,co,uo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),ho=function(e){function t(n){var i=e.call(this)||this;return n&&("string"===typeof n?i.parseKey(n):(t.hasPrivateKeyProperty(n)||t.hasPublicKeyProperty(n))&&i.parsePropertiesFrom(n)),i}return uo(t,e),t.prototype.parseKey=function(e){try{var t=0,n=0,i=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/,r=i.test(e)?ur.decode(e):dr.unarmor(e),o=wr.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=Pr(t,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var a=o.sub[3].getHexStringValue();this.d=Pr(a,16);var s=o.sub[4].getHexStringValue();this.p=Pr(s,16);var l=o.sub[5].getHexStringValue();this.q=Pr(l,16);var c=o.sub[6].getHexStringValue();this.dmp1=Pr(c,16);var u=o.sub[7].getHexStringValue();this.dmq1=Pr(u,16);var d=o.sub[8].getHexStringValue();this.coeff=Pr(d,16)}else{if(2!==o.sub.length)return!1;if(o.sub[0].sub){var h=o.sub[1],p=h.sub[0];t=p.sub[0].getHexStringValue(),this.n=Pr(t,16),n=p.sub[1].getHexStringValue(),this.e=parseInt(n,16)}else t=o.sub[0].getHexStringValue(),this.n=Pr(t,16),n=o.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(vR){return!1}},t.prototype.getPrivateBaseKey=function(){var e={array:[new so.asn1.DERInteger({int:0}),new so.asn1.DERInteger({bigint:this.n}),new so.asn1.DERInteger({int:this.e}),new so.asn1.DERInteger({bigint:this.d}),new so.asn1.DERInteger({bigint:this.p}),new so.asn1.DERInteger({bigint:this.q}),new so.asn1.DERInteger({bigint:this.dmp1}),new so.asn1.DERInteger({bigint:this.dmq1}),new so.asn1.DERInteger({bigint:this.coeff})]},t=new so.asn1.DERSequence(e);return t.getEncodedHex()},t.prototype.getPrivateBaseKeyB64=function(){return sr(this.getPrivateBaseKey())},t.prototype.getPublicBaseKey=function(){var e=new so.asn1.DERSequence({array:[new so.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new so.asn1.DERNull]}),t=new so.asn1.DERSequence({array:[new so.asn1.DERInteger({bigint:this.n}),new so.asn1.DERInteger({int:this.e})]}),n=new so.asn1.DERBitString({hex:"00"+t.getEncodedHex()}),i=new so.asn1.DERSequence({array:[e,n]});return i.getEncodedHex()},t.prototype.getPublicBaseKeyB64=function(){return sr(this.getPublicBaseKey())},t.wordwrap=function(e,t){if(t=t||64,!e)return e;var n="(.{1,"+t+"})( +|$\n?)|(.{1,"+t+"})";return e.match(RegExp(n,"g")).join("\n")},t.prototype.getPrivateKey=function(){var e="-----BEGIN RSA PRIVATE KEY-----\n";return e+=t.wordwrap(this.getPrivateBaseKeyB64())+"\n",e+="-----END RSA PRIVATE KEY-----",e},t.prototype.getPublicKey=function(){var e="-----BEGIN PUBLIC KEY-----\n";return e+=t.wordwrap(this.getPublicBaseKeyB64())+"\n",e+="-----END PUBLIC KEY-----",e},t.hasPublicKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},t}(to),po="undefined"!==typeof process?null===(lo={NODE_ENV:"production",BASE_URL:"/"})||void 0===lo?void 0:lo.npm_package_version:void 0,fo=function(){function e(e){void 0===e&&(e={}),e=e||{},this.default_key_size=e.default_key_size?parseInt(e.default_key_size,10):1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}return e.prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new ho(e)},e.prototype.setPrivateKey=function(e){this.setKey(e)},e.prototype.setPublicKey=function(e){this.setKey(e)},e.prototype.decrypt=function(e){try{return this.getKey().decrypt(lr(e))}catch(vR){return!1}},e.prototype.encrypt=function(e){try{return sr(this.getKey().encrypt(e))}catch(vR){return!1}},e.prototype.sign=function(e,t,n){try{return sr(this.getKey().sign(e,t,n))}catch(vR){return!1}},e.prototype.verify=function(e,t,n){try{return this.getKey().verify(e,lr(t),n)}catch(vR){return!1}},e.prototype.getKey=function(e){if(!this.key){if(this.key=new ho,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=po,e}(),mo=new Uint8Array(16);function go(){if(!co&&(co="undefined"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!==typeof msCrypto&&"function"===typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),!co))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return co(mo)}var vo=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function yo(e){return"string"===typeof e&&vo.test(e)}for(var bo=yo,wo=[],_o=0;_o<256;++_o)wo.push((_o+256).toString(16).substr(1));function Co(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(wo[e[t+0]]+wo[e[t+1]]+wo[e[t+2]]+wo[e[t+3]]+"-"+wo[e[t+4]]+wo[e[t+5]]+"-"+wo[e[t+6]]+wo[e[t+7]]+"-"+wo[e[t+8]]+wo[e[t+9]]+"-"+wo[e[t+10]]+wo[e[t+11]]+wo[e[t+12]]+wo[e[t+13]]+wo[e[t+14]]+wo[e[t+15]]).toLowerCase();if(!bo(n))throw TypeError("Stringified UUID is invalid");return n}var xo,So,ko=Co,Eo=0,Ao=0;function Do(e,t,n){var i=t&&n||0,r=t||new Array(16);e=e||{};var o=e.node||xo,a=void 0!==e.clockseq?e.clockseq:So;if(null==o||null==a){var s=e.random||(e.rng||go)();null==o&&(o=xo=[1|s[0],s[1],s[2],s[3],s[4],s[5]]),null==a&&(a=So=16383&(s[6]<<8|s[7]))}var l=void 0!==e.msecs?e.msecs:Date.now(),c=void 0!==e.nsecs?e.nsecs:Ao+1,u=l-Eo+(c-Ao)/1e4;if(u<0&&void 0===e.clockseq&&(a=a+1&16383),(u<0||l>Eo)&&void 0===e.nsecs&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Eo=l,Ao=c,So=a,l+=122192928e5;var d=(1e4*(268435455&l)+c)%4294967296;r[i++]=d>>>24&255,r[i++]=d>>>16&255,r[i++]=d>>>8&255,r[i++]=255&d;var h=l/4294967296*1e4&268435455;r[i++]=h>>>8&255,r[i++]=255&h,r[i++]=h>>>24&15|16,r[i++]=h>>>16&255,r[i++]=a>>>8|128,r[i++]=255&a;for(var p=0;p<6;++p)r[i+p]=o[p];return t||ko(r)}var Oo=Do;function To(e){if(!bo(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}var Io=To;function Po(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}var Fo="6ba7b810-9dad-11d1-80b4-00c04fd430c8",Mo="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Bo(e,t,n){function i(e,i,r,o){if("string"===typeof e&&(e=Po(e)),"string"===typeof i&&(i=Io(i)),16!==i.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var a=new Uint8Array(16+e.length);if(a.set(i),a.set(e,i.length),a=n(a),a[6]=15&a[6]|t,a[8]=63&a[8]|128,r){o=o||0;for(var s=0;s<16;++s)r[o+s]=a[s];return r}return ko(a)}try{i.name=e}catch(r){}return i.DNS=Fo,i.URL=Mo,i}function No(e){if("string"===typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return Ro(jo(Lo(e),8*e.length))}function Ro(e){for(var t=[],n=32*e.length,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}function $o(e){return 14+(e+64>>>9<<4)+1}function jo(e,t){e[t>>5]|=128<<t%32,e[$o(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,l=i,c=r,u=o;n=Uo(n,i,r,o,e[a],7,-680876936),o=Uo(o,n,i,r,e[a+1],12,-389564586),r=Uo(r,o,n,i,e[a+2],17,606105819),i=Uo(i,r,o,n,e[a+3],22,-1044525330),n=Uo(n,i,r,o,e[a+4],7,-176418897),o=Uo(o,n,i,r,e[a+5],12,1200080426),r=Uo(r,o,n,i,e[a+6],17,-1473231341),i=Uo(i,r,o,n,e[a+7],22,-45705983),n=Uo(n,i,r,o,e[a+8],7,1770035416),o=Uo(o,n,i,r,e[a+9],12,-1958414417),r=Uo(r,o,n,i,e[a+10],17,-42063),i=Uo(i,r,o,n,e[a+11],22,-1990404162),n=Uo(n,i,r,o,e[a+12],7,1804603682),o=Uo(o,n,i,r,e[a+13],12,-40341101),r=Uo(r,o,n,i,e[a+14],17,-1502002290),i=Uo(i,r,o,n,e[a+15],22,1236535329),n=Wo(n,i,r,o,e[a+1],5,-165796510),o=Wo(o,n,i,r,e[a+6],9,-1069501632),r=Wo(r,o,n,i,e[a+11],14,643717713),i=Wo(i,r,o,n,e[a],20,-373897302),n=Wo(n,i,r,o,e[a+5],5,-701558691),o=Wo(o,n,i,r,e[a+10],9,38016083),r=Wo(r,o,n,i,e[a+15],14,-660478335),i=Wo(i,r,o,n,e[a+4],20,-405537848),n=Wo(n,i,r,o,e[a+9],5,568446438),o=Wo(o,n,i,r,e[a+14],9,-1019803690),r=Wo(r,o,n,i,e[a+3],14,-187363961),i=Wo(i,r,o,n,e[a+8],20,1163531501),n=Wo(n,i,r,o,e[a+13],5,-1444681467),o=Wo(o,n,i,r,e[a+2],9,-51403784),r=Wo(r,o,n,i,e[a+7],14,1735328473),i=Wo(i,r,o,n,e[a+12],20,-1926607734),n=qo(n,i,r,o,e[a+5],4,-378558),o=qo(o,n,i,r,e[a+8],11,-2022574463),r=qo(r,o,n,i,e[a+11],16,1839030562),i=qo(i,r,o,n,e[a+14],23,-35309556),n=qo(n,i,r,o,e[a+1],4,-1530992060),o=qo(o,n,i,r,e[a+4],11,1272893353),r=qo(r,o,n,i,e[a+7],16,-155497632),i=qo(i,r,o,n,e[a+10],23,-1094730640),n=qo(n,i,r,o,e[a+13],4,681279174),o=qo(o,n,i,r,e[a],11,-358537222),r=qo(r,o,n,i,e[a+3],16,-722521979),i=qo(i,r,o,n,e[a+6],23,76029189),n=qo(n,i,r,o,e[a+9],4,-640364487),o=qo(o,n,i,r,e[a+12],11,-421815835),r=qo(r,o,n,i,e[a+15],16,530742520),i=qo(i,r,o,n,e[a+2],23,-995338651),n=Yo(n,i,r,o,e[a],6,-198630844),o=Yo(o,n,i,r,e[a+7],10,1126891415),r=Yo(r,o,n,i,e[a+14],15,-1416354905),i=Yo(i,r,o,n,e[a+5],21,-57434055),n=Yo(n,i,r,o,e[a+12],6,1700485571),o=Yo(o,n,i,r,e[a+3],10,-1894986606),r=Yo(r,o,n,i,e[a+10],15,-1051523),i=Yo(i,r,o,n,e[a+1],21,-2054922799),n=Yo(n,i,r,o,e[a+8],6,1873313359),o=Yo(o,n,i,r,e[a+15],10,-30611744),r=Yo(r,o,n,i,e[a+6],15,-1560198380),i=Yo(i,r,o,n,e[a+13],21,1309151649),n=Yo(n,i,r,o,e[a+4],6,-145523070),o=Yo(o,n,i,r,e[a+11],10,-1120210379),r=Yo(r,o,n,i,e[a+2],15,718787259),i=Yo(i,r,o,n,e[a+9],21,-343485551),n=zo(n,s),i=zo(i,l),r=zo(r,c),o=zo(o,u)}return[n,i,r,o]}function Lo(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array($o(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}function zo(e,t){var n=(65535&e)+(65535&t),i=(e>>16)+(t>>16)+(n>>16);return i<<16|65535&n}function Vo(e,t){return e<<t|e>>>32-t}function Ho(e,t,n,i,r,o){return zo(Vo(zo(zo(t,e),zo(i,o)),r),n)}function Uo(e,t,n,i,r,o,a){return Ho(t&n|~t&i,e,t,r,o,a)}function Wo(e,t,n,i,r,o,a){return Ho(t&i|n&~i,e,t,r,o,a)}function qo(e,t,n,i,r,o,a){return Ho(t^n^i,e,t,r,o,a)}function Yo(e,t,n,i,r,o,a){return Ho(n^(t|~i),e,t,r,o,a)}var Go=No,Ko=Bo("v3",48,Go),Xo=Ko;function Zo(e,t,n){e=e||{};var i=e.random||(e.rng||go)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return ko(i)}var Jo=Zo;function Qo(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:return t^n^i;case 2:return t&n^t&i^n&i;case 3:return t^n^i}}function ea(e,t){return e<<t|e>>>32-t}function ta(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"===typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),l=0;l<a;++l){for(var c=new Uint32Array(16),u=0;u<16;++u)c[u]=e[64*l+4*u]<<24|e[64*l+4*u+1]<<16|e[64*l+4*u+2]<<8|e[64*l+4*u+3];s[l]=c}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=ea(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var m=n[0],g=n[1],v=n[2],y=n[3],b=n[4],w=0;w<80;++w){var _=Math.floor(w/20),C=ea(m,5)+Qo(_,g,v,y)+b+t[_]+h[w]>>>0;b=y,y=v,v=ea(g,30)>>>0,g=m,m=C}n[0]=n[0]+m>>>0,n[1]=n[1]+g>>>0,n[2]=n[2]+v>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+b>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}var na=ta,ia=Bo("v5",80,na),ra=ia,oa={v1:Oo,v3:Xo,v4:Jo,v5:ra};function aa(e){let t=new fo;t.setPublicKey(sa("4ADS20wxtyAw"));let n=t.encrypt(e);return n}function sa(e){return!!Object.prototype.toString.call(e)&&la("M1Fw3wD5QYJKoZIhvcNAQEBBQADSwAwSAJBAPWZswFK/6")}function la(e){if(Object.prototype.toString.call(e)){let t=e.replace(new RegExp("1","g"),""),n=t.replace(new RegExp("3","g"),""),i=n.replace(new RegExp("5","g"),"");return ca("AJB5APWZ"+i)}return!1}function ca(e){if(Object.prototype.toString.call(e)){let t="++m2Kx72j8q73mLKCxi72MZG6knk7vQAz9Ed4SgbJ67juHT7Km",n=t.split("").reverse().join(""),i=n.split("").reverse().join(""),r=i.replace(new RegExp("3m","g"),""),o=r.replace(new RegExp("6k","g"),""),a=o.replace(new RegExp("gb","g"),"");return ua(e.slice(8)+a)}return!1}function ua(e){if(Object.prototype.toString.call(e)){let t="7kdTklfaAsccYCeQbhDr7Cd8mWFleQtVKM6mM90CAwEAAQ==",n=t.replace(new RegExp("cc","g"),""),i=n.replace(new RegExp("8m","g"),""),r="hDr7Cd98mWF"+i.replace(new RegExp("90","g"),"");return e.split("").reverse().join("").split("").reverse().join("")+r.slice(11)}return!1}function da(e,t=!1){const n=document.createElement("a");n.href=e,n.target="_blank",n.rel="noopener noreferrer",t&&(n.download="file"),document.body.appendChild(n),n.click(),document.body.removeChild(n)}let ha="",pa="";function fa(e){if(null!==e){if(Array.isArray(e))for(let t=0;t<e.length;t++)null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]);else if("object"===typeof e)for(const t in e)e.hasOwnProperty(t)&&(null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]));return e}}function ma(e){pa=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e||"pre"===e?ha="https://apipre.wotohub.com":"prod"!==e&&"production"!==e||(ha="https://api.wotohub.com/")}const ga=xn.create({baseURL:"",timeout:25e4});ga.interceptors.request.use((function(e){const t=(new Date).getTime(),n=In()+t;let i=oa.v4();const r=e.params||e.data;fa(r);let o={},a="";r?(o=$n(e.url,n,t,r,i,e.method),a=o.hmacBytes):(o=$n(e.url,n,t,null,i,e.method),a=o.hmacBytes),e.baseURL=pa?ha:"https://apipre.wotohub.com",e.headers["appkey"]=aa(i),e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=a,e.headers["sign"]=Ln(r).hmacBytes,e.headers["token"]=localStorage.getItem("token"),e.headers["Content-Type"]="application/json",e.config&&e.config.contentType&&"formData"===e.config.contentType&&(e.headers["Content-Type"]="multipart/form-data");let s=localStorage.getItem("sourceApp");return s&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),ga.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系管理员"),200!==e.status&&0!==e.status||("1006"===e.data.code||"用户未登录"===e.data.message)&&(localStorage.removeItem("user_info"),localStorage.removeItem("user_equity"),localStorage.removeItem("token"),localStorage.removeItem("dss_token"),localStorage.removeItem("referrer"),localStorage.removeItem("isRemindUnlock"),localStorage.removeItem("inboxPage"),localStorage.removeItem("outboxPage"),localStorage.removeItem("omaToken"),localStorage.removeItem("oma_token"),["www.wotohub.com","pre-hub.kuku.info"].includes(window.location.host)&&(window.location.href="/login"));try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return e.data}),(function(e){return Promise.reject(e)}));const va=(e,t)=>new Promise(((n,i)=>{ga.get(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ya=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ba=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{data:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),wa=(e,t,n)=>new Promise(((i,r)=>{ga.post(e,t,{responseType:n?"blob":"json"}).then((e=>{i(e)})).catch((e=>{r(e)}))})),_a=(e,t)=>new Promise(((n,i)=>{ga.put(e,t).then((e=>{n(e)})).catch((e=>{i(e)}))})),Ca=(e,t,n)=>ga({method:"post",url:e,data:t,onUploadProgress:n,config:{contentType:"formData"},headers:{"Content-Type":"multipart/form-data"}}),xa=localStorage.getItem("EDMDefaultEnv");function Sa(e){"dev"!==xa&&Ki.reportFrameErrors({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],traceTimeInterval:6e4,vue:qn()},e)}"dev"!==xa&&Ki.register({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],vue:qn()});const ka=xn.create({baseURL:"https://dss-apis.kuku.info"});ka.interceptors.request.use((e=>{if(e.data)for(const t in e.data)Aa(e.data[t])&&delete e.data[t];if(e.params)for(const t in e.params)Aa(e.params[t])&&delete e.params[t];return zi.getters.token&&(e.headers["Authorization"]="Bearer "+Yi()),e}),(e=>Promise.reject(e))),ka.interceptors.response.use((e=>{const t=e.data;try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return Promise.resolve(t)}),(e=>(100003===e.response.data.code?(0,Un.Message)({message:e.response.data.message,type:"error",duration:5e3}):(0,Un.Message)({message:e.response.data.message?e.response.data.message:"网络错误,请稍后再试~",type:"error",duration:5e3}),Promise.reject(e))));var Ea=ka;function Aa(e){return"undefined"===typeof e||null===e||""===e}async function Da(e){let t=await wa("/user/userSystem/loginWithPassword",e);return t.data}function Oa(e){return Ea({url:"https://dss-apis.kuku.info/user/account/password",method:"POST",data:e})}async function Ta(e){let t=await Hn("https://api.kuku.info/koc/task/search",e);return t.data}async function Ia(){let e=await Hn("http://192.168.4.10:9528/writeEmail",{});return e.data}async function Pa(e){let t={sourceApp:"hub",bloggerName:"",subject:"",taskName:"",type:"",currentPage:1,pageSize:10},n=await Hn("http://192.168.4.10:8080/edm/mail/selOutbox",t);return n.data}var Fa={name:"edm-button",created(){},methods:{test(){let e='<html>\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=gb2312">\n <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>\n </head>\n <body dir="ltr">\n <div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">\n This is a great project. I like it very much. Can you tell me the specific way of cooperation?\n </div>\n <div id="appendonsend"></div>\n <hr style="display:inline-block;width:98%" tabindex="-1">\n <div id="divRplyFwdMsg" dir="ltr">\n <font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>发件人:</b> e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com &lt;e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com&gt; 代表 marywrogers@viralpromotors.com &lt;marywrogers@viralpromotors.com&gt;<br><b>发送时间:</b> 2024年6月27日 9:23<br><b>收件人:</b> lectmaha &lt;lectmaha@hotmail.com&gt;<br><b>主题:</b> Business inquiry-Hisense wants collaboration-allhostaria</font>\n <div>\n &nbsp;\n </div>\n </div>\n <div>\n <p style="text-align:left"><span style="font-size:14px">Hi allhostaria,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Hope this email finds you well.</span></p>\n <p style="text-align:left"><span style="font-size:14px">This is Anna from Wotokol, a famous influencer marketing company that connects international influencers and world-famous brands from China.</span></p>\n <p style="text-align:left"><span style="font-size:14px">You do really great content on your channel and here\'s a campaign that I\'d like to invite you to join.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Here is the info about this activity:</span></p>\n <p style="text-align:left"><span style="font-size:14px">Brand: Hisense &nbsp;</span><a href="https://sctrack.sendcloud.net/track/click2/eNolj8FuwyAQRP8FpTeC2TWsza39jipCeE1qK8RUAZ-q_ntwoj2sZuZpR_uNoyU7SCGkgAGcsWB6bONB9w7JO2cJ_ThoqwqfQXvnjfZA5rxuU963WZ9S5HoPS_hccttrUpzvQmopllp_y0f_1XU_KU8hqWUtcSvxALoXcQ2pxFZtBjWOClGBoSbrYz_cI2AmRDMb5wA0BeoBeQIOzMhXMm-qcH0Evql2feaU91ltsQr59y_fXzTo8gRda0GI.html" target="_blank"><span style="color:rgb(120,6,80); font-size:14px">https://global.hisense.com/</span></a></p>\n <p style="text-align:left"><span style="font-size:14px">Product models for different countries:</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>US:</u></span><span style="font-size:14px"> Hisense 100" Class U76 4K Google TV 100U76N Hisense (hisense-usa.com), Hisense 100" L9 Series TriChroma Laser TV (100L9H-DLT100C) (hisense-usa.com)</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>UK:</u></span><span style="font-size:14px"> Mini-LED Smart TV - 100U7KQTUK - Hisense, 4K Smart Laser TV - 120L9HTUKA - Hisense</span></p>\n <p style="text-align:left"><span style="font-size:14px">Deliverables: one 5-8 mins dedicated YTB video + video commercial usage rights for 3 months</span></p>\n <p style="text-align:left"><span style="font-size:14px">Post time: July 7-July 14, 2024</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">One of the products will be given to you, please let me know your rate for this collab if you\'re interested.</span></p>\n <p style="text-align:left"><span style="font-size:14px">Please feel free to contact me if you have any questions, hope to hear from you soon.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Best Regards,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Anna Chen</span></p>\n <div style="display:flex; overflow-x:auto"></div>\n <div>\n <br><img width="1px" height="1px" src="https://pixel.xin/collect.gif?trace_id=pixel_667cbf27e4b0b64ffa8b634c">\n </div>\n <table cellpadding="0" cellspacing="0" border="0" width="100%">\n <tbody>\n <tr>\n <td align="center" style="overflow:hidden; font-size:0; padding:0; margin:0; line-height:0"><img alt="" style="width:0; height:0" src="https://sctrack.sendcloud.net/track/open2/eNolTs0KwyAYexfZ0YpaP39ue48xxH46WuYUqj2NvfssJYeQEJI8pAUNhhJCiTDCKRBqlgNe8NlJ7Z0DLb01HFjDSXDvvOJeaDVtZalHifyWE_ZPWMN9rYO3zLB-COUD5BVyS6NaGWYtk5IJpYfs-3G65-aCBpzEqCAugo9RjDw6GCckaAxXqmHfA75ZSyVirkdkJXVCvz96vRyh5x_lOzaT.gif"></td>\n </tr>\n </tbody>\n </table>\n <center>\n <table width="100%" align="center" style="max-width:900px; margin:0 auto; width:100%">\n <tbody>\n <tr align="center">\n </tr>\n <tr align="center">\n <td width="560" style="border-top:1px #e5e5e5 solid; padding-top:15px; padding-bottom:15px">\n <table border="0" cellspacing="0" cellpadding="0" align="center">\n <tbody>\n <tr>\n <td style="background-color:#ddd; border:1px #ddd solid; border-radius:4px; padding:3px 15px; text-align:center"><a href="https://sctrack.sendcloud.net/track/unsubscribe2.do?p=eNptTssKAjEM_JfisVua9H3zP0RKt63sYt3CPk7ivxv1KjOQZMhMckFvrHGcMc7AQdAGtEJCBKkC2hiCsRi9k0ZseQAZQ9QygtXDvIz9WIo8tZr3R5rSeepU5yZyfzAuCeyW2lYpWjvhvUAUoC2N-3qQOsD37H87UwZzwVB1Skp7byEZGEsoNVGj8JNK3PK-pnwXW11Kbv0oYqk7488X__1PS9c3Zbc_0g%3D%3D" target="_blank" rel="noopener" style="color:#a6a6a6; background:#ddd; font-size:12px; text-decoration:none">点击这里取消订阅<br>\n click to unsubscribe</a></td>\n </tr>\n </tbody>\n </table></td>\n </tr>\n </tbody>\n </table>\n </center>\n </div>\n </body>\n</html>';e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp("&nbsp;","g")," "),console.log(e)},getData(){login()},change(){Pa();let e={id:"theme-hub"};l(e)},handleTest1(){},change1(){let e={id:"theme-dss"};l(e)},handleLoginHub(){localStorage.setItem("sourceApp","hub"),Da({mobileOrEmail:"15868181234",password:"abc123123"}).then((e=>{e&&(alert("登陆成功"),e.token&&(localStorage.setItem("token",e.token),localStorage.setItem("user_info",JSON.stringify({...e,user_id:e.id})),Gi(e.token)))}))},handleLoginDSS(){localStorage.setItem("sourceApp","dss"),Oa({login_account:"tankangkang0147",password:"123123123"}).then((e=>{0===e.code&&(localStorage.setItem("Authorization","Bearer "+e.data.token),Gi(e.token))}))},handleGetlist(){Ta({page:1,aa:"1"}).then((e=>{}))},getCros(){alert(1),Ia()}}},Ma=Fa;function Ba(e,t,n,i,r,o,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),i&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var Na=Ba(Ma,o,a,!1,null,"253f46f3",null),Ra=Na.exports,$a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"inbox-container"},[t("div",{staticClass:"search-box"},[t("el-row",{attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.bloggerName")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.title")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.target")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.popularizePlanName,callback:function(t){e.$set(e.searchForm,"popularizePlanName",t)},expression:"searchForm.popularizePlanName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.tagName")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",multiple:"","collapse-tags":"",filterable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},on:{change:e.handleTagChange},model:{value:e.searchForm.selectTag,callback:function(t){e.$set(e.searchForm,"selectTag",t)},expression:"searchForm.selectTag"}},e._l(e.tags,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1)])],1),t("el-row",{staticClass:"second-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isStar")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.all")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.starred")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isRead")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isRead,callback:function(t){e.$set(e.searchForm,"isRead",t)},expression:"searchForm.isRead"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.unRead")}}),t("el-option",{attrs:{value:2,label:e.$t("inboxMail.search.read")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isReply")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isReply,callback:function(t){e.$set(e.searchForm,"isReply",t)},expression:"searchForm.isReply"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.replyTrue")}}),t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.replyFalse")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.replayTime")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.timeRange,callback:function(t){e.$set(e.searchForm,"timeRange",t)},expression:"searchForm.timeRange"}},[t("el-option",{attrs:{value:"1",label:e.$t("inboxMail.search.time1")}}),t("el-option",{attrs:{value:"2",label:e.$t("inboxMail.search.time2")}}),t("el-option",{attrs:{value:"3",label:e.$t("inboxMail.search.time3")}})],1)],1)])],1),t("el-row",{staticClass:"second-row last-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"normal-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-btn"},[t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small",type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(e._s(e.$t("inboxMail.searchButton.search")))]),t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small"},on:{click:e.reset}},[e._v(e._s(e.$t("inboxMail.search.reset")))])],1)])],1)],1),t("div",{staticClass:"mail-wrap legacy relative"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("el-tooltip",{staticClass:"item1",attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v1"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.del()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v2"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setUnRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-unread mail-unread mail-status"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setHasRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setHasRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative"},[e._v("")])])],1),t("div",{staticClass:"tool-item",on:{click:e.multiReply}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.batchReply"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-plhf"})])],1),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",style:{"min-height":`${e.tableHeight}px`},attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys},on:{"selection-change":e.switchMail,"row-contextmenu":e.rightClick,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{on:{click:function(t){return t.stopPropagation(),e.isFavorites(n)}}},[t("i",{class:0===n.isStar?"start-icon pm-iconfont icon-star0":"start-icon pm-iconfont icon-star1 starcolor"})])]}}])}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["1"===n.mailStatus?t("span",[t("i",{staticClass:"dss-iconfont icon-contact2",style:{color:e.primary}})]):e._e(),"2"===n.mailStatus?t("span",{on:{click:function(t){return t.stopPropagation(),e.changeRead(n)}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-read-2 mail-read"})])],1):e._e()]}}])}),t("el-table-column",{attrs:{width:"70"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReply?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.replyTrue"))+" ")]):t("span")]}}])}),t("el-table-column",{attrs:{width:"200"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"blogger-column"},[t("el-tooltip",{attrs:{disabled:!(n.bloggerHover&&n.bloggerHover.bloggerId),"popper-class":"wt-tooltip-edm-blogger",placement:"top"}},[t("div",{staticClass:"blogger-card",attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"card-top"},[t("div",{staticClass:"top-left"},[t("el-image",{staticClass:"blogger-img",attrs:{src:n.bloggerHover.avatar}}),t("img",{staticClass:"platform-img",attrs:{src:i(2183)(`./${n.bloggerHover.platform||"youtube"}.png`)}})],1),t("div",{staticClass:"top-right"},[t("div",{staticClass:"blogger-name"},[t("div",{staticClass:"name"},[e._v(" "+e._s(n.bloggerHover.nickname)+" ")]),t("img",{staticClass:"flage",attrs:{src:n.bloggerHover.regionFlag,alt:""}}),t("div",{staticClass:"country"},[e._v(" "+e._s(n.bloggerHover.regionNameZh)+" ")])]),t("div",{staticClass:"blogger-data"},[t("div",{staticClass:"data-item"},[t("div",{staticClass:"item-label"},[e._v("粉丝数")]),t("div",{staticClass:"item-value"},[e._v(" "+e._s(e._f("numFormat")(n.bloggerHover.fansCount))+" ")])]),t("div",{staticClass:"data-item"},[t("div",{staticClass:"item-label"},[e._v("平均观看量")]),t("div",{staticClass:"item-value"},[e._v(" "+e._s(e._f("numFormat")(n.bloggerHover.viewVolumeAvg60d))+" ")])])])])]),t("div",{staticClass:"card-bottom"},[t("div",{staticClass:"bottom-item channel-item"},[t("div",{staticClass:"label"},[e._v("频道ID")]),t("div",{staticClass:"value"},[t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.username))]),t("i",{staticClass:"dss-iconfont",on:{click:function(t){return e.copyText(n.bloggerHover.username)}}},[e._v("")])])]),t("div",{staticClass:"bottom-item tag-item"},[t("div",{staticClass:"label"},[e._v("标签")]),n.bloggerHover.tags&&n.bloggerHover.tags.length>0?t("div",{staticClass:"value"},e._l(n.bloggerHover.tags.slice(0,3),(function(n){return t("div",{key:n,staticClass:"tag"},[e._v(" "+e._s(n)+" ")])})),0):t("div",{staticClass:"value"},[e._v("-")])]),t("div",{staticClass:"bottom-item"},[t("div",{staticClass:"label"},[e._v("报价")]),t("div",{staticClass:"value"},[2==n.bloggerHover.quoteType&&n.bloggerHover.amount?t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.amount)+e._s(n.bloggerHover.currencyName))]):1==n.bloggerHover.quoteType?t("span",[e._v("免费置换")]):t("span",{staticClass:"text"},[e._v("-")])])]),t("div",{staticClass:"bottom-item plan-item"},[t("div",{staticClass:"label"},[e._v("推广计划")]),n.bloggerHover.planCoop&&n.bloggerHover.planCoop.planId?t("div",{staticClass:"value"},[t("div",{staticClass:"plan-list"},[t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.planCoop.planName))]),t("div",{staticClass:"other"},[n.bloggerHover.planCoop.coopModifyTime?t("span",{staticClass:"sub-text"},[e._v(e._s(e.formatDate(n.bloggerHover.planCoop.coopModifyTime)))]):e._e(),t("span",{staticClass:"sub-text"},[e._v(e._s(n.bloggerHover.planCoop.coopStatusStr))])])])]):t("div",{staticClass:"value"},[e._v("-")])])])]),t("div",{staticClass:"blogger-col",on:{click:function(t){return t.stopPropagation(),e.toBloggerDetail(n)}}},[n.bloggerHover.avatar?t("el-image",{staticClass:"blogger-img",attrs:{fit:"cover",src:n.bloggerHover.avatar}}):e._e(),t("p",{class:{beyond_eip:!0,is_not_Ai_Woto_mail:0==n.isAiWoto,"font-bold .text-gray-700":1===n.isRead}},[e._v(" "+e._s(n.bloggerName)+" ")])],1)]),1==n.isAiWoto?t("img",{staticClass:"ai-flag",attrs:{src:i(251),alt:""}}):e._e()],1)]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[""!==n.popularizePlanName&&null!==n.popularizePlanName?[t("i",{staticClass:"dss-iconfont icon-task",staticStyle:{"font-size":"22px"},style:{color:2===n.isRead?"#999999":"#FF5277"},on:{click:function(t){return t.stopPropagation(),e.skipPlan(n)}}}),t("span",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold text-gray-700":"",attrs:{title:n.popularizePlanName},on:{click:function(t){return t.stopPropagation(),e.skipPlan(n)}}},[e._v(e._s(n.popularizePlanName))])]:t("span",[e._v(e._s(e.$t("inboxMail.search.noTask")))])],2)]}}])}),t("el-table-column",{ref:"a1",scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-main"},[1===n.isAttachment?t("i",{staticClass:"dss-iconfont icon-file-3",staticStyle:{"margin-right":"2px"}}):e._e(),t("span",{staticClass:"mail-subject beyond_eip mr8",class:1===n.isRead?"font-bold text-gray-700":""},[e._v(e._s(n.subject))]),t("span",{staticClass:"mail-content beyond_eip ml6 mr16",staticStyle:{color:"#999999"},domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}}),t("div",{ref:"mailTagList",staticClass:"mail-tag"},e._l(n.tagList,(function(i,r){return t("div",{key:r,staticClass:"mail-tag-item inbox-item",style:{color:"#fff",background:i.tagColor},attrs:{title:i.tagName},on:{click:function(t){return t.stopPropagation(),e.handleBindTag(n,i)}}},[e._v(" "+e._s(i.tagName.length>6?i.tagName.slice(0,6)+" ...":i.tagName)+" "),t("i",{staticClass:"el-icon-close inbox-icon-close"})])})),0),t("div",{staticClass:"add-block"}),t("div",{staticClass:"tag-add"},[t("span",{staticClass:"tag-btn",staticStyle:{"font-size":"12px"},on:{click:function(t){return t.stopPropagation(),e.addMailTag(n)}}},[t("span",[e._v("+")]),e._v(" "+e._s(e.$t("inboxTable.addTag")))])])])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticStyle:{color:"#666666"}},[e._v(" "+e._s(n.createTime)+" ")])]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[e.tableTotal>0?t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)},"current-change":e.changePage,"size-change":e.changeSize}}):e._e()],1)]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),t("el-dialog",{attrs:{title:e.$t("inboxTable.tip"),visible:e.dialogVisible,width:"420px","show-close":!0},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("div",{staticClass:"delete-shield",staticStyle:{display:"flex"}},[t("i",{staticClass:"delete-shield-icon el-icon-warning"}),t("div",{staticStyle:{display:"flex","flex-direction":"column"}},[t("span",[e._v(e._s(e.$t("inboxTable.delMail"))+"?")]),t("span",[e._v(e._s(e.$t("inboxTable.deleteTip")))])])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.dialogVisible=!1}}},[e._v(e._s(e.$t("inboxTable.cancel")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleConfirmDel}},[e._v(e._s(e.$t("inboxTable.confirm")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleDelShield}},[e._v(e._s(e.$t("inboxTable.delShieldBtn")))])],1)])],1)},ja=[];i(8111),i(2489),i(7588),i(1701);async function La(e){let t=await wa("/edm/inbox/selInbox",e);return"0"===t.code?t.data:null}async function za(e){let t=await wa("/edm/inbox/setBatchAsUnread",e);return t}async function Va(e){let t=await wa("/edm/inbox/setBatchAsRead",e);return t}async function Ha(){let e=await va("/edm/inbox/mailRemind");return e?e.data:null}async function Ua(e){let t=await _a("/edm/inbox/signRead",e);return!!t.success||null}async function Wa(e){let t=await ba("/edm/inbox/delInbox",e);return t.success}async function qa(e){let t=await ba("/edm/inbox/delInboxAndShield",e);return t.success}async function Ya(e){let t=await _a("/edm/inbox/starInbox",e);return t.success}async function Ga(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t.success?t.data:null}async function Ka(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t.success?t.data:(Un.Message.error(t.message),null)}async function Xa(e){let t=await ba("/edm/inbox/delOneMail",e);return t||null}async function Za(e){let t=await _a("/edm/tag/bindTag",e);return"0"===t.code||null}async function Ja(){let e=await va("/edm/tag/tags"),t=[{id:10464,tag:"很有希望",tagColor:"#1F81FF",tagType:2},{id:10465,tag:"系统标签1",tagColor:"#1F81FF",tagType:1},{id:10466,tag:"自定义标签3",tagColor:"#1F81FF",tagType:1},{id:10467,tag:"自定义标签2",tagColor:"#1F81FF",tagType:2},{id:10468,tag:"自定义标签1",tagColor:"#1F81FF",tagType:2}];return"0"===e.code?e.data:t}async function Qa(e){let t=await wa("/edm/mail/preUpload",e);return t||null}async function es(e){let t=await wa("/edm/mail/preAbroadUpload",e);return t||null}async function ts(e,t,n){return await Ca(e,t,n)}async function ns(e){let t=await wa("/edm/outboxV2/multiReply",e);return t}function is(e){return wa("/woto-crm/plan/planListToAdd",e)}function rs(e){return va(`/edm/inbox/inboxCrmData/${e}`)}function os(e){return wa("/woto-crm/planBlog/updatePlanBlogStatus",e)}function as(){return va("/user/equity/userAiPoint")}function ss(e){return va(`/edm/inbox/emailSummary/${e}`)}function ls(e){return va(`/edm/inbox/emailSummary/generate/${e}`)}function cs(e){return va(`/edm/inbox/smartReply/${e}`)}function us(e){return va(`/edm/inbox/keyInformation/${e}`)}function ds(e){return va(`/edm/inbox/keyInformation/extract/${e}`)}function hs(e){return wa("/edm/outbox/aiReply2Write/save",e)}function ps(e){return wa("/user/info/addBlogInfo",e)}function fs(e){return wa("/edm/inbox/aiUserFeedBack/save",e)}function ms(e){return va(`/edm/inbox/aiUserFeedBack/${e}`)}function gs(e){return wa("/woto-crm/planBlog/batchMovePlanBlog",e)}function vs(e){return wa("/edm/inbox/refreshInboxCrm",e)}function ys(e){return va(`/edm/inbox/aiReplyStrategy/generate/${e}`)}function bs(){return va("/edm/ai/aiEmailStrategy/get")}function ws(e){return va(`/edm/inbox/emailStrategy/${e}`)}function _s(){return va("/edm/dictionary/languages/get")}function Cs(){return va("/edm/dictionary/tones/get")}function xs(e){return wa("/edm/inbox/smartReply/generate",e)}function Ss(e){return va("/edm/qiye/mailOwnerCheck",e)}function ks(e){return wa("/woto-crm/planBlog/addPlanBlog",e)}function Es(e){return va("/edm/tag/searchTags",e)}function As(e){return ya(`/edm/tag/delTag/${e}`)}function Ds(e){return wa("/edm/tag/addSign",e)}function Os(e){return va("/user/hubUser/sonFather",e)}function Ts(e){return va("/edm/template/templates",e)}function Is(e){return va("/edm/inbox/selBloggerHover",e)}function Ps(e){return va(`/edm/conf/user/${e}/getBizEmails`)}function Fs(e){return va("/wonderland/api/invite/getJobBloggerInfoByChatId",e)}function Ms(e){return va("/user/user/allowAccess",e)}var Bs=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},["inbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.inbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",[e._v(e._s(e.$t(n.key)))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v(e._s(e.$i18n.t("searchButton.search")))]),t("el-button",{staticClass:"search-btn",on:{click:e.handleReset}},[e._v(e._s(e.$i18n.t("searchButton.reset")))])],1)],2):e._e(),"outbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.outbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",{key:i},[e._v(e._s(n.txt))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v("查询")]),t("el-button",{staticClass:"search-btn",attrs:{type:"primary","&#x26;#x3C;el-button":""},on:{click:e.handleReset}},[e._v(e._s(e.$t("edm5.v44")))])],1)],2):e._e()])},Ns=[],Rs={name:"edm-search",props:{searchType:{default:"inbox",type:String}},data(){return{query:{},test:[{name:"search.name"}],aa:this.$i18n.t("search.name"),outbox:[{id:oa.v1(),key:"name",txt:"红人名称:",type:"input"},{id:oa.v1(),key:"title",txt:"标题正文:",type:"input"},{id:oa.v1(),key:"target",txt:"任务名称:",type:"input"},{id:oa.v1(),kety:"mail",txt:"邮件类型:",type:"select"}],inbox:[{id:oa.v1(),key:"search.name",txt:"红人名称",type:"input"},{id:oa.v1(),key:"search.title",txt:"正文标题:",type:"input"},{id:oa.v1(),key:"search.target",txt:"任务名称:",type:"input"},{id:oa.v1(),key:"search.tag",txt:"标签名称:",type:"select"},{id:oa.v1(),key:"search.isRead",txt:"已读状态:",type:"select"}]}},created(){},methods:{handleSearch(){let e=Object.entries(this.query),t=Object.fromEntries(e);this.$emit("handleSearch",t)},handleReset(){let e=Object.entries(this.query);Object.fromEntries(e);this.query["search.name"]&&(this.query["search.name"]=""),this.query["search.title"]&&(this.query["search.title"]=""),this.query["search.target"]&&(this.query["search.target"]=""),this.$emit("handleReset")}}},$s=Rs,js=Ba($s,Bs,Ns,!1,null,"4d651f22",null),Ls=js.exports;i(116);function zs(e,t){if(0===arguments.length||!e)return null;const n=t||"{y}-{m}-{d} {h}:{i}:{s}";let i;"object"===typeof e?i=e:("string"===typeof e&&(e=/^[0-9]+$/.test(e)?parseInt(e):e.replace(new RegExp(/-/gm),"/")),"number"===typeof e&&10===e.toString().length&&(e*=1e3),i=new Date(e));const r={y:i.getFullYear(),m:i.getMonth()+1,d:i.getDate(),h:i.getHours(),i:i.getMinutes(),s:i.getSeconds(),a:i.getDay()},o=n.replace(/{([ymdhisa])+}/g,((e,t)=>{const n=r[t];return"a"===t?["日","一","二","三","四","五","六"][n]:n.toString().padStart(2,"0")}));return o}function Vs(e,t){return e.map((function(e,n){return e[t]}))}function Hs(e){const t=new Date,n=new Date(t-864e5*(e-1)),i=t.getFullYear(),r=t.getMonth()+1,o=t.getDate(),a=n.getFullYear(),s=n.getMonth()+1,l=n.getDate(),c=i+"-"+(r<10?"0"+r:r)+"-"+(o<10?"0"+o:o),u=a+"-"+(s<10?"0"+s:s)+"-"+(l<10?"0"+l:l);return[u,c]}function Us(){var e=new Date,t=e.getFullYear(),n=e.getMonth()+1,i=e.getDate(),r=e.getHours(),o=e.getMinutes(),a=e.getSeconds();n>=1&&n<=9&&(n="0"+n),i>=0&&i<=9&&(i="0"+i),o>=0&&o<=9&&(o="0"+o),a>=0&&a<=9&&(a="0"+a);var s=t+n+i+r+o+a;return s}function Ws(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}function qs(e){const t=new Date((new Date).getTime()+6e4*(new Date).getTimezoneOffset()+288e5),n=new Date(e),i=(n-t)/1e3;return i<3600?"1小时内发送":i>=3600&&i<86400?Math.ceil(i/3600)+"小时后发送":i>=86400&&i<=2592e3?Math.ceil(i/86400)+"天后发送":e}function Ys(e,t){Gs(e,(function(e){Ks(e,t)}))}function Gs(e,t){let n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="blob",n.onload=function(){if(200!==n.status)return window.open(e,"_blank"),!1;t(n.response)},n.onerror=function(){return window.open(e,"_blank"),!1},n.send()}function Ks(e,t){if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(e,t);else{let n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),window.URL.revokeObjectURL(n.href)}}function Xs(e){const t=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;return t-e}function Zs(e){const t={};return Object.keys(e).forEach((n=>{Array.isArray(e[n])&&0===e[n].length||""===e[n]||null===e[n]||void 0===e[n]||(t[n]=e[n])})),t}async function Js(e=!1,t=0,n){try{let i=await as();return"0"===i.code?(e&&(0===i.data||i.data<t)?Un.Message.error("您的AI点数不足,请联系客服,充值后使用"):e&&i.data>=t&&n(i.data),i.data):0}catch(Rl){return 0}}function Qs(e){const t=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}];let n="";return t.forEach((t=>{t.value==e&&(n=t.symbol)})),n}var el=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,title:e.$t("NP.np65"),"close-on-click-modal":!1,width:"600px","custom-class":"add-tags-dialog","append-to-body":e.appendBody},on:{"update:visible":function(t){e.isShowDialog=t},close:e.closeAddTagsDialog}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"operate-box"},["search"===e.optType?t("div",{staticClass:"search-tag"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("NP.np178"),clearable:""},on:{clear:e.getPublishTags},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getPublishTags.apply(null,arguments)}},model:{value:e.searchKeywords,callback:function(t){e.searchKeywords=t},expression:"searchKeywords"}},[t("i",{staticClass:"iconfont icon-a-sousuoxiao15x",attrs:{slot:"suffix"},on:{click:e.getPublishTags},slot:"suffix"})]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleAddTag}},[t("i",{staticClass:"el-icon-plus"}),e._v(e._s(e.$t("NP.np179")))])],1):t("div",{staticClass:"add-tag"},[t("el-input",{attrs:{placeholder:e.$t("inboxTagDialog.default")},model:{value:e.tagInputValue,callback:function(t){e.tagInputValue=t},expression:"tagInputValue"}},[t("div",{staticClass:"popup-colorPicker",attrs:{slot:"suffix"},slot:"suffix"},[t("div",{staticClass:"custom-picker-icon"},[t("i",{staticClass:"dss-iconfont icon-tianse",style:{color:e.iconColor}}),t("el-color-picker",{attrs:{predefine:e.predefineColors,size:"mini","color-format":"hex"},on:{change:e.pickerChange},model:{value:e.tagColor,callback:function(t){e.tagColor=t},expression:"tagColor"}})],1)])]),t("div",{staticClass:"add",on:{click:e.addPublishTag}},[t("i",{staticClass:"el-icon-check"})]),t("div",{staticClass:"cancel",on:{click:e.handleCancelAdd}},[t("i",{staticClass:"el-icon-close"})])],1)]),t("div",{staticClass:"all-tag"},e._l(e.allTagsArr,(function(n){return t("el-tag",{key:n.id,staticClass:"tag-item",style:{"background-color":n.tagColor},on:{click:function(t){return e.selectTag(n)}}},[e._v(e._s(n.tag)),2===n.tagType?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),e.deletePublishTag(n.id)}}}):e._e()])})),1),t("div",{staticClass:"title"},[e._v(e._s(e.$t("inboxTagDialog.selectTag"))+":")]),t("div",{staticClass:"selected-tags"},e._l(e.selectedTagsArr,(function(n){return t("el-tag",{key:n.tag,staticClass:"tag-item",style:{"background-color":n.tagColor}},[e._v(e._s(n.tag)),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.clearTag(n.tag)}}})])})),1)]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.cancelAddTags}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddTags}},[e._v(" "+e._s(e.$t("common.confirm"))+" ")])],1)])},tl=[],nl={props:{isShowDialog:{type:Boolean,default:!1},defaultTag:{type:Array,default:()=>[]},appendBody:{type:Boolean,default:!1},isOnlyTagName:{type:Boolean,default:!1}},data(){return{loading:!1,searchKeywords:"",tagInputValue:"",tagColor:"#808080",iconColor:"#808080",predefineColors:["#FF5277","#FF9EC3","#BF9EFF","#4BB792","#FFAA36","#52BAFF","#5F52FF","#27C9B6"],allTagsArr:[],selectedTagsArr:[],optType:"search"}},async created(){await this.getPublishTags(),this.initDefaultTag()},methods:{initDefaultTag(){const e=[];this.defaultTag.forEach((t=>{const n=this.allTagsArr.find((e=>e.tag===t));n?e.push({...n}):e.push({tag:t,tagColor:"#808080",tagType:2})})),this.selectedTagsArr=e},closeAddTagsDialog(){this.$emit("closeAddTagsDialog")},cancelAddTags(){this.closeAddTagsDialog()},confirmAddTags(){const e=this.selectedTagsArr.map((e=>this.isOnlyTagName?e.tag:e));console.log(this.selectedTagsArr),this.$emit("updateTag",e),this.closeAddTagsDialog()},pickerChange(e){this.iconColor=e},handleAddTag(){this.optType="add",this.searchKeywords=""},handleCancelAdd(){this.optType="search"},async getPublishTags(){try{this.loading=!0;const e=await Es({tagValue:this.searchKeywords});"0"===e.code&&(this.allTagsArr=e.data||[])}catch(Rl){console.log(Rl)}finally{this.loading=!1}},async addPublishTag(){try{if(!this.validateTag())return!1;const e=await Ds({tag:this.tagInputValue,tagColor:this.tagColor});"0"===e.code?(this.selectedTagsArr.push({tag:this.tagInputValue,tagColor:this.tagColor}),this.tagInputValue="",this.getPublishTags()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async deletePublishTag(e){try{const t=await As(e);"0"===t.code&&setTimeout((()=>{this.getPublishTags()}),500)}catch(Rl){console.log(Rl)}},validateTag(){const e=this.tagInputValue;return""===e?(this.$message({type:"warning",message:this.$t("inboxTagDialog.default")}),!1):!(e.length>30)||(this.$message({type:"warning",message:"标签最多30个字符!"}),!1)},selectTag(e){const t=this.selectedTagsArr.findIndex((t=>t.tag===e.tag));if(t>-1)return!1;this.selectedTagsArr.push(e)},clearTag(e){this.selectedTagsArr=this.selectedTagsArr.filter((t=>t.tag!==e))}}},il=nl,rl=Ba(il,el,tl,!1,null,"5db4fac2",null),ol=rl.exports,al=i(4353),sl=i.n(al),ll={name:"edm-inbox",components:{Search:Ls,AddTagsDialog:ol},props:{sourceApp:{type:String,default:""},taskDetailUrl:{type:String,default:"/taskDetail"},defaultTop:{type:Number,default:118}},data(){return{primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",dialogVisible:!1,handleTime_inbox:null,handleTime_msg:null,tagOp:null,mailId:"",mailTags:[],isShowSettag:!1,tableHeight:0,page:1,value:"",searchForm:{timeRange:"1",selectTag:"",subject:"",popularizePlanName:"",tagName:[],isRead:"",isStar:"",isReply:"",currentPage:1,pageSize:20,bloggerName:"",sentMail:""},switchMailData:[],unReadIds:[],hasReadIds:[],loading:!1,tableData:[],tableTotal:0,selectData:[],qyEmailList:[],tags:[],tagList:[],defaultTagList:[],bloggerArr:[],selectedReplyIds:[],selectedTags:[],isShowAiMail:!0}},computed:{routeParams(){return this.$route.query}},watch:{routeParams(e,t){e.nums&&this.init()}},created(){this.getSendEmails()},mounted(){const{isdetail:e}=this.$route.query;e?(console.log("sss",JSON.parse(localStorage.getItem("searchFormInbox"))),this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox"))):localStorage.removeItem("searchFormInbox"),this.$nextTick((()=>{this.init(),this.initTags(),this.tableHeight=window.innerHeight-this.$refs["table"].$el.getBoundingClientRect().top-66})),this.$bus.$on("mailTip",(()=>{this.init()}))},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},initTags(){this.tags=[],Ja().then((e=>{e&&e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})}))}))},multiReply(){0!==this.selectedReplyIds.length?this.selectedReplyIds.length>50?this.$message.warning(this.$t("inboxMail.search.tip1")):(localStorage.setItem("multiReplyBlogInfo",JSON.stringify(this.bloggerArr)),localStorage.setItem("multiReplyIds",JSON.stringify(this.selectedReplyIds)),this.$emit("multiReply",this.bloggerArr.length!==this.selectedReplyIds.length)):this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},init(){this.loading=!0;let e=this.searchForm.isStar;0===e&&(this.searchForm.isStar="");let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),console.log("params",this.searchForm),localStorage.removeItem("hasInboxDetail"),La({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1;let t=[];e?(e.rows.forEach(((e,n)=>{let i={};i.id=e.id,i.chatId=e.chatId,e.isRead&&1===e.isRead?i.mailStatus="1":e.isRead&&2===e.isRead&&(i.mailStatus="2"),i.taskId=e.taskId,i.isRead=e.isRead,i.maxId=e.maxId,i.isReply=e.isReply,i.isStar=e.isStar,i.popularizePlanName=e.popularizePlanName,i.bloggerName=e.bloggerName,i.subject=e.subject,i.content=e.content,i.isAttachment=e.isAttachment,i.popularizePlanName=e.popularizePlanName,i.popularizePlanId=e.popularizePlanId,i.bloggerId=e.bloggerId,i.addresser=e.addresser,i.bloggerHover=e.bloggerHover,i.upbEsId=e.upbEsId,i.isAiWoto=e.isAiWoto,e.tag||(e.tag=""),e.tagColor||(e.tagColor="");let r=e.tag.split(","),o=e.tagColor.split(",");if(i.tagList=[],r.length!==o.length)i.tagName=this.$t("inboxTable.errorTag");else{let e=[];r.forEach(((t,n)=>{e.push({tagName:t,tagColor:o[n]})})),i.tagList=e}i.createTime=e.createTime,t.push(i)})),this.tableData=t,this.tableTotal=e.total):this.$message.warning(this.$t("inboxTable.requestError"))}))},handleBindTag(e,t){if(t&&!t.tagColor&&!t.tagName)return!1;this.$confirm(this.$t("inboxTable.delTag"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),customClass:"del-model",type:"warning"}).then((()=>{this.mailId=e.id+"";const n=e.tagList.filter((e=>!!e.tagName))||[];let i=[];n.length>1&&(i=n.filter((e=>e.tagName!==t.tagName)).map((e=>({tag:e.tagName,tagColor:e.tagColor})))),this.updateTag(i,!0)})).catch((()=>{}))},handleTagChange(e){if(e){let t=[];e.forEach((e=>{this.tags.forEach((n=>{e===n.id.toString()&&t.push(n.label)}))})),this.searchForm.tagName=t}else this.searchForm.tagName=[]},reset(){localStorage.removeItem("searchFormInbox"),localStorage.removeItem("hasInboxDetail"),this.searchForm.bloggerName="",this.searchForm.subject="",this.searchForm.popularizePlanName="",this.searchForm.selectTag=[],this.searchForm.tagName=[],this.searchForm.isStar="",this.searchForm.timeRange="1",this.searchForm.isRead="",this.searchForm.isReply="",this.searchForm.sentMail="",this.init()},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},setUnRead(){if(0!==this.switchMailData.length)return 0===this.unReadIds.length?(this.$message.warning(this.$t("edm5.v3")),void this.$refs.table.clearSelection()):void za({ids:this.unReadIds}).then((e=>{e&&"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.unReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}));this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async setHasRead(){if(0!==this.switchMailData.length){if(0===this.hasReadIds.length)return this.$message.warning(this.$t("edm5.v270")),void this.$refs.table.clearSelection();try{const e=await Va({ids:this.hasReadIds});"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.hasReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}}else this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async changeRead(e){console.log(e);let t=await za({ids:[e.maxId]});t&&"0"===t.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.init()):this.$message.error(t.message)},del(){0!==this.switchMailData.length?this.dialogVisible=!0:this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},handleConfirmDel(){const e={chatId:this.switchMailData};Wa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},handleDelShield(){const e={chatId:this.switchMailData};qa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},isFavorites(e){const t={mailId:e.id,isStar:0===e.isStar?1:0};Ya(t).then((t=>{t&&(0===e.isStar?this.$message({message:this.$t("inboxTable.collMail"),type:"success",duration:1500}):this.$message({message:this.$t("inboxTable.cancelMail"),type:"success",duration:1500})),this.init()}))},handleReset(e){this.searchForm.bloggerName="",this.searchForm.subject=""},addMailTag(e){this.mailId=e.id.toString(),console.log(e),this.selectedTags=e.tagList?e.tagList.filter((e=>!!e.tagName)).map((e=>e.tagName)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Za({mailId:this.mailId,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.init(),this.initTags())}catch(Rl){}},skipDetail(e){localStorage.setItem("searchFormInbox",JSON.stringify(this.searchForm)),localStorage.setItem("hasInboxDetail",!0),localStorage.setItem("currentPath",this.$route.path),console.log("dd",JSON.stringify(this.searchForm)),this.$router.push({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}})},skipTask(e){const t=this.$router.resolve({path:this.taskDetailUrl,query:{id:e.taskId,name:e.popularizePlanName,is_share:1,is_operate:1}});window.open(t.href,"_blank")},skipPlan(e){console.log(e),this.$emit("inboxSkipPlan",e)},switchMode(){this.$emit("switchMode")},getRowKeys(e){return e.id},switchMail(e){console.log("select",e),this.bloggerArr=[],this.selectedReplyIds=[],this.bloggerArr=Array.from(new Map(e.map((e=>[e.bloggerName,{bloggerId:e.bloggerId,bloggerName:e.bloggerId?e.bloggerName:e.addresser}]))).values()),this.selectedReplyIds=Vs(e,"maxId"),this.switchMailData=[],this.unReadIds=[],this.hasReadIds=[],e.forEach((e=>{this.switchMailData.push(e.chatId),2===e.isRead&&this.unReadIds.push(e.maxId),1===e.isRead&&this.hasReadIds.push(e.maxId)}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},changeTagsHeight(e,t){if(e){let e=[],n=this.tagList.findIndex((e=>e.tag.trim()===t.trim()));this.tagList.forEach(((t,i)=>{i<=n&&e.push(t)})),this.tagList=e}else this.tagList=this.defaultTagList},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}},{label:"添加标签",icon:"el-icon-edit-outline",onClick:()=>{this.addMailTag(e)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})},formatDate(e){return sl()(e).format("YYYY-MM-DD")},toBloggerDetail(e){if(!e.bloggerId)return!1;this.$emit("toBloggerDetail",e)}},destroyed(){}},cl=ll,ul=Ba(cl,$a,ja,!1,null,"60e7f776",null),dl=ul.exports,hl=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.mailLoading,expression:"mailLoading"}],staticClass:"edm-inbox-detail"},[t("div",{staticClass:"wrap"},[t("div",{staticClass:"back",on:{click:e.goBack}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"tag-info"},[t("div",{staticClass:"tag"},[e._l(e.tagList,(function(n,i){return t("div",{key:i,staticClass:"tag-item mr12 mb8",style:{color:"#fff",background:n.tag_color}},[e._v(" "+e._s(n.tag)+" "),t("i",{staticClass:"dss-iconfont icon-close",staticStyle:{color:"#ffffff","padding-left":"5px",cursor:"pointer","z-index":"999"},on:{click:function(t){return e.delTag(n)}}})])})),t("div",{staticClass:"tag-btn cursor-pointer mr12 mb8",on:{click:e.addTagsStart}},[t("i",{staticClass:"dss-iconfont icon-add2"}),e._v(" "+e._s(e.$t("inboxDetail.addTag"))+" ")])],2),t("div",{staticClass:"turn-page"},[t("div",{staticClass:"send-email"},[e._v(" "+e._s(e.$t("edm5.v4"))+e._s(e.mailData.receiver)+" ")]),t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableData.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1)])]),t("div",{staticClass:"blogger-part"},[t("div",{staticClass:"blogger-info"},[e.bloggerInfo.bloggerId?t("div",{staticClass:"inner-blogger"},[t("el-image",{staticClass:"blogger-avatar",attrs:{fit:"cover",src:e.bloggerInfo.bloggerAvatar},on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}}),t("div",{staticClass:"info-right"},[t("div",{staticClass:"info-top"},[t("div",{staticClass:"blogger-name",on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}},[e._v(" "+e._s(e.bloggerInfo.bloggerName)+" ")]),t("div",{staticClass:"blogger-id"},[e._v(" (频道ID:"+e._s(e.bloggerInfo.bloggerUserName)+") ")]),t("img",{staticClass:"flag",attrs:{src:e.bloggerInfoRest.regionFlag,alt:""}}),t("div",{staticClass:"country"},[e._v(e._s(e.bloggerInfoRest.regionNameZh))]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.bloggerInfoRest.tags&&e.bloggerInfoRest.tags.length>0,expression:"\n bloggerInfoRest.tags && bloggerInfoRest.tags.length > 0\n "}],staticClass:"tags"},[t("TagColumn",{attrs:{tags:e.bloggerInfoRest.tags}})],1)]),t("div",{staticClass:"info-bottom"},[t("div",{staticClass:"row-data"},[t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")(e.bloggerInfoRest.fansCount))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("粉丝数")])]),t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")("instagram"===e.bloggerInfoRest.platform?e.bloggerInfoRest.likeVolumeAvg60d:e.bloggerInfoRest.viewVolumeAvg60d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v(" "+e._s("instagram"===e.bloggerInfoRest.platform?"平均点赞量":"平均观看量")+" ")])]),t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("rateFormat")(e.bloggerInfoRest.interactiveRate60d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("平均互动率")])]),e.bloggerInfoRest.gmv30d?t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")(e.bloggerInfoRest.gmv30d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("近30日新增GMV")])]):e._e()]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip",placement:"top"}},[t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v("收藏")]),t("span",{staticClass:"btn",on:{click:e.handleAddFavorites}},[t("i",{class:{"icon-img":!0}})])]),t("button",{staticClass:"double-btn"},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.normalReply"),placement:"top"}},[t("div",{staticClass:"text",on:{click:function(t){return e.showReplyNew(!1,void 0)}}},[e._v(" "+e._s(e.$t("inboxDetail.reply2"))+" ")])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.simpleReply"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.simpleReplay}},[t("img",{staticClass:"img",attrs:{src:i(3074)}})])])],1)],1)])],1):t("div",{staticClass:"outer-blogger"},[t("div",{staticClass:"outer-name"},[e._v(e._s(e.$t("inboxDetail.outerBlogger")))]),t("div",{staticClass:"outer-email"},[e._v(" "+e._s(e.$t("inboxDetail.email"))+e._s(e.bloggerInfo.email)+" ")])])]),e.isShowAiAgent&&e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"ai_box"},[e._v(" AI小兔 "),t("div",{staticClass:"ai_btn",on:{click:e.showAiSetting}},[t("img",{staticClass:"ai_icon",attrs:{src:"http://wotokol.oss-cn-hangzhou.aliyuncs.com/ai-agent-icon.png",alt:""}}),t("span",{staticClass:"ai_txt"},[e._v(e._s(e.bloggerJobInfo.jobId?"跟进中":"待命中"))]),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e(),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-plan"},[t("div",{staticClass:"plan-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.plan")))]),t("el-dropdown",{attrs:{trigger:"click"},on:{command:e.handleCommand}},[t("i",{staticClass:"el-icon-more more_icon"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"a"}},[e._v("关联推广计划")]),t("el-dropdown-item",{attrs:{command:"b"}},[e._v("修改合作状态")])],1)],1)],1),t("div",{staticClass:"plan-bottom"},[t("span",{staticClass:"plan_name"},[e._v(e._s("-1"==e.bloggerInfo.planId||"null"==e.bloggerInfo.planId?e.$t("inboxDetail.noPlan"):e.bloggerInfo.planName))]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"coo_status"},[e._v(" "+e._s(e._f("coopStatusFilter")(e.bloggerInfo.coopStatus))+" ")]):e._e()])]):e._e()]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-opt"},[e._l(e.optList,(function(n,i){return t("div",{key:i,staticClass:"opt-item",on:{click:function(t){return e.clickHandle(n.key,n.activeName)}}},[t("i",{class:["dss-iconfont",n.icon]}),t("span",{staticClass:"txt"},[e._v(e._s(n.name))])])})),t("el-dropdown",{staticClass:"email-drop",on:{command:e.clickHandle}},[t("i",{staticClass:"dss-iconfont icon-gengduo-changguizhuangtai"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"report"}},[e._v(e._s(e.$t("inboxDetail.menu7")))]),t("el-dropdown-item",{attrs:{command:"blackList"}},[e._v(e._s(e.$t("inboxDetail.menu8")))]),t("el-dropdown-item",{attrs:{command:"detail"}},[e._v(e._s(e.$t("inboxDetail.menu9")))])],1)],1)],2):e._e(),t("div",{staticClass:"email-part"},[t("div",{staticClass:"email-list"},e._l(e.mailList,(function(n,r){return t("div",{key:n.id,class:{"list-row":!0,"list-row-blogger":2===n.type}},[e.isHasAi&&n.isShowSummary&&1===n.type?t("AiSummary",{attrs:{id:n.id,aiPoint:e.aiPoint,isRebuild:n.isRebuild},on:{getEmailIntention:function(t){return e.getEmailIntention(n)},handleShow:e.handleSummaryShow,refreshAiPoint:e.getAiPoint,showAiReply:t=>e.showAiReply(n,t)}}):e._e(),t("div",{staticClass:"item-main"},[t("div",{staticClass:"top"},[t("div",{staticClass:"person"},[t("el-image",{staticStyle:{width:"24px",height:"24px","border-radius":"50%",cursor:"pointer"},attrs:{src:n.bloggerAvatar},on:{click:function(t){t.stopPropagation(),n.bloggerId&&1===n.type&&e.skipBlogDetail(n.bloggerId,n)}}}),1===n.type?[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),t("div",{staticClass:"nickname"},[e._v(" "+e._s(e.$t("inboxDetail.channelId"))+":"+e._s(n.bloggerUserName)+" ")])]),t("span",{staticClass:"nickname",staticStyle:{cursor:"pointer"},on:{click:function(t){t.stopPropagation(),n.bloggerId&&e.skipBlogDetail(n.bloggerId,n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])])]:e._e(),2===n.type?[t("span",{staticClass:"nickname"},[e._v(" "+e._s(n.userName)+" ")])]:e._e()],2),t("div",{staticClass:"time"},[t("span",{directives:[{name:"show",rawName:"v-show",value:n.isExpand,expression:"mail.isExpand"}],staticClass:"show-full",on:{click:function(t){return e.toggleFullContent(n)}}},[e._v(e._s(n.isShowFull?"隐藏原始邮件":"查看原始邮件"))]),1==n.type?t("el-popover",{attrs:{placement:"top",width:"150",trigger:"click","popper-class":"emoji-popover input-popper",content:"邮件ID:"+n.id}},[t("span",{staticClass:"date",attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(n.createTime))])]):t("span",{staticClass:"date"},[e._v(e._s(n.createTime))]),1===n.type&&e.isHasAi?t("span",{class:{keywords:!0,"summary-btn":!0,"not-allowed":n.isShowSummary},on:{click:function(t){return e.openAiSummary(n.id)}}},[t("img",{staticStyle:{width:"88px",height:"18px"},attrs:{src:i(7862),alt:""}})]):e._e(),2===n.type&&0===r?t("span",{class:{read:!0,"has-read":2==n.isRead}},[t("i",{class:["dss-iconfont",2==n.isRead?"icon-kejian":"icon-bukejian"]}),t("span",[e._v(e._s(2==n.isRead?e.$t("inboxDetail.read"):e.$t("inboxDetail.unRead")))])]):e._e()],1)]),n.attachment?.length>0&&n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e(),t("div",{staticClass:"center"},[t("div",{staticClass:"ai-box2"},[t("div",{staticClass:"box-txt"},[n.isExpand?t("div",{staticClass:"txt-content"},[t("EmailBox",{attrs:{content:n.isShowFull?n.cleanContent:n.content}})],1):t("div",{staticClass:"txt-base",domProps:{innerHTML:e._s(e.delHtmlTag(n.content))}})]),t("div",{staticClass:"box-toggle",on:{click:function(t){return e.toggleEmailExpand(n)}}},[t("i",{staticClass:"dss-iconfont icon-arrow",class:{aiOpen:n.isExpand}}),t("span",[e._v(e._s(n.isExpand?e.$t("inboxDetail.close"):e.$t("inboxDetail.open")))])])])]),t("div",{staticClass:"bottom"})]),n.attachment?.length>0&&!n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e()],1)})),0)])]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),e.showSimpleReplay?t("SimpleReplay",{attrs:{maxId:e.maxId},on:{close:function(t){e.showSimpleReplay=!1},fullWrite:e.fullWrite,refresh:e.getMailGroup}}):e._e(),e.intentionVisible?t("EmailIntention",{attrs:{id:e.id,maxId:e.maxId,visible:e.intentionVisible,bloggerId:e.bloggerInfo.bloggerId,currentMail:e.currentMail},on:{"update:visible":function(t){e.intentionVisible=t},refreshPoint:e.getAiPoint}}):e._e(),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,bloggerId:e.bloggerInfo.bloggerId,upbEsId:e.bloggerInfo.upbEsId,platform:e.bloggerInfo.platform,planIdRel:e.bloggerInfo.planId,maxId:e.maxId,detailData:e.mailData},on:{"update:visible":function(t){e.planVisible=t},change:e.changeEmailPlan}}):e._e(),e.coopStatusVisible?t("CoopStatus",{attrs:{visible:e.coopStatusVisible,upbEsId:e.bloggerInfo.upbEsId,coopStatus:e.bloggerInfo.coopStatus,planId:e.bloggerInfo.planId},on:{"update:visible":function(t){e.coopStatusVisible=t},change:e.getCrmInfo}}):e._e(),e.emailRelyVisible?t("EmailRely",{attrs:{visible:e.emailRelyVisible,loading:e.aiReplayBtnLoading,content:e.replayInfo.replyContent},on:{"update:visible":function(t){e.emailRelyVisible=t},confirm:function(t){return e.handleAiReplay(e.replayInfo.replyContent,e.replayInfo.id)}}}):e._e(),e.aiRelyVisible?t("AiReply",{attrs:{visible:e.aiRelyVisible,summaryInfo:e.summaryInfo,aiPoint:e.aiPoint,maxId:e.maxId,currentMail:e.currentMail},on:{"update:visible":function(t){e.aiRelyVisible=t},refreshPoint:e.getAiPoint,finished:e.getMailGroup,fullWrite:e.fullWrite}}):e._e()],1)},pl=[];function fl(e){return wa("/edm/outboxV2/writeMultipleEmail",e)}async function ml(e){let t=await wa("/edm/mail/dayNumber",e);return t}async function gl(e){return wa("/edm/mail/getRepeatContactBlogger",e)}async function vl(e){let t=await wa("/edm/mail/checkMultiEmailVariables",e);return t}async function yl(e){let t=await wa("/edm/conf/bindGmail",e);return t}async function bl(e){let t=await va("/edm/conf/getGmail",e);return t}async function wl(e){let t=await wa("/edm/gmail/auth",e);return t}async function _l(e){let t=await wa(`/dataService/data/query/${e.code}`,e.data);return t}async function Cl(e){let t=await wa("/edm/conf/sendType/bind",e);return t}function xl(e){return va("/edm/conf/sendType/get",e)}function Sl(){return va("/edm/qiye/haveOtherMailProvider")}function kl(e){return va("/edm/qiye/unbindCheck",e)}function El(e){return va("/edm/qiye/oauth2Config",e)}function Al(e){return va("/edm/qiye/saveToken",e)}function Dl(e){return wa("/woto-crm/bloggerRisk/selectBloggerRiskByIds",e)}function Ol(e){return wa("/edm/mail/getCooperatedBlogger",e)}function Tl(e){return va(`/edm/template/template/${e}`)}function Il(e){return va(`/user/equity/getUnlockBloggerEmailNum/${e}`)}function Pl(e){return wa("/edm/gmail/alias_email/auth",e)}function Fl(e){return wa("/edm/gmail/alias_email/cancel_auth",e)}
90
+ var so={};"undefined"!=typeof so.asn1&&so.asn1||(so.asn1={}),so.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var n=t.substr(1),i=n.length;i%2==1?i+=1:t.match(/^[0-7]/)||(i+=2);for(var r="",o=0;o<i;o++)r+="f";var a=new Er(r,16),s=a.xor(e).add(Er.ONE);t=s.toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return hextopem(e,t)},this.newObject=function(e){var t=so,n=t.asn1,i=n.DERBoolean,r=n.DERInteger,o=n.DERBitString,a=n.DEROctetString,s=n.DERNull,l=n.DERObjectIdentifier,c=n.DEREnumerated,u=n.DERUTF8String,d=n.DERNumericString,h=n.DERPrintableString,p=n.DERTeletexString,f=n.DERIA5String,m=n.DERUTCTime,g=n.DERGeneralizedTime,v=n.DERSequence,y=n.DERSet,b=n.DERTaggedObject,w=n.ASN1Util.newObject,_=Object.keys(e);if(1!=_.length)throw"key of param shall be only one.";var C=_[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+C+":"))throw"undefined key: "+C;if("bool"==C)return new i(e[C]);if("int"==C)return new r(e[C]);if("bitstr"==C)return new o(e[C]);if("octstr"==C)return new a(e[C]);if("null"==C)return new s(e[C]);if("oid"==C)return new l(e[C]);if("enum"==C)return new c(e[C]);if("utf8str"==C)return new u(e[C]);if("numstr"==C)return new d(e[C]);if("prnstr"==C)return new h(e[C]);if("telstr"==C)return new p(e[C]);if("ia5str"==C)return new f(e[C]);if("utctime"==C)return new m(e[C]);if("gentime"==C)return new g(e[C]);if("seq"==C){for(var x=e[C],S=[],k=0;k<x.length;k++){var E=w(x[k]);S.push(E)}return new v({array:S})}if("set"==C){for(x=e[C],S=[],k=0;k<x.length;k++){E=w(x[k]);S.push(E)}return new y({array:S})}if("tag"==C){var A=e[C];if("[object Array]"===Object.prototype.toString.call(A)&&3==A.length){var D=w(A[2]);return new b({tag:A[0],explicit:A[1],obj:D})}var O={};if(void 0!==A.explicit&&(O.explicit=A.explicit),void 0!==A.tag&&(O.tag=A.tag),void 0===A.obj)throw"obj shall be specified for 'tag'.";return O.obj=w(A.obj),new b(O)}},this.jsonToASN1HEX=function(e){var t=this.newObject(e);return t.getEncodedHex()}},so.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",n=parseInt(e.substr(0,2),16),i=Math.floor(n/40),r=n%40,o=(t=i+"."+r,""),a=2;a<e.length;a+=2){var s=parseInt(e.substr(a,2),16),l=("00000000"+s.toString(2)).slice(-8);if(o+=l.substr(1,7),"0"==l.substr(0,1)){var c=new Er(o,2);t=t+"."+c.toString(10),o=""}}return t},so.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Er(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);return i},so.asn1.ASN1Object=function(){var e="";this.getLengthHexFromValue=function(){if("undefined"==typeof this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+e.length+",v="+this.hV;var t=this.hV.length/2,n=t.toString(16);if(n.length%2==1&&(n="0"+n),t<128)return n;var i=n.length/2;if(i>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);var r=128+i;return r.toString(16)+n},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},so.asn1.DERAbstractString=function(e){so.asn1.DERAbstractString.superclass.constructor.call(this);this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(this.s)},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e?this.setString(e):"undefined"!=typeof e["str"]?this.setString(e["str"]):"undefined"!=typeof e["hex"]&&this.setStringHex(e["hex"]))},ao.lang.extend(so.asn1.DERAbstractString,so.asn1.ASN1Object),so.asn1.DERAbstractTime=function(e){so.asn1.DERAbstractTime.superclass.constructor.call(this);this.localDateToUTC=function(e){utc=e.getTime()+6e4*e.getTimezoneOffset();var t=new Date(utc);return t},this.formatDate=function(e,t,n){var i=this.zeroPadding,r=this.localDateToUTC(e),o=String(r.getFullYear());"utc"==t&&(o=o.substr(2,2));var a=i(String(r.getMonth()+1),2),s=i(String(r.getDate()),2),l=i(String(r.getHours()),2),c=i(String(r.getMinutes()),2),u=i(String(r.getSeconds()),2),d=o+a+s+l+c+u;if(!0===n){var h=r.getMilliseconds();if(0!=h){var p=i(String(h),3);p=p.replace(/[0]+$/,""),d=d+"."+p}}return d+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=stohex(e)},this.setByDateValue=function(e,t,n,i,r,o){var a=new Date(Date.UTC(e,t-1,n,i,r,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},ao.lang.extend(so.asn1.DERAbstractTime,so.asn1.ASN1Object),so.asn1.DERAbstractStructured=function(e){so.asn1.DERAbstractString.superclass.constructor.call(this);this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,"undefined"!=typeof e&&"undefined"!=typeof e["array"]&&(this.asn1Array=e["array"])},ao.lang.extend(so.asn1.DERAbstractStructured,so.asn1.ASN1Object),so.asn1.DERBoolean=function(){so.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},ao.lang.extend(so.asn1.DERBoolean,so.asn1.ASN1Object),so.asn1.DERInteger=function(e){so.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=so.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Er(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["bigint"]?this.setByBigInteger(e["bigint"]):"undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},ao.lang.extend(so.asn1.DERInteger,so.asn1.ASN1Object),so.asn1.DERBitString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=so.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}so.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var n="0"+e;this.hTLV=null,this.isModified=!0,this.hV=n+t},this.setByBinaryString=function(e){e=e.replace(/0+$/,"");var t=8-e.length%8;8==t&&(t=0);for(var n=0;n<=t;n++)e+="0";var i="";for(n=0;n<e.length-1;n+=8){var r=e.substr(n,8),o=parseInt(r,2).toString(16);1==o.length&&(o="0"+o),i+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+t+i},this.setByBooleanArray=function(e){for(var t="",n=0;n<e.length;n++)1==e[n]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),n=0;n<e;n++)t[n]=!1;return t},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):"undefined"!=typeof e["hex"]?this.setHexValueIncludingUnusedBits(e["hex"]):"undefined"!=typeof e["bin"]?this.setByBinaryString(e["bin"]):"undefined"!=typeof e["array"]&&this.setByBooleanArray(e["array"]))},ao.lang.extend(so.asn1.DERBitString,so.asn1.ASN1Object),so.asn1.DEROctetString=function(e){if(void 0!==e&&"undefined"!==typeof e.obj){var t=so.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}so.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},ao.lang.extend(so.asn1.DEROctetString,so.asn1.DERAbstractString),so.asn1.DERNull=function(){so.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},ao.lang.extend(so.asn1.DERNull,so.asn1.ASN1Object),so.asn1.DERObjectIdentifier=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},n=function(e){var n="",i=new Er(e,10),r=i.toString(2),o=7-r.length%7;7==o&&(o=0);for(var a="",s=0;s<o;s++)a+="0";r=a+r;for(s=0;s<r.length-1;s+=7){var l=r.substr(s,7);s!=r.length-7&&(l="1"+l),n+=t(parseInt(l,2))}return n};so.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var i="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);i+=t(o),r.splice(0,2);for(var a=0;a<r.length;a++)i+=n(r[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=i},this.setValueName=function(e){var t=so.asn1.x509.OID.name2oid(e);if(""===t)throw"DERObjectIdentifier oidName undefined: "+e;this.setValueOidString(t)},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"===typeof e?e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e):void 0!==e.oid?this.setValueOidString(e.oid):void 0!==e.hex?this.setValueHex(e.hex):void 0!==e.name&&this.setValueName(e.name))},ao.lang.extend(so.asn1.DERObjectIdentifier,so.asn1.ASN1Object),so.asn1.DEREnumerated=function(e){so.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=so.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new Er(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["int"]?this.setByInteger(e["int"]):"number"==typeof e?this.setByInteger(e):"undefined"!=typeof e["hex"]&&this.setValueHex(e["hex"]))},ao.lang.extend(so.asn1.DEREnumerated,so.asn1.ASN1Object),so.asn1.DERUTF8String=function(e){so.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},ao.lang.extend(so.asn1.DERUTF8String,so.asn1.DERAbstractString),so.asn1.DERNumericString=function(e){so.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},ao.lang.extend(so.asn1.DERNumericString,so.asn1.DERAbstractString),so.asn1.DERPrintableString=function(e){so.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},ao.lang.extend(so.asn1.DERPrintableString,so.asn1.DERAbstractString),so.asn1.DERTeletexString=function(e){so.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},ao.lang.extend(so.asn1.DERTeletexString,so.asn1.DERAbstractString),so.asn1.DERIA5String=function(e){so.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},ao.lang.extend(so.asn1.DERIA5String,so.asn1.DERAbstractString),so.asn1.DERUTCTime=function(e){so.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return"undefined"==typeof this.date&&"undefined"==typeof this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},ao.lang.extend(so.asn1.DERUTCTime,so.asn1.DERAbstractTime),so.asn1.DERGeneralizedTime=function(e){so.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},ao.lang.extend(so.asn1.DERGeneralizedTime,so.asn1.DERAbstractTime),so.asn1.DERSequence=function(e){so.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e+=n.getEncodedHex()}return this.hV=e,this.hV}},ao.lang.extend(so.asn1.DERSequence,so.asn1.DERAbstractStructured),so.asn1.DERSet=function(e){so.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var n=this.asn1Array[t];e.push(n.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},"undefined"!=typeof e&&"undefined"!=typeof e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},ao.lang.extend(so.asn1.DERSet,so.asn1.DERAbstractStructured),so.asn1.DERTaggedObject=function(e){so.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,n){this.hT=t,this.isExplicit=e,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},"undefined"!=typeof e&&("undefined"!=typeof e["tag"]&&(this.hT=e["tag"]),"undefined"!=typeof e["explicit"]&&(this.isExplicit=e["explicit"]),"undefined"!=typeof e["obj"]&&(this.asn1Object=e["obj"],this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},ao.lang.extend(so.asn1.DERTaggedObject,so.asn1.ASN1Object);var lo,co,uo=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),ho=function(e){function t(n){var i=e.call(this)||this;return n&&("string"===typeof n?i.parseKey(n):(t.hasPrivateKeyProperty(n)||t.hasPublicKeyProperty(n))&&i.parsePropertiesFrom(n)),i}return uo(t,e),t.prototype.parseKey=function(e){try{var t=0,n=0,i=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/,r=i.test(e)?ur.decode(e):dr.unarmor(e),o=wr.decode(r);if(3===o.sub.length&&(o=o.sub[2].sub[0]),9===o.sub.length){t=o.sub[1].getHexStringValue(),this.n=Pr(t,16),n=o.sub[2].getHexStringValue(),this.e=parseInt(n,16);var a=o.sub[3].getHexStringValue();this.d=Pr(a,16);var s=o.sub[4].getHexStringValue();this.p=Pr(s,16);var l=o.sub[5].getHexStringValue();this.q=Pr(l,16);var c=o.sub[6].getHexStringValue();this.dmp1=Pr(c,16);var u=o.sub[7].getHexStringValue();this.dmq1=Pr(u,16);var d=o.sub[8].getHexStringValue();this.coeff=Pr(d,16)}else{if(2!==o.sub.length)return!1;if(o.sub[0].sub){var h=o.sub[1],p=h.sub[0];t=p.sub[0].getHexStringValue(),this.n=Pr(t,16),n=p.sub[1].getHexStringValue(),this.e=parseInt(n,16)}else t=o.sub[0].getHexStringValue(),this.n=Pr(t,16),n=o.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(vR){return!1}},t.prototype.getPrivateBaseKey=function(){var e={array:[new so.asn1.DERInteger({int:0}),new so.asn1.DERInteger({bigint:this.n}),new so.asn1.DERInteger({int:this.e}),new so.asn1.DERInteger({bigint:this.d}),new so.asn1.DERInteger({bigint:this.p}),new so.asn1.DERInteger({bigint:this.q}),new so.asn1.DERInteger({bigint:this.dmp1}),new so.asn1.DERInteger({bigint:this.dmq1}),new so.asn1.DERInteger({bigint:this.coeff})]},t=new so.asn1.DERSequence(e);return t.getEncodedHex()},t.prototype.getPrivateBaseKeyB64=function(){return sr(this.getPrivateBaseKey())},t.prototype.getPublicBaseKey=function(){var e=new so.asn1.DERSequence({array:[new so.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new so.asn1.DERNull]}),t=new so.asn1.DERSequence({array:[new so.asn1.DERInteger({bigint:this.n}),new so.asn1.DERInteger({int:this.e})]}),n=new so.asn1.DERBitString({hex:"00"+t.getEncodedHex()}),i=new so.asn1.DERSequence({array:[e,n]});return i.getEncodedHex()},t.prototype.getPublicBaseKeyB64=function(){return sr(this.getPublicBaseKey())},t.wordwrap=function(e,t){if(t=t||64,!e)return e;var n="(.{1,"+t+"})( +|$\n?)|(.{1,"+t+"})";return e.match(RegExp(n,"g")).join("\n")},t.prototype.getPrivateKey=function(){var e="-----BEGIN RSA PRIVATE KEY-----\n";return e+=t.wordwrap(this.getPrivateBaseKeyB64())+"\n",e+="-----END RSA PRIVATE KEY-----",e},t.prototype.getPublicKey=function(){var e="-----BEGIN PUBLIC KEY-----\n";return e+=t.wordwrap(this.getPublicBaseKeyB64())+"\n",e+="-----END PUBLIC KEY-----",e},t.hasPublicKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(e){return e=e||{},e.hasOwnProperty("n")&&e.hasOwnProperty("e")&&e.hasOwnProperty("d")&&e.hasOwnProperty("p")&&e.hasOwnProperty("q")&&e.hasOwnProperty("dmp1")&&e.hasOwnProperty("dmq1")&&e.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(e){this.n=e.n,this.e=e.e,e.hasOwnProperty("d")&&(this.d=e.d,this.p=e.p,this.q=e.q,this.dmp1=e.dmp1,this.dmq1=e.dmq1,this.coeff=e.coeff)},t}(to),po="undefined"!==typeof process?null===(lo={NODE_ENV:"production",BASE_URL:"/"})||void 0===lo?void 0:lo.npm_package_version:void 0,fo=function(){function e(e){void 0===e&&(e={}),e=e||{},this.default_key_size=e.default_key_size?parseInt(e.default_key_size,10):1024,this.default_public_exponent=e.default_public_exponent||"010001",this.log=e.log||!1,this.key=null}return e.prototype.setKey=function(e){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new ho(e)},e.prototype.setPrivateKey=function(e){this.setKey(e)},e.prototype.setPublicKey=function(e){this.setKey(e)},e.prototype.decrypt=function(e){try{return this.getKey().decrypt(lr(e))}catch(vR){return!1}},e.prototype.encrypt=function(e){try{return sr(this.getKey().encrypt(e))}catch(vR){return!1}},e.prototype.sign=function(e,t,n){try{return sr(this.getKey().sign(e,t,n))}catch(vR){return!1}},e.prototype.verify=function(e,t,n){try{return this.getKey().verify(e,lr(t),n)}catch(vR){return!1}},e.prototype.getKey=function(e){if(!this.key){if(this.key=new ho,e&&"[object Function]"==={}.toString.call(e))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,e);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=po,e}(),mo=new Uint8Array(16);function go(){if(!co&&(co="undefined"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!==typeof msCrypto&&"function"===typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),!co))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return co(mo)}var vo=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function yo(e){return"string"===typeof e&&vo.test(e)}for(var bo=yo,wo=[],_o=0;_o<256;++_o)wo.push((_o+256).toString(16).substr(1));function Co(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(wo[e[t+0]]+wo[e[t+1]]+wo[e[t+2]]+wo[e[t+3]]+"-"+wo[e[t+4]]+wo[e[t+5]]+"-"+wo[e[t+6]]+wo[e[t+7]]+"-"+wo[e[t+8]]+wo[e[t+9]]+"-"+wo[e[t+10]]+wo[e[t+11]]+wo[e[t+12]]+wo[e[t+13]]+wo[e[t+14]]+wo[e[t+15]]).toLowerCase();if(!bo(n))throw TypeError("Stringified UUID is invalid");return n}var xo,So,ko=Co,Eo=0,Ao=0;function Do(e,t,n){var i=t&&n||0,r=t||new Array(16);e=e||{};var o=e.node||xo,a=void 0!==e.clockseq?e.clockseq:So;if(null==o||null==a){var s=e.random||(e.rng||go)();null==o&&(o=xo=[1|s[0],s[1],s[2],s[3],s[4],s[5]]),null==a&&(a=So=16383&(s[6]<<8|s[7]))}var l=void 0!==e.msecs?e.msecs:Date.now(),c=void 0!==e.nsecs?e.nsecs:Ao+1,u=l-Eo+(c-Ao)/1e4;if(u<0&&void 0===e.clockseq&&(a=a+1&16383),(u<0||l>Eo)&&void 0===e.nsecs&&(c=0),c>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Eo=l,Ao=c,So=a,l+=122192928e5;var d=(1e4*(268435455&l)+c)%4294967296;r[i++]=d>>>24&255,r[i++]=d>>>16&255,r[i++]=d>>>8&255,r[i++]=255&d;var h=l/4294967296*1e4&268435455;r[i++]=h>>>8&255,r[i++]=255&h,r[i++]=h>>>24&15|16,r[i++]=h>>>16&255,r[i++]=a>>>8|128,r[i++]=255&a;for(var p=0;p<6;++p)r[i+p]=o[p];return t||ko(r)}var Oo=Do;function To(e){if(!bo(e))throw TypeError("Invalid UUID");var t,n=new Uint8Array(16);return n[0]=(t=parseInt(e.slice(0,8),16))>>>24,n[1]=t>>>16&255,n[2]=t>>>8&255,n[3]=255&t,n[4]=(t=parseInt(e.slice(9,13),16))>>>8,n[5]=255&t,n[6]=(t=parseInt(e.slice(14,18),16))>>>8,n[7]=255&t,n[8]=(t=parseInt(e.slice(19,23),16))>>>8,n[9]=255&t,n[10]=(t=parseInt(e.slice(24,36),16))/1099511627776&255,n[11]=t/4294967296&255,n[12]=t>>>24&255,n[13]=t>>>16&255,n[14]=t>>>8&255,n[15]=255&t,n}var Io=To;function Po(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}var Fo="6ba7b810-9dad-11d1-80b4-00c04fd430c8",Mo="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function Bo(e,t,n){function i(e,i,r,o){if("string"===typeof e&&(e=Po(e)),"string"===typeof i&&(i=Io(i)),16!==i.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var a=new Uint8Array(16+e.length);if(a.set(i),a.set(e,i.length),a=n(a),a[6]=15&a[6]|t,a[8]=63&a[8]|128,r){o=o||0;for(var s=0;s<16;++s)r[o+s]=a[s];return r}return ko(a)}try{i.name=e}catch(r){}return i.DNS=Fo,i.URL=Mo,i}function No(e){if("string"===typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return Ro(jo(Lo(e),8*e.length))}function Ro(e){for(var t=[],n=32*e.length,i="0123456789abcdef",r=0;r<n;r+=8){var o=e[r>>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t}function $o(e){return 14+(e+64>>>9<<4)+1}function jo(e,t){e[t>>5]|=128<<t%32,e[$o(t)-1]=t;for(var n=1732584193,i=-271733879,r=-1732584194,o=271733878,a=0;a<e.length;a+=16){var s=n,l=i,c=r,u=o;n=Uo(n,i,r,o,e[a],7,-680876936),o=Uo(o,n,i,r,e[a+1],12,-389564586),r=Uo(r,o,n,i,e[a+2],17,606105819),i=Uo(i,r,o,n,e[a+3],22,-1044525330),n=Uo(n,i,r,o,e[a+4],7,-176418897),o=Uo(o,n,i,r,e[a+5],12,1200080426),r=Uo(r,o,n,i,e[a+6],17,-1473231341),i=Uo(i,r,o,n,e[a+7],22,-45705983),n=Uo(n,i,r,o,e[a+8],7,1770035416),o=Uo(o,n,i,r,e[a+9],12,-1958414417),r=Uo(r,o,n,i,e[a+10],17,-42063),i=Uo(i,r,o,n,e[a+11],22,-1990404162),n=Uo(n,i,r,o,e[a+12],7,1804603682),o=Uo(o,n,i,r,e[a+13],12,-40341101),r=Uo(r,o,n,i,e[a+14],17,-1502002290),i=Uo(i,r,o,n,e[a+15],22,1236535329),n=Wo(n,i,r,o,e[a+1],5,-165796510),o=Wo(o,n,i,r,e[a+6],9,-1069501632),r=Wo(r,o,n,i,e[a+11],14,643717713),i=Wo(i,r,o,n,e[a],20,-373897302),n=Wo(n,i,r,o,e[a+5],5,-701558691),o=Wo(o,n,i,r,e[a+10],9,38016083),r=Wo(r,o,n,i,e[a+15],14,-660478335),i=Wo(i,r,o,n,e[a+4],20,-405537848),n=Wo(n,i,r,o,e[a+9],5,568446438),o=Wo(o,n,i,r,e[a+14],9,-1019803690),r=Wo(r,o,n,i,e[a+3],14,-187363961),i=Wo(i,r,o,n,e[a+8],20,1163531501),n=Wo(n,i,r,o,e[a+13],5,-1444681467),o=Wo(o,n,i,r,e[a+2],9,-51403784),r=Wo(r,o,n,i,e[a+7],14,1735328473),i=Wo(i,r,o,n,e[a+12],20,-1926607734),n=qo(n,i,r,o,e[a+5],4,-378558),o=qo(o,n,i,r,e[a+8],11,-2022574463),r=qo(r,o,n,i,e[a+11],16,1839030562),i=qo(i,r,o,n,e[a+14],23,-35309556),n=qo(n,i,r,o,e[a+1],4,-1530992060),o=qo(o,n,i,r,e[a+4],11,1272893353),r=qo(r,o,n,i,e[a+7],16,-155497632),i=qo(i,r,o,n,e[a+10],23,-1094730640),n=qo(n,i,r,o,e[a+13],4,681279174),o=qo(o,n,i,r,e[a],11,-358537222),r=qo(r,o,n,i,e[a+3],16,-722521979),i=qo(i,r,o,n,e[a+6],23,76029189),n=qo(n,i,r,o,e[a+9],4,-640364487),o=qo(o,n,i,r,e[a+12],11,-421815835),r=qo(r,o,n,i,e[a+15],16,530742520),i=qo(i,r,o,n,e[a+2],23,-995338651),n=Yo(n,i,r,o,e[a],6,-198630844),o=Yo(o,n,i,r,e[a+7],10,1126891415),r=Yo(r,o,n,i,e[a+14],15,-1416354905),i=Yo(i,r,o,n,e[a+5],21,-57434055),n=Yo(n,i,r,o,e[a+12],6,1700485571),o=Yo(o,n,i,r,e[a+3],10,-1894986606),r=Yo(r,o,n,i,e[a+10],15,-1051523),i=Yo(i,r,o,n,e[a+1],21,-2054922799),n=Yo(n,i,r,o,e[a+8],6,1873313359),o=Yo(o,n,i,r,e[a+15],10,-30611744),r=Yo(r,o,n,i,e[a+6],15,-1560198380),i=Yo(i,r,o,n,e[a+13],21,1309151649),n=Yo(n,i,r,o,e[a+4],6,-145523070),o=Yo(o,n,i,r,e[a+11],10,-1120210379),r=Yo(r,o,n,i,e[a+2],15,718787259),i=Yo(i,r,o,n,e[a+9],21,-343485551),n=zo(n,s),i=zo(i,l),r=zo(r,c),o=zo(o,u)}return[n,i,r,o]}function Lo(e){if(0===e.length)return[];for(var t=8*e.length,n=new Uint32Array($o(t)),i=0;i<t;i+=8)n[i>>5]|=(255&e[i/8])<<i%32;return n}function zo(e,t){var n=(65535&e)+(65535&t),i=(e>>16)+(t>>16)+(n>>16);return i<<16|65535&n}function Vo(e,t){return e<<t|e>>>32-t}function Ho(e,t,n,i,r,o){return zo(Vo(zo(zo(t,e),zo(i,o)),r),n)}function Uo(e,t,n,i,r,o,a){return Ho(t&n|~t&i,e,t,r,o,a)}function Wo(e,t,n,i,r,o,a){return Ho(t&i|n&~i,e,t,r,o,a)}function qo(e,t,n,i,r,o,a){return Ho(t^n^i,e,t,r,o,a)}function Yo(e,t,n,i,r,o,a){return Ho(n^(t|~i),e,t,r,o,a)}var Go=No,Ko=Bo("v3",48,Go),Xo=Ko;function Zo(e,t,n){e=e||{};var i=e.random||(e.rng||go)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return ko(i)}var Jo=Zo;function Qo(e,t,n,i){switch(e){case 0:return t&n^~t&i;case 1:return t^n^i;case 2:return t&n^t&i^n&i;case 3:return t^n^i}}function ea(e,t){return e<<t|e>>>32-t}function ta(e){var t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"===typeof e){var i=unescape(encodeURIComponent(e));e=[];for(var r=0;r<i.length;++r)e.push(i.charCodeAt(r))}else Array.isArray(e)||(e=Array.prototype.slice.call(e));e.push(128);for(var o=e.length/4+2,a=Math.ceil(o/16),s=new Array(a),l=0;l<a;++l){for(var c=new Uint32Array(16),u=0;u<16;++u)c[u]=e[64*l+4*u]<<24|e[64*l+4*u+1]<<16|e[64*l+4*u+2]<<8|e[64*l+4*u+3];s[l]=c}s[a-1][14]=8*(e.length-1)/Math.pow(2,32),s[a-1][14]=Math.floor(s[a-1][14]),s[a-1][15]=8*(e.length-1)&4294967295;for(var d=0;d<a;++d){for(var h=new Uint32Array(80),p=0;p<16;++p)h[p]=s[d][p];for(var f=16;f<80;++f)h[f]=ea(h[f-3]^h[f-8]^h[f-14]^h[f-16],1);for(var m=n[0],g=n[1],v=n[2],y=n[3],b=n[4],w=0;w<80;++w){var _=Math.floor(w/20),C=ea(m,5)+Qo(_,g,v,y)+b+t[_]+h[w]>>>0;b=y,y=v,v=ea(g,30)>>>0,g=m,m=C}n[0]=n[0]+m>>>0,n[1]=n[1]+g>>>0,n[2]=n[2]+v>>>0,n[3]=n[3]+y>>>0,n[4]=n[4]+b>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}var na=ta,ia=Bo("v5",80,na),ra=ia,oa={v1:Oo,v3:Xo,v4:Jo,v5:ra};function aa(e){let t=new fo;t.setPublicKey(sa("4ADS20wxtyAw"));let n=t.encrypt(e);return n}function sa(e){return!!Object.prototype.toString.call(e)&&la("M1Fw3wD5QYJKoZIhvcNAQEBBQADSwAwSAJBAPWZswFK/6")}function la(e){if(Object.prototype.toString.call(e)){let t=e.replace(new RegExp("1","g"),""),n=t.replace(new RegExp("3","g"),""),i=n.replace(new RegExp("5","g"),"");return ca("AJB5APWZ"+i)}return!1}function ca(e){if(Object.prototype.toString.call(e)){let t="++m2Kx72j8q73mLKCxi72MZG6knk7vQAz9Ed4SgbJ67juHT7Km",n=t.split("").reverse().join(""),i=n.split("").reverse().join(""),r=i.replace(new RegExp("3m","g"),""),o=r.replace(new RegExp("6k","g"),""),a=o.replace(new RegExp("gb","g"),"");return ua(e.slice(8)+a)}return!1}function ua(e){if(Object.prototype.toString.call(e)){let t="7kdTklfaAsccYCeQbhDr7Cd8mWFleQtVKM6mM90CAwEAAQ==",n=t.replace(new RegExp("cc","g"),""),i=n.replace(new RegExp("8m","g"),""),r="hDr7Cd98mWF"+i.replace(new RegExp("90","g"),"");return e.split("").reverse().join("").split("").reverse().join("")+r.slice(11)}return!1}function da(e,t=!1){const n=document.createElement("a");n.href=e,n.target="_blank",n.rel="noopener noreferrer",t&&(n.download="file"),document.body.appendChild(n),n.click(),document.body.removeChild(n)}let ha="",pa="";function fa(e){if(null!==e){if(Array.isArray(e))for(let t=0;t<e.length;t++)null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]);else if("object"===typeof e)for(const t in e)e.hasOwnProperty(t)&&(null===e[t]?e[t]=void 0:"object"===typeof e[t]&&fa(e[t]));return e}}function ma(e){pa=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e||"pre"===e?ha="https://apipre.wotohub.com":"prod"!==e&&"production"!==e||(ha="https://api.wotohub.com/")}const ga=xn.create({baseURL:"",timeout:25e4});ga.interceptors.request.use((function(e){const t=(new Date).getTime(),n=In()+t;let i=oa.v4();const r=e.params||e.data;fa(r);let o={},a="";r?(o=$n(e.url,n,t,r,i,e.method),a=o.hmacBytes):(o=$n(e.url,n,t,null,i,e.method),a=o.hmacBytes),e.baseURL=pa?ha:"https://apipre.wotohub.com",e.headers["appkey"]=aa(i),e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=a,e.headers["sign"]=Ln(r).hmacBytes,e.headers["token"]=localStorage.getItem("token"),e.headers["Content-Type"]="application/json",e.config&&e.config.contentType&&"formData"===e.config.contentType&&(e.headers["Content-Type"]="multipart/form-data");let s=localStorage.getItem("sourceApp");return s&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),ga.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系管理员"),200!==e.status&&0!==e.status||("1006"===e.data.code||"用户未登录"===e.data.message)&&(localStorage.removeItem("user_info"),localStorage.removeItem("user_equity"),localStorage.removeItem("token"),localStorage.removeItem("dss_token"),localStorage.removeItem("referrer"),localStorage.removeItem("isRemindUnlock"),localStorage.removeItem("inboxPage"),localStorage.removeItem("outboxPage"),localStorage.removeItem("omaToken"),localStorage.removeItem("oma_token"),["www.wotohub.com","pre-hub.kuku.info"].includes(window.location.host)&&(window.location.href="/login"));try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return e.data}),(function(e){return Promise.reject(e)}));const va=(e,t)=>new Promise(((n,i)=>{ga.get(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ya=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{params:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),ba=(e,t)=>new Promise(((n,i)=>{ga.delete(e,{data:t}).then((e=>{n(e)})).catch((e=>{i(e)}))})),wa=(e,t,n)=>new Promise(((i,r)=>{ga.post(e,t,{responseType:n?"blob":"json"}).then((e=>{i(e)})).catch((e=>{r(e)}))})),_a=(e,t)=>new Promise(((n,i)=>{ga.put(e,t).then((e=>{n(e)})).catch((e=>{i(e)}))})),Ca=(e,t,n)=>ga({method:"post",url:e,data:t,onUploadProgress:n,config:{contentType:"formData"},headers:{"Content-Type":"multipart/form-data"}}),xa=localStorage.getItem("EDMDefaultEnv");function Sa(e){"dev"!==xa&&Ki.reportFrameErrors({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],traceTimeInterval:6e4,vue:qn()},e)}"dev"!==xa&&Ki.register({service:"wotohubService",serviceVersion:"10.1.0",traceSDKInternal:!0,pagePath:location.href,useFmp:!0,collector:location.origin,jsErrors:!0,apiErrors:!0,resourceErrors:!0,autoTracePerf:!0,enableSPA:!0,detailMode:!0,noTraceOrigins:[],vue:qn()});const ka=xn.create({baseURL:"https://dss-apis.kuku.info"});ka.interceptors.request.use((e=>{if(e.data)for(const t in e.data)Aa(e.data[t])&&delete e.data[t];if(e.params)for(const t in e.params)Aa(e.params[t])&&delete e.params[t];return zi.getters.token&&(e.headers["Authorization"]="Bearer "+Yi()),e}),(e=>Promise.reject(e))),ka.interceptors.response.use((e=>{const t=e.data;try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return Promise.resolve(t)}),(e=>(100003===e.response.data.code?(0,Un.Message)({message:e.response.data.message,type:"error",duration:5e3}):(0,Un.Message)({message:e.response.data.message?e.response.data.message:"网络错误,请稍后再试~",type:"error",duration:5e3}),Promise.reject(e))));var Ea=ka;function Aa(e){return"undefined"===typeof e||null===e||""===e}async function Da(e){let t=await wa("/user/userSystem/loginWithPassword",e);return t.data}function Oa(e){return Ea({url:"https://dss-apis.kuku.info/user/account/password",method:"POST",data:e})}async function Ta(e){let t=await Hn("https://api.kuku.info/koc/task/search",e);return t.data}async function Ia(){let e=await Hn("http://192.168.4.10:9528/writeEmail",{});return e.data}async function Pa(e){let t={sourceApp:"hub",bloggerName:"",subject:"",taskName:"",type:"",currentPage:1,pageSize:10},n=await Hn("http://192.168.4.10:8080/edm/mail/selOutbox",t);return n.data}var Fa={name:"edm-button",created(){},methods:{test(){let e='<html>\n <head>\n <meta http-equiv="Content-Type" content="text/html; charset=gb2312">\n <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>\n </head>\n <body dir="ltr">\n <div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">\n This is a great project. I like it very much. Can you tell me the specific way of cooperation?\n </div>\n <div id="appendonsend"></div>\n <hr style="display:inline-block;width:98%" tabindex="-1">\n <div id="divRplyFwdMsg" dir="ltr">\n <font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>发件人:</b> e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com &lt;e9f2b200-3423-11ef-85f0-525400450766@viralpromotors.com&gt; 代表 marywrogers@viralpromotors.com &lt;marywrogers@viralpromotors.com&gt;<br><b>发送时间:</b> 2024年6月27日 9:23<br><b>收件人:</b> lectmaha &lt;lectmaha@hotmail.com&gt;<br><b>主题:</b> Business inquiry-Hisense wants collaboration-allhostaria</font>\n <div>\n &nbsp;\n </div>\n </div>\n <div>\n <p style="text-align:left"><span style="font-size:14px">Hi allhostaria,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Hope this email finds you well.</span></p>\n <p style="text-align:left"><span style="font-size:14px">This is Anna from Wotokol, a famous influencer marketing company that connects international influencers and world-famous brands from China.</span></p>\n <p style="text-align:left"><span style="font-size:14px">You do really great content on your channel and here\'s a campaign that I\'d like to invite you to join.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Here is the info about this activity:</span></p>\n <p style="text-align:left"><span style="font-size:14px">Brand: Hisense &nbsp;</span><a href="https://sctrack.sendcloud.net/track/click2/eNolj8FuwyAQRP8FpTeC2TWsza39jipCeE1qK8RUAZ-q_ntwoj2sZuZpR_uNoyU7SCGkgAGcsWB6bONB9w7JO2cJ_ThoqwqfQXvnjfZA5rxuU963WZ9S5HoPS_hccttrUpzvQmopllp_y0f_1XU_KU8hqWUtcSvxALoXcQ2pxFZtBjWOClGBoSbrYz_cI2AmRDMb5wA0BeoBeQIOzMhXMm-qcH0Evql2feaU91ltsQr59y_fXzTo8gRda0GI.html" target="_blank"><span style="color:rgb(120,6,80); font-size:14px">https://global.hisense.com/</span></a></p>\n <p style="text-align:left"><span style="font-size:14px">Product models for different countries:</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>US:</u></span><span style="font-size:14px"> Hisense 100" Class U76 4K Google TV 100U76N Hisense (hisense-usa.com), Hisense 100" L9 Series TriChroma Laser TV (100L9H-DLT100C) (hisense-usa.com)</span></p>\n <p style="text-align:left"><span style="font-size:14px"><u>UK:</u></span><span style="font-size:14px"> Mini-LED Smart TV - 100U7KQTUK - Hisense, 4K Smart Laser TV - 120L9HTUKA - Hisense</span></p>\n <p style="text-align:left"><span style="font-size:14px">Deliverables: one 5-8 mins dedicated YTB video + video commercial usage rights for 3 months</span></p>\n <p style="text-align:left"><span style="font-size:14px">Post time: July 7-July 14, 2024</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">One of the products will be given to you, please let me know your rate for this collab if you\'re interested.</span></p>\n <p style="text-align:left"><span style="font-size:14px">Please feel free to contact me if you have any questions, hope to hear from you soon.</span></p>\n <p style="text-align:left"><br></p>\n <p style="text-align:left"><span style="font-size:14px">Best Regards,</span></p>\n <p style="text-align:left"><span style="font-size:14px">Anna Chen</span></p>\n <div style="display:flex; overflow-x:auto"></div>\n <div>\n <br><img width="1px" height="1px" src="https://pixel.xin/collect.gif?trace_id=pixel_667cbf27e4b0b64ffa8b634c">\n </div>\n <table cellpadding="0" cellspacing="0" border="0" width="100%">\n <tbody>\n <tr>\n <td align="center" style="overflow:hidden; font-size:0; padding:0; margin:0; line-height:0"><img alt="" style="width:0; height:0" src="https://sctrack.sendcloud.net/track/open2/eNolTs0KwyAYexfZ0YpaP39ue48xxH46WuYUqj2NvfssJYeQEJI8pAUNhhJCiTDCKRBqlgNe8NlJ7Z0DLb01HFjDSXDvvOJeaDVtZalHifyWE_ZPWMN9rYO3zLB-COUD5BVyS6NaGWYtk5IJpYfs-3G65-aCBpzEqCAugo9RjDw6GCckaAxXqmHfA75ZSyVirkdkJXVCvz96vRyh5x_lOzaT.gif"></td>\n </tr>\n </tbody>\n </table>\n <center>\n <table width="100%" align="center" style="max-width:900px; margin:0 auto; width:100%">\n <tbody>\n <tr align="center">\n </tr>\n <tr align="center">\n <td width="560" style="border-top:1px #e5e5e5 solid; padding-top:15px; padding-bottom:15px">\n <table border="0" cellspacing="0" cellpadding="0" align="center">\n <tbody>\n <tr>\n <td style="background-color:#ddd; border:1px #ddd solid; border-radius:4px; padding:3px 15px; text-align:center"><a href="https://sctrack.sendcloud.net/track/unsubscribe2.do?p=eNptTssKAjEM_JfisVua9H3zP0RKt63sYt3CPk7ivxv1KjOQZMhMckFvrHGcMc7AQdAGtEJCBKkC2hiCsRi9k0ZseQAZQ9QygtXDvIz9WIo8tZr3R5rSeepU5yZyfzAuCeyW2lYpWjvhvUAUoC2N-3qQOsD37H87UwZzwVB1Skp7byEZGEsoNVGj8JNK3PK-pnwXW11Kbv0oYqk7488X__1PS9c3Zbc_0g%3D%3D" target="_blank" rel="noopener" style="color:#a6a6a6; background:#ddd; font-size:12px; text-decoration:none">点击这里取消订阅<br>\n click to unsubscribe</a></td>\n </tr>\n </tbody>\n </table></td>\n </tr>\n </tbody>\n </table>\n </center>\n </div>\n </body>\n</html>';e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp("&nbsp;","g")," "),console.log(e)},getData(){login()},change(){Pa();let e={id:"theme-hub"};l(e)},handleTest1(){},change1(){let e={id:"theme-dss"};l(e)},handleLoginHub(){localStorage.setItem("sourceApp","hub"),Da({mobileOrEmail:"18270829507",password:"123123"}).then((e=>{e&&(alert("登陆成功"),e.token&&(localStorage.setItem("token",e.token),localStorage.setItem("user_info",JSON.stringify({...e,user_id:e.id})),Gi(e.token)))}))},handleLoginDSS(){localStorage.setItem("sourceApp","dss"),Oa({login_account:"tankangkang0147",password:"123123123"}).then((e=>{0===e.code&&(localStorage.setItem("Authorization","Bearer "+e.data.token),Gi(e.token))}))},handleGetlist(){Ta({page:1,aa:"1"}).then((e=>{}))},getCros(){alert(1),Ia()}}},Ma=Fa;function Ba(e,t,n,i,r,o,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),i&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):r&&(l=s?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}var Na=Ba(Ma,o,a,!1,null,"4ee4e6c2",null),Ra=Na.exports,$a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"inbox-container"},[t("div",{staticClass:"search-box"},[t("el-row",{attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.bloggerName")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.title")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.target")))]),t("el-input",{attrs:{placeholder:e.$t("inboxMail.search.default"),clearable:""},model:{value:e.searchForm.popularizePlanName,callback:function(t){e.$set(e.searchForm,"popularizePlanName",t)},expression:"searchForm.popularizePlanName"}})],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.tagName")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",multiple:"","collapse-tags":"",filterable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},on:{change:e.handleTagChange},model:{value:e.searchForm.selectTag,callback:function(t){e.$set(e.searchForm,"selectTag",t)},expression:"searchForm.selectTag"}},e._l(e.tags,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1)])],1),t("el-row",{staticClass:"second-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isStar")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.all")}}),t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.starred")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isRead")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isRead,callback:function(t){e.$set(e.searchForm,"isRead",t)},expression:"searchForm.isRead"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.unRead")}}),t("el-option",{attrs:{value:2,label:e.$t("inboxMail.search.read")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.isReply")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.isReply,callback:function(t){e.$set(e.searchForm,"isReply",t)},expression:"searchForm.isReply"}},[t("el-option",{attrs:{value:1,label:e.$t("inboxMail.search.replyTrue")}}),t("el-option",{attrs:{value:0,label:e.$t("inboxMail.search.replyFalse")}})],1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.replayTime")))]),t("el-select",{staticClass:"normal-select",attrs:{clearable:"",placeholder:e.$t("inboxMail.search.defaultSelect")},model:{value:e.searchForm.timeRange,callback:function(t){e.$set(e.searchForm,"timeRange",t)},expression:"searchForm.timeRange"}},[t("el-option",{attrs:{value:"1",label:e.$t("inboxMail.search.time1")}}),t("el-option",{attrs:{value:"2",label:e.$t("inboxMail.search.time2")}}),t("el-option",{attrs:{value:"3",label:e.$t("inboxMail.search.time3")}})],1)],1)])],1),t("el-row",{staticClass:"second-row last-row",attrs:{gutter:16}},[t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-search-item"},[t("span",[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"normal-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)]),t("el-col",{attrs:{span:6}},[t("div",{staticClass:"blogger-btn"},[t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small",type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(e._s(e.$t("inboxMail.searchButton.search")))]),t("el-button",{staticStyle:{width:"80px"},attrs:{size:"small"},on:{click:e.reset}},[e._v(e._s(e.$t("inboxMail.search.reset")))])],1)])],1)],1),t("div",{staticClass:"mail-wrap legacy relative"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("el-tooltip",{staticClass:"item1",attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v1"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.del()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$t("edm5.v2"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setUnRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-unread mail-unread mail-status"})])],1),t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.setHasRead()}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setHasRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative"},[e._v("")])])],1),t("div",{staticClass:"tool-item",on:{click:e.multiReply}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.batchReply"),placement:"top"}},[t("i",{staticClass:"dss-iconfont icon-plhf"})])],1),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",style:{"min-height":`${e.tableHeight}px`},attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys},on:{"selection-change":e.switchMail,"row-contextmenu":e.rightClick,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{on:{click:function(t){return t.stopPropagation(),e.isFavorites(n)}}},[t("i",{class:0===n.isStar?"start-icon pm-iconfont icon-star0":"start-icon pm-iconfont icon-star1 starcolor"})])]}}])}),t("el-table-column",{attrs:{width:"45"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["1"===n.mailStatus?t("span",[t("i",{staticClass:"dss-iconfont icon-contact2",style:{color:e.primary}})]):e._e(),"2"===n.mailStatus?t("span",{on:{click:function(t){return t.stopPropagation(),e.changeRead(n)}}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.$i18n.t("inboxMail.search.setUnRead"),placement:"top"}},[t("i",{staticClass:"dss-iconfont relative icon-read-2 mail-read"})])],1):e._e()]}}])}),t("el-table-column",{attrs:{width:"70"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReply?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.replyTrue"))+" ")]):t("span")]}}])}),t("el-table-column",{attrs:{width:"200"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"blogger-column"},[t("el-tooltip",{attrs:{disabled:!(n.bloggerHover&&n.bloggerHover.bloggerId),"popper-class":"wt-tooltip-edm-blogger",placement:"top"}},[t("div",{staticClass:"blogger-card",attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"card-top"},[t("div",{staticClass:"top-left"},[t("el-image",{staticClass:"blogger-img",attrs:{src:n.bloggerHover.avatar}}),t("img",{staticClass:"platform-img",attrs:{src:i(2183)(`./${n.bloggerHover.platform||"youtube"}.png`)}})],1),t("div",{staticClass:"top-right"},[t("div",{staticClass:"blogger-name"},[t("div",{staticClass:"name"},[e._v(" "+e._s(n.bloggerHover.nickname)+" ")]),t("img",{staticClass:"flage",attrs:{src:n.bloggerHover.regionFlag,alt:""}}),t("div",{staticClass:"country"},[e._v(" "+e._s(n.bloggerHover.regionNameZh)+" ")])]),t("div",{staticClass:"blogger-data"},[t("div",{staticClass:"data-item"},[t("div",{staticClass:"item-label"},[e._v("粉丝数")]),t("div",{staticClass:"item-value"},[e._v(" "+e._s(e._f("numFormat")(n.bloggerHover.fansCount))+" ")])]),t("div",{staticClass:"data-item"},[t("div",{staticClass:"item-label"},[e._v("平均观看量")]),t("div",{staticClass:"item-value"},[e._v(" "+e._s(e._f("numFormat")(n.bloggerHover.viewVolumeAvg60d))+" ")])])])])]),t("div",{staticClass:"card-bottom"},[t("div",{staticClass:"bottom-item channel-item"},[t("div",{staticClass:"label"},[e._v("频道ID")]),t("div",{staticClass:"value"},[t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.username))]),t("i",{staticClass:"dss-iconfont",on:{click:function(t){return e.copyText(n.bloggerHover.username)}}},[e._v("")])])]),t("div",{staticClass:"bottom-item tag-item"},[t("div",{staticClass:"label"},[e._v("标签")]),n.bloggerHover.tags&&n.bloggerHover.tags.length>0?t("div",{staticClass:"value"},e._l(n.bloggerHover.tags.slice(0,3),(function(n){return t("div",{key:n,staticClass:"tag"},[e._v(" "+e._s(n)+" ")])})),0):t("div",{staticClass:"value"},[e._v("-")])]),t("div",{staticClass:"bottom-item"},[t("div",{staticClass:"label"},[e._v("报价")]),t("div",{staticClass:"value"},[2==n.bloggerHover.quoteType&&n.bloggerHover.amount?t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.amount)+e._s(n.bloggerHover.currencyName))]):1==n.bloggerHover.quoteType?t("span",[e._v("免费置换")]):t("span",{staticClass:"text"},[e._v("-")])])]),t("div",{staticClass:"bottom-item plan-item"},[t("div",{staticClass:"label"},[e._v("推广计划")]),n.bloggerHover.planCoop&&n.bloggerHover.planCoop.planId?t("div",{staticClass:"value"},[t("div",{staticClass:"plan-list"},[t("span",{staticClass:"text"},[e._v(e._s(n.bloggerHover.planCoop.planName))]),t("div",{staticClass:"other"},[n.bloggerHover.planCoop.coopModifyTime?t("span",{staticClass:"sub-text"},[e._v(e._s(e.formatDate(n.bloggerHover.planCoop.coopModifyTime)))]):e._e(),t("span",{staticClass:"sub-text"},[e._v(e._s(n.bloggerHover.planCoop.coopStatusStr))])])])]):t("div",{staticClass:"value"},[e._v("-")])])])]),t("div",{staticClass:"blogger-col",on:{click:function(t){return t.stopPropagation(),e.toBloggerDetail(n)}}},[n.bloggerHover.avatar?t("el-image",{staticClass:"blogger-img",attrs:{fit:"cover",src:n.bloggerHover.avatar}}):e._e(),t("p",{class:{beyond_eip:!0,is_not_Ai_Woto_mail:0==n.isAiWoto,"font-bold .text-gray-700":1===n.isRead}},[e._v(" "+e._s(n.bloggerName)+" ")])],1)]),1==n.isAiWoto?t("img",{staticClass:"ai-flag",attrs:{src:i(251),alt:""}}):e._e()],1)]}}])}),t("el-table-column",{attrs:{width:"140"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[""!==n.popularizePlanName&&null!==n.popularizePlanName?[t("i",{staticClass:"dss-iconfont icon-task",staticStyle:{"font-size":"22px"},style:{color:2===n.isRead?"#999999":"#FF5277"},on:{click:function(t){return t.stopPropagation(),e.skipPlan(n)}}}),t("span",{staticClass:"beyond_eip",class:1===n.isRead?"font-bold text-gray-700":"",attrs:{title:n.popularizePlanName},on:{click:function(t){return t.stopPropagation(),e.skipPlan(n)}}},[e._v(e._s(n.popularizePlanName))])]:t("span",[e._v(e._s(e.$t("inboxMail.search.noTask")))])],2)]}}])}),t("el-table-column",{ref:"a1",scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-main"},[1===n.isAttachment?t("i",{staticClass:"dss-iconfont icon-file-3",staticStyle:{"margin-right":"2px"}}):e._e(),t("span",{staticClass:"mail-subject beyond_eip mr8",class:1===n.isRead?"font-bold text-gray-700":""},[e._v(e._s(n.subject))]),t("span",{staticClass:"mail-content beyond_eip ml6 mr16",staticStyle:{color:"#999999"},domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}}),t("div",{ref:"mailTagList",staticClass:"mail-tag"},e._l(n.tagList,(function(i,r){return t("div",{key:r,staticClass:"mail-tag-item inbox-item",style:{color:"#fff",background:i.tagColor},attrs:{title:i.tagName},on:{click:function(t){return t.stopPropagation(),e.handleBindTag(n,i)}}},[e._v(" "+e._s(i.tagName.length>6?i.tagName.slice(0,6)+" ...":i.tagName)+" "),t("i",{staticClass:"el-icon-close inbox-icon-close"})])})),0),t("div",{staticClass:"add-block"}),t("div",{staticClass:"tag-add"},[t("span",{staticClass:"tag-btn",staticStyle:{"font-size":"12px"},on:{click:function(t){return t.stopPropagation(),e.addMailTag(n)}}},[t("span",[e._v("+")]),e._v(" "+e._s(e.$t("inboxTable.addTag")))])])])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticStyle:{color:"#666666"}},[e._v(" "+e._s(n.createTime)+" ")])]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[e.tableTotal>0?t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)},"current-change":e.changePage,"size-change":e.changeSize}}):e._e()],1)]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),t("el-dialog",{attrs:{title:e.$t("inboxTable.tip"),visible:e.dialogVisible,width:"420px","show-close":!0},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("div",{staticClass:"delete-shield",staticStyle:{display:"flex"}},[t("i",{staticClass:"delete-shield-icon el-icon-warning"}),t("div",{staticStyle:{display:"flex","flex-direction":"column"}},[t("span",[e._v(e._s(e.$t("inboxTable.delMail"))+"?")]),t("span",[e._v(e._s(e.$t("inboxTable.deleteTip")))])])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.dialogVisible=!1}}},[e._v(e._s(e.$t("inboxTable.cancel")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleConfirmDel}},[e._v(e._s(e.$t("inboxTable.confirm")))]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleDelShield}},[e._v(e._s(e.$t("inboxTable.delShieldBtn")))])],1)])],1)},ja=[];i(8111),i(2489),i(7588),i(1701);async function La(e){let t=await wa("/edm/inbox/selInbox",e);return"0"===t.code?t.data:null}async function za(e){let t=await wa("/edm/inbox/setBatchAsUnread",e);return t}async function Va(e){let t=await wa("/edm/inbox/setBatchAsRead",e);return t}async function Ha(){let e=await va("/edm/inbox/mailRemind");return e?e.data:null}async function Ua(e){let t=await _a("/edm/inbox/signRead",e);return!!t.success||null}async function Wa(e){let t=await ba("/edm/inbox/delInbox",e);return t.success}async function qa(e){let t=await ba("/edm/inbox/delInboxAndShield",e);return t.success}async function Ya(e){let t=await _a("/edm/inbox/starInbox",e);return t.success}async function Ga(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t.success?t.data:null}async function Ka(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t.success?t.data:(Un.Message.error(t.message),null)}async function Xa(e){let t=await ba("/edm/inbox/delOneMail",e);return t||null}async function Za(e){let t=await _a("/edm/tag/bindTag",e);return"0"===t.code||null}async function Ja(){let e=await va("/edm/tag/tags"),t=[{id:10464,tag:"很有希望",tagColor:"#1F81FF",tagType:2},{id:10465,tag:"系统标签1",tagColor:"#1F81FF",tagType:1},{id:10466,tag:"自定义标签3",tagColor:"#1F81FF",tagType:1},{id:10467,tag:"自定义标签2",tagColor:"#1F81FF",tagType:2},{id:10468,tag:"自定义标签1",tagColor:"#1F81FF",tagType:2}];return"0"===e.code?e.data:t}async function Qa(e){let t=await wa("/edm/mail/preUpload",e);return t||null}async function es(e){let t=await wa("/edm/mail/preAbroadUpload",e);return t||null}async function ts(e,t,n){return await Ca(e,t,n)}async function ns(e){let t=await wa("/edm/outboxV2/multiReply",e);return t}function is(e){return wa("/woto-crm/plan/planListToAdd",e)}function rs(e){return va(`/edm/inbox/inboxCrmData/${e}`)}function os(e){return wa("/woto-crm/planBlog/updatePlanBlogStatus",e)}function as(){return va("/user/equity/userAiPoint")}function ss(e){return va(`/edm/inbox/emailSummary/${e}`)}function ls(e){return va(`/edm/inbox/emailSummary/generate/${e}`)}function cs(e){return va(`/edm/inbox/smartReply/${e}`)}function us(e){return va(`/edm/inbox/keyInformation/${e}`)}function ds(e){return va(`/edm/inbox/keyInformation/extract/${e}`)}function hs(e){return wa("/edm/outbox/aiReply2Write/save",e)}function ps(e){return wa("/user/info/addBlogInfo",e)}function fs(e){return wa("/edm/inbox/aiUserFeedBack/save",e)}function ms(e){return va(`/edm/inbox/aiUserFeedBack/${e}`)}function gs(e){return wa("/woto-crm/planBlog/batchMovePlanBlog",e)}function vs(e){return wa("/edm/inbox/refreshInboxCrm",e)}function ys(e){return va(`/edm/inbox/aiReplyStrategy/generate/${e}`)}function bs(){return va("/edm/ai/aiEmailStrategy/get")}function ws(e){return va(`/edm/inbox/emailStrategy/${e}`)}function _s(){return va("/edm/dictionary/languages/get")}function Cs(){return va("/edm/dictionary/tones/get")}function xs(e){return wa("/edm/inbox/smartReply/generate",e)}function Ss(e){return va("/edm/qiye/mailOwnerCheck",e)}function ks(e){return wa("/woto-crm/planBlog/addPlanBlog",e)}function Es(e){return va("/edm/tag/searchTags",e)}function As(e){return ya(`/edm/tag/delTag/${e}`)}function Ds(e){return wa("/edm/tag/addSign",e)}function Os(e){return va("/user/hubUser/sonFather",e)}function Ts(e){return va("/edm/template/templates",e)}function Is(e){return va("/edm/inbox/selBloggerHover",e)}function Ps(e){return va(`/edm/conf/user/${e}/getBizEmails`)}function Fs(e){return va("/wonderland/api/invite/getJobBloggerInfoByChatId",e)}function Ms(e){return va("/user/user/allowAccess",e)}var Bs=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},["inbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.inbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",[e._v(e._s(e.$t(n.key)))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v(e._s(e.$i18n.t("searchButton.search")))]),t("el-button",{staticClass:"search-btn",on:{click:e.handleReset}},[e._v(e._s(e.$i18n.t("searchButton.reset")))])],1)],2):e._e(),"outbox"===e.searchType?t("div",{staticClass:"search"},[e._l(e.outbox,(function(n,i){return t("div",{key:i,staticClass:"search-item"},[t("span",{key:i},[e._v(e._s(n.txt))]),t("div",[t("el-input",{attrs:{placeholder:"请输入内容",clearable:""},model:{value:e.query[n.key],callback:function(t){e.$set(e.query,n.key,t)},expression:"query[item.key]"}})],1)])})),t("div",{staticClass:"search-item"},[t("el-button",{staticClass:"search-btn",attrs:{type:"primary"},on:{click:e.handleSearch}},[e._v("查询")]),t("el-button",{staticClass:"search-btn",attrs:{type:"primary","&#x26;#x3C;el-button":""},on:{click:e.handleReset}},[e._v(e._s(e.$t("edm5.v44")))])],1)],2):e._e()])},Ns=[],Rs={name:"edm-search",props:{searchType:{default:"inbox",type:String}},data(){return{query:{},test:[{name:"search.name"}],aa:this.$i18n.t("search.name"),outbox:[{id:oa.v1(),key:"name",txt:"红人名称:",type:"input"},{id:oa.v1(),key:"title",txt:"标题正文:",type:"input"},{id:oa.v1(),key:"target",txt:"任务名称:",type:"input"},{id:oa.v1(),kety:"mail",txt:"邮件类型:",type:"select"}],inbox:[{id:oa.v1(),key:"search.name",txt:"红人名称",type:"input"},{id:oa.v1(),key:"search.title",txt:"正文标题:",type:"input"},{id:oa.v1(),key:"search.target",txt:"任务名称:",type:"input"},{id:oa.v1(),key:"search.tag",txt:"标签名称:",type:"select"},{id:oa.v1(),key:"search.isRead",txt:"已读状态:",type:"select"}]}},created(){},methods:{handleSearch(){let e=Object.entries(this.query),t=Object.fromEntries(e);this.$emit("handleSearch",t)},handleReset(){let e=Object.entries(this.query);Object.fromEntries(e);this.query["search.name"]&&(this.query["search.name"]=""),this.query["search.title"]&&(this.query["search.title"]=""),this.query["search.target"]&&(this.query["search.target"]=""),this.$emit("handleReset")}}},$s=Rs,js=Ba($s,Bs,Ns,!1,null,"4d651f22",null),Ls=js.exports;i(116);function zs(e,t){if(0===arguments.length||!e)return null;const n=t||"{y}-{m}-{d} {h}:{i}:{s}";let i;"object"===typeof e?i=e:("string"===typeof e&&(e=/^[0-9]+$/.test(e)?parseInt(e):e.replace(new RegExp(/-/gm),"/")),"number"===typeof e&&10===e.toString().length&&(e*=1e3),i=new Date(e));const r={y:i.getFullYear(),m:i.getMonth()+1,d:i.getDate(),h:i.getHours(),i:i.getMinutes(),s:i.getSeconds(),a:i.getDay()},o=n.replace(/{([ymdhisa])+}/g,((e,t)=>{const n=r[t];return"a"===t?["日","一","二","三","四","五","六"][n]:n.toString().padStart(2,"0")}));return o}function Vs(e,t){return e.map((function(e,n){return e[t]}))}function Hs(e){const t=new Date,n=new Date(t-864e5*(e-1)),i=t.getFullYear(),r=t.getMonth()+1,o=t.getDate(),a=n.getFullYear(),s=n.getMonth()+1,l=n.getDate(),c=i+"-"+(r<10?"0"+r:r)+"-"+(o<10?"0"+o:o),u=a+"-"+(s<10?"0"+s:s)+"-"+(l<10?"0"+l:l);return[u,c]}function Us(){var e=new Date,t=e.getFullYear(),n=e.getMonth()+1,i=e.getDate(),r=e.getHours(),o=e.getMinutes(),a=e.getSeconds();n>=1&&n<=9&&(n="0"+n),i>=0&&i<=9&&(i="0"+i),o>=0&&o<=9&&(o="0"+o),a>=0&&a<=9&&(a="0"+a);var s=t+n+i+r+o+a;return s}function Ws(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}function qs(e){const t=new Date((new Date).getTime()+6e4*(new Date).getTimezoneOffset()+288e5),n=new Date(e),i=(n-t)/1e3;return i<3600?"1小时内发送":i>=3600&&i<86400?Math.ceil(i/3600)+"小时后发送":i>=86400&&i<=2592e3?Math.ceil(i/86400)+"天后发送":e}function Ys(e,t){Gs(e,(function(e){Ks(e,t)}))}function Gs(e,t){let n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="blob",n.onload=function(){if(200!==n.status)return window.open(e,"_blank"),!1;t(n.response)},n.onerror=function(){return window.open(e,"_blank"),!1},n.send()}function Ks(e,t){if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(e,t);else{let n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),window.URL.revokeObjectURL(n.href)}}function Xs(e){const t=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;return t-e}function Zs(e){const t={};return Object.keys(e).forEach((n=>{Array.isArray(e[n])&&0===e[n].length||""===e[n]||null===e[n]||void 0===e[n]||(t[n]=e[n])})),t}async function Js(e=!1,t=0,n){try{let i=await as();return"0"===i.code?(e&&(0===i.data||i.data<t)?Un.Message.error("您的AI点数不足,请联系客服,充值后使用"):e&&i.data>=t&&n(i.data),i.data):0}catch(Rl){return 0}}function Qs(e){const t=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}];let n="";return t.forEach((t=>{t.value==e&&(n=t.symbol)})),n}var el=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,title:e.$t("NP.np65"),"close-on-click-modal":!1,width:"600px","custom-class":"add-tags-dialog","append-to-body":e.appendBody},on:{"update:visible":function(t){e.isShowDialog=t},close:e.closeAddTagsDialog}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"operate-box"},["search"===e.optType?t("div",{staticClass:"search-tag"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("NP.np178"),clearable:""},on:{clear:e.getPublishTags},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.getPublishTags.apply(null,arguments)}},model:{value:e.searchKeywords,callback:function(t){e.searchKeywords=t},expression:"searchKeywords"}},[t("i",{staticClass:"iconfont icon-a-sousuoxiao15x",attrs:{slot:"suffix"},on:{click:e.getPublishTags},slot:"suffix"})]),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.handleAddTag}},[t("i",{staticClass:"el-icon-plus"}),e._v(e._s(e.$t("NP.np179")))])],1):t("div",{staticClass:"add-tag"},[t("el-input",{attrs:{placeholder:e.$t("inboxTagDialog.default")},model:{value:e.tagInputValue,callback:function(t){e.tagInputValue=t},expression:"tagInputValue"}},[t("div",{staticClass:"popup-colorPicker",attrs:{slot:"suffix"},slot:"suffix"},[t("div",{staticClass:"custom-picker-icon"},[t("i",{staticClass:"dss-iconfont icon-tianse",style:{color:e.iconColor}}),t("el-color-picker",{attrs:{predefine:e.predefineColors,size:"mini","color-format":"hex"},on:{change:e.pickerChange},model:{value:e.tagColor,callback:function(t){e.tagColor=t},expression:"tagColor"}})],1)])]),t("div",{staticClass:"add",on:{click:e.addPublishTag}},[t("i",{staticClass:"el-icon-check"})]),t("div",{staticClass:"cancel",on:{click:e.handleCancelAdd}},[t("i",{staticClass:"el-icon-close"})])],1)]),t("div",{staticClass:"all-tag"},e._l(e.allTagsArr,(function(n){return t("el-tag",{key:n.id,staticClass:"tag-item",style:{"background-color":n.tagColor},on:{click:function(t){return e.selectTag(n)}}},[e._v(e._s(n.tag)),2===n.tagType?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),e.deletePublishTag(n.id)}}}):e._e()])})),1),t("div",{staticClass:"title"},[e._v(e._s(e.$t("inboxTagDialog.selectTag"))+":")]),t("div",{staticClass:"selected-tags"},e._l(e.selectedTagsArr,(function(n){return t("el-tag",{key:n.tag,staticClass:"tag-item",style:{"background-color":n.tagColor}},[e._v(e._s(n.tag)),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.clearTag(n.tag)}}})])})),1)]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.cancelAddTags}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddTags}},[e._v(" "+e._s(e.$t("common.confirm"))+" ")])],1)])},tl=[],nl={props:{isShowDialog:{type:Boolean,default:!1},defaultTag:{type:Array,default:()=>[]},appendBody:{type:Boolean,default:!1},isOnlyTagName:{type:Boolean,default:!1}},data(){return{loading:!1,searchKeywords:"",tagInputValue:"",tagColor:"#808080",iconColor:"#808080",predefineColors:["#FF5277","#FF9EC3","#BF9EFF","#4BB792","#FFAA36","#52BAFF","#5F52FF","#27C9B6"],allTagsArr:[],selectedTagsArr:[],optType:"search"}},async created(){await this.getPublishTags(),this.initDefaultTag()},methods:{initDefaultTag(){const e=[];this.defaultTag.forEach((t=>{const n=this.allTagsArr.find((e=>e.tag===t));n?e.push({...n}):e.push({tag:t,tagColor:"#808080",tagType:2})})),this.selectedTagsArr=e},closeAddTagsDialog(){this.$emit("closeAddTagsDialog")},cancelAddTags(){this.closeAddTagsDialog()},confirmAddTags(){const e=this.selectedTagsArr.map((e=>this.isOnlyTagName?e.tag:e));console.log(this.selectedTagsArr),this.$emit("updateTag",e),this.closeAddTagsDialog()},pickerChange(e){this.iconColor=e},handleAddTag(){this.optType="add",this.searchKeywords=""},handleCancelAdd(){this.optType="search"},async getPublishTags(){try{this.loading=!0;const e=await Es({tagValue:this.searchKeywords});"0"===e.code&&(this.allTagsArr=e.data||[])}catch(Rl){console.log(Rl)}finally{this.loading=!1}},async addPublishTag(){try{if(!this.validateTag())return!1;const e=await Ds({tag:this.tagInputValue,tagColor:this.tagColor});"0"===e.code?(this.selectedTagsArr.push({tag:this.tagInputValue,tagColor:this.tagColor}),this.tagInputValue="",this.getPublishTags()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async deletePublishTag(e){try{const t=await As(e);"0"===t.code&&setTimeout((()=>{this.getPublishTags()}),500)}catch(Rl){console.log(Rl)}},validateTag(){const e=this.tagInputValue;return""===e?(this.$message({type:"warning",message:this.$t("inboxTagDialog.default")}),!1):!(e.length>30)||(this.$message({type:"warning",message:"标签最多30个字符!"}),!1)},selectTag(e){const t=this.selectedTagsArr.findIndex((t=>t.tag===e.tag));if(t>-1)return!1;this.selectedTagsArr.push(e)},clearTag(e){this.selectedTagsArr=this.selectedTagsArr.filter((t=>t.tag!==e))}}},il=nl,rl=Ba(il,el,tl,!1,null,"5db4fac2",null),ol=rl.exports,al=i(4353),sl=i.n(al),ll={name:"edm-inbox",components:{Search:Ls,AddTagsDialog:ol},props:{sourceApp:{type:String,default:""},taskDetailUrl:{type:String,default:"/taskDetail"},defaultTop:{type:Number,default:118}},data(){return{primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",dialogVisible:!1,handleTime_inbox:null,handleTime_msg:null,tagOp:null,mailId:"",mailTags:[],isShowSettag:!1,tableHeight:0,page:1,value:"",searchForm:{timeRange:"1",selectTag:"",subject:"",popularizePlanName:"",tagName:[],isRead:"",isStar:"",isReply:"",currentPage:1,pageSize:20,bloggerName:"",sentMail:""},switchMailData:[],unReadIds:[],hasReadIds:[],loading:!1,tableData:[],tableTotal:0,selectData:[],qyEmailList:[],tags:[],tagList:[],defaultTagList:[],bloggerArr:[],selectedReplyIds:[],selectedTags:[],isShowAiMail:!0}},computed:{routeParams(){return this.$route.query}},watch:{routeParams(e,t){e.nums&&this.init()}},created(){this.getSendEmails()},mounted(){const{isdetail:e}=this.$route.query;e?(console.log("sss",JSON.parse(localStorage.getItem("searchFormInbox"))),this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox"))):localStorage.removeItem("searchFormInbox"),this.$nextTick((()=>{this.init(),this.initTags(),this.tableHeight=window.innerHeight-this.$refs["table"].$el.getBoundingClientRect().top-66})),this.$bus.$on("mailTip",(()=>{this.init()}))},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},initTags(){this.tags=[],Ja().then((e=>{e&&e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})}))}))},multiReply(){0!==this.selectedReplyIds.length?this.selectedReplyIds.length>50?this.$message.warning(this.$t("inboxMail.search.tip1")):(localStorage.setItem("multiReplyBlogInfo",JSON.stringify(this.bloggerArr)),localStorage.setItem("multiReplyIds",JSON.stringify(this.selectedReplyIds)),this.$emit("multiReply",this.bloggerArr.length!==this.selectedReplyIds.length)):this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},init(){this.loading=!0;let e=this.searchForm.isStar;0===e&&(this.searchForm.isStar="");let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),console.log("params",this.searchForm),localStorage.removeItem("hasInboxDetail"),La({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1;let t=[];e?(e.rows.forEach(((e,n)=>{let i={};i.id=e.id,i.chatId=e.chatId,e.isRead&&1===e.isRead?i.mailStatus="1":e.isRead&&2===e.isRead&&(i.mailStatus="2"),i.taskId=e.taskId,i.isRead=e.isRead,i.maxId=e.maxId,i.isReply=e.isReply,i.isStar=e.isStar,i.popularizePlanName=e.popularizePlanName,i.bloggerName=e.bloggerName,i.subject=e.subject,i.content=e.content,i.isAttachment=e.isAttachment,i.popularizePlanName=e.popularizePlanName,i.popularizePlanId=e.popularizePlanId,i.bloggerId=e.bloggerId,i.addresser=e.addresser,i.bloggerHover=e.bloggerHover,i.upbEsId=e.upbEsId,i.isAiWoto=e.isAiWoto,e.tag||(e.tag=""),e.tagColor||(e.tagColor="");let r=e.tag.split(","),o=e.tagColor.split(",");if(i.tagList=[],r.length!==o.length)i.tagName=this.$t("inboxTable.errorTag");else{let e=[];r.forEach(((t,n)=>{e.push({tagName:t,tagColor:o[n]})})),i.tagList=e}i.createTime=e.createTime,t.push(i)})),this.tableData=t,this.tableTotal=e.total):this.$message.warning(this.$t("inboxTable.requestError"))}))},handleBindTag(e,t){if(t&&!t.tagColor&&!t.tagName)return!1;this.$confirm(this.$t("inboxTable.delTag"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),customClass:"del-model",type:"warning"}).then((()=>{this.mailId=e.id+"";const n=e.tagList.filter((e=>!!e.tagName))||[];let i=[];n.length>1&&(i=n.filter((e=>e.tagName!==t.tagName)).map((e=>({tag:e.tagName,tagColor:e.tagColor})))),this.updateTag(i,!0)})).catch((()=>{}))},handleTagChange(e){if(e){let t=[];e.forEach((e=>{this.tags.forEach((n=>{e===n.id.toString()&&t.push(n.label)}))})),this.searchForm.tagName=t}else this.searchForm.tagName=[]},reset(){localStorage.removeItem("searchFormInbox"),localStorage.removeItem("hasInboxDetail"),this.searchForm.bloggerName="",this.searchForm.subject="",this.searchForm.popularizePlanName="",this.searchForm.selectTag=[],this.searchForm.tagName=[],this.searchForm.isStar="",this.searchForm.timeRange="1",this.searchForm.isRead="",this.searchForm.isReply="",this.searchForm.sentMail="",this.init()},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},setUnRead(){if(0!==this.switchMailData.length)return 0===this.unReadIds.length?(this.$message.warning(this.$t("edm5.v3")),void this.$refs.table.clearSelection()):void za({ids:this.unReadIds}).then((e=>{e&&"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.unReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}));this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async setHasRead(){if(0!==this.switchMailData.length){if(0===this.hasReadIds.length)return this.$message.warning(this.$t("edm5.v270")),void this.$refs.table.clearSelection();try{const e=await Va({ids:this.hasReadIds});"0"===e.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.hasReadIds=[],this.switchMailData=[],this.$refs.table.clearSelection(),this.init()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}}else this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},async changeRead(e){console.log(e);let t=await za({ids:[e.maxId]});t&&"0"===t.code?(this.$message({message:this.$t("inboxTable.unReadSuccess"),type:"success"}),this.init()):this.$message.error(t.message)},del(){0!==this.switchMailData.length?this.dialogVisible=!0:this.$message({message:this.$t("inboxTable.delmailWarning"),type:"warning"})},handleConfirmDel(){const e={chatId:this.switchMailData};Wa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},handleDelShield(){const e={chatId:this.switchMailData};qa(e).then((e=>{e&&(this.$message({message:this.$t("inboxTable.del"),type:"success",duration:1500}),this.dialogVisible=!1,this.switchMailData=[],this.init())}))},isFavorites(e){const t={mailId:e.id,isStar:0===e.isStar?1:0};Ya(t).then((t=>{t&&(0===e.isStar?this.$message({message:this.$t("inboxTable.collMail"),type:"success",duration:1500}):this.$message({message:this.$t("inboxTable.cancelMail"),type:"success",duration:1500})),this.init()}))},handleReset(e){this.searchForm.bloggerName="",this.searchForm.subject=""},addMailTag(e){this.mailId=e.id.toString(),console.log(e),this.selectedTags=e.tagList?e.tagList.filter((e=>!!e.tagName)).map((e=>e.tagName)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Za({mailId:this.mailId,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.init(),this.initTags())}catch(Rl){}},skipDetail(e){localStorage.setItem("searchFormInbox",JSON.stringify(this.searchForm)),localStorage.setItem("hasInboxDetail",!0),localStorage.setItem("currentPath",this.$route.path),console.log("dd",JSON.stringify(this.searchForm)),this.$router.push({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}})},skipTask(e){const t=this.$router.resolve({path:this.taskDetailUrl,query:{id:e.taskId,name:e.popularizePlanName,is_share:1,is_operate:1}});window.open(t.href,"_blank")},skipPlan(e){console.log(e),this.$emit("inboxSkipPlan",e)},switchMode(){this.$emit("switchMode")},getRowKeys(e){return e.id},switchMail(e){console.log("select",e),this.bloggerArr=[],this.selectedReplyIds=[],this.bloggerArr=Array.from(new Map(e.map((e=>[e.bloggerName,{bloggerId:e.bloggerId,bloggerName:e.bloggerId?e.bloggerName:e.addresser}]))).values()),this.selectedReplyIds=Vs(e,"maxId"),this.switchMailData=[],this.unReadIds=[],this.hasReadIds=[],e.forEach((e=>{this.switchMailData.push(e.chatId),2===e.isRead&&this.unReadIds.push(e.maxId),1===e.isRead&&this.hasReadIds.push(e.maxId)}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},changeTagsHeight(e,t){if(e){let e=[],n=this.tagList.findIndex((e=>e.tag.trim()===t.trim()));this.tagList.forEach(((t,i)=>{i<=n&&e.push(t)})),this.tagList=e}else this.tagList=this.defaultTagList},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/inboxDetail",query:{id:e.id,chatId:e.chatId,popularizePlanId:e.popularizePlanId,popularizePlanName:e.popularizePlanName,maxId:e.maxId}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}},{label:"添加标签",icon:"el-icon-edit-outline",onClick:()=>{this.addMailTag(e)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})},formatDate(e){return sl()(e).format("YYYY-MM-DD")},toBloggerDetail(e){if(!e.bloggerId)return!1;this.$emit("toBloggerDetail",e)}},destroyed(){}},cl=ll,ul=Ba(cl,$a,ja,!1,null,"60e7f776",null),dl=ul.exports,hl=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.mailLoading,expression:"mailLoading"}],staticClass:"edm-inbox-detail"},[t("div",{staticClass:"wrap"},[t("div",{staticClass:"back",on:{click:e.goBack}},[t("i",{staticClass:"el-icon-arrow-left"})]),t("div",{staticClass:"tag-info"},[t("div",{staticClass:"tag"},[e._l(e.tagList,(function(n,i){return t("div",{key:i,staticClass:"tag-item mr12 mb8",style:{color:"#fff",background:n.tag_color}},[e._v(" "+e._s(n.tag)+" "),t("i",{staticClass:"dss-iconfont icon-close",staticStyle:{color:"#ffffff","padding-left":"5px",cursor:"pointer","z-index":"999"},on:{click:function(t){return e.delTag(n)}}})])})),t("div",{staticClass:"tag-btn cursor-pointer mr12 mb8",on:{click:e.addTagsStart}},[t("i",{staticClass:"dss-iconfont icon-add2"}),e._v(" "+e._s(e.$t("inboxDetail.addTag"))+" ")])],2),t("div",{staticClass:"turn-page"},[t("div",{staticClass:"send-email"},[e._v(" "+e._s(e.$t("edm5.v4"))+e._s(e.mailData.receiver)+" ")]),t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableData.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1)])]),t("div",{staticClass:"blogger-part"},[t("div",{staticClass:"blogger-info"},[e.bloggerInfo.bloggerId?t("div",{staticClass:"inner-blogger"},[t("el-image",{staticClass:"blogger-avatar",attrs:{fit:"cover",src:e.bloggerInfo.bloggerAvatar},on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}}),t("div",{staticClass:"info-right"},[t("div",{staticClass:"info-top"},[t("div",{staticClass:"blogger-name",on:{click:function(t){return e.toBloggerDetail(e.bloggerInfo.bloggerId,e.bloggerInfo)}}},[e._v(" "+e._s(e.bloggerInfo.bloggerName)+" ")]),t("div",{staticClass:"blogger-id"},[e._v(" (频道ID:"+e._s(e.bloggerInfo.bloggerUserName)+") ")]),t("img",{staticClass:"flag",attrs:{src:e.bloggerInfoRest.regionFlag,alt:""}}),t("div",{staticClass:"country"},[e._v(e._s(e.bloggerInfoRest.regionNameZh))]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.bloggerInfoRest.tags&&e.bloggerInfoRest.tags.length>0,expression:"\n bloggerInfoRest.tags && bloggerInfoRest.tags.length > 0\n "}],staticClass:"tags"},[t("TagColumn",{attrs:{tags:e.bloggerInfoRest.tags}})],1)]),t("div",{staticClass:"info-bottom"},[t("div",{staticClass:"row-data"},[t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")(e.bloggerInfoRest.fansCount))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("粉丝数")])]),t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")("instagram"===e.bloggerInfoRest.platform?e.bloggerInfoRest.likeVolumeAvg60d:e.bloggerInfoRest.viewVolumeAvg60d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v(" "+e._s("instagram"===e.bloggerInfoRest.platform?"平均点赞量":"平均观看量")+" ")])]),t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("rateFormat")(e.bloggerInfoRest.interactiveRate60d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("平均互动率")])]),e.bloggerInfoRest.gmv30d?t("div",{staticClass:"row-data_item"},[t("div",{staticClass:"row-data_item-num"},[e._v(" "+e._s(e._f("numFormat")(e.bloggerInfoRest.gmv30d))+" ")]),t("div",{staticClass:"row-data_item-name"},[e._v("近30日新增GMV")])]):e._e()]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip",placement:"top"}},[t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v("收藏")]),t("span",{staticClass:"btn",on:{click:e.handleAddFavorites}},[t("i",{class:{"icon-img":!0}})])]),t("button",{staticClass:"double-btn"},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.normalReply"),placement:"top"}},[t("div",{staticClass:"text",on:{click:function(t){return e.showReplyNew(!1,void 0)}}},[e._v(" "+e._s(e.$t("inboxDetail.reply2"))+" ")])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.simpleReply"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.simpleReplay}},[t("img",{staticClass:"img",attrs:{src:i(3074)}})])])],1)],1)])],1):t("div",{staticClass:"outer-blogger"},[t("div",[t("div",{staticClass:"outer-name"},[e._v(e._s(e.$t("inboxDetail.outerBlogger")))]),t("div",{staticClass:"outer-email"},[e._v(" "+e._s(e.$t("inboxDetail.email"))+e._s(e.bloggerInfo.email)+" ")])]),t("button",{staticClass:"double-btn"},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.normalReply"),placement:"top"}},[t("div",{staticClass:"text",on:{click:function(t){return e.showReplyNew(!1,void 0)}}},[e._v(" "+e._s(e.$t("inboxDetail.reply2"))+" ")])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("inboxDetail.simpleReply"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.simpleReplay}},[t("img",{staticClass:"img",attrs:{src:i(3074)}})])])],1)])]),e.isShowAiAgent&&e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"ai_box"},[e._v(" AI小兔 "),t("div",{staticClass:"ai_btn",on:{click:e.showAiSetting}},[t("img",{staticClass:"ai_icon",attrs:{src:"http://wotokol.oss-cn-hangzhou.aliyuncs.com/ai-agent-icon.png",alt:""}}),t("span",{staticClass:"ai_txt"},[e._v(e._s(e.bloggerJobInfo.jobId?"跟进中":"待命中"))]),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e(),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-plan"},[t("div",{staticClass:"plan-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.plan")))]),t("el-dropdown",{attrs:{trigger:"click"},on:{command:e.handleCommand}},[t("i",{staticClass:"el-icon-more more_icon"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"a"}},[e._v("关联推广计划")]),t("el-dropdown-item",{attrs:{command:"b"}},[e._v("修改合作状态")])],1)],1)],1),t("div",{staticClass:"plan-bottom"},[t("span",{staticClass:"plan_name"},[e._v(e._s("-1"==e.bloggerInfo.planId||"null"==e.bloggerInfo.planId?e.$t("inboxDetail.noPlan"):e.bloggerInfo.planName))]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"coo_status"},[e._v(" "+e._s(e._f("coopStatusFilter")(e.bloggerInfo.coopStatus))+" ")]):e._e()])]):e._e()]),e.bloggerInfo.bloggerId&&"null"!==e.bloggerInfo.planId?t("div",{staticClass:"blogger-opt"},[e._l(e.optList,(function(n,i){return t("div",{key:i,staticClass:"opt-item",on:{click:function(t){return e.clickHandle(n.key,n.activeName)}}},[t("i",{class:["dss-iconfont",n.icon]}),t("span",{staticClass:"txt"},[e._v(e._s(n.name))])])})),t("el-dropdown",{staticClass:"email-drop",on:{command:e.clickHandle}},[t("i",{staticClass:"dss-iconfont icon-gengduo-changguizhuangtai"}),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[t("el-dropdown-item",{attrs:{command:"report"}},[e._v(e._s(e.$t("inboxDetail.menu7")))]),t("el-dropdown-item",{attrs:{command:"blackList"}},[e._v(e._s(e.$t("inboxDetail.menu8")))]),t("el-dropdown-item",{attrs:{command:"detail"}},[e._v(e._s(e.$t("inboxDetail.menu9")))])],1)],1)],2):e._e(),t("div",{staticClass:"email-part"},[t("div",{staticClass:"email-list"},e._l(e.mailList,(function(n,r){return t("div",{key:n.id,class:{"list-row":!0,"list-row-blogger":2===n.type}},[e.isHasAi&&n.isShowSummary&&1===n.type?t("AiSummary",{attrs:{id:n.id,aiPoint:e.aiPoint,isRebuild:n.isRebuild},on:{getEmailIntention:function(t){return e.getEmailIntention(n)},handleShow:e.handleSummaryShow,refreshAiPoint:e.getAiPoint,showAiReply:t=>e.showAiReply(n,t)}}):e._e(),t("div",{staticClass:"item-main"},[t("div",{staticClass:"top"},[t("div",{staticClass:"person"},[t("el-image",{staticStyle:{width:"24px",height:"24px","border-radius":"50%",cursor:"pointer"},attrs:{src:n.bloggerAvatar},on:{click:function(t){t.stopPropagation(),n.bloggerId&&1===n.type&&e.skipBlogDetail(n.bloggerId,n)}}}),1===n.type?[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),t("div",{staticClass:"nickname"},[e._v(" "+e._s(e.$t("inboxDetail.channelId"))+":"+e._s(n.bloggerUserName)+" ")])]),t("span",{staticClass:"nickname",staticStyle:{cursor:"pointer"},on:{click:function(t){t.stopPropagation(),n.bloggerId&&e.skipBlogDetail(n.bloggerId,n)}}},[e._v(" "+e._s(n.bloggerName)+" ")])])]:e._e(),2===n.type?[t("span",{staticClass:"nickname"},[e._v(" "+e._s(n.userName)+" ")])]:e._e()],2),t("div",{staticClass:"time"},[t("span",{directives:[{name:"show",rawName:"v-show",value:n.isExpand,expression:"mail.isExpand"}],staticClass:"show-full",on:{click:function(t){return e.toggleFullContent(n)}}},[e._v(e._s(n.isShowFull?"隐藏原始邮件":"查看原始邮件"))]),1==n.type?t("el-popover",{attrs:{placement:"top",width:"150",trigger:"click","popper-class":"emoji-popover input-popper",content:"邮件ID:"+n.id}},[t("span",{staticClass:"date",attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(n.createTime))])]):t("span",{staticClass:"date"},[e._v(e._s(n.createTime))]),1===n.type&&e.isHasAi?t("span",{class:{keywords:!0,"summary-btn":!0,"not-allowed":n.isShowSummary},on:{click:function(t){return e.openAiSummary(n.id)}}},[t("img",{staticStyle:{width:"88px",height:"18px"},attrs:{src:i(7862),alt:""}})]):e._e(),2===n.type&&0===r?t("span",{class:{read:!0,"has-read":2==n.isRead}},[t("i",{class:["dss-iconfont",2==n.isRead?"icon-kejian":"icon-bukejian"]}),t("span",[e._v(e._s(2==n.isRead?e.$t("inboxDetail.read"):e.$t("inboxDetail.unRead")))])]):e._e()],1)]),n.attachment?.length>0&&n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e(),t("div",{staticClass:"center"},[t("div",{staticClass:"ai-box2"},[t("div",{staticClass:"box-txt"},[n.isExpand?t("div",{staticClass:"txt-content"},[t("EmailBox",{attrs:{content:n.isShowFull?n.cleanContent:n.content}})],1):t("div",{staticClass:"txt-base",domProps:{innerHTML:e._s(e.delHtmlTag(n.content))}})]),t("div",{staticClass:"box-toggle",on:{click:function(t){return e.toggleEmailExpand(n)}}},[t("i",{staticClass:"dss-iconfont icon-arrow",class:{aiOpen:n.isExpand}}),t("span",[e._v(e._s(n.isExpand?e.$t("inboxDetail.close"):e.$t("inboxDetail.open")))])])])]),t("div",{staticClass:"bottom"})]),n.attachment?.length>0&&!n.isExpand?t("div",{staticClass:"item-files"},e._l(n.attachment,(function(n){return t("div",{key:n.uuid,staticClass:"file",on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("span",{staticClass:"name"},[e._v(e._s(n.name))]),t("i",{staticClass:"dss-iconfont icon-download"})])})),0):e._e()],1)})),0)])]),e.isShowSettag?t("AddTagsDialog",{attrs:{isShowDialog:e.isShowSettag,defaultTag:e.selectedTags},on:{updateTag:e.updateTag,closeAddTagsDialog:function(t){e.isShowSettag=!1}}}):e._e(),e.showSimpleReplay?t("SimpleReplay",{attrs:{maxId:e.maxId},on:{close:function(t){e.showSimpleReplay=!1},fullWrite:e.fullWrite,refresh:e.getMailGroup}}):e._e(),e.intentionVisible?t("EmailIntention",{attrs:{id:e.id,maxId:e.maxId,visible:e.intentionVisible,bloggerId:e.bloggerInfo.bloggerId,currentMail:e.currentMail},on:{"update:visible":function(t){e.intentionVisible=t},refreshPoint:e.getAiPoint}}):e._e(),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,bloggerId:e.bloggerInfo.bloggerId,upbEsId:e.bloggerInfo.upbEsId,platform:e.bloggerInfo.platform,planIdRel:e.bloggerInfo.planId,maxId:e.maxId,detailData:e.mailData},on:{"update:visible":function(t){e.planVisible=t},change:e.changeEmailPlan}}):e._e(),e.coopStatusVisible?t("CoopStatus",{attrs:{visible:e.coopStatusVisible,upbEsId:e.bloggerInfo.upbEsId,coopStatus:e.bloggerInfo.coopStatus,planId:e.bloggerInfo.planId},on:{"update:visible":function(t){e.coopStatusVisible=t},change:e.getCrmInfo}}):e._e(),e.emailRelyVisible?t("EmailRely",{attrs:{visible:e.emailRelyVisible,loading:e.aiReplayBtnLoading,content:e.replayInfo.replyContent},on:{"update:visible":function(t){e.emailRelyVisible=t},confirm:function(t){return e.handleAiReplay(e.replayInfo.replyContent,e.replayInfo.id)}}}):e._e(),e.aiRelyVisible?t("AiReply",{attrs:{visible:e.aiRelyVisible,summaryInfo:e.summaryInfo,aiPoint:e.aiPoint,maxId:e.maxId,currentMail:e.currentMail},on:{"update:visible":function(t){e.aiRelyVisible=t},refreshPoint:e.getAiPoint,finished:e.getMailGroup,fullWrite:e.fullWrite}}):e._e()],1)},pl=[];function fl(e){return wa("/edm/outboxV2/writeMultipleEmail",e)}async function ml(e){let t=await wa("/edm/mail/dayNumber",e);return t}async function gl(e){return wa("/edm/mail/getRepeatContactBlogger",e)}async function vl(e){let t=await wa("/edm/mail/checkMultiEmailVariables",e);return t}async function yl(e){let t=await wa("/edm/conf/bindGmail",e);return t}async function bl(e){let t=await va("/edm/conf/getGmail",e);return t}async function wl(e){let t=await wa("/edm/gmail/auth",e);return t}async function _l(e){let t=await wa(`/dataService/data/query/${e.code}`,e.data);return t}async function Cl(e){let t=await wa("/edm/conf/sendType/bind",e);return t}function xl(e){return va("/edm/conf/sendType/get",e)}function Sl(){return va("/edm/qiye/haveOtherMailProvider")}function kl(e){return va("/edm/qiye/unbindCheck",e)}function El(e){return va("/edm/qiye/oauth2Config",e)}function Al(e){return va("/edm/qiye/saveToken",e)}function Dl(e){return wa("/woto-crm/bloggerRisk/selectBloggerRiskByIds",e)}function Ol(e){return wa("/edm/mail/getCooperatedBlogger",e)}function Tl(e){return va(`/edm/template/template/${e}`)}function Il(e){return va(`/user/equity/getUnlockBloggerEmailNum/${e}`)}function Pl(e){return wa("/edm/gmail/alias_email/auth",e)}function Fl(e){return wa("/edm/gmail/alias_email/cancel_auth",e)}
91
91
  /*!
92
92
  * vue-i18n v8.28.2
93
93
  * (c) 2022 kazuya kawaguchi
94
94
  * Released under the MIT License.
95
95
  */
96
- var Ml=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],Bl=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Nl(e,t){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}function Rl(e,t){"undefined"!==typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}var $l=Array.isArray;function jl(e){return null!==e&&"object"===typeof e}function Ll(e){return"boolean"===typeof e}function zl(e){return"string"===typeof e}var Vl=Object.prototype.toString,Hl="[object Object]";function Ul(e){return Vl.call(e)===Hl}function Wl(e){return null===e||void 0===e}function ql(e){return"function"===typeof e}function Yl(){var e=[],t=arguments.length;while(t--)e[t]=arguments[t];var n=null,i=null;return 1===e.length?jl(e[0])||$l(e[0])?i=e[0]:"string"===typeof e[0]&&(n=e[0]):2===e.length&&("string"===typeof e[0]&&(n=e[0]),(jl(e[1])||$l(e[1]))&&(i=e[1])),{locale:n,params:i}}function Gl(e){return JSON.parse(JSON.stringify(e))}function Kl(e,t){if(e.delete(t))return e}function Xl(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Zl(e,t){return!!~e.indexOf(t)}var Jl=Object.prototype.hasOwnProperty;function Ql(e,t){return Jl.call(e,t)}function ec(e){for(var t=arguments,n=Object(e),i=1;i<arguments.length;i++){var r=t[i];if(void 0!==r&&null!==r){var o=void 0;for(o in r)Ql(r,o)&&(jl(r[o])?n[o]=ec(n[o],r[o]):n[o]=r[o])}}return n}function tc(e,t){if(e===t)return!0;var n=jl(e),i=jl(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=$l(e),o=$l(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return tc(e,t[n])}));if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return tc(e[n],t[n])}))}catch(wh){return!1}}function nc(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function ic(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=nc(e[t]))})),e}function rc(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.$i18n;return i._t.apply(i,[e,i.locale,i._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var n=[],i=arguments.length-2;while(i-- >0)n[i]=arguments[i+2];var r=this.$i18n;return r._tc.apply(r,[e,r.locale,r._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}}function oc(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n)if(e.i18n instanceof iu){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{},n=e.__i18nBridge||e.__i18n;n.forEach((function(e){t=ec(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(wh){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(Ul(e.i18n)){var i=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu?this.$root.$i18n:null;if(i&&(e.i18n.root=this.$root,e.i18n.formatter=i.formatter,e.i18n.fallbackLocale=i.fallbackLocale,e.i18n.formatFallbackMessages=i.formatFallbackMessages,e.i18n.silentTranslationWarn=i.silentTranslationWarn,e.i18n.silentFallbackWarn=i.silentFallbackWarn,e.i18n.pluralizationRules=i.pluralizationRules,e.i18n.preserveDirectiveContent=i.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{},o=e.__i18nBridge||e.__i18n;o.forEach((function(e){r=ec(r,JSON.parse(e))})),e.i18n.messages=r}catch(wh){0}var a=e.i18n,s=a.sharedMessages;s&&Ul(s)&&(e.i18n.messages=ec(e.i18n.messages,s)),this._i18n=new iu(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),i&&i.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof iu&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof iu||Ul(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof iu)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}var ac={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,i=t.parent,r=t.props,o=t.slots,a=i.$i18n;if(a){var s=r.path,l=r.locale,c=r.places,u=o(),d=a.i(s,l,sc(u)||c?lc(u.default,c):u),h=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return h?e(h,n,d):d}}};function sc(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}function lc(e,t){var n=t?cc(t):{};if(!e)return n;e=e.filter((function(e){return e.tag||""!==e.text.trim()}));var i=e.every(hc);return e.reduce(i?uc:dc,n)}function cc(e){return Array.isArray(e)?e.reduce(dc,{}):Object.assign({},e)}function uc(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function dc(e,t,n){return e[n]=t,e}function hc(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var pc,fc={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,i=t.parent,r=t.data,o=i.$i18n;if(!o)return null;var a=null,s=null;zl(n.format)?a=n.format:jl(n.format)&&(n.format.key&&(a=n.format.key),s=Object.keys(n.format).reduce((function(e,t){var i;return Zl(Ml,t)?Object.assign({},e,(i={},i[t]=n.format[t],i)):e}),null));var l=n.locale||o.locale,c=o._ntp(n.value,l,a,s),u=c.map((function(e,t){var n,i=r.scopedSlots&&r.scopedSlots[e.type];return i?i((n={},n[e.type]=e.value,n.index=t,n.parts=c,n)):e.value})),d=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return d?e(d,{attrs:r.attrs,class:r["class"],staticClass:r.staticClass},u):u}};function mc(e,t,n){yc(e,n)&&wc(e,t,n)}function gc(e,t,n,i){if(yc(e,n)){var r=n.context.$i18n;bc(e,n)&&tc(t.value,t.oldValue)&&tc(e._localeMessage,r.getLocaleMessage(r.locale))||wc(e,t,n)}}function vc(e,t,n,i){var r=n.context;if(r){var o=n.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e["_vt"],e._locale=void 0,delete e["_locale"],e._localeMessage=void 0,delete e["_localeMessage"]}else Nl("Vue instance does not exists in VNode context")}function yc(e,t){var n=t.context;return n?!!n.$i18n||(Nl("VueI18n instance does not exists in Vue instance"),!1):(Nl("Vue instance does not exists in VNode context"),!1)}function bc(e,t){var n=t.context;return e._locale===n.$i18n.locale}function wc(e,t,n){var i,r,o=t.value,a=_c(o),s=a.path,l=a.locale,c=a.args,u=a.choice;if(s||l||c)if(s){var d=n.context;e._vt=e.textContent=null!=u?(i=d.$i18n).tc.apply(i,[s,u].concat(Cc(l,c))):(r=d.$i18n).t.apply(r,[s].concat(Cc(l,c))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else Nl("`path` is required in v-t directive");else Nl("value type not supported")}function _c(e){var t,n,i,r;return zl(e)?t=e:Ul(e)&&(t=e.path,n=e.locale,i=e.args,r=e.choice),{path:t,locale:n,args:i,choice:r}}function Cc(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||Ul(t))&&n.push(t),n}function xc(e,t){void 0===t&&(t={bridge:!1}),xc.installed=!0,pc=e;pc.version&&Number(pc.version.split(".")[0]);rc(pc),pc.mixin(oc(t.bridge)),pc.directive("t",{bind:mc,update:gc,unbind:vc}),pc.component(ac.name,ac),pc.component(fc.name,fc);var n=pc.config.optionMergeStrategies;n.i18n=function(e,t){return void 0===t?e:t}}var Sc=function(){this._caches=Object.create(null)};Sc.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=Ac(e),this._caches[e]=n),Dc(n,t)};var kc=/^(?:\d)+/,Ec=/^(?:\w)+/;function Ac(e){var t=[],n=0,i="";while(n<e.length){var r=e[n++];if("{"===r){i&&t.push({type:"text",value:i}),i="";var o="";r=e[n++];while(void 0!==r&&"}"!==r)o+=r,r=e[n++];var a="}"===r,s=kc.test(o)?"list":a&&Ec.test(o)?"named":"unknown";t.push({value:o,type:s})}else"%"===r?"{"!==e[n]&&(i+=r):i+=r}return i&&t.push({type:"text",value:i}),t}function Dc(e,t){var n=[],i=0,r=Array.isArray(t)?"list":jl(t)?"named":"unknown";if("unknown"===r)return n;while(i<e.length){var o=e[i];switch(o.type){case"text":n.push(o.value);break;case"list":n.push(t[parseInt(o.value,10)]);break;case"named":"named"===r&&n.push(t[o.value]);break;case"unknown":0;break}i++}return n}var Oc=0,Tc=1,Ic=2,Pc=3,Fc=0,Mc=1,Bc=2,Nc=3,Rc=4,$c=5,jc=6,Lc=7,zc=8,Vc=[];Vc[Fc]={ws:[Fc],ident:[Nc,Oc],"[":[Rc],eof:[Lc]},Vc[Mc]={ws:[Mc],".":[Bc],"[":[Rc],eof:[Lc]},Vc[Bc]={ws:[Bc],ident:[Nc,Oc],0:[Nc,Oc],number:[Nc,Oc]},Vc[Nc]={ident:[Nc,Oc],0:[Nc,Oc],number:[Nc,Oc],ws:[Mc,Tc],".":[Bc,Tc],"[":[Rc,Tc],eof:[Lc,Tc]},Vc[Rc]={"'":[$c,Oc],'"':[jc,Oc],"[":[Rc,Ic],"]":[Mc,Pc],eof:zc,else:[Rc,Oc]},Vc[$c]={"'":[Rc,Oc],eof:zc,else:[$c,Oc]},Vc[jc]={'"':[Rc,Oc],eof:zc,else:[jc,Oc]};var Hc=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Uc(e){return Hc.test(e)}function Wc(e){var t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t!==n||34!==t&&39!==t?e:e.slice(1,-1)}function qc(e){if(void 0===e||null===e)return"eof";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function Yc(e){var t=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(Uc(t)?Wc(t):"*"+t)}function Gc(e){var t,n,i,r,o,a,s,l=[],c=-1,u=Fc,d=0,h=[];function p(){var t=e[c+1];if(u===$c&&"'"===t||u===jc&&'"'===t)return c++,i="\\"+t,h[Oc](),!0}h[Tc]=function(){void 0!==n&&(l.push(n),n=void 0)},h[Oc]=function(){void 0===n?n=i:n+=i},h[Ic]=function(){h[Oc](),d++},h[Pc]=function(){if(d>0)d--,u=Rc,h[Oc]();else{if(d=0,void 0===n)return!1;if(n=Yc(n),!1===n)return!1;h[Tc]()}};while(null!==u)if(c++,t=e[c],"\\"!==t||!p()){if(r=qc(t),s=Vc[u],o=s[r]||s["else"]||zc,o===zc)return;if(u=o[0],a=h[o[1]],a&&(i=o[2],i=void 0===i?t:i,!1===a()))return;if(u===Lc)return l}}var Kc=function(){this._cache=Object.create(null)};Kc.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=Gc(e),t&&(this._cache[e]=t)),t||[]},Kc.prototype.getPathValue=function(e,t){if(!jl(e))return null;var n=this.parsePath(t);if(0===n.length)return null;var i=n.length,r=e,o=0;while(o<i){var a=r[n[o]];if(void 0===a||null===a)return null;r=a,o++}return r};var Xc,Zc=/<\/?[\w\s="/.':;#-\/]+>/,Jc=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,Qc=/^@(?:\.([a-zA-Z]+))?:/,eu=/[()]/g,tu={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},nu=new Sc,iu=function(e){var t=this;void 0===e&&(e={}),!pc&&"undefined"!==typeof window&&window.Vue&&xc(window.Vue);var n=e.locale||"en-US",i=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),r=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},a=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||nu,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new Kc,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var i=Object.getPrototypeOf(t);if(i&&i.getChoiceIndex){var r=i.getChoiceIndex;return r.call(t,e,n)}var o=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):o(e,n)},this._exist=function(e,n){return!(!e||!n)&&(!Wl(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])})),this._initVM({locale:n,fallbackLocale:i,messages:r,dateTimeFormats:o,numberFormats:a})},ru={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};iu.prototype._checkLocaleMessage=function(e,t,n){var i=[],r=function(e,t,n,i){if(Ul(n))Object.keys(n).forEach((function(o){var a=n[o];Ul(a)?(i.push(o),i.push("."),r(e,t,a,i),i.pop(),i.pop()):(i.push(o),r(e,t,a,i),i.pop())}));else if($l(n))n.forEach((function(n,o){Ul(n)?(i.push("["+o+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+o+"]"),r(e,t,n,i),i.pop())}));else if(zl(n)){var o=Zc.test(n);if(o){var a="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?Nl(a):"error"===e&&Rl(a)}}};r(t,e,n,i)},iu.prototype._initVM=function(e){var t=pc.config.silent;pc.config.silent=!0,this._vm=new pc({data:e,__VUE18N__INSTANCE__:!0}),pc.config.silent=t},iu.prototype.destroyVM=function(){this._vm.$destroy()},iu.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},iu.prototype.unsubscribeDataChanging=function(e){Kl(this._dataListeners,e)},iu.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){var t=Xl(e._dataListeners),n=t.length;while(n--)pc.nextTick((function(){t[n]&&t[n].$forceUpdate()}))}),{deep:!0})},iu.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch("locale",(function(i){n.$set(n,"locale",i),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=i),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var i=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){i.$set(i,"locale",e),i.$forceUpdate()}),{immediate:!0})},iu.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},ru.vm.get=function(){return this._vm},ru.messages.get=function(){return Gl(this._getMessages())},ru.dateTimeFormats.get=function(){return Gl(this._getDateTimeFormats())},ru.numberFormats.get=function(){return Gl(this._getNumberFormats())},ru.availableLocales.get=function(){return Object.keys(this.messages).sort()},ru.locale.get=function(){return this._vm.locale},ru.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},ru.fallbackLocale.get=function(){return this._vm.fallbackLocale},ru.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},ru.formatFallbackMessages.get=function(){return this._formatFallbackMessages},ru.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},ru.missing.get=function(){return this._missing},ru.missing.set=function(e){this._missing=e},ru.formatter.get=function(){return this._formatter},ru.formatter.set=function(e){this._formatter=e},ru.silentTranslationWarn.get=function(){return this._silentTranslationWarn},ru.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},ru.silentFallbackWarn.get=function(){return this._silentFallbackWarn},ru.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},ru.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},ru.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},ru.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},ru.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var i=this._getMessages();Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])}))}},ru.postTranslation.get=function(){return this._postTranslation},ru.postTranslation.set=function(e){this._postTranslation=e},ru.sync.get=function(){return this._sync},ru.sync.set=function(e){this._sync=e},iu.prototype._getMessages=function(){return this._vm.messages},iu.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},iu.prototype._getNumberFormats=function(){return this._vm.numberFormats},iu.prototype._warnDefault=function(e,t,n,i,r,o){if(!Wl(n))return n;if(this._missing){var a=this._missing.apply(null,[e,t,i,r]);if(zl(a))return a}else 0;if(this._formatFallbackMessages){var s=Yl.apply(void 0,r);return this._render(t,o,s.params,t)}return t},iu.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:Wl(e))&&!Wl(this._root)&&this._fallbackRoot},iu.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},iu.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},iu.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},iu.prototype._interpolate=function(e,t,n,i,r,o,a){if(!t)return null;var s,l=this._path.getPathValue(t,n);if($l(l)||Ul(l))return l;if(Wl(l)){if(!Ul(t))return null;if(s=t[n],!zl(s)&&!ql(s))return null}else{if(!zl(l)&&!ql(l))return null;s=l}return zl(s)&&(s.indexOf("@:")>=0||s.indexOf("@.")>=0)&&(s=this._link(e,t,s,i,"raw",o,a)),this._render(s,r,o,n)},iu.prototype._link=function(e,t,n,i,r,o,a){var s=n,l=s.match(Jc);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],d=u.match(Qc),h=d[0],p=d[1],f=u.replace(h,"").replace(eu,"");if(Zl(a,f))return s;a.push(f);var m=this._interpolate(e,t,f,i,"raw"===r?"string":r,"raw"===r?void 0:o,a);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,f,i,r,o)}m=this._warnDefault(e,f,m,i,$l(o)?o:[o],r),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):tu.hasOwnProperty(p)&&(m=tu[p](m)),a.pop(),s=m?s.replace(u,m):s}return s},iu.prototype._createMessageContext=function(e,t,n,i){var r=this,o=$l(e)?e:[],a=jl(e)?e:{},s=function(e){return o[e]},l=function(e){return a[e]},c=this._getMessages(),u=this.locale;return{list:s,named:l,values:e,formatter:t,path:n,messages:c,locale:u,linked:function(e){return r._interpolate(u,c[u]||{},e,null,i,void 0,[e])}}},iu.prototype._render=function(e,t,n,i){if(ql(e))return e(this._createMessageContext(n,this._formatter||nu,i,t));var r=this._formatter.interpolate(e,n,i);return r||(r=nu.interpolate(e,n,i)),"string"!==t||zl(r)?r:r.join("")},iu.prototype._appendItemToChain=function(e,t,n){var i=!1;return Zl(e,t)||(i=!0,t&&(i="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(i=n[t]))),i},iu.prototype._appendLocaleToChain=function(e,t,n){var i,r=t.split("-");do{var o=r.join("-");i=this._appendItemToChain(e,o,n),r.splice(-1,1)}while(r.length&&!0===i);return i},iu.prototype._appendBlockToChain=function(e,t,n){for(var i=!0,r=0;r<t.length&&Ll(i);r++){var o=t[r];zl(o)&&(i=this._appendLocaleToChain(e,o,n))}return i},iu.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];var i,r=[e];while($l(r))r=this._appendBlockToChain(n,r,t);i=$l(t)?t:jl(t)?t["default"]?t["default"]:null:t,r=zl(i)?[i]:i,r&&this._appendBlockToChain(n,r,null),this._localeChainCache[e]=n}return n},iu.prototype._translate=function(e,t,n,i,r,o,a){for(var s,l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=this._interpolate(u,e[u],i,r,o,a,[i]),!Wl(s))return s}return null},iu.prototype._t=function(e,t,n,i){var r,o=[],a=arguments.length-4;while(a-- >0)o[a]=arguments[a+4];if(!e)return"";var s=Yl.apply(void 0,o);this._escapeParameterHtml&&(s.params=ic(s.params));var l=s.locale||t,c=this._translate(n,l,this.fallbackLocale,e,i,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[e].concat(o))}return c=this._warnDefault(l,e,c,i,o,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,e)),c},iu.prototype.t=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},iu.prototype._i=function(e,t,n,i,r){var o=this._translate(n,t,this.fallbackLocale,e,i,"raw",r);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,r)}return this._warnDefault(t,e,o,i,[r],"raw")},iu.prototype.i=function(e,t,n){return e?(zl(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},iu.prototype._tc=function(e,t,n,i,r){var o,a=[],s=arguments.length-5;while(s-- >0)a[s]=arguments[s+5];if(!e)return"";void 0===r&&(r=1);var l={count:r,n:r},c=Yl.apply(void 0,a);return c.params=Object.assign(l,c.params),a=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,i].concat(a)),r)},iu.prototype.fetchChoice=function(e,t){if(!e||!zl(e))return null;var n=e.split("|");return t=this.getChoiceIndex(t,n.length),n[t]?n[t].trim():e},iu.prototype.tc=function(e,t){var n,i=[],r=arguments.length-2;while(r-- >0)i[r]=arguments[r+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(i))},iu.prototype._te=function(e,t,n){var i=[],r=arguments.length-3;while(r-- >0)i[r]=arguments[r+3];var o=Yl.apply(void 0,i).locale||t;return this._exist(n[o],e)},iu.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},iu.prototype.getLocaleMessage=function(e){return Gl(this._vm.messages[e]||{})},iu.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},iu.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,ec("undefined"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},iu.prototype.getDateTimeFormat=function(e){return Gl(this._vm.dateTimeFormats[e]||{})},iu.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},iu.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,ec(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},iu.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(i)&&delete this._dateTimeFormatters[i]}},iu.prototype._localizeDateTime=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!Wl(s)&&!Wl(s[r]))break}if(Wl(s)||Wl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.DateTimeFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._dateTimeFormatters[p],d||(d=this._dateTimeFormatters[p]=new Intl.DateTimeFormat(a,h))}return d.format(e)},iu.prototype._d=function(e,t,n,i){if(!n){var r=i?new Intl.DateTimeFormat(t,i):new Intl.DateTimeFormat(t);return r.format(e)}var o=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n,i);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return o||""},iu.prototype.d=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?(zl(t[0])?r=t[0]:jl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key)),o=Object.keys(t[0]).reduce((function(e,n){var i;return Zl(Bl,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(zl(t[0])&&(r=t[0]),zl(t[1])&&(i=t[1])),this._d(e,i,r,o)},iu.prototype.getNumberFormat=function(e){return Gl(this._vm.numberFormats[e]||{})},iu.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},iu.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,ec(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},iu.prototype._clearNumberFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._numberFormatters.hasOwnProperty(i)&&delete this._numberFormatters[i]}},iu.prototype._getNumberFormatter=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!Wl(s)&&!Wl(s[r]))break}if(Wl(s)||Wl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.NumberFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._numberFormatters[p],d||(d=this._numberFormatters[p]=new Intl.NumberFormat(a,h))}return d},iu.prototype._n=function(e,t,n,i){if(!iu.availabilities.numberFormat)return"";if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.format(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.format(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},i))}return a||""},iu.prototype.n=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?zl(t[0])?r=t[0]:jl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key),o=Object.keys(t[0]).reduce((function(e,n){var i;return Zl(Ml,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(zl(t[0])&&(r=t[0]),zl(t[1])&&(i=t[1])),this._n(e,i,r,o)},iu.prototype._ntp=function(e,t,n,i){if(!iu.availabilities.numberFormat)return[];if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.formatToParts(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.formatToParts(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,i)}return a||[]},Object.defineProperties(iu.prototype,ru),Object.defineProperty(iu,"availabilities",{get:function(){if(!Xc){var e="undefined"!==typeof Intl;Xc={dateTimeFormat:e&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:e&&"undefined"!==typeof Intl.NumberFormat}}return Xc}}),iu.install=xc,iu.version="8.28.2";var ou=iu,au=i(4093),su=i(9952),lu=i(3527);const cu={sendData:{sendTitle:"sendData",search:{sendingTime:"sendingTime",phoneNumber:"phoneNumber",companyName:"companyName",addressee:"addressee",textSearch:"textSearch",send:"send",open:"open",LinkClick:"LinkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",emailComplaints:"emailComplaints",search:"search",download:"download",reset:"reset",collapse:"collapse",operate:"operate"},table:{createTime:"createTime",sender:"sender",name:"name",company:"company",addressee:"addressee",subject:"subject",text:"text",send:"send",open:"open",linkClick:"linkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",spamComplaints:"spamComplaints",view:"view",AIreplies:"AIreplies"}},receiveData:{receiveTitle:"Received Data",search:{sendingTime:"Sent Time:",sender:"Sender",receivingAccount:"Recipient Account:",recipientName:"Recipient Name:",companyName:"Company Name:",textSearch:"Content Search:",search:"Search",download:"Download",reset:"Reset"},table:{sendTime:"Received Time",sender:"Sender",addressee:"Recipient",name:"Name",company:"Company",subject:"Subject",content:"Content",isRead:"Read Status",operate:"Action"}},inboxMail:{search:{default:"Please enter",defaultSelect:"Please select",bloggerName:"Influencer Name",title:"Title and Content",target:"Popularization Plan",tagName:"Tag Name",isRead:"Read Status",read:"Read",unRead:"Unread",isStar:"Starred Emails",sendEmail:"Sending email",emailStatus:"Email status",all:"All Emails",starred:"Starred",allEmail:"All emails",sysEmail:"System emails",businessEmail:"Enterprise emails",isReply:"Replied to Email",replyTrue:"Replied",replyFalse:"Unreplied",replayTime:"Received Time",time1:"Last Three Months",time2:"Last Six Months",time3:"All Emails",search:"Search",reset:"Reset",refresh:"Refresh",delete:"Delete",setUnRead:"Mark as Unread",batchReply:"Bulk Reply",noTask:"No campaign",setHasRead:"Mark as Read"},searchButton:{search:"search",reset:"reset"}},inboxTable:{noTask:"no task",addTag:"new label",delTag:"Are you sure you want to remove this label?",confirm:"Confirm",cancel:"Cancel",tip:"tip",cancelTagDel:"Undo delete",successTagDel:"The mailing label was deleted successfully",errorTag:"The label displays an error",delmailWarning:"Please select at least one",unReadSuccess:"The operation was successful",delMail:"This action will permanently delete, do you want to continue?",del:"Email deleted successfully",collMail:"Collected",cancelMail:"Cancel Favorite",requestError:"Request error",deleteTip:"If this email is spam, you can block emails from this address.",delShieldBtn:"Delete and block this email address."},newMail:{title:"New mail notification",content:"You have received a new email. Please check your inbox"},inboxDetail:{addTag:"Add Tag",addFavorites:"Add to Favorites",send:"Send",to:"Addressee",me:"Me",reply:"Reply",mailContent:"Email body cannot be empty",replySuccess:"Reply successful",delSuccess:"Delete successful",confirmContent:"This action will permanently delete, continue?",tagError:"Tag error",tip:"Notice",mailError:"Failed to read email",confirm:"Confirm",cancel:"Cancel",omail:"Original email",subject:"Subject",content:"Body",outerBlogger:"External influencer or agent",email:"Email:",normalReply:"Standard reply",reply2:"Reply",simpleReply:"Quick reply",plan:"Associated campaign",noPlan:"No associated campaign",coopStatus:"Cooperation status",coop1:"Not cooperating",coop2:"Confirm cooperation",coop3:"Sample sent",coop4:"Content in production",coop5:"Waiting to go online",coop6:"Cooperation completed",empty:"None",menu1:"Influencer profile",menu2:"Sample delivery management",menu3:"Cooperation content",menu4:"Cooperation amount",menu5:"Affiliate distribution",menu6:"Remarks",menu7:"Report influencer",menu8:"Blacklist",menu9:"Influencer details",menu10:"Payment",aiTip1:"AI-generated content may contain risks, please review and confirm",open:"Expand",close:"Collapse",like:"Like",unLike:"Dislike",redo:"Regenerate",stop:"Stop generation",restPoint:"Available AI points",aiRule:"Click to view AI points usage rules",aiContentReply:"AI content reply",channelId:"Channel ID",read:"read",unRead:"unread",tips1:"Please add an associated campaign first!",tips2:"Content generation timed out, please try again!",tip3:"No content to reply!",tips4:"Sent successfully!",tips5:"Operation successful",quickReply:"Quick reply",fullWrite:"Switch to full writing mode",sendNow:"Send now",keywords:"Key information",isBuilding:"AI key information generation in progress...",waring1:"The following information is extracted by AI after analyzing the email content",info1:"Quotation",info2:"Contact information",info3:"Shipping address",info4:"Payment information",saveInfo:"Enter into influencer profile",noInfo:"No key information extracted from this email",aiTips2:"No information to enter",infoSuccess:"Entry successful!",planTitle1:"Add associated campaign",planTitle2:"Transfer associated campaign",planTip1:"Note: The influencer's contact status, cooperation status, bound tracking links, videos, etc. will be synchronized into the target campaign",planTip2:"Note: The influencer's contact status, cooperation status, videos, etc. will be moved into the target campaign",choosePlan:"Select campaign",planPlace:"Please select a campaign",noPlan2:"No campaign currently available",createPlan:"Create campaign",planTips3:"Please select a campaign",planVal:"Campaign",planMove:"Transfer",planGL:"Associate",success:"Successful",coopStatusTitle:"Select cooperation status",previousPage:"Previous Page",nextPage:"Next Page"},inboxTagDialog:{title:"label",tip:"tip",default:"Please enter a new label name",selectTag:"Selected labels",collapse:"Show less",unfold:"Show more",bindTagTip:"Select the label to which the message is bound",bindSuccess:"Binding succeeded",addTagSuccess:"The tag was added successfully",addTagFail:"Label already exists",tagMaxLen1:"The label length cannot exceed six characters",tagMaxLen2:"The label length cannot exceed twelve characters",tagMaxLen:"The tag name cannot exceed 30 characters (15 Chinese characters)",delTagSuccess:"The tag is deleted successfully",confirm:"Confirm",cancel:"Cancel"},searchButton:{search:"Search",reset:"Reset"},writeMail:{receiver:"To",cc_person:"Cc",subject:"Subject",add_attachment:"Attach Files",notice:"Tip",tip:"The maximum number of attachments is 10, and the total size of attachments should not exceed 200MB.",content:"content",template_var:"Template variables",channel_name:"Channel name",channel_Id:"Channel Id",blogger:"Influencer",name:"Name",fans_num:"Number of fans",channel_link:"Channel link",goback:"Return",save_draft:"Save",delayed_sending:"Schedule send",send_now:"Send",template:"Template",signature:"Signature",product:"Product",task:"Task",creativity:"Idea",retract:"Show less",other:"",person:"",time_limit:"Sending time cannot be earlier than the current time",save_draft_tip:"Do you want to save the edited content to the draft box?",save_mail:"Do you want to save the email content?",prompt:"Tip",save:"Save",cancle:"Cancel",no_receiver:"Please specify at least one recipient.",check_receiver:"Please check if the recipient’s email address is correct",check_ccperson:"Please check if the CC recipient’s email address is correct",no_subject:"Please fill in the email subject before sending",subject_limit:"Email subject cannot exceed 100 characters",no_content:"Please fill in the email body before sending",content_limit:"Email content cannot exceed 5000 characters",attachment_length_limit:"Up to 10 attachments can be uploaded",attachment_size_limit:"Total attachment size cannot exceed 200MB",choose_send_time:"Select scheduled sending time",will:"the email will be sent at ",post_to:"Beijing Time and is temporarily saved in 'Draft'",send:"send",choose_time_date:"Select date and time",cancle_timer:"Cancel scheduled sending",change_timer:"Modify sending time",mail_will:"The email will be sent at",save_tip:". Before sending, it will be temporarily saved in 'Draft' and can be viewed or modified at any time.",set_delay_success:"Scheduled email saved",i_know:"OK",cancle_delay_tip:"After canceling the scheduled sending, the email will be restored to a regular draft email.",whether_cancle_delay:"Do you want to cancel the scheduled sending?",cancle_delay:"confirm",no_cancle:"cancel",infoPop:"Usually, using template variables in emails can effectively improve work efficiency"},uploadDialog:{title:"Upload Attachment",btnUpload:"Select File",tip:"The total size limit for files is 200 MB and the number of files cannot exceed 10",tip1:"The rest size limit for files is ",tip2:"and the rest number of files cannot exceed",btnOk:"Upload",btnClear:"Clear",empty:"File upload cannot be empty",maxSize:"The total size of files cannot exceed 100 MB. Please upload again",maxNum:"The number of files uploaded cannot exceed 10",success:"Upload successful",wait:"Please wait for the upload to finish",not:"This file format is currently not supported"},outboxMail:{blogger_name:"Recipient",title_content:"subject/content",task_name:"task",mail_type:"Mail types",mail_status:"Mail status",star_mail:"Starred mail",all_read:"All read",all_unread:"Unread",read:"Read",no_task:"No task",no_plan:"No campaign",normal:"Normal",delay:"Scheduled",failed:"Failed to send",all_mail:"All emails",choose:"Please select at least one item.",confirm_del:"Are you sure you want to delete?",success:"Operation successful."},draftMail:{draft:"Drafts",no_receiver:"Please specify at least one recipient.",send:"send",empty:"empty",no_subject:"Empty subject"},outboxDetail:{back:"return",me:"me",send_to:"to",retract:"Show less",more:"Show more",read:"read",unreviewed_resend:"Resend unread emails",resend_all:"Resend all",show_all:"Show all",file_num:"attachments",down_all:"Download all"},blogMail:{search_mail:"Search email",read:"read",unread:"unread",receive_mail:"Inbox",send_mail:"Sent"},template:{invite_cooperation:"Cooperation invitation",price_negotiation:"negotiation price",contract_template:"Contract",video_production:"Video making",expense_settlement:"Payment",create_template:"Create template",system_template:"System template",custom_template:"Custom template",new_template:"New template",template_title:"Template title",mail_title:"subject",apply_scene:"Application scenario",language:"Language",template_language:"Template language",set_system_template:"Set system template",edit_template:"Edit template",word_limit:"Limit within words ",title_not_empty:"Template title cannot be empty",title_word_limit:"Template title should be within 30 words",subject_not_empty:"Email subject cannot be empty",scene_not_empty:"Application scenario cannot be empty",scene_word_limit:"Application scenario should be within 20 words",language_not_empty:"Language cannot be empty",no_content:"Email body cannot be empty",choose_type:"Select type",confirm:"Confirm",template_type:"Template type",set_success:"Settings saved successfully"},signature:{create_sign:"New Signature",edite_sign:"Edit Signature",sign_not_empty:"Signature cannot be empty",confirm_del:"Are you sure you want to delete the singature?"},product:{no_data:"Create a product now to get started! No products found.",add_product:"Add product",create_product:"New product",upload_picture:"Upload product image",length_limit:"File size should not exceed",product_name:"Product name",en_name:"English name",product_type:"Product type",E_COMMERCE:"E-commerce platform",produce_link:"Product link",product_price:"Product price",dollar:"USD",link:"Original link",link_goods:"commodity",link_app:"APP promotion",link_web:"Website promotion",link_amazon:"Amazon",link_aliExpress:"AliExpress",link_lazada:"Lazada",link_shopee:"Shopee",link_independent:"Independent station",link_other:"other",empty_link_name:"Product name cannot be empty",limit_link_words:"The product name cannot exceed 20 words",empty_en_name:"English name cannot be empty",limit_en_words:"English name cannot exceed 100 characters",false_en_name:"The English name is entered incorrectly",select_link_type:"Please select a product type",select_platform:"Please select an e-commerce platform",empty_link:"Product link cannot be empty",empty_price:"The product price cannot be empty",no_img:"No product images uploaded",create_success:"Created successfully",false_link:"Product link format error, please re-enter",re_link_name:"The product name already exists, please re-enter",limit_upload:"Upload image size cannot exceed 5MB"},task:{choose:"Select",blogger_classify:"KOL category",blogger_country:"KOL country",blogger_platform:"KOL platform",create_date:"Creation date",no_data:"Create a task now to get started! No tasks found."},creativity:{no_data:"Only favorited ideas will appear here",content:"Creative content",script:"Creative script",insert:"Insert",interaction_rate:"Interaction rate",script_name:"Script name",script_classify:"Script category",script_num:"Script number",collect:"Favorite",cancle_collect:"Unfavorite",storyboard:"Storyboard",suggested_duration:"Suggested duration",plot_summary:"Plot summary",key_point:"Key points",case_name:"Case name",case_classify:"Case category",playback_volume:"Views",likes:"Likes",comments_num:"Comments",content_title:"Content title",content_validity:"Content summary",video_num:"Number of videos",channel_createtime:"Channel creation time",blogger_area:"KOL region",blogger_detail:"KOL details",case_detail:"Case details",no_title:"No title",no_validity:"No summary",script_content:"Script content",average_play:"Average views",total_watch:"Total views"},common:{please_select:"Please select",please_input:"Please enter",no_data:"No data available",confirm:"Confirm",cancle:"Cancel",delete:"Delete",apply:"Apply",detail:"Details",download:"Download",update_on:"Last update time",second:"seconds",minute:"minutes"},productForm:{product_selection_form:"Product Selection Form",creation_time:"Creation Time",selection_form_name:"Product Selection Form Name",number_of_product_cards:"Number of Product Cards",viewing_frequency:"View Count",update_time:"Last Updated",operation:"Operation",cancel:"Cancel",confirm:"Confirm",see:"View"},productCard:{product_card:"Product Card",example:"Example",add_product_card:"Add Product Card"},newProduct:{product:"Product",product_name:"Product Name",please_enter:"Please enter",please_enter_num:"Please enter a number.",productName:"Product Name",productId:"Product ID",productRemark:"Product Remark",query:"Search",reset:"Reset",details:"Details",shopifyProduct:"Shopify Products",product_remarks:"Product Notes",product_en:"English name",channel:"Channel",product_details:"Product Details",view_cards_times:"Product Card Views",basic_information:"Basic Information",name:"Name",chinese:"Chinese",english:"English",remarks:"Note",picture:"Image",category:"Category",describe:"Description",source:"Source",sales_information:"Sales Information",price:"Price",sku_description:"SKU Description",shippable_regions:"Shippable Regions",search_keywords:"Search Keywords",Main_image:"Main Image",Manual_addition:"Add Manually",Shopify_import:"Shopify Import",TikTok_import:"Import from TikTok",Cancel:"Cancel",preservation:"Save"},setMail:{Sending_settings:"Sender Settings",Current_settings:"Current Settings",mailbox_system:"System Email",unbind:"Unbind",tip1:"Are you sure you want to unlink your Gmail account from WotoHub? Once unlinked, you will no longer be able to use the related functions for sending and receiving emails via Gmail, and you will need to reauthorize to use them again. To cancel the authorization, you need to adjust the settings in your Gmail account.",guide:"Click here for the user guide.",cancle:"Cancel",confirm_unbinding:"Confirm Unlinking",no_bind_mail:"No email address linked yet.",bind:"Bind",tip2:"Please save the drafted email content first, as the compose page will refresh during authorization.",tip3:"Please ensure the VPN is enabled before granting authorization.",tip4:"Please enter the Gmail address you want to link",auth:"Authorization",tip5:"Gmail limits outgoing emails to 20 per hour.",confirm:"Confirm",auth_success:"Gmail authorization successful",auth_failed:"Gmail authorization failed",tip6:"Please link your Gmail account first.",tip7:"System email set successfully.",tip8:"GMAIL account setup successful",tip9:"Please enter your Gmail address first",tip10:"Please enter a valid email address format",tip11:"Enterprise email set successfully"},deliveryTime:{Delivery_time:"Sent Time",three_months:"Within the past three months",past_six_months:"The past six months",all_emails:"All Emails",no_promotion_plan:"No Campaign",Channel_ID:"Channel ID",tips:"To ensure your emails are delivered efficiently and accurately to influencers, we have limited the maximum number of bulk emails to 500. Therefore, this batch will only be sent to the first 500 unread influencers.",know:"Got it.",tip:"Prompt"},checkMail:{filtering:"Filtering",filter_completed:"Filtering complete",tip1_1:"valid recipients, all contacted for the first time within 30 days, will automatically proceed to the next step after",tip1_2:"seconds.",tip2:"Valid Sender: To ensure the health of your mailbox, the platform will automatically filter out influencers who have sent emails with duplicate titles on the same day.",tip3_1:"We have detected",tip3_2:"valid recipients, of which",tip3_3:"have been contacted via email within the last 30 days. Would you like to filter these influencers to avoid duplicate sending?",variable_replacement:"Variable substitution",tip4:"It's recommended to use variables in the email subject and body to increase the open rate.",tip5:"Checking email. Once the check is complete, it will automatically proceed to the next step of creating the email.",tip6_1:"The email has passed the quality check and will be automatically created in",tip6_2:"seconds.",continue_sending_emails:"Continue Sending",optimize_emails:"Optimize Email",email_created_successfully:"Email created successfully.",tip7_1:"Please keep a close eye on your incoming messages. You will be redirected to your outbox in",tip7_2:"seconds",jump_immediately:"Jump Now",creation_failed:"Creation failed.",tip8_1:"Recipient field is empty. Email creation failed. This window will close automatically in",tip8_2:"seconds.",close:"Close",filter_duplicate_touchpoints:"Filter duplicate contacts",filter_contacted_influencers:"Filter contacted influencers",email_quality_inspection:"Email Quality Check",create_email:"Create Email",tip9:"Exceeded daily email sending limit.",tip10_1:"To ensure the health of your mailbox, the daily email sending limit is {value} emails. You have",tip10_2:"emails remaining to send today. You can",tip11:"Save the email to drafts",tip12:"Schedule to send the next day",know:"Got it.",send_notice:"Sending Guidelines",tip13:"For more email optimization tips, please contact customer service.",tip14:"Do not show again for 14 days",tip15:"To ensure the health of the email, there is a limit on the total number of daily emails sent by the primary and secondary accounts.",tip16:"Using variables in the subject and body can help increase email open rates.",tip17:"Recommended usage of template variables",tip18:"Using variables in the email subject and body can enrich bulk email content, effectively improving delivery and open rates.",messageTip1:"Mailbox unlocking limit reached! Please contact support for more quota."},edm2:{mailEn1:"Single-round invitation",mailEn2:"Multi-round invitation",mailEn3:"Reply to sender",mailEn4:"Filter",mailEn5:"Compose email",mailEn6:"Email subject",mailEn7:"Email body",mailEn8:"Select date",mailEn9:"Delivery rate",mailEn10:"Open rate",mailEn11:"Reply rate",mailEn12:"Sending time",mailEn13:"Email content",mailEn14:"Email",mailEn15:"Attachment",mailEn16:"Influencer list",mailEn17:"Country",mailEn18:"Platform",mailEn19:"Replied or not",mailEn20:"Hide AI auto-invite emails",mailEn21:"No",mailEn22:"Yes",mailEn23:"Recipient list",mailEn24:"Add recipient",mailEn25:"Next step",mailEn26:"Add source",mailEn27:"Remove recipient",mailEn28:"Cancel removal",mailEn29:"There are still unconfirmed duplicate influencers in the recipient list. To avoid duplicate contacts, the system will automatically filter them out and will not send emails to them. Do you want to continue?",mailEn30:"You have selected duplicate influencers, and emails will only be sent to the selected duplicates.",mailEn31:"Duplicate recipients",mailEn32:"The recipients you added contain duplicates. To avoid wasting email resources, please confirm again."},edm5:{v1:"Refresh",v2:"Delete",v3:"Please select read emails",v4:"Sender's Email:",v5:"Please reply using the original email address",v6:"AI Email Summary",v7:"Extract Key Information",v8:"Extract Quotes, Contact Information, Delivery Address, Payment Information",v9:"AI Reply",v10:"Operation Successful",v11:"Content generation timed out, please try again!",v12:"Content generated by AI may contain risks, please review and confirm",v13:"Reply Strategy",v14:"Please enter your reply requirements",v15:"Generating Reply Strategy",v16:"Not helpful? Try another option",v17:"Available AI Points:",v18:"Click to view AI points usage rules",v19:"Cancel",v20:"Generate",v21:"English",v22:"Friendly",v23:"One",v24:"Two",v25:"Three",v26:"Four",v27:"Five",v28:"Six",v29:"Please enter the subject you wish to reply to",v30:"AI-generated Reply Content (Chinese)",v31:"AI-generated Reply Content ({ value })",v32:"Like",v33:"Dislike",v34:"Regenerate",v35:"Stop Generating",v36:"Confirm",v37:"Recipient:",v38:"Card Number:",v39:"Bank:",v40:"Delivery Rate, Open Rate, and Reply Rate data will be updated and corrected daily at 12 AM and 12 PM",v41:"Channel ID:",v42:"Influencer",v43:"Please enter the influencer's name to search",v44:"Reset",v45:"Confirm",v46:"Unread",v47:"Read",v48:"Yes",v49:"No",v50:"Email Status",v51:"Estimated Send Time",v52:"Draft",v53:"Pending Send",v54:"Send Failed",v55:"Content",v56:"Attachments",v57:"Multiple email templates can be set and sent in rotation",v58:"Add/Remove Recipients",v59:"Email",v60:"Add Email Content",v61:"Sender's Nickname",v62:"Send Now",v63:"Send",v64:"Schedule Send",v65:"Generate Email",v66:"Optimize Content",v67:"Paraphrase Email",v68:"Translate",v69:"AI Email",v70:"Email Template",v71:"Content Variables",v72:"Template",v73:"Signature",v74:"Product",v75:"Product Form",v76:"Close Prompt",v77:"Recipient and email are both empty, failed to save draft",v78:"Are you sure you want to delete this content? It cannot be recovered once deleted",v79:"Prompt",v80:"Email content is empty, operation cannot be performed!",v81:"Editing failed, please try again!",v82:"AI-generated Email",v83:"AI instantly customizes professional email content based on selected products and collaboration requirements",v84:"Step One:",v85:"Select Product",v86:"Selected",v87:"Product",v88:"Step Two:",v89:"Collaboration Requirements",v90:"Generate",v91:"Fill in Collaboration Requirements",v92:"*Share more details with AI to make your invitation email more compelling",v93:"Email Closing",v94:"Product or Brand Advantages",v95:"Please Enter",v96:"Free Sample Delivery?",v97:"Basic Compensation Provided?",v98:"Please Select",v99:"Influencer Commission",v100:"Video Style",v101:"Video Duration",v102:"seconds",v103:"Press Enter after entering the content to add it",v104:"Other requirements",v105:"Generate language:",v106:"For better AI parsing, please use the target language",v107:"Product Information",v108:"Product Name:",v109:"English Name:",v110:"Channel:",v111:"Product Link:",v112:"Shipping Regions:",v113:"Description:",v114:"Collaboration Requirements",v115:"Product or Brand Advantages:",v116:"Collaboration Method:",v117:"Video Style:",v118:"Video Duration:",v119:"Other Requirements:",v120:"Currently using DeepSeek to generate an email for you.",v121:"Subject:",v122:"Content:",v123:"No emails added yet",v124:"Application",v125:"Free Samples Provided",v126:"No Free Samples Provided",v127:"Basic Compensation Provided",v128:"No Basic Compensation Provided",v129:"Product Placement",v130:"Contrast Comparison",v131:"Experience Sharing",v132:"Direct Display",v133:"Unboxing Review",v134:"Email signature cannot be empty!",v135:"Complete at least one step!",v136:"No applicable emails available!",v137:"Corporate Email Configuration Guide",v138:"To invite influencers via corporate email, you can authorize a third-party client (e.g., WotoHub platform) to log in to the corporate email to send emails. Authorization is only used to call the corporate email's send email function. Essentially, the bulk emails are still sent through the user's corporate email, so they are subject to the corporate email's sending and receiving rules.",v139:"Authorization Method",v140:"1. Click on [Send Settings] on the email editing page to bind a third-party email",v141:"2. After selecting [Bind New Email], choose the email type (Gmail or corporate email)",v142:"3. For Gmail, proceed with authorization binding. For corporate email, fill in the relevant fields",v143:"Note: Currently, QQ Mail and Tencent Corporate Mail require an [Authorization Code] to log in. Refer to the [SMTP Configuration Help Document] below for the method to obtain it.",v144:"Gmail Authorization",v145:"Ensure VPN is enabled when authorizing Gmail. Manually check the first two permissions (not all).",v146:"If you accidentally select all and authorization fails, go to Gmail account settings [Security] to clear WotoKOL authorization and rebind.",v147:"Step 1: Go to Account Management",v148:"Step 2: Go to the Security page and find WotoKOL under Your Connections with Third-Party Apps and Services",v149:"Step 3: Revoke all connections. After completion, rebind the email in WotoHub.",v150:"SMTP Configuration Help Document",v151:"Refer to the help document of your email service provider on how to enable and configure the SMTP server and obtain the authorization code. Below are some common corporate email help documents. If authorization fails under default advanced options, check the configuration according to the relevant documents and verify. If you need assistance, contact customer service.",v152:"Email",v153:"SMTP Server",v154:"Is an authorization code required to log in?",v155:"Help Document",v156:"Platform Control Rules",v157:"View Details",v158:"Common Reasons for Email Verification Failure and Solutions",v159:"1. This email has already been bound",v160:"Each email can only be bound to one account. The system found that the email you entered is already bound to another account. Please enter a suitable email.",v161:"2. Incorrect information entered, please check the details again",v162:"Check if the email account and password are correct. Some corporate emails require an [Authorization Code] to log in. Check if the authorization code is correct.",v163:"Special cases like Alibaba Corporate Mail, ensure [Third-Party Client Security Password] is disabled, as shown below:",v164:"3. Invalid email address",v165:"The email address you provided has a format error, does not exist, or is not within the platform's supported corporate email range, making it unusable. Please verify and enter the correct information.",v166:"4. Authorization failed, please check the configuration instructions",v167:"There may be an error in the permissions selected when authorizing Gmail. Check the Gmail authorization notes above and try again.",v168:"Alibaba Corporate Mail",v169:"1. Bulk email limit is 300 emails",v170:"2. Individual recipient limit is 100 emails",v171:"Tencent Corporate Mail",v172:"Enable STMP Service",v173:"Configure Alibaba Corporate Mail to Third-Party Client",v174:"Enable POP/SMTP/IMAP functions",v175:"Obtain Client-Specific Password",v176:"1. For enterprises with fewer than 30 users, the daily email limit is 1500 emails;",v177:"2. For enterprises with more than 30 users, the daily email limit is the number of users * 50 emails/day;",v178:"3. No sending limit for accounts with prior email exchanges.",v179:"QQ Mail",v180:"Configure QQ Mail Authorization Code",v181:"There is no maximum sending limit for normal emails. If your email content is deemed as advertising or spam, it will be restricted. This is determined by the system, so avoid sending such emails.",v182:"Outlook Mail",v183:"Configuration Document",v184:"Learn about the Outlook SMTP Settings Interface:",v185:"Outlook SMTP Settings Interface",v186:"1. Daily recipients: 5,000",v187:"2. Maximum recipients per email: 500",v188:"3. Daily non-relationship recipients: 1,000",v189:"Sending Notes",v190:"1. To ensure email health, the combined daily sending limit for master and sub-accounts is {value} emails",v191:"2. When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v192:"When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v193:"Default",v194:"Set as Default",v195:"Unbind",v196:"Bind New Email",v197:"Email Type",v198:"Configuration Instructions",v199:"Please enter the Gmail email to bind",v200:"Please save the drafted email content first, as the email page will refresh during authorization",v201:"Ensure VPN is enabled before authorization",v202:"Gmail limits to 20 outgoing emails per hour",v203:"Please enter the Outlook email to bind",v204:"Email address",v205:"Email password/authorization password",v206:"SMTP Outgoing Mail",v207:"Please enter the domain name",v208:"Unencrypted",v209:"Please enter the port",v210:"IMAP Incoming Mail",v211:"This email has pending messages. If you unbind now, these messages will fail to send. Are you sure you want to continue?",v212:"Are you sure you want to unbind {currentUnbindEmail} from WotoHub? After unbinding, you will no longer be able to use the related functions for sending and receiving emails with {currentUnbindEmail}, and you will need to reauthorize to use it again.",v213:"Please select your business email provider",v214:"Please enter the email address",v215:"Please enter a valid email address",v216:"Please enter the email password/authorization password",v217:"Please enter the domain name",v218:"Please enter the port",v219:"Select Outbox",v220:"Outlook Personal Email",v221:"Default email set successfully",v222:"Binding successful",v223:"When sending emails from this address, it will automatically unlock the influencer's email. This will consume your email unlocking quota. Are you sure you want to continue?",v224:"Friendly Reminder",v225:"Continue",v226:"Cancel",v227:"Settings saved successfully",v228:"Gmail has been bound. The system currently supports binding only one Gmail account. To switch, please unbind the current email first.",v229:"Please enter the Outlook email",v230:"Outlook authorization successful",v231:"Unbinding successful",v232:"Email channel test successful",v233:"Incorrect port format",v234:"Incorrect domain format",v235:"Note: The maximum number of attachments is 10, and the total size of attachments must not exceed 200MB",v236:"Add Attachment",v237:"AI Optimized Content",v238:"Content Variables",v239:"Influencer Name",v240:"Target Language",v241:"Translate",v242:"Tone",v243:"Generate",v244:"Original Text",v245:"Email Template",v246:"*Applying the template will overwrite the current email content",v247:"To ensure your emails are efficiently and accurately delivered to the influencer's inbox, we limit the maximum number of bulk emails to 500. We hope you can use your email resources wisely to better communicate with bloggers.",v248:"Got it",v249:"Contacts without email addresses have been automatically filtered out for you.",v250:"Cancel Operation",v251:"Selected influencer has not disclosed contact information, unable to send email directly",v252:"Sender's Nickname",v253:"By setting a personalized sender nickname, your nickname will be directly displayed in the influencer's inbox. This helps establish a more approachable and professional brand image.",v254:"Sender nickname cannot be empty!",v255:"Signature",v256:"Search Signature",v257:"Create New Signature",v258:"Details",v259:"Last Updated:",v260:"Delete",v261:"Apply",v262:"text:",v263:"Selected",v264:"",v265:"Optimize grammar",v266:"Shorten content",v267:"Expand content",v268:"Enhance structure",v269:"Change tone",v270:"Please select not read emails"}};var uu=cu;const du={sendData:{sendTitle:"发信数据",search:{sendingTime:"发信时间:",phoneNumber:"手机号:",companyName:"公司名称:",addressee:"收件人:",textSearch:"正文检索:",send:"发送:",open:"打开:",LinkClick:"链接点击:",reply:"回复:",return:"退回:",unsubscribe:"退订:",emailComplaints:"邮件投诉:",search:"查询",download:"下载",reset:"重置",collapse:"收起",unfold:"展开",operate:"操作"},table:{createTime:"创建时间",sender:"发件人",name:"姓名",company:"公司",addressee:"收件人",subject:"主题",text:"正文",send:"发送",open:"打开",linkClick:"链接点击",reply:"回复",return:"退回",unsubscribe:"退订",spamComplaints:"垃圾邮件投诉",view:"查看",AIreplies:"AI回复"}},receiveData:{receiveTitle:"收信数据",search:{sendingTime:"发信时间:",sender:"发件人",receivingAccount:"收件账号:",recipientName:"收件姓名:",companyName:"公司名称:",textSearch:"正文检索:",search:"查询",download:"下载",reset:"重置"},table:{sendTime:"收件时间",sender:"发件人",addressee:"收件人",name:"姓名",company:"公司",subject:"主题",content:"正文",isRead:"是否已读",operate:"操作"}},inboxMail:{search:{default:"请输入",defaultSelect:"请选择",bloggerName:"红人名称",title:"标题正文",target:"推广计划",tagName:"标签名称",isRead:"已读状态",read:"已读",unRead:"未读",isStar:"星标邮件",sendEmail:"发件邮箱",emailStatus:"邮件状态",all:"所有邮件",starred:"星标",allEmail:"全部邮箱",sysEmail:"系统邮箱",businessEmail:"企业邮箱",isReply:"是否回复邮件",replyTrue:"已回复",replyFalse:"未回复",replayTime:"收件时间",time1:"近三个月内",time2:"近半年",time3:"全部邮件",search:"查询",reset:"重置",refresh:"刷新",delete:"删除",setUnRead:"设为未读邮件",batchReply:"批量回复",noTask:"无推广计划",tip1:"单次回复不得超出50条,请重新选择。",setHasRead:"设为已读邮件"},searchButton:{search:"查 询",reset:"重 置"}},inboxTable:{noTask:"无任务",addTag:"添加标签",delTag:"是否确认删除该邮件标签?",confirm:"确认",cancel:"取消",tip:"提示",cancelTagDel:"已取消删除",successTagDel:"邮件标签删除成功",errorTag:"标签显示错误",delmailWarning:"请至少选择一项",unReadSuccess:"操作成功",delMail:"此操作将永久删除,是否继续",del:"邮件删除成功",collMail:"已收藏",cancelMail:"取消收藏",requestError:"请求异常",deleteTip:"若该邮件为垃圾邮件,可屏蔽该邮箱发来的邮件",delShieldBtn:"删除并屏蔽邮箱"},newMail:{title:"新邮件提醒",content:"您已收到新邮件,快去收件箱看看吧"},inboxDetail:{addTag:"添加标签",addFavorites:"添加至收藏夹",send:"发送",to:"至",me:"我",reply:"回复",mailContent:"邮件正文不能为空",replySuccess:"回复成功",delSuccess:"删除成功",confirmContent:"此操作将永久删除,是否继续",tagError:"标签异常",tip:"提示",mailError:"邮件读取失败",confirm:"确 定",cancel:"取 消",omail:"原始邮件",to:"收件人",subject:"主题",content:"正文",outerBlogger:"库外红人或经纪人",email:"邮箱:",normalReply:"普通回信",reply2:"回信",simpleReply:"快捷回复",plan:"关联推广计划",noPlan:"暂无关联推广计划",coopStatus:"合作状态",coop1:"未合作",coop2:"确认合作",coop3:"已寄样",coop4:"内容制作中",coop5:"待上线",coop6:"合作完成",empty:"暂无",menu1:"红人档案",menu2:"寄样管理",menu3:"合作记录",menu4:"合作金额",menu5:"联盟分销",menu6:"备注",menu7:"举报红人",menu8:"加入黑名单",menu9:"红人详情",menu10:"支付",aiTip1:"AI生成的内容可能存在风险,请审查和确认",open:"展开",close:"收起",like:"赞",unLike:"踩",redo:"重新生成",stop:"停止生成",restPoint:"可用AI点数",aiRule:"点击查看AI点数权益消耗规则",aiContentReply:"AI内容回复",channelId:"频道ID",read:"红人已阅",unRead:"红人未阅",tips1:"请先添加关联推广计划!",tips2:"生成内容超时,请重试!",tip3:"暂无可回复内容!",tips4:"发送成功!",tips5:"操作成功",quickReply:"快捷回信",fullWrite:"切换到完整写信模式",sendNow:"立即发送",keywords:"关键信息",isBuilding:"AI关键信息生成中...",waring1:"以下信息由AI智能分析邮件内容后,提取关键信息生成",info1:"报价",info2:"联系方式",info3:"收货地址",info4:"收款信息",saveInfo:"录入至红人档案",noInfo:"本封邮件未提取到关键信息",aiTips2:"暂无可录入信息",infoSuccess:"录入成功!",planTitle1:"增加关联推广计划",planTitle2:"转移关联推广计划",planTip1:"注意:红人的联系状态、合作状态、绑定的追踪链接、视频等信息会同步关联进目标推广计划里面",planTip2:"注意:红人的联系状态、合作状态、视频等信息会同步的移动进目标推广计划里面",choosePlan:"选择推广计划",planPlace:"请选择推广计划",noPlan2:"当前暂无推广计划",createPlan:"创建推广计划",planTips3:"请选择推广计划",planVal:"推广计划",planMove:"转移",planGL:"关联",success:"成功",coopStatusTitle:"选择合作状态",previousPage:"上一页",nextPage:"下一页"},inboxTagDialog:{title:"标签",tip:"提示",default:"请输入标签",selectTag:"已选标签",collapse:"收起",unfold:"展开",bindTagTip:"请选择该邮件绑定的标签",bindSuccess:"绑定成功",addTagSuccess:"添加标签成功",addTagFail:"标签已存在",tagMaxLen1:"标签长度不能超过六个字符",tagMaxLen2:"标签长度不能超过十二个字符",tagMaxLen:"标签名称不能大于30个字符(15个汉字)",delTagSuccess:"标签删除成功",confirm:"确认",cancel:"取消"},searchButton:{search:"查 询",reset:"重 置"},writeMail:{receiver:"收件人",cc_person:"抄送人",subject:"主题",add_attachment:"添加附件",notice:"注",tip:"附件数量上限为10个,且附件总大小不超过200MB",content:"正文",template_var:"模板变量",channel_name:"频道名",channel_Id:"频道ID",blogger:"红人",name:"名称",fans_num:"粉丝数",channel_link:"频道链接",goback:"返 回",save_draft:"存草稿",delayed_sending:"定时发送",send_now:"立即发送",template:"模板",signature:"签名",product:"产品",task:"任务",creativity:"创意",retract:"收起",other:"另外",person:"人",time_limit:"发送时间不得早于当前时间",save_draft_tip:"是否将编辑内容保存入草稿箱?",save_mail:"是否保存邮件内容?",prompt:"提示",save:"保 存",cancle:"取 消",no_receiver:"收件人为空,不可发送",check_receiver:"请检查收件人邮箱是否正确",check_ccperson:"请检查抄送人邮箱是否正确",no_subject:"请输入邮件主题",subject_limit:"邮件主题不可超过100个字",no_content:"邮件正文不可为空",content_limit:"邮件正文不可超过5000个字",attachment_length_limit:"最多上传10个附件",attachment_size_limit:"附件总大小不能超过200MB",choose_send_time:"选择定时发送时间",will:"本邮件将在北京时间",post_to:"投递到对方邮箱",send:"发 送",choose_time_date:"选择日期时间",cancle_timer:"取消定时发送",change_timer:"修改发送时间",mail_will:"邮件将在",save_tip:"发送。邮件发送前,暂时保存在草稿箱,可随时查看或修改",set_delay_success:"定时发送设置成功",i_know:"我知道了",cancle_delay_tip:"发送。取消定时发送后,该邮件将恢复为普通的草稿邮件",whether_cancle_delay:"是否取消定时发送?",cancle_delay:"取消定时发送",no_cancle:"暂不取消",infoPop:"通常在邮件中使用一下模板变量,能够有效提高工作效率。"},uploadDialog:{title:"上传附件",btnUpload:"请选择文件",tip:"文件总大小上限为200MB且文件数量不能超过10个",tip1:"添加文件总大小剩余",tip2:"且文件剩余数量为",btnOk:"上传",btnClear:"清空",empty:"上传文件不能为空",maxSize:"文件总大小不能超过200M,请重新上传",maxNum:"上传文件数量不能超过10",success:"上传成功",wait:"请等待上传结束",not:"该文件格式不支持"},outboxMail:{blogger_name:"红人名称",title_content:"标题正文",task_name:"任务名称",mail_type:"邮件类型",mail_status:"邮件状态",star_mail:"星标邮件",all_read:"全部已读",all_unread:"全部未读",read:"人已读",no_task:"无任务",no_plan:"无推广计划",normal:"正常",delay:"定时",failed:"发送失败",all_mail:"所有邮件",choose:"请至少选择一项",confirm_del:"确认删除?",success:"操作成功"},draftMail:{draft:"草稿",no_receiver:"收件人未填写",send:"发送",empty:"为空",no_subject:"无主题"},outboxDetail:{back:"返回",me:"我",send_to:"发送至",retract:"收起",more:"展开更多",read:"已阅",unreviewed_resend:"未阅重发",resend_all:"全部重发",show_all:"显示全部",file_num:" 个附件",down_all:"全部下载"},blogMail:{search_mail:"搜索邮件",read:"已读",unread:"未读",receive_mail:"收件",send_mail:"发件"},template:{invite_cooperation:"合作邀请",price_negotiation:"价格协商",contract_template:"合同模板",video_production:"视频制作",expense_settlement:"费用结算",create_template:"创建模板",system_template:"系统模板",custom_template:"自定义模板",new_template:"新建模板",template_title:"模板标题",mail_title:"邮件标题",apply_scene:"应用场景",language:"语言",template_language:"模板语言",set_system_template:"设置系统模板",edit_template:"编辑模板",word_limit:"字以内",title_not_empty:"模板标题不可为空",title_word_limit:"模板标题在30个字以内",subject_not_empty:"邮件标题不可为空",scene_not_empty:"应用场景不可为空",scene_word_limit:"应用场景在20个字以内",language_not_empty:"语系不可为空",no_content:"邮件正文不可为空",choose_type:"选择类型",confirm:"确 定",template_type:"模板类型",set_success:"设置成功"},signature:{create_sign:"新建签名",edite_sign:"编辑签名",sign_not_empty:"签名不可为空",confirm_del:"确认删除该签名?"},product:{no_data:"还没有产品,赶快创建一个吧!",add_product:"添加产品",create_product:"新建产品",upload_picture:"上传产品图片",length_limit:"大小不超过",product_name:"产品名称",en_name:"英文名称",product_type:"产品类型",E_COMMERCE:"电商平台",produce_link:"产品链接",product_price:"产品售价",dollar:"美元",link:"原链接",link_goods:"商品",link_app:"APP推广",link_web:"网站推广",link_amazon:"亚马逊 Amazon",link_aliExpress:"速卖通 AliExpress",link_lazada:"来赞达 Lazada",link_shopee:"虾皮 Shopee",link_independent:"独立站",link_other:"其他",empty_link_name:"产品名称不能为空",limit_link_words:"产品名称不可超过20个字",empty_en_name:"英文名称不能为空",limit_en_words:"英文名称不可超过100个字",false_en_name:"英文名称输入不正确",select_link_type:"请选择产品类型",select_platform:"请选择电商平台",empty_link:"产品链接不能为空",empty_price:"产品售价不能为空",no_img:"没有上传产品图片",create_success:"创建成功",false_link:"产品链接格式错误,请重新输入",re_link_name:"产品名称已经存在,请重新输入",limit_upload:"上传图片大小不能超过5MB"},task:{choose:"选择",blogger_classify:"红人分类",blogger_country:"红人国家",blogger_platform:"红人平台",create_date:"创建日期",no_data:"还没有任务,赶快创建一个吧!"},creativity:{no_data:"收藏过的创意才会出现在这里哦",content:"创意内容",script:"创意脚本",insert:"插入",interaction_rate:"互动率",script_name:"脚本名称",script_classify:"脚本分类",script_num:"脚本编号",collect:"收 藏",cancle_collect:"取消收藏",storyboard:"分镜",suggested_duration:"建议时长",plot_summary:"情节概要",key_point:"要点",case_name:"案例名称",case_classify:"案例分类",playback_volume:"播放量",likes:"点赞量",comments_num:"评论数",content_title:"内容标题",content_validity:"内容简介",video_num:"视频数",channel_createtime:"频道创建时间",blogger_area:"红人地区",blogger_detail:"红人详情",case_detail:"案例详情",no_title:"暂无标题",no_validity:"暂无简介",script_content:"脚本内容",average_play:"平均播放量",total_watch:"总观看量"},common:{please_select:"请选择",please_input:"请输入",no_data:"暂无数据",confirm:"确定",cancle:"取消",delete:"删除",apply:"应用",detail:"详情",download:"下载",update_on:"更新于",second:"秒",minute:"分"},productForm:{product_selection_form:"选品表单",creation_time:"创建时间",selection_form_name:"选品表单名称",number_of_product_cards:"商品卡数量",viewing_frequency:"查看次数",update_time:"更新时间",operation:"操作",cancel:"取 消",confirm:"确 认",see:"查看"},productCard:{product_card:"商品卡",example:"示例",add_product_card:"添加商品卡"},newProduct:{product:"产品",product_name:"产品名称",please_enter:"请输入",please_enter_num:"请输入数字",productName:"产品名称",productId:"产品ID",productRemark:"产品备注",query:"查 询",reset:"重 置",details:"详情",shopifyProduct:"独立站产品",product_remarks:"产品备注",product_en:"英文名称",channel:"渠道",product_details:"产品详情",view_cards_times:"商品卡查看次数",basic_information:"基础信息",name:"名称",chinese:"中文",english:"英文",remarks:"备注",picture:"图片",category:"类别",describe:"描述",source:"来源",sales_information:"销售信息",price:"售价",sku_description:"SKU说明",shippable_regions:"可发货地区",search_keywords:"搜索关键词",Main_image:"主图",Manual_addition:"手动添加",Shopify_import:"Shopify导入",TikTok_import:"TikTok导入",Cancel:"取 消",preservation:"保 存"},setMail:{Sending_settings:"发件设置",Current_settings:"当前设置",mailbox_system:"系统邮箱",unbind:"解绑",tip1:"您确定要解除邮箱{currentUnbindEmail}与WotoHub的绑定关系么?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。取消授权需要在Gmail邮箱中进行设置。",guide:"点击查看操作指引",cancle:"取消",confirm_unbinding:"确定解绑",no_bind_mail:"暂无绑定邮箱",bind:"绑定",tip2:"请先保存已编写的邮件内容,授权时将会刷新写信页面",tip3:"授权前请先保证VPN已开启",tip4:"请输入要绑定的Gmail邮箱",auth:"授权",tip5:"Gmail限制每小时20封外发电子邮件",confirm:"确定",auth_success:"Gmail授权成功",auth_failed:"Gmail授权失败",tip6:"请先绑定Gmail邮箱",tip7:"设置系统邮箱成功",tip8:"设置GMAIL邮箱成功",tip9:"请先输入Gmail邮箱",tip10:"请输入正确格式的邮箱格式",tip11:"设置企业邮箱成功"},deliveryTime:{Delivery_time:"发件时间",three_months:"近三个月内",past_six_months:"近半年",all_emails:"全部邮件",no_promotion_plan:"无推广计划",Channel_ID:"频道ID",tips:"为了确保您的邮件能够高效准确地送达至红人,我们限制了群发邮件的数量最大为500封,因此本次发送只限前500位未阅红人。",know:"我知道了",tip:"提示"},checkMail:{filtering:"过滤中",filter_completed:"过滤完成",tip1_1:"所有收件人在30天内均为首次触达,将在",tip1_2:"后自动进行到下一步",tip2:"有效发件人:为了保障邮箱健康度,平台会自动过滤掉当天有过重复标题发送的红人",tip3_1:"检测发现",tip3_2:"个有效收件人中,其中",tip3_3:"位红人30天内邮件联系过,请问是否要过滤这些红人,避免重复触达",variable_replacement:"变量替换",tip4:"推荐在邮件标题和正文中使用变量,以提升邮件打开率",tip5:"邮件检测中,检测完成后,将会自动进入下一步创建邮件",tip6_1:"邮件已完成质量检测,将会在",tip6_2:"内自动创建邮件",continue_sending_emails:"继续发件",optimize_emails:"优化邮件",email_created_successfully:"邮件创建成功",tip7_1:"后续请密切关注收件情况.将在",tip7_2:"后跳转发件箱",jump_immediately:"立即跳转",creation_failed:"创建失败",tip8_1:"收件人为空,邮件创建失败。将在",tip8_2:"后自动关闭",close:"关闭",filter_duplicate_touchpoints:"过滤重复触达",filter_contacted_influencers:"过滤已联系红人",email_quality_inspection:"邮件质量检测",create_email:"创建邮件",tip9:"超过当日邮件发送限额",tip10_1:"为保障邮箱健康,每日邮件发送上限为{value}封。今日剩余发送数",tip10_2:"封。您可以",tip11:"将邮件暂存至草稿箱",tip12:"设置次日的定时发送",know:"我知道了",send_notice:"发件需知",tip13:"了解更多邮件优化技巧,请咨询客服人员。",tip14:"14天内不再提示",tip15:"为保障邮箱健康度,主子账号合计单日发送数存在上限。",tip16:"标题和正文中使用变量,有助于提升邮件打开率。",tip17:"模版变量推荐用法",tip18:"邮件标题和正文中使用变量,可增加群发内容的丰富度,有效提升邮件的送达率和打开率",messageTip1:"邮箱解锁已达上限!请联系服务人员以获得更多额度。"},edm2:{mailEn1:"单轮邀约",mailEn2:"多轮邀约",mailEn3:"回复发件",mailEn4:"筛选",mailEn5:"写信",mailEn6:"邮件主题",mailEn7:"邮件正文",mailEn8:"选择日期",mailEn9:"送达率",mailEn10:"打开率",mailEn11:"回复率",mailEn12:"发送时间",mailEn13:"邮件内容",mailEn14:"邮件",mailEn15:"附件",mailEn16:"红人列表",mailEn17:"国家",mailEn18:"平台",mailEn19:"是否回复",mailEn20:"隐藏AI自动邀约邮件",mailEn21:"否",mailEn22:"是",mailEn23:"收件人列表",mailEn24:"添加收件人",mailEn25:"下一步",mailEn26:"添加来源",mailEn27:"移除收件人",mailEn28:"取消移除",mailEn29:"收件人列表中尚有未确认的重复红人。为了避免重复触达,系统将自动过滤,不会给他们发信。确认继续吗?",mailEn30:"您勾选了重复红人,只会给已勾选的重复红人发信",mailEn31:"重复收件人",mailEn32:"您添加的收件人存在重复, 为避免浪费邮件资源,请再次确认"},edm5:{v1:"刷新",v2:"删除",v3:"请选择已读邮件",v4:"发件邮箱:",v5:"请使用原邮箱回信",v6:"AI邮件总结",v7:"提取关键信息",v8:"提取报价、联系方式、收货地址、收款信息",v9:"AI回信",v10:"操作成功",v11:"生成内容超时,请重试!",v12:"AI生成的内容可能存在风险,请审查和确认",v13:"回信策略",v14:"请输入您的回复要求",v15:"回信策略生成中",v16:"没有帮助?试试其他",v17:"可用AI点数:",v18:"点击查看AI点数权益消耗规则",v19:"取 消",v20:"生 成",v21:"英文",v22:"友好的",v23:"一",v24:"二",v25:"三",v26:"四",v27:"五",v28:"六",v29:"请输入您要回复的主题",v30:"AI生成的回信内容(中文)",v31:"AI生成的回信内容({ value })",v32:"赞",v33:"踩",v34:"重新生成",v35:"停止生成",v36:"确 定",v37:"收款人:",v38:"卡号:",v39:"银行:",v40:"送达率、打开率、回复率数据,会在每日0点和12点进行更新及校对",v41:"频道ID:",v42:"红人",v43:"请输入红人名搜索",v44:"重置",v45:"确定",v46:"未读",v47:"已读",v48:"是",v49:"否",v50:"邮件状态",v51:"预计发送时间",v52:"草稿",v53:"待发送",v54:"发送失败",v55:"邮件内容",v56:"附件",v57:"可设置多个邮件模版,发送时轮流发送",v58:"增加/删除收件人",v59:"邮件",v60:"添加邮件内容",v61:"发件人昵称",v62:"立即发送",v63:"发送",v64:"定时发送",v65:"生成邮件",v66:"优化内容",v67:"仿写邮件",v68:"翻译",v69:"AI邮件",v70:"邮件模版",v71:"内容变量",v72:"模板",v73:"签名",v74:"产品",v75:"选品表单",v76:"关闭提示",v77:"收件人和邮件都为空,保存草稿失败",v78:"确定要删除该内容吗?删除后无法恢复",v79:"提示",v80:"写信内容为空,暂无法操作!",v81:"编辑失败,请重试!",v82:"AI生成邮件",v83:"根据选定产品和合作要求,AI即时定制专业邮件内容",v84:"第一步:",v85:"选择产品",v86:"已选择",v87:"产品",v88:"第二步:",v89:"填写合作要求",v90:"生成",v91:"填写合作要求",v92:"*分享更多细节给AI,让您的邀约邮件更加精彩",v93:"邮件落款",v94:"产品或品牌优势",v95:"请输入",v96:"是否免费寄送样品",v97:"是否提供基础报酬",v98:"请选择",v99:"红人佣金",v100:"视频风格",v101:"视频时长",v102:"秒",v103:"请输入内容后点击回车添加",v104:"其他要求",v105:"生成语言:",v106:"为了AI更好的解析,请使用目标语言填写",v107:"产品信息",v108:"产品名称:",v109:"英文名称:",v110:"渠道:",v111:"产品链接:",v112:"可发货地区:",v113:"描述:",v114:"合作要求",v115:"产品或品牌优势:",v116:"合作方式:",v117:"视频风格:",v118:"视频时长:",v119:"其他要求:",v120:"正在使用 DeepSeek 为您生成邮件",v121:"主题:",v122:"内容:",v123:"暂未添加任何邮件",v124:"应 用",v125:"免费提供样品",v126:"不免费提供样品",v127:"有基础报酬",v128:"没有基础报酬",v129:"场景植入",v130:"反差对比",v131:"体验分享",v132:"直接展示",v133:"开箱测评",v134:"邮件落款不能为空!",v135:"至少完善其中一个步骤!",v136:"暂无可应用的邮件!",v137:"企业邮箱配置指南",v138:"想通过企业邮箱来邀约网红,可以授权给第三方客户端(例如WotoHub平台)登录企业邮箱来发送邮件。授权只用于调用企业邮箱的发送邮件功能,本质上群发的邮件还是通过用户的企业邮箱发出,因此会受限于企业邮箱的收发件规则。",v139:"授权方法",v140:"1.在邮件编辑页面点击进入【发件设置】去绑定第三方邮箱",v141:"2.选择【绑定新邮箱】后选择邮箱类型(Gmail邮箱或企业邮箱)",v142:"3.选择Gmail邮箱后去授权绑定,选择企业邮箱后填写相关字段",v143:"备注:目前使用QQ邮箱、腾讯企业邮箱时需要【授权码】登录,获取方法详见下方【SMTP配置帮助文档】。",v144:"Gmail邮箱授权",v145:"Gmail邮箱授权绑定时请保证VPN已开启,授权时请手动勾选前两个权益(不是全选)。",v146:"若您不小心勾选全部导致授权一直不成功,请在Gmail账号设置中【安全性】清除对WotoKOL的授权,重新绑定即可。",v147:"第一步:进入账号管理",v148:"第二步:进入安全性页面,在 您与第三方应用和服务的关联 中找到WotoKOL",v149:"第三步:撤销所有关联即可,完成后请在WotoHub重新进行邮箱绑定操作。",v150:"SMTP配置帮助文档",v151:"不同的企业邮箱如何开启、配置SMTP服务器以及获取授权码,方法可参考用户所使用的邮件服务商的帮助文档。以下整理了部分常用的企业邮箱的帮助文档,在高级选项默认配置下无法授权成功时,请按相关文档检查配置并验证,如需要帮助可以联系客成人员。",v152:"邮箱",v153:"SMTP服务器",v154:"是否需要授权码登录",v155:"帮助文档",v156:"平台封控规则",v157:"查看详情",v158:"邮件验证失败的常见原因及解决方法",v159:"1.该邮箱已被绑定",v160:"每个邮箱仅能绑定一个账号,系统发现您填写的邮箱已被其他账号绑定占用,请您重新输入合适的邮箱。",v161:"2.填写信息有误,请再次确认所填写的内容",v162:"请检查邮箱账号和密码是否正确,部分企业邮箱需要【授权码】登录请检查授权码是否正确。",v163:"特殊情况如阿里企业邮箱,请确保【三方客户端安全密码】已关闭,如下图:",v164:"3.邮箱地址无效",v165:"您所提供的邮箱地址存在格式错误、该邮箱不存在或者邮箱地址不在平台支持的企业邮箱范围内等问题,导致无法正常使用该邮箱进行通信或相关操作,请您核对后重新填写正确信息。",v166:"4.授权失败,请查看配置说明",v167:"存在您授权Gmail邮箱时,权益勾选错误,请您查看上方Gmail邮箱授权注意事项,按操作重新尝试即可。",v168:"阿里企业邮箱",v169:"1.群发邮件限制300封",v170:"2.分别发送收件人限制100封",v171:"腾讯企业邮箱",v172:"开启STMP服务",v173:"阿里企业邮箱配置到第三方客户端",v174:"开启POP/SMTP/IMAP功能",v175:"获取客户端专用密码",v176:"1.30用户以下的企业日发信量限制是不超过1500封;",v177:"2.30用户以上的企业日发信量为用户数*50封/天;",v178:"3.对有过邮件来往的成员账号不限发信量的限制。",v179:"QQ邮箱",v180:"配置QQ邮箱授权码",v181:"如果您是正常发送邮件的,则没有最大发信量的限制,如果您发送的邮件内容属于广告邮件或垃圾邮件,则会受到限制,这个是系统判定的,建议您不要发送此类邮件。",v182:"outlook邮箱",v183:"配置文档",v184:"了解Outlook SMTP设置界面:",v185:"Outlook SMTP设置界面",v186:"1.每日收件人:5,000",v187:"2.每封邮件的最大收件人数:500",v188:"3.每日非关系收件人:1,000",v189:"发件须知",v190:"1.为保障邮箱健康度,主子账号合计单日发送上限为{value}封",v191:"2.非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v192:"非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v193:"默认",v194:"设为默认",v195:"解绑",v196:"绑定新邮箱",v197:"邮箱类型",v198:"配置说明",v199:"请输入要绑定的Gmail邮箱",v200:"请先保存已编写的邮件内容,授权时将会刷新写信页面",v201:"授权前请先保证VPN已开启",v202:"Gmail限制每小时20封外发电子邮件",v203:"请输入要绑定的Outlook邮箱",v204:"邮箱地址",v205:"邮箱密码/授权密码",v206:"SMTP发件",v207:"请输入域名",v208:"不加密",v209:"请输入端口",v210:"IMAP收件",v211:"该邮箱有待发送的邮件,如果您现在解绑,这些邮件将会发送失败,请确认是否继续?",v212:"您确定要解除{currentUnbindEmail}与WotoHub的绑定关系吗?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。",v213:"请选择企业邮箱服务商",v214:"请输入邮箱地址",v215:"请输入正确的邮箱地址",v216:"请输入邮箱密码/授权密码",v217:"请输入域名",v218:"请输入端口",v219:"发件箱选择",v220:"Outlook个人邮箱",v221:"设置默认邮箱成功",v222:"绑定成功",v223:"使用该邮箱发件时,将自动解锁红人邮箱,这将消耗您的解锁邮箱权益数,请确认是否继续。",v224:"温馨提醒",v225:"继续",v226:"取消",v227:"设置成功",v228:"Gmail邮箱已绑定,目前系统仅支持绑定一个Gmail邮箱,如需更换,请先解绑当前邮箱。",v229:"请输入Outlook邮箱",v230:"OutLook授权成功",v231:"解绑成功",v232:"邮件通道测试正常",v233:"端口号格式不正确",v234:"域名格式不正确",v235:"注:附件数量上限为10个,且附件总大小不超过200MB",v236:"添加附件",v237:"AI优化内容",v238:"内容变量",v239:"红人名",v240:"目标语言",v241:"翻译",v242:"语气",v243:"生成",v244:"原文",v245:"邮件模版",v246:"*套用模版将会覆盖当前邮件内容",v247:"为了确保您的邮件能够高效准确地送达到红人的邮箱中,我们限制了群发邮件的数量最大为500封。希望您能够合理利用邮件资源,以便更好地与博主进行沟通。",v248:"我知道了",v249:"已自动为您过滤无邮箱红人。",v250:"取消操作",v251:"选中红人暂未公开联系方式,无法直接发送邮件",v252:"发件人昵称",v253:"通过设置个性化的发件人昵称,您的昵称将直接展示在红人的收件箱中。有助于树立更亲近、更专业的品牌形象。",v254:"发件人昵称不能为空!",v255:"签名",v256:"搜索签名",v257:"新建签名",v258:"详情",v259:"更新时间:",v260:"删除",v261:"应用",v262:"正文:",v263:"已选中",v264:"项",v265:"优化拼写与语法",v266:"缩短内容",v267:"扩充内容",v268:"优化结构",v269:"改变语气",v270:"请选择未读邮件"}};var hu=du;qn().use(ou);const pu={en:{...uu,...au.A},zh:{...hu,...su["default"]}},fu=new ou({locale:Wi.get("language")||"zh",messages:pu,silentTranslationWarn:!0});lu["default"].i18n(((e,t)=>fu.t(e,t)));var mu=fu;const gu=[{icon:"icon-caidan-kehudangan",name:mu.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-wuliu",name:mu.t("inboxDetail.menu2"),key:"logistics",activeName:"3"},{icon:"icon-fenxiao",name:mu.t("inboxDetail.menu5"),key:"unit",activeName:"5"},{icon:"icon-hezuoneirong",name:mu.t("inboxDetail.menu3"),key:"content",activeName:"6"}],vu=[{coopStatus:mu.t("inboxDetail.coop1"),ccode:0},{coopStatus:mu.t("inboxDetail.coop2"),ccode:1},{coopStatus:mu.t("inboxDetail.coop3"),ccode:6},{coopStatus:mu.t("inboxDetail.coop4"),ccode:2},{coopStatus:mu.t("inboxDetail.coop5"),ccode:3},{coopStatus:mu.t("inboxDetail.coop6"),ccode:4}];var yu=function(){var e=this,t=e._self._c;return t("div",[t("el-tooltip",{attrs:{"popper-class":"wt-email-tooltip",placement:"top"}},[t("div",{staticClass:"wt-email-tooltip-content",attrs:{slot:"content"},slot:"content"},[e._v(e._s(e.content))]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer"},on:{click:e.handleEvent}})]),e.aiRuleVisible?t("AiRuleDialog",{attrs:{visible:e.aiRuleVisible},on:{"update:visible":function(t){e.aiRuleVisible=t}}}):e._e()],1)},bu=[],wu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"",visible:e.visible,width:"600px","append-to-body":"","custom-class":"ai-rule-setting-dialog"},on:{close:e.close}},[t("i",{staticClass:"closeIcon dss-iconfont icon-close",on:{click:e.close}}),t("div",{staticClass:"title"},[e._v("AI点数权益消耗规则")]),t("div",{staticClass:"content2"},[t("el-table",{staticClass:"ai-point-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{align:"center",prop:"name",label:"功能项"}}),t("el-table-column",{attrs:{align:"center",prop:"value",label:"消耗点数"},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"point"},[t("span",{staticClass:"num"},[e._v(e._s(n.row.point))]),t("span",{staticClass:"unit"},[e._v(e._s(n.row.unit))])])]}}])})],1)],1)])},_u=[],Cu={props:{visible:{type:Boolean,default:!1}},components:{},data(){return{tableData:[{name:this.$t("edm5.v82"),unit:"/每次操作",point:1},{name:"内容优化",unit:"/每次操作",point:1},{name:"仿写邮件",unit:"/每次操作",point:1},{name:"翻译",unit:"/每次操作",point:1},{name:"AI总结邮件内容",unit:"/每封邮件",point:1},{name:"AI回信",unit:"/每封邮件",point:1},{name:this.$t("edm5.v34"),unit:"/每封邮件",point:1}]}},created(){},methods:{close(){this.$emit("update:visible",!1)}}},xu=Cu,Su=Ba(xu,wu,_u,!1,null,"f55f06f4",null),ku=Su.exports,Eu={props:["content","isShowRule"],components:{AiRuleDialog:ku},data(){return{aiRuleVisible:!1}},methods:{handleEvent(){this.isShowRule&&(this.aiRuleVisible=!0)}}},Au=Eu,Du=Ba(Au,yu,bu,!1,null,null,null),Ou=Du.exports,Tu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"email-box-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.content))}})},Iu=[],Pu={props:["content"],methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e}}},Fu=Pu,Mu=Ba(Fu,Tu,Iu,!1,null,"5fe8cdd4",null),Bu=Mu.exports,Nu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"simple-replay"},[t("div",{staticClass:"header"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.quickReply")))]),t("span",{staticClass:"right"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("i",{staticClass:"dss-iconfont icon-zuidahua",on:{click:e.toFullWrite}}),t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.$t("inboxDetail.fullWrite"))+" ")])]),t("i",{staticClass:"el-icon-close",on:{click:e.drawerClose}})],1)]),t("div",{staticClass:"txt-content"},[t("el-input",{staticClass:"ai-simple-textarea",staticStyle:{"font-size":"16px"},attrs:{type:"textarea",rows:15,placeholder:"",resize:"none"},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}}),t("el-popover",{attrs:{placement:"left-end",width:"300",trigger:"click","popper-class":"emoji-popover"},model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[t("i",{staticClass:"dss-iconfont icon-xiaolian emoji-icon",attrs:{slot:"reference"},slot:"reference"}),t("div",{staticClass:"emoji-box"},e._l(e.allEmoji,(function(n,i){return t("span",{key:i,staticClass:"box-item",on:{click:function(t){return e.chooseEmoji(n)}}},[e._v(e._s(n))])})),0)])],1),t("div",{staticClass:"footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.sendMessage}},[e._v(e._s(e.$t("inboxDetail.sendNow")))])],1)])},Ru=[],$u={props:{visible:{type:Boolean,default:!1},maxId:{type:[String,Number],default:""}},data(){return{content:"",show:!1,allEmoji:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"],loading:!1,timer:null}},methods:{drawerClose(){this.$emit("close")},chooseEmoji(e){this.content=this.content+e,this.show=!1},toFullWrite(){this.$emit("fullWrite",this.content),this.drawerClose(),this.content=""},sendMessage(){if(!this.content)return this.$message.error("请输入回信内容!");let e={replyIds:[this.maxId],content:`<p>${this.content.replace(/\n/g,"<br>")}</p>`,sendEntryKey:"quickReply"};this.loading=!0,ns(e).then((e=>{"0"===e.code?(this.$message.success("发送成功!"),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.$emit("refresh"),this.drawerClose()}),500)):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},addEmoji(e){console.log(e)}}},ju=$u,Lu=Ba(ju,Nu,Ru,!1,null,"582e18f7",null),zu=Lu.exports,Vu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.keywords"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-intention-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplayIng,expression:"isReplayIng"}],attrs:{"element-loading-customclass":"ai-intention-loading","element-loading-text":e.$t("inboxDetail.isBuilding")}},[e.noKeyInformation?[t("div",{staticClass:"no-icon"},[t("i",{staticClass:"dss-iconfont icon-no-keyInformation"})]),t("div",{staticClass:"no-tips"},[e._v(e._s(e.$t("inboxDetail.noInfo")))])]:[t("div",{staticClass:"tip"},[e._v(e._s(e.$t("inboxDetail.waring1")))]),t("div",{staticClass:"info"},[t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info1"))+":"+e._s(e.detail.monetaryUnit)+e._s(e.detail.quoteNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info2"))+":"+e._s(e.detail.phoneNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info3"))+":"+e._s(e.detail.shippingAddress)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info4"))+":"+e._s(e.detail.billingMessage)+" ")])]),t("div",{staticClass:"bottom"},[t("span",{staticClass:"sub-tip"},[e._v(e._s(e.$t("inboxDetail.aiTip1")))])])]],2)])},Hu=[],Uu={props:{visible:{type:Boolean,default:!1},id:{type:String,default:""},bloggerId:{type:String,default:""},maxId:{type:[String,Number],default:""},currentMail:{type:Object,default:()=>{}}},data(){return{btnLoading:!1,detail:{quoteNumber:"-",monetaryUnit:"",phoneNumber:"-",shippingAddress:"-",billingMessage:"-"},isReplayIng:!1,ReplayTimer:null,counter:0}},computed:{noKeyInformation(){return!this.detail||0===Object.keys(this.detail).length||!this.detail.quoteNumber&&!this.detail.phoneNumber&&!this.detail.shippingAddress&&!this.detail.billingMessage}},created(){this.initProgress()},methods:{close(){this.stopReplaySetInterval(),this.$emit("update:visible",!1)},async initProgress(){try{this.isReplayIng=!0;const e=await us(this.currentMail.id);if("0"==e.code){if(null===e.data?.isComplete)this.setEmailIntentionExtract();else if(!1===e.data?.isComplete)this.getInformationProgress();else if(!0===e.data?.isComplete){this.isReplayIng=!1;const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`${this.$t("edm5.v37")}${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`${this.$t("edm5.v38")}${t.bankCardNumber}`),t.bankName&&n.push(`${this.$t("edm5.v39")}${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}}else this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(e.message)}catch(Rl){console.log(Rl),this.isReplayIng=!1}},async setEmailIntentionExtract(){try{const e=await ds(this.currentMail.id);"0"===e.code?this.getInformationProgress():(this.isReplayIng=!1,this.stopReplaySetInterval(),this.detail={quoteNumber:"",monetaryUnit:"",phoneNumber:"",shippingAddress:"",billingMessage:""},this.$message.error(e.message))}catch(Rl){console.log(Rl)}},getInformationProgress(){this.isReplayIng=!0,this.stopReplaySetInterval(),this.ReplayTimer=setInterval((async()=>{this.counter+=1;const e=await this.getAiKeyInformation();e&&(this.$emit("refreshPoint"),this.isReplayIng=!1,this.stopReplaySetInterval()),this.counter>=60&&(this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async getAiKeyInformation(){try{const e=await us(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`收款人:${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`卡号:${t.bankCardNumber}`),t.bankName&&n.push(`银行:${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}return e.data?.isComplete}return this.isReplayIng=!1,this.$message.error(e.message),!0}catch(Rl){return console.log(Rl),this.isReplayIng=!1,!0}},async addBloggerInfo(){const{quoteNumber:e,monetaryUnit:t,phoneNumber:n,shippingAddress:i,billingMessage:r}=this.detail;if(!e&&!n&&!i&&!r)return this.$message.error(this.$t("inboxDetail.aiTips2"));try{this.btnLoading=!0;const o=await ps({bloggerId:this.bloggerId,quote:e,contactWay:n,contactAddr:i,proceedsMsg:r,monetaryUnit:t});"0"===o.code?(this.close(),this.$message.success(this.$t("inboxDetail.infoSuccess"))):this.$message.error(o.message)}catch(Rl){console.log(Rl)}finally{this.btnLoading=!1}}}},Wu=Uu,qu=Ba(Wu,Vu,Hu,!1,null,"bddd0426",null),Yu=qu.exports,Gu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.isHasPlan?e.$t("inboxDetail.planTitle2"):e.$t("inboxDetail.planTitle1"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[e.isHasPlan?t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip2"))+" ")]):t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip1"))+" ")]),e.planOpts.length>0?t("div",{staticClass:"label"},[e._v(" "+e._s(e.$t("inboxDetail.choosePlan"))+" ")]):e._e(),t("div",{staticClass:"plan-box"},[0!==e.planOpts.length?[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",placeholder:e.$t("inboxDetail.planPlace"),clearable:""},model:{value:e.planId,callback:function(t){e.planId=t},expression:"planId"}},e._l(e.planOpts,(function(n,i){return t("el-option",{key:i,attrs:{label:n.name,value:n.planId,disabled:1===n.isAdd}},[t("span",{staticStyle:{float:"left"}},[e._v(e._s(n.name))]),1===n.isAdd?t("span",{staticStyle:{float:"right"}},[t("i",{staticClass:"el-icon-check"})]):e._e()])})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmPlan}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)]:[t("div",{staticClass:"no-datas"},[t("div",{staticClass:"no-data"},[e._v(e._s(e.$t("inboxDetail.noPlan2")))]),t("div",{staticClass:"create-btn",on:{click:e.goPlan}},[t("span",[e._v(e._s(e.$t("inboxDetail.createPlan")))]),t("i",{staticClass:"el-icon-right"})])])]],2)])])},Ku=[];function Xu(e){return wa("/edm/outboxV2/pageOutboxSingle",e)}function Zu(e){return wa("/edm/outboxV2/starOutbox",e)}function Ju(e){return wa("/edm/outboxV2/pageReply",e)}async function Qu(e){let t=await ba("/edm/outboxV2/delOutbox",e);return t}function ed(e){return wa("/edm/outboxV2/outboxV2Detail",e)}function td(e){return wa("/edm/outboxV2/outboxBloggerPage",e)}function nd(e){return wa("/edm/outboxV2/refreshOutboxCrm",e)}function id(e){return wa("/edm/outboxV2/comeGoBloggerPage",e)}function rd(e){return va(`/edm/outbox/withdraw/groupId/${e}`)}var od={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},planIdRel:{type:String,default:""},platform:{type:String,default:""},maxId:{type:[String,Number],default:""},bloggerId:{type:String,default:""},pageSource:{type:String,default:""},rowData:{type:Object,default:()=>({})},detailData:{type:Object,default:()=>({})}},data(){return{planId:"",planOpts:[],loading:!1}},computed:{isHasPlan(){return this.planIdRel&&"-1"!==this.planIdRel}},created(){this.planIdRel&&"-1"!==this.planIdRel&&(this.planId=Number(this.planIdRel)),this.getPlanList()},methods:{close(){console.log("okkk"),this.$emit("update:visible",!1)},getPlanList(){this.loading=!0,is({blogId:""}).then((e=>{"0"===e.code?this.planOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},confirmPlan(){if(console.log(this.planOpts),""!==this.planId)if("outboxDetail"!==this.pageSource){const e=this.isHasPlan?gs:ks,t=this.isHasPlan?{ids:[this.upbEsId],planId:this.planId}:{planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,replyUserId:this.detailData.userId};e(t).then((e=>{if(e&&"0"===e.code){this.$message({type:"success",message:`${this.$t("inboxDetail.planVal")}${this.isHasPlan?this.$t("inboxDetail.planMove"):this.$t("inboxDetail.planGL")}${this.$t("inboxDetail.success")}`});const e=this.planOpts.find((e=>e.planId===this.planId))?.name;vs({maxId:this.maxId,planId:this.planId,planName:e}).then((t=>{t&&"0"===t.code&&(this.$emit("change",this.planId,e),this.close())}))}else this.$message({type:"error",message:e.message})}))}else ks({planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,latestSendTime:this.detailData.sendTime}).then((e=>{if("0"==e.code){this.$message({type:"success",message:e.message,customClass:"custom-message"});const t=this.planOpts.find((e=>e.planId===this.planId))?.name;nd({id:this.rowData.id,outboxId:this.rowData.outboxId,planId:this.planId,planName:t}).then((e=>{e&&"0"===e.code&&(this.$emit("change",this.planId,t),this.close())}))}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}));else this.$message({type:"warning",message:this.$t("inboxDetail.planTips3"),customClass:"custom-message"})},goPlan(){this.close();const e=this.$router.resolve({path:"/plan"});window.open(e.href,"_blank")}}},ad=od,sd=Ba(ad,Gu,Ku,!1,null,"4fad5252",null),ld=sd.exports,cd=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.coopStatus"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{staticClass:"label"},[e._v(e._s(e.$t("inboxDetail.coopStatusTitle")))]),t("div",{staticClass:"plan-box"},[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",clearable:""},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},e._l(e.coopStatusList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.coopStatus,value:e.ccode}})})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirm}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)])])},ud=[],dd={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},coopStatus:{type:Number,default:""},planId:{type:[Number,String],default:""}},data(){return{status:"",coopStatusList:[{coopStatus:this.$t("inboxDetail.coop1"),ccode:0},{coopStatus:this.$t("inboxDetail.coop2"),ccode:1},{coopStatus:this.$t("inboxDetail.coop3"),ccode:6},{coopStatus:this.$t("inboxDetail.coop4"),ccode:2},{coopStatus:this.$t("inboxDetail.coop5"),ccode:3},{coopStatus:this.$t("inboxDetail.coop6"),ccode:4}],loading:!1}},created(){this.status=this.coopStatus},methods:{close(){this.$emit("update:visible",!1)},async confirm(){try{const e=await os({ids:[this.upbEsId],coopStatus:this.status,planId:this.planId});"0"==e.code?(this.$message.success("修改成功"),this.close(),this.$emit("change")):this.$message.error(e.message)}catch(Rl){console.log(Rl)}}}},hd=dd,pd=Ba(hd,cd,ud,!1,null,"23d89b7a",null),fd=pd.exports,md=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"快捷回复",visible:e.visible,width:"700px","append-to-body":"","custom-class":"email-ai-replay-dialog"},on:{close:e.close}},[t("div",{staticClass:"reply-box"},[t("div",{staticClass:"top"},[t("img",{staticClass:"icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v12")))])]),t("div",{staticClass:"content",domProps:{innerHTML:e._s(e.content)}}),t("div",{staticClass:"bottom"},[t("img",{attrs:{src:i(4643),alt:""}})])]),t("div",{staticClass:"footer"},[t("el-button",{staticClass:"reply-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn",attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.confirm}},[e._v("确认发送")])],1)])},gd=[],vd={props:{visible:{type:Boolean,default:!1},content:{type:String,default:""},loading:{type:Boolean,default:!1}},data(){return{}},created(){},methods:{close(){this.$emit("update:visible",!1)},confirm(){this.$emit("confirm")}}},yd=vd,bd=Ba(yd,md,gd,!1,null,"7627823c",null),wd=bd.exports,_d=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isFirstHidden,expression:"!isFirstHidden"}],staticClass:"ai-summary-container"},[t("div",{staticClass:"item-summary"},[t("div",{staticClass:"ai-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v6")))]),e.isSummaryIng?t("i",{staticClass:"el-icon-loading ai-loading",staticStyle:{"margin-left":"4px"}}):e._e(),t("i",{staticClass:"dss-iconfont icon-close",class:{notAllow:e.isSummaryIng},on:{click:e.closeSummary}})]),t("div",{staticClass:"ai-box",staticStyle:{"white-space":"pre-wrap"}},[e._v(" "+e._s(e.summaryInfo.summary)+" ")]),t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isSummaryIng,active:1===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(1,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.like")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isSummaryIng,active:2===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(2,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.unLike")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildSummary}},[e.isSummaryIng?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isSummaryIng?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("inboxDetail.stop")))]):t("span",[e._v(e._s(e.$t("inboxDetail.redo")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("inboxDetail.restPoint"))+":"+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("inboxDetail.aiRule"),isShowRule:!0}})],1),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip ai-intention-tooltip",content:e.$t("edm5.v8")}},[t("div",{staticClass:"keywords",staticStyle:{"margin-right":"12px"},on:{click:e.getEmailIntention}},[t("i",{staticClass:"dss-iconfont icon-guanjianziguanli"}),t("span",[e._v(e._s(e.$t("edm5.v7")))])])]),t("div",{staticClass:"reply"},[t("button",{staticClass:"reply-btn",on:{click:e.showAiReply}},[t("img",{attrs:{src:i(4075),alt:""}}),t("span",[e._v(e._s(e.$t("edm5.v9")))])])])],1)])])},Cd=[],xd={components:{Tooltip:Ou},props:{id:{type:Number,default:0},aiPoint:{type:Number,default:0},isRebuild:{type:Boolean,default:!1}},data(){return{isSummaryIng:!1,summaryInfo:{},isLike:0,SummaryTimer:null,aiSummaryCounter:0,isFirstHidden:!0}},watch:{isRebuild:{handler(e){e?this.rebuildSummary():this.getAiEmailSummary()},immediate:!0}},methods:{async getAiEmailSummary(){try{const e=await ss(this.id);"0"==e.code?null===e.data?.isComplete?(this.summaryInfo={},this.$emit("handleShow",this.id,!1),this.isFirstHidden=!0):e.data?.isComplete?(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.summaryInfo=e.data?.emailSummary||{}):(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.isSummaryIng=!0,this.createSummarySetInterval()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailSummaryProgress(e){try{const t=await ss(this.id);return"0"==t.code?(t.data?.isComplete&&(this.summaryInfo=t.data?.emailSummary||{},e&&(this.isSummaryIng=!1)),t.data?.isComplete):(this.$message.error(t.message),!0)}catch(Rl){return console.log(Rl),!0}},async rebuildSummary(){if(this.isFirstHidden=!1,this.isSummaryIng)this.stopSummarySetInterval(),this.isSummaryIng=!1;else{this.isLike=0;const e=await ls(this.id);"0"==e.code?(this.isSummaryIng=!0,this.createSummarySetInterval()):(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$message.error(e.message))}},createSummarySetInterval(){this.stopSummarySetInterval(),this.aiSummaryCounter=0,this.SummaryTimer=setInterval((async()=>{this.aiSummaryCounter+=1;const e=await this.getAiEmailSummaryProgress();e&&(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$emit("refreshAiPoint")),this.aiSummaryCounter>=60&&(this.isSummaryIng=!1,this.aiSummaryCounter=0,this.stopSummarySetInterval(),this.$message.error(this.$t("edm5.v11")),this.$emit("refreshAiPoint"))}),2e3)},stopSummarySetInterval(){this.SummaryTimer&&(clearInterval(this.SummaryTimer),this.SummaryTimer=null)},closeSummary(){if(this.isSummaryIng)return!1;this.summaryInfo={},this.isLike=0,this.$emit("handleShow",this.id,!1)},async evaluateAi(e,t){try{const n=this.summaryInfo.isLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"summarize"});"0"===i.code&&(this.getAiEmailSummaryProgress(),this.$message.success(this.$t("edm5.v10")))}catch(Rl){console.log(Rl)}},showAiReply(){this.$emit("showAiReply",this.summaryInfo)},getEmailIntention(){this.$emit("getEmailIntention")}}},Sd=xd,kd=Ba(Sd,_d,Cd,!1,null,"2ad67469",null),Ed=kd.exports,Ad=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,width:"900px","append-to-body":"","custom-class":"ai-replaying-dialog"},on:{close:e.close}},[t("div",{staticClass:"ai-title"},[1===e.step||2===e.step?t("img",{attrs:{src:i(5169),alt:""}}):e._e(),2===e.step?t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v12")))]):e._e(),3===e.step?t("div",{staticClass:"rule"},[t("i",{staticClass:"dss-iconfont icon-arrow",on:{click:e.backToOne}}),t("span",[e._v(e._s(e.$t("edm5.v13")))])]):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:1===e.step,expression:"step === 1"}],staticClass:"step-one"},[t("div",{staticClass:"summary-part"},[t("div",[t("img",{attrs:{src:i(9054),alt:""}})]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.summaryInfo.summary)+" ")])]),t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-input"},[t("el-input",{staticClass:"write-textarea",staticStyle:{"font-size":"14px"},attrs:{type:"textarea",rows:5,placeholder:e.$t("edm5.v14"),resize:"none"},model:{value:e.replyWords,callback:function(t){e.replyWords=t},expression:"replyWords"}})],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.aiRulesLoading,expression:"aiRulesLoading"}],staticClass:"write-example",attrs:{"element-loading-customclass":"ai-rule-loading","element-loading-spinner":"el-icon-loading","element-loading-text":e.$t("edm5.v15")}},[t("div",{staticClass:"example-title"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v13")))]),t("span",{staticClass:"others",on:{click:e.backToTree}},[e._v(e._s(e.$t("edm5.v16")))])]),0===e.aiRules.length?t("div",{staticClass:"no-rule"},[t("Empty")],1):e._l(e.aiRules,(function(n,i){return t("div",{key:i,staticClass:"example-item",on:{click:function(t){return e.toBuildAiReply(n)}}},[t("span",{staticClass:"icon"},[e._v(e._s(n.emoji))]),t("span",{staticClass:"txt"},[e._v(e._s(n.desc))])])}))],2)]),t("div",{staticClass:"footer"},[t("div",{staticClass:"footer-left"},[t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)],1),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.stepOneClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.loading,size:"small",type:"primary",disabled:e.aiRulesLoading},on:{click:e.stepOneConfirm}},[e._v(e._s(e.$t("edm5.v20")))])],1)])]),2===e.step?t("div",{staticClass:"step-two"},[t("ReplyContent",{attrs:{maxId:e.maxId,aiPoint:e.aiPoint,currentMail:e.currentMail,tone:e.tone,language:e.language,replyWords:e.replyWords,chooseRuleCode:e.chooseRuleCode},on:{refreshPoint:e.refreshPoint,changeStep:e.changeStep,finished:e.finished,toFullWrite:e.toFullWrite}})],1):e._e(),3===e.step?t("div",{staticClass:"step-three"},[t("el-tree",{staticClass:"ai-rule-tree",attrs:{"node-key":"scenario",accordion:"",data:e.list,props:e.defaultProps,"default-expanded-keys":[0]},on:{"node-click":e.toBuildAiReply}})],1):e._e()])},Dd=[],Od=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-content"},[t("div",{staticClass:"ai-result-part"},[t("div",{staticClass:"chinese language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v30")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContentCn)}})]),t("div",{staticClass:"split"}),t("div",{staticClass:"foreign language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v31",{value:e.language}))+")")]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContent)}})]),t("img",{staticClass:"email-icon",attrs:{src:i(4643),alt:""}})]),t("div",{staticClass:"footer"},[t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isReplying,active:1===e.feedLike},on:{click:function(t){return e.evaluateAi(1,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isReplying,active:2===e.feedLike},on:{click:function(t){return e.evaluateAi(2,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v33")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildReplay}},[e.isReplying?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isReplying?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.aiReplayBtnLoading,size:"small",type:"primary",disabled:e.isReplying},on:{click:e.confirm}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])},Td=[],Id={components:{Tooltip:Ou},props:{aiPoint:{type:Number,default:0},currentMail:{type:Object,default:()=>{}},tone:{type:String,default:""},language:{type:String,default:""},replyWords:{type:String,default:""},chooseRuleCode:{type:[String,Number],default:""},maxId:{type:[String,Number],default:""}},data(){return{isReplying:!1,replayInfo:{},feedLike:0,aiReplayCounter:0,ReplayTimer:null,aiReplayBtnLoading:!1}},created(){this.buildAiReply()},methods:{async buildAiReply(){try{const e=await xs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"===e.code?this.getAiEmailReplay():this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailReplay(){try{const e=await cs(this.currentMail.id);"0"==e.code?e.data?.isComplete?this.replayInfo=e.data?.smartReply||{}:(this.isReplying=!0,this.createReplaySetInterval()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailReplayProgress(){try{const e=await cs(this.currentMail.id);return"0"==e.code?(e.data?.isComplete&&(this.replayInfo=e.data?.smartReply||{}),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},createReplaySetInterval(){this.stopReplaySetInterval(),this.aiReplayCounter=0,this.ReplayTimer=setInterval((async()=>{this.aiReplayCounter+=1;const e=await this.getAiEmailReplayProgress();e&&(this.$emit("refreshPoint"),this.isReplying=!1,this.stopReplaySetInterval()),this.aiReplayCounter>=60&&(this.isReplying=!1,this.aiReplayCounter=0,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async rebuildReplay(){if(this.isReplying)this.stopReplaySetInterval(),this.isReplying=!1;else{const e=await xs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"==e.code?(this.isReplying=!0,this.feedLike=0,this.createReplaySetInterval()):(this.isReplying=!1,this.stopReplaySetInterval(),this.$message.error(e.message))}},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async evaluateAi(e,t){try{const n=this.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"reply"});"0"===i.code&&(this.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5")))}catch(Rl){console.log(Rl)}},close(){this.stopReplaySetInterval(),this.$emit("changeStep",1)},confirm(){this.$emit("toFullWrite",this.replayInfo.replyContent,this.replayInfo.id)}}},Pd=Id,Fd=Ba(Pd,Od,Td,!1,null,"ba5a8f8c",null),Md=Fd.exports,Bd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"empty-contain",style:{...e.currentStyle}},[t("img",{attrs:{src:i(3442),alt:""}}),t("p",[e._v(e._s(e.tips||"暂无数据"))])])},Nd=[],Rd={props:["currentStyle","tips"]},$d=Rd,jd=Ba($d,Bd,Nd,!1,null,"37b97e56",null),Ld=jd.exports,zd={props:{visible:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},aiPoint:{type:Number,default:0},summaryInfo:{type:Object,default:()=>{}},currentMail:{type:Object,default:()=>{}},maxId:{type:[String,Number],default:""}},components:{Tooltip:Ou,Empty:Ld,ReplyContent:Md},data(){return{step:1,replyWords:"",languageList:[],toneList:[],language:"英文",tone:"友好的",isReplying:!1,defaultProps:{children:"children",label:"desc"},list:[],aiRulesCounter:0,aiRulesLoading:!0,aiRulesInfo:{children:[{},{},{}]},RulesTimer:null,chooseRuleCode:""}},computed:{aiRules(){return this.aiRulesInfo&&this.aiRulesInfo.children?this.aiRulesInfo.children:[]}},created(){this.getAiRules(),this.getLanguages(),this.getTones()},beforeDestroy(){this.stopRulesSetInterval()},mounted(){this.initAi()},methods:{initAi(){this.buildAiRules()},async getAiRules(){try{const e=await bs();"0"===e.code&&(this.list=JSON.parse(e.data),this.handleRules())}catch(Rl){console.log(Rl)}},async buildAiRules(){try{const e=await ys(this.currentMail.id);"0"===e.code?this.getAiReplyTips():(this.$message.error(e.message),this.aiRulesLoading=!1)}catch(Rl){this.aiRulesLoading=!1,console.log(Rl)}},async getAiReplyTips(){try{const e=await ws(this.currentMail.id);if("0"===e.code)if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}else this.aiRulesLoading=!0,this.createRulesSetInterval();else this.stopRulesSetInterval(),this.$message.error(e.message),this.aiRulesLoading=!1}catch(Rl){console.log(Rl),this.stopRulesSetInterval(),this.aiRulesLoading=!1}},createRulesSetInterval(){this.stopRulesSetInterval(),this.aiRulesCounter=0,this.RulesTimer=setInterval((async()=>{this.aiRulesCounter+=1;const e=await this.getAiRulesProgress();e&&(this.aiRulesLoading=!1,this.stopRulesSetInterval()),this.aiRulesCounter>=60&&(this.aiRulesLoading=!1,this.aiRulesCounter=0,this.stopRulesSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRulesProgress(){try{const e=await ws(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}return e.data?.isComplete}return this.$message.error(e.message),this.aiRulesLoading=!1,!0}catch(Rl){return console.log(Rl),!0}},stopRulesSetInterval(){this.RulesTimer&&(clearInterval(this.RulesTimer),this.RulesTimer=null)},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async getTones(){try{const e=await Cs();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},getEmojiByNum(){const e=["😄","🎉","🌟","🎯","💰","🔮","🛍️","🎁","💬","💭"],t=Math.floor(10*Math.random());return e[t]},getUpByNum(e){const t={1:"一",2:"二",3:"三",4:"四",5:"五",6:"六"};return t[e]||e},handleRules(){this.list=this.list.map((e=>{if(e.children){const t=e.children.map(((e,t)=>({...e,order:t+1})));return{...e,children:t}}return e})),this.handleRulesLoop(this.list)},handleRulesLoop(e){for(let t in e){const n=e[t];n.children?(1===n.level&&(n.desc=this.getUpByNum(n.phase+1)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc),this.handleRulesLoop(n.children)):(1===n.level&&(n.desc=this.getUpByNum(n.phase)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc))}},toBuildAiReply({code:e}){if(null===e||""===e||void 0===e)return!1;this.chooseRuleCode=e,this.aiRulesLoading=!1,this.step=2},close(){this.$emit("update:visible",!1)},stepOneConfirm(){if(!this.replyWords)return this.$message.error(this.$t("edm5.v29"));this.chooseRuleCode="",this.stopRulesSetInterval(),this.aiRulesLoading=!1,this.step=2},stepOneClose(){this.stopRulesSetInterval(),this.close()},backToOne(){this.step=1},backToTree(){this.step=3},changeStep(e){this.step=e},refreshPoint(){this.$emit("refreshPoint")},finished(){this.$emit("finished"),this.close()},toFullWrite(e,t){this.$emit("fullWrite",e,t)}}},Vd=zd,Hd=Ba(Vd,Ad,Dd,!1,null,"394b0cd6",null),Ud=Hd.exports,Wd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"tag-column"},[t("div",{directives:[{name:"tagOverFlow",rawName:"v-tagOverFlow",value:{data:e.tagObj,maxWidth:e.maxWidth-25},expression:"{ data: tagObj, maxWidth: maxWidth - 25 }"}],staticClass:"row-tags"},[e._l(e.tagObj.list.slice(0,e.tagObj.showNum),(function(n){return t("span",{staticClass:"tag"},[e._v(e._s(n))])})),e.tagObj.showNum!==e.tagObj.list.length?t("el-tooltip",{attrs:{value:!1,placement:"top","popper-class":"blogger-tags-popper wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"tooltip-box"},e._l(e.tagObj.list,(function(n){return t("span",{staticClass:"tag"},[e._v(e._s(n))])})),0)]),t("div",{staticClass:"tag",staticStyle:{"margin-left":"8px",cursor:"pointer"}},[e._v("···")])]):e._e()],2),0===e.tagObj.list.length?t("div",{staticClass:"empty"},[e._v("-")]):e._e()])},qd=[],Yd={props:{tags:{type:Array,default:()=>[]},maxWidth:{type:Number,default:300}},data(){return{tagObj:{showNum:0,list:[]}}},directives:{tagOverFlow:{inserted(e,t){const{data:n,maxWidth:i}=t.value;n.showNum=n.list.length||0,e.clientWidth>i&&(n.showNum=n.showNum-1)},componentUpdated(e,t){const{data:n,maxWidth:i}=t.value;e.clientWidth>i&&(n.showNum=n.showNum-1)}}},watch:{tags:{deep:!0,handler(e){e&&!!e.length>0?this.handleTag(e):(this.tagObj.showNum=0,this.list=[])},immediate:!0}},methods:{handleTag(e){e&&Array.isArray(e)&&(this.tagObj.showNum=e.length,this.tagObj.list=[...e])}}},Gd=Yd,Kd=Ba(Gd,Wd,qd,!1,null,"12212717",null),Xd=Kd.exports,Zd=i(1930),Jd=i.n(Zd),Qd={name:"edm-inboxDetail",components:{AddTagsDialog:ol,Tooltip:Ou,EmailBox:Bu,SimpleReplay:zu,EmailIntention:Yu,EmailPlan:ld,CoopStatus:fd,EmailRely:wd,AiSummary:Ed,AiReply:Ud,TagColumn:Xd},props:{goBackUrl:{type:String,default:"/inbox"},mailId_inbox:{type:String,default:""},chatId_inbox:{type:String,default:""},blogDetailUrl:{type:String,default:"/blogDetail"},crmGrayUser:{type:Boolean,default:!1}},filters:{coopStatusFilter(e){return vu.find((t=>t.ccode===e))?.coopStatus||mu.t("inboxDetail.empty")}},data(){return{bloggerInfo:{},bloggerInfoRest:{},primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",maxId:"",id:this.mailId_inbox,chatId:this.chatId_inbox,mailId:this.mailId_inbox,popularizePlanId:this.$route.query.popularizePlanId,popularizePlanName:this.$route.query.popularizePlanName,mailData:"",mailTaglist:[],tags:[],mailTags:[],mailList:[],isShowSettag:!1,selectedTags:[],tagList:[],isShowReply:!1,fileList:[],isSubmit:!1,optList:[],aiOpen:!1,showSimpleReplay:!1,intentionVisible:!1,planVisible:!1,coopStatusVisible:!1,emailRelyVisible:!1,isOpenAi:!1,summaryInfo:{},aiPoint:0,replayInfo:{},aiFeed:{single_invitation:0,summarize:0},aiReplayBtnLoading:!1,timer:null,mailLoading:!1,aiRelyVisible:!1,currentMail:{},searchForm:{},tableData:[],checkEmailIndex:null,bloggerJobInfo:{},isShowAiAgent:!1}},computed:{isHasAi(){const e=Array.isArray(this.mailList)&&this.mailList.length>0&&1==this.mailList[0]?.type;return this.isOpenAi&&e||!0}},watch:{isHasAi(e){}},async created(){this.getInboxList(),this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus(),this.isOpenAiSetting(),this.getAiPoint(),this.getJobIdByBloggerId(),this.getAiAgentShow()},destroyed(){},methods:{getAiAgentShow(){Ms({sceneId:1}).then((e=>{"0"===e.code&&(this.isShowAiAgent=e.data)}))},getJobIdByBloggerId(){Fs({bloggerId:this.mailData.bloggerId,chatId:this.chatId}).then((e=>{"0"==e.code&&(this.bloggerJobInfo=e.data||{})}))},showAiSetting(){this.$emit("showAiSetting",this.bloggerInfo,this.bloggerJobInfo)},handleCommand(e){"a"===e?this.openPlan():this.changeCoopStatus()},async pageInit(){console.log(this.checkEmailIndex),this.id=this.tableData[this.checkEmailIndex].id,this.chatId=this.tableData[this.checkEmailIndex].chatId,this.mailId=this.tableData[this.checkEmailIndex].mailId,this.maxId=this.tableData[this.checkEmailIndex].maxId,this.popularizePlanId=this.tableData[this.checkEmailIndex].popularizePlanId,this.popularizePlanName=this.tableData[this.checkEmailIndex].popularizePlanName,this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},getInboxList(){localStorage.getItem("searchFormInbox")&&(this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox")),La({...this.searchForm,sentMail:0===this.searchForm.sentMail?0:"",email:this.searchForm.sentMail?this.searchForm.sentMail:""}).then((e=>{e?(this.tableData=e.rows,this.tableData.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError"))})))},handleAddFavorites(){this.$emit("AddFavorites",{besId:this.mailData.bloggerId})},changeCoopStatus(){this.bloggerInfo.planId&&"-1"!=this.bloggerInfo.planId?this.coopStatusVisible=!0:this.$message({type:"warning",message:"请先关联推广计划",customClass:"custom-message"})},async getCrmInfo(){try{const e=await rs(this.maxId);"0"===e.code&&(this.bloggerInfo=e.data||{},this.getBloggerDetails(e.data.bloggerId),this.getBloggerGmv(e.data.bloggerId),"-1"==e.data.planId||"null"==e.data.planId?this.optList=[{icon:"icon-caidan-kehudangan",name:mu.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-hezuoneirong",name:mu.t("inboxDetail.menu3"),key:"content",activeName:"6"}]:this.optList=Object.freeze(gu))}catch(Rl){console.log(Rl)}},async getBloggerDetails(e){if(!e)return!1;try{const e=await Is({inboxId:this.$route.query.id});"0"===e.code&&(this.bloggerInfoRest=e.data||{})}catch(Rl){console.log(Rl)}},async isOpenAiSetting(){return this.isOpenAi=!0,!1},getAiInit(){},async getAiPoint(){this.aiPoint=await Js()},clickHandle(e,t){console.log(e),this.$emit("showFn",e,t,this.bloggerInfo)},goBack(){this.$router.push({path:localStorage.getItem("currentPath"),query:{isdetail:!0}})},initDetail(){this.getMailDetailById(),this.isShowSettag=!1},async initTags(){const e=await Ja();e&&(this.mailTaglist=e,e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})})),this.mailTaglist=e)},handleAddTag(){this.initTags()},initTagList(){this.initTags()},async getMailDetailById(){if(this.id){const e=await Ga(this.id);if(e&&(this.handleTagData(e),this.mailData=e,this.maxId=e.maxId,e.tag)){this.mailTags=[];let t=e.tag.split(",");t.forEach((e=>{let t=this.mailTaglist.find((t=>t.tag===e));t&&this.mailTags.push(t)}))}}},getMailGroup(){this.mailLoading=!0,Ka(this.chatId).then((e=>{e&&(e.map(((e,t)=>{e.uid=t+1e4,e.isExpand=0===t,e.attachment||(e.attachment=[]),e.isShowFull=!0,e.isOut=!1,2===e.type&&(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/koc_default_man.png"),1===e.type&&(e.bloggerAvatar&&""!==e.bloggerAvatar||(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/defaultUser.svg",e.isOut=!0)),e.isShowSummary=!0,e.isRebuild=!1})),console.log(e),this.mailList=e,this.mailLoading=!1)})).catch((e=>{this.mailLoading=!1})).finally((()=>{this.mailLoading=!1}))},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/This email was sent to(.*?)from this list/g,"").replace(/\(http\:\/\/mandrillapp.com(.*?)\)/g,"")),e},delHtmlTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp("&nbsp;","g")," "),e},imgClick(e){if(1===e.type){if(e.isOut)return;this.$emit("toBloggerDetail",e)}},delOneMail(e){this.$confirm(this.$t("inboxDetail.confirmContent"),this.$t("inboxDetail.tip"),{confirmButtonText:this.$t("inboxDetail.confirm"),cancelButtonText:this.$t("inboxDetail.cancel"),type:"warning"}).then((()=>{Xa({id:e.id,type:e.type}).then((e=>{e&&(this.$message({message:this.$t("inboxDetail.delSuccess"),type:"success",duration:1500}),this.initTags(),this.getMailGroup())}))}),(()=>{}))},delFile(e){this.fileList.splice(e,1)},handleTagData(e){if(this.tagList=[],e.tag&&e.tagColor&&""!==e.tag&&""!==e.tagColor){let t=e.tag.split(","),n=e.tagColor.split(",");t.length!==n.length?this.tagList.push({tag:this.$t("inboxDetail.tagError"),tag_color:"#777"}):t.forEach(((e,t)=>{this.tagList.push({tag:e,tag_color:n[t]})}))}},delTag(e){const t=this.tagList.filter((e=>!!e.tag))||[];let n=[];t.length>1&&(n=t.filter((t=>t.tag!==e.tag)).map((e=>({tag:e.tag,tagColor:e.tag_color})))),this.updateTag(n,!0)},setReadstatus(){let e={read:2,chatId:[this.chatId]};Ua(e).then((e=>{e||this.$message({type:"error",message:this.$t("inboxDetail.mailError"),duration:1500})}))},showReply(e){if(this.isShowReply){localStorage.setItem("mailReply",JSON.stringify(e)),"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let t=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"";if(this.crmGrayUser){const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&popularizePlanName=${this.$route.query.popularizePlanName}`});window.open(n.href,"_blank")}else{const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&taskId=${this.$route.query.taskId}&taskName=${this.$route.query.taskName}`});window.open(n.href,"_blank")}}},async showReplyNew(e=!1,t=void 0){const n=await this.checkEmailOwner();if(!n)return!1;if(this.mailList.length>0){let n=this.mailList,i=this.mailList.filter((e=>1===e.type));if(console.log("最新回复list",n),console.log("type 1的list",i),n.length>0&&i.length>0){"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let i=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"",r=`/inboxReply?replyId=${this.maxId}&chatId=${this.chatId}&popularizePlanId=${i}&popularizePlanName=${this.$route.query.popularizePlanName}&replyContentId=${n[0].id}`;e&&(r+="&isSimple=true"),t&&(r+=`&aiId=${t}`),console.log("-----",r);const o=this.$router.resolve({path:r});window.open(o.href,"_blank")}}},fullWrite(e,t=void 0){console.log(e),console.log(t),localStorage.setItem("simpleWiteTxt",e||""),this.showReplyNew(!0,t)},skipBlogDetail(e,t){this.$emit("toBloggerDetail",t)},downFile(e){Ys(e.link,e.name)},async simpleReplay(){const e=await this.checkEmailOwner();if(!e)return!1;this.showSimpleReplay=!0},toggleEmailExpand(e){this.mailList=this.mailList.map((t=>({...t,isExpand:e.id===t.id&&!t.isExpand,isShowFull:!0})))},toggleFullContent(e){this.mailList=this.mailList.map((t=>({...t,isShowFull:e.id===t.id&&!t.isShowFull})))},async getEmailIntention(e){this.currentMail=e,this.intentionVisible=!0},openPlan(){this.planVisible=!0},toBloggerDetail(e,t){if(!e)return!1;this.$emit("toBloggerDetail",t)},openAiSummary(e){const t=this.mailList.findIndex((t=>t.id===e));if(t>-1){if(this.mailList[t]?.isShowSummary)return!1;this.$set(this.mailList,t,{...this.mailList[t],isShowSummary:!0,isRebuild:!0})}},showAiReplay(e){if(!e)return this.$message.error(this.$t("inboxDetail.tip3"));this.emailRelyVisible=!0},async handleAiReplay(e,t){if(!e)return!1;this.aiReplayBtnLoading=!0,ns({replyIds:[this.maxId],content:e,sendEntryKey:"aiReply"}).then((e=>{if("0"===e.code){const n=Array.isArray(e.data)&&e.data.length>0?e.data[0]:void 0;this.$message.success(this.$t("inboxDetail.tips4")),hs({aiEmailId:t,writeId:n}),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getMailGroup()}),500)}else this.aiReplayBtnLoading=!1,this.$message.error(e.message)})).catch((e=>{console.log(e),this.aiReplayBtnLoading=!1})).finally((()=>{this.aiReplayBtnLoading=!1}))},async getEvaluateAi(){try{const e=await ms(this.maxId);"0"===e.code?e.data.forEach((e=>{"single_invitation"===e.aiScene&&(this.aiFeed.single_invitation=e.isLike),"summarize"===e.aiScene&&(this.aiFeed.summarize=e.isLike)})):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async evaluateAi(e,t,n){try{const i=this.aiFeed[e]===t?0:t,r=await fs({historyId:n,isLike:i,aiScene:e});"0"===r.code&&(this.getEvaluateAi(),this.$message.success(this.$t("inboxDetail.tips5")))}catch(Rl){console.log(Rl)}},handleSummaryShow(e,t){const n=this.mailList.findIndex((t=>t.id===e));n>-1&&this.$set(this.mailList,n,{...this.mailList[n],isShowSummary:t})},showAiReply(e,t){this.currentMail=e,this.summaryInfo=t,this.aiRelyVisible=!0},async checkEmailOwner(){try{const e=await Ss({inboxId:this.id});return"0"===e.code?!!e.data||(this.$message.error(this.$t("edm5.v5")),!1):(this.$message.error(e.message),!1)}catch(Rl){return console.log(Rl),!1}},changeEmailPlan(e,t){this.$router.push({query:Jd()(this.$route.query,{popularizePlanId:e||-1,popularizePlanName:t||""})}),this.getCrmInfo()},addTagsStart(){this.selectedTags=this.tagList&&Array.isArray(this.tagList)?this.tagList.filter((e=>!!e.tag)).map((e=>e.tag)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Za({mailId:this.id,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.getMailDetailById())}catch(Rl){}},async getBloggerGmv(e){try{const t=await _l({code:"adsTkStatsBloggerBaseService",data:{sqlManager:"dataService",param:{bEsId:e,dimDate:"30d"}}});"0"===t.code&&this.$set(this.bloggerInfoRest,"gmv30d",t.data[0]?.gmv||"-")}catch(Rl){console.log(Rl)}}}},eh=Qd,th=Ba(eh,hl,pl,!1,null,"27365197",null),nh=th.exports,ih=function(){var e=this,t=e._self._c;return t("div",{ref:"pageContainer",staticClass:"page-container-write"},[t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-container"},[t("div",{staticClass:"write-wrap"},["AIinvitePlan"!==e.pageFrom?t("div",{staticClass:"form-item mb12"},[t("span",{on:{click:e.test}},[e._v(e._s(e.$i18n.t("writeMail.receiver")))]),t("div",{staticClass:"edm-input-container"},[e.isSpreadAddress?e._e():e._l(e.addresseeArr.slice(0,5),(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})),e.isSpreadAddress?e._l(e.addresseeArr,(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})):e._e(),e.addresseeArr.length?t("p",{staticClass:"edm-tag-dot"},[e._v(" "+e._s(e.addresseeArr.length>9999?e.addresseeArr.length+"+":e.addresseeArr.length)+" ")]):e._e(),e.addresseeArr.length>5?t("div",{staticClass:"edm-tags-action",on:{click:function(t){e.isSpreadAddress=!e.isSpreadAddress}}},[e._v(" "+e._s(e.isSpreadAddress?`- ${e.$i18n.t("writeMail.retract")}`:`+ ${e.$i18n.t("writeMail.other")}`+(e.addresseeArr.length-5)+`${e.$i18n.t("writeMail.person")}`)+" ")]):e._e()],2),e.isReply||e.isMultiReply||"payStatusDetail"===e.$route.query.pageFrom?e._e():t("el-button",{staticClass:"edit-btn",attrs:{loading:e.editBloggerLoading},on:{click:e.toEditBlogger}},[e._v(e._s(e.$t("edm5.v58")))])],1):e._e(),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"form-item"},[t("span",{staticClass:"email-label"},[e._v(" "+e._s(e.$t("edm5.v55"))+" "),t("Tooltip",{staticClass:"label-tooltip",attrs:{content:e.$t("edm5.v57"),isShowRule:!1}})],1),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),e.mailList.length>1?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}}):e._e()])})),0),!e.isReply&&!e.isMultiReply&&e.mailList.length<5?t("div",{staticClass:"email-add",on:{click:function(t){return e.toAddEmail()}}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()])]),t("div",{staticClass:"email-container",staticStyle:{position:"relative"}},[e._l(e.mailList,(function(n){return t("div",{key:n.id,staticClass:"email-main"},[t("ContentBox",{directives:[{name:"show",rawName:"v-show",value:n.active,expression:"mail.active"}],attrs:{editorHeight:e.editorHeight+e.editorHeightMore,form:n,replyInfo:e.replyInfo,isDraft:!!e.draftId,isOuterBox:!!e.outboxId,isReply:e.isReply,isMultiReply:e.isMultiReply,aiPoint:e.aiPoint},on:{handleOptimize:e.handleOptimize,expandEditor:e.expandEditor}})],1)})),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],2),t("div",{staticClass:"form-item cards"},[t("span",{staticStyle:{"white-space":"normal"}},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" ")]),t("div",{staticClass:"cards-content"},[t("Draggable",{staticClass:"cards-draggable",attrs:{"chosen-class":"email-chosen","force-fallback":"true",group:"list",animation:"500",handle:".card-wrap","ghost-class":"ghost"},model:{value:e.cardsArr,callback:function(t){e.cardsArr=t},expression:"cardsArr"}},[t("transition-group",{staticStyle:{display:"flex","align-items":"center"}},e._l(e.cardsArr,(function(n,r){return t("div",{key:r,staticClass:"card-wrap"},[t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("el-image",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"product-platform"},[0==n?t("img",{staticClass:"platform-img",attrs:{src:i(4321)}}):e._e(),1==n?t("img",{staticClass:"platform-img",attrs:{src:i(634)}}):e._e(),2==n?t("img",{staticClass:"platform-img",attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(" "+e._s(n)+" ")])})),0),t("span",{staticClass:"more-types"},[e._v("···")])]):e._e()],2),t("div",{staticClass:"card-delete",on:{click:function(t){return e.deleteItem(r)}}},[t("i",{staticClass:"el-icon-delete"})])],1),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(e._s(n.nameEn||"—"))]),t("div",{staticClass:"product-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")])]),t("div",{staticClass:"card-bottom",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("div",{staticClass:"price"},[t("span",[e._v(" "+e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2))+" ")]),e._v(" /per ordered item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.skipApply(n.id)}}},[e._v(" Apply ")])],1)])])})),0)],1),0==e.cardsArr.length?t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("img",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:"https://m.media-amazon.com/images/I/616058e2AYL._AC_SL1360_.jpg"}}),e._m(0),t("p",{staticClass:"flag"},[t("i",{staticClass:"el-icon-s-opportunity",staticStyle:{"padding-right":"6px"}}),e._v(" "+e._s(e.$i18n.t("productCard.example"))+" ")])]),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(" "+e._s("Lenovo Thinkpad X500 Blueto…")+" ")]),t("div",{staticClass:"product-price"},[e._v("Price:"+e._s("$49.93"))]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s("10")+"% ")])]),t("div",{staticClass:"card-bottom"},[e._m(1),t("el-button",{attrs:{type:"primary",size:"small"}},[e._v("Apply")])],1)]):e._e(),t("div",{staticClass:"add-card",on:{click:e.addProduct}},[t("i",{staticClass:"el-icon-plus"}),t("p",[e._v(e._s(e.$i18n.t("productCard.add_product_card")))])])],1)])]),t("div",{staticClass:"operate-wrap"},[t("div",{staticClass:"operate-left"},[e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-mail"},[t("div",{staticClass:"operate-set",on:{click:()=>{e.isCheckType=!1,e.showChooseMail=!0}}},[t("i",{staticClass:"el-icon-s-tools"}),t("span",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("setMail.Sending_settings"))+" ")])]),t("div",{staticClass:"current-set"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},["WOTOMAIL"===e.sendType?t("span",[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):t("span",[e._v(e._s(e.email))])]),"WOTOMAIL"===e.sendType?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):t("span",{staticClass:"current-email"},[e._v(e._s(e.email))])])],1)]),e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-nickname"},[t("div",{staticClass:"set-btn",on:{click:function(t){e.settingNicknameVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-nickname"}),t("span",[e._v(e._s(e.$t("edm5.v61")))])]),e.nickName?t("span",{staticClass:"set-value"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.nickName)+" ")]),t("span",{staticClass:"current-nickName"},[e._v(e._s(e.nickName))])])],1):e._e()])]),"AIinvitePlan"==e.pageFrom?t("div",{staticClass:"operate-right"},[t("el-button",{staticClass:"double-btn save_btn",attrs:{disabled:e.loading},on:{click:e.saveInviteEmail}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 保存 ")])],1):t("div",{staticClass:"operate-right"},[e.isReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.saveMailTemplate}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 存为模版 ")]),0!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){e.isShowSave=!1,e.saveDraft(!0)}}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("writeMail.save_draft"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.cancelDelaySend}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle_timer"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){return e.sendTime(e.rowTime)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.save"))+" ")]),e.isMultiReply?e._e():t("el-button",{staticClass:"double-btn",attrs:{disabled:e.loading,loading:e.loading}},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v62"),placement:"top"}},[t("div",{staticClass:"text",on:{click:e.send}},[e._v(e._s(e.$t("edm5.v63")))])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v64"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.showDelayedTx}},[t("img",{staticClass:"img",attrs:{src:i(9717)}})])])],1),e.isMultiReply?t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading,loading:e.loading},on:{click:e.multiSendNow}},[e._v(" "+e._s(e.$i18n.t("writeMail.send_now"))+" ")]):e._e()],1)])]),t("div",{staticClass:"write-aside"},[t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.aiMailVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-ai1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v65")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","aiBar")}}},[t("i",{staticClass:"dss-iconfont icon-ai2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v66")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("6")}}},[t("i",{staticClass:"dss-iconfont icon-ai3"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v67")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("7")}}},[t("i",{staticClass:"dss-iconfont icon-ai4"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v68")))])])]),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("img",{staticClass:"icon",attrs:{src:i(9954),alt:""}}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v69")))])])]),t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.mailTemplateDrawerVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-temp2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v70")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","variableBar")}}},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v71")))])])]),t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("i",{staticClass:"icon dss-iconfont icon-side1"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v72")))])])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.signTextDrawerVisible=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side2"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v73")))])]),t("div",{staticClass:"aside-item",on:{click:e.isShowProductDrawerEvt}},[t("i",{staticClass:"icon dss-iconfont icon-side3"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v74")))])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.isShowProductFormDrawer=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side4"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v75")))])])],1)]),e.signTextDrawerVisible?t("SignTextDrawer",{attrs:{visible:e.signTextDrawerVisible},on:{"update:visible":function(t){e.signTextDrawerVisible=t},setMailSign:e.setMailSign}}):e._e(),e.mailTemplateDrawerVisible?t("MailTemplateDrawer",{attrs:{userId:e.userId,visible:e.mailTemplateDrawerVisible},on:{"update:visible":function(t){e.mailTemplateDrawerVisible=t},setMailTemplate:e.setMailTemplate}}):e._e(),e.isShowDelayed?t("delayed-tx",{ref:"delayedTxRef",attrs:{"is-show":e.isShowDelayed,rowTime:e.rowTime},on:{affirm:e.sendTime,close:function(t){e.isShowDelayed=!1}}}):e._e(),e.isShowNotice&&"AIinvitePlan"!==e.pageFrom?t("send-notice",{attrs:{isShow:e.isShowNotice},on:{closeNotice:e.closeNoticeEvt}}):e._e(),e.isShowLimit?t("send-limit",{attrs:{isShow:e.isShowLimit,totalSendNum:e.totalSendNum,restSendNum:e.restSendNum},on:{closeLimit:function(t){e.isShowLimit=!1}}}):e._e(),e.isShowCheck?t("check-mail",{attrs:{isShow:e.isShowCheck,reContactNum:e.reContactList.length,riskNum:e.riskList.length,cooperatedNum:e.cooperatedList.length,filterBloggerArr:e.filterBloggerArr,checkEmails:e.checkEmails,isSendSuccess:e.isSendSuccess,isReply:e.isReply,totalNum:e.totalNum,checkLoading:e.checkLoading},on:{closeCheck:e.closeCheckEvt,skipToOut:e.skipToOut,selfSend:e.selfSend,openAutoJump:function(t){e.isSelfClick=!1},updateFilterBloggerArr:e.updateFilterBloggerArr}}):e._e(),e.showChooseMail?t("chooseMailNew",{attrs:{isShow:e.showChooseMail,currentRadio:e.currentRadio,currentEnv:e.currentEnv,currentRadioId:e.bizId,currentSendType:e.sendType,isCheckType:e.isCheckType,userId:e.userId,addresseeArrLength:e.addresseeArr.length,totalSendNum:e.totalSendNum},on:{toGuide:e.toGuide,closeChooseMail:e.closeChooseMail,updateCurrentEmail:e.updateCurrentEmail,openCheckNext:e.openCheckNext}}):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{isShowProductDrawer:e.isShowProductDrawer},on:{setProduct:e.setProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),e.isShowProductFormDrawer?t("product-form-drawer",{attrs:{isShowProductFormDrawer:e.isShowProductFormDrawer,currentEnv:e.currentEnv},on:{setProductFormLink:e.setProductFormLink,closeProductFormDrawer:function(t){e.isShowProductFormDrawer=!1}}}):e._e(),e.isShowProductCardDrawer?t("product-cards-drawer",{attrs:{isShowProductCardDrawer:e.isShowProductCardDrawer},on:{addProductCard:e.addProductCard,closeProductCardDrawer:function(t){e.isShowProductCardDrawer=!1}}}):e._e(),!e.aiMailVisible||e.isReply||e.isMultiReply?e._e():t("AiMailDialog",{attrs:{visible:e.aiMailVisible,aiPoint:e.aiPoint},on:{"update:visible":function(t){e.aiMailVisible=t},refreshPoint:e.getAiPoint,applyEmails:e.applyEmails}}),e.mailOptimizeDrawerVisible?t("MailOptimizeDrawer",{attrs:{visible:e.mailOptimizeDrawerVisible,aiPoint:e.aiPoint,type:e.aiOptimizeType,originSubject:e.aiOptimizeOriginSubject,originContent:e.aiOptimizeOriginContent},on:{"update:visible":function(t){e.mailOptimizeDrawerVisible=t},applyEmail:e.applyEmail,refreshPoint:e.getAiPoint}}):e._e(),e.settingNicknameVisible?t("SettingNickName",{attrs:{nickNameDefault:e.nickName,visible:e.settingNicknameVisible},on:{"update:visible":function(t){e.settingNicknameVisible=t},updateNickName:t=>e.nickName=t}}):e._e(),e.saveMailTempDialogVisible?t("saveMailTempDialog",{attrs:{tempProductCard:e.tempProductCard,mailTempList:e.mailList,visible:e.saveMailTempDialogVisible},on:{"update:visible":function(t){e.saveMailTempDialogVisible=t},setMailTempHandle:e.setMailTempHandle}}):e._e()],1)},rh=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"card-tags"},[t("div",{staticClass:"product-platform"},[t("img",{staticClass:"platform-img",attrs:{src:i(634)}})]),t("span",[e._v("Teach")]),t("span",[e._v("Lifestyle")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"price"},[t("span",[e._v("$4.98")]),e._v(" /per ordered item ")])}],oh=(i(1148),i(3579),i(7642),i(8004),i(3853),i(5876),i(2475),i(5024),i(1698),function(){var e=this,t=e._self._c;return t("div",{staticClass:"body mb24",domProps:{innerHTML:e._s(e.filterBaseTag(e.body))}})}),ah=[],sh={props:{content:{default:"",type:String}},data(){return{body:this.content}},methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e}}},lh=sh,ch=Ba(lh,oh,ah,!1,null,"344d58de",null),uh=ch.exports;function dh(e){return va(`/edm/draftsV2/draftV2Detail/${e}`)}function hh(e){return wa("/edm/outboxV2/againInvite",e)}function ph(e){return va("/edm/qiye/getUserRegisters",e)}function fh(e){return va("/edm/qiye/getTemplates",e)}function mh(e){return wa("/edm/qiye/saveUserRegister",e)}function gh(e){return wa("/edm/qiye/check",e)}function vh(e){return va("/edm/qiye/unbindByEmail",e)}var yh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"editor-main",class:"gray"===e.theme?"editor-gray":"light"===e.theme?"editor-light":""},[t("Toolbar",{staticClass:"relative edm-wang-toolbar",staticStyle:{"z-index":"101"},attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticClass:"relative",style:"height: "+e.height+"px; overflow-y: hidden;z-index: 100;",attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1)},bh=[],wh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof i.g?i.g:"undefined"!=typeof self?self:{};function _h(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ch(e){var t={exports:{}};return e(t,t.exports),t.exports}var xh,Sh,kh=function(e){return e&&e.Math==Math&&e},Eh=kh("object"==typeof globalThis&&globalThis)||kh("object"==typeof window&&window)||kh("object"==typeof self&&self)||kh("object"==typeof wh&&wh)||function(){return this}()||Function("return this")(),Ah=Function.prototype,Dh=Ah.apply,Oh=Ah.bind,Th=Ah.call,Ih="object"==typeof Reflect&&Reflect.apply||(Oh?Th.bind(Dh):function(){return Th.apply(Dh,arguments)}),Ph=Function.prototype,Fh=Ph.bind,Mh=Ph.call,Bh=Fh&&Fh.bind(Mh),Nh=Fh?function(e){return e&&Bh(Mh,e)}:function(e){return e&&function(){return Mh.apply(e,arguments)}},Rh=function(e){return"function"==typeof e},$h=function(e){try{return!!e()}catch(e){return!0}},jh=!$h((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Lh=Function.prototype.call,zh=Lh.bind?Lh.bind(Lh):function(){return Lh.apply(Lh,arguments)},Vh={}.propertyIsEnumerable,Hh=Object.getOwnPropertyDescriptor,Uh=Hh&&!Vh.call({1:2},1)?function(e){var t=Hh(this,e);return!!t&&t.enumerable}:Vh,Wh={f:Uh},qh=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Yh=Nh({}.toString),Gh=Nh("".slice),Kh=function(e){return Gh(Yh(e),8,-1)},Xh=Eh.Object,Zh=Nh("".split),Jh=$h((function(){return!Xh("z").propertyIsEnumerable(0)}))?function(e){return"String"==Kh(e)?Zh(e,""):Xh(e)}:Xh,Qh=Eh.TypeError,ep=function(e){if(null==e)throw Qh("Can't call method on "+e);return e},tp=function(e){return Jh(ep(e))},np=function(e){return"object"==typeof e?null!==e:Rh(e)},ip={},rp=function(e){return Rh(e)?e:void 0},op=function(e,t){return arguments.length<2?rp(ip[e])||rp(Eh[e]):ip[e]&&ip[e][t]||Eh[e]&&Eh[e][t]},ap=Nh({}.isPrototypeOf),sp=op("navigator","userAgent")||"",lp=Eh.process,cp=Eh.Deno,up=lp&&lp.versions||cp&&cp.version,dp=up&&up.v8;dp&&(Sh=(xh=dp.split("."))[0]>0&&xh[0]<4?1:+(xh[0]+xh[1])),!Sh&&sp&&(!(xh=sp.match(/Edge\/(\d+)/))||xh[1]>=74)&&(xh=sp.match(/Chrome\/(\d+)/))&&(Sh=+xh[1]);var hp,pp=Sh,fp=!!Object.getOwnPropertySymbols&&!$h((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&pp&&pp<41})),mp=fp&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,gp=Eh.Object,vp=mp?function(e){return"symbol"==typeof e}:function(e){var t=op("Symbol");return Rh(t)&&ap(t.prototype,gp(e))},yp=Eh.String,bp=function(e){try{return yp(e)}catch(e){return"Object"}},wp=Eh.TypeError,_p=function(e){if(Rh(e))return e;throw wp(bp(e)+" is not a function")},Cp=function(e,t){var n=e[t];return null==n?void 0:_p(n)},xp=Eh.TypeError,Sp=Object.defineProperty,kp=Eh["__core-js_shared__"]||function(e,t){try{Sp(Eh,e,{value:t,configurable:!0,writable:!0})}catch(Ch){Eh[e]=t}return t}("__core-js_shared__",{}),Ep=Ch((function(e){(e.exports=function(e,t){return kp[e]||(kp[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Ap=Eh.Object,Dp=function(e){return Ap(ep(e))},Op=Nh({}.hasOwnProperty),Tp=Object.hasOwn||function(e,t){return Op(Dp(e),t)},Ip=0,Pp=Math.random(),Fp=Nh(1..toString),Mp=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Fp(++Ip+Pp,36)},Bp=Ep("wks"),Np=Eh.Symbol,Rp=Np&&Np.for,$p=mp?Np:Np&&Np.withoutSetter||Mp,jp=function(e){if(!Tp(Bp,e)||!fp&&"string"!=typeof Bp[e]){var t="Symbol."+e;fp&&Tp(Np,e)?Bp[e]=Np[e]:Bp[e]=mp&&Rp?Rp(t):$p(t)}return Bp[e]},Lp=Eh.TypeError,zp=jp("toPrimitive"),Vp=function(e,t){if(!np(e)||vp(e))return e;var n,i=Cp(e,zp);if(i){if(void 0===t&&(t="default"),n=zh(i,e,t),!np(n)||vp(n))return n;throw Lp("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&Rh(n=e.toString)&&!np(i=zh(n,e)))return i;if(Rh(n=e.valueOf)&&!np(i=zh(n,e)))return i;if("string"!==t&&Rh(n=e.toString)&&!np(i=zh(n,e)))return i;throw xp("Can't convert object to primitive value")}(e,t)},Hp=function(e){var t=Vp(e,"string");return vp(t)?t:t+""},Up=Eh.document,Wp=np(Up)&&np(Up.createElement),qp=function(e){return Wp?Up.createElement(e):{}},Yp=!jh&&!$h((function(){return 7!=Object.defineProperty(qp("div"),"a",{get:function(){return 7}}).a})),Gp=Object.getOwnPropertyDescriptor,Kp=jh?Gp:function(e,t){if(e=tp(e),t=Hp(t),Yp)try{return Gp(e,t)}catch(e){}if(Tp(e,t))return qh(!zh(Wh.f,e,t),e[t])},Xp={f:Kp},Zp=/#|\.prototype\./,Jp=function(e,t){var n=ef[Qp(e)];return n==nf||n!=tf&&(Rh(t)?$h(t):!!t)},Qp=Jp.normalize=function(e){return String(e).replace(Zp,".").toLowerCase()},ef=Jp.data={},tf=Jp.NATIVE="N",nf=Jp.POLYFILL="P",rf=Jp,of=Nh(Nh.bind),af=function(e,t){return _p(e),void 0===t?e:of?of(e,t):function(){return e.apply(t,arguments)}},sf=Eh.String,lf=Eh.TypeError,cf=function(e){if(np(e))return e;throw lf(sf(e)+" is not an object")},uf=Eh.TypeError,df=Object.defineProperty,hf=jh?df:function(e,t,n){if(cf(e),t=Hp(t),cf(n),Yp)try{return df(e,t,n)}catch(e){}if("get"in n||"set"in n)throw uf("Accessors not supported");return"value"in n&&(e[t]=n.value),e},pf={f:hf},ff=jh?function(e,t,n){return pf.f(e,t,qh(1,n))}:function(e,t,n){return e[t]=n,e},mf=Xp.f,gf=function(e){var t=function(n,i,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,r)}return Ih(e,this,arguments)};return t.prototype=e.prototype,t},vf=function(e,t){var n,i,r,o,a,s,l,c,u=e.target,d=e.global,h=e.stat,p=e.proto,f=d?Eh:h?Eh[u]:(Eh[u]||{}).prototype,m=d?ip:ip[u]||ff(ip,u,{})[u],g=m.prototype;for(r in t)n=!rf(d?r:u+(h?".":"#")+r,e.forced)&&f&&Tp(f,r),a=m[r],n&&(s=e.noTargetGet?(c=mf(f,r))&&c.value:f[r]),o=n&&s?s:t[r],n&&typeof a==typeof o||(l=e.bind&&n?af(o,Eh):e.wrap&&n?gf(o):p&&Rh(o)?Nh(o):o,(e.sham||o&&o.sham||a&&a.sham)&&ff(l,"sham",!0),ff(m,r,l),p&&(Tp(ip,i=u+"Prototype")||ff(ip,i,{}),ff(ip[i],r,o),e.real&&g&&!g[r]&&ff(g,r,o)))},yf=Ep("keys"),bf=function(e){return yf[e]||(yf[e]=Mp(e))},wf=!$h((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),_f=bf("IE_PROTO"),Cf=Eh.Object,xf=Cf.prototype,Sf=wf?Cf.getPrototypeOf:function(e){var t=Dp(e);if(Tp(t,_f))return t[_f];var n=t.constructor;return Rh(n)&&t instanceof n?n.prototype:t instanceof Cf?xf:null},kf=Eh.String,Ef=Eh.TypeError,Af=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Nh(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return cf(n),function(e){if("object"==typeof e||Rh(e))return e;throw Ef("Can't set "+kf(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),Df=Math.ceil,Of=Math.floor,Tf=function(e){var t=+e;return t!=t||0===t?0:(t>0?Of:Df)(t)},If=Math.max,Pf=Math.min,Ff=function(e,t){var n=Tf(e);return n<0?If(n+t,0):Pf(n,t)},Mf=Math.min,Bf=function(e){return(t=e.length)>0?Mf(Tf(t),9007199254740991):0;var t},Nf=function(e){return function(t,n,i){var r,o=tp(t),a=Bf(o),s=Ff(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Rf={includes:Nf(!0),indexOf:Nf(!1)},$f={},jf=Rf.indexOf,Lf=Nh([].push),zf=function(e,t){var n,i=tp(e),r=0,o=[];for(n in i)!Tp($f,n)&&Tp(i,n)&&Lf(o,n);for(;t.length>r;)Tp(i,n=t[r++])&&(~jf(o,n)||Lf(o,n));return o},Vf=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Hf=Vf.concat("length","prototype"),Uf=Object.getOwnPropertyNames||function(e){return zf(e,Hf)},Wf={f:Uf},qf={f:Object.getOwnPropertySymbols},Yf=Nh([].concat),Gf=op("Reflect","ownKeys")||function(e){var t=Wf.f(cf(e)),n=qf.f;return n?Yf(t,n(e)):t},Kf=Object.keys||function(e){return zf(e,Vf)},Xf=jh?Object.defineProperties:function(e,t){cf(e);for(var n,i=tp(t),r=Kf(t),o=r.length,a=0;o>a;)pf.f(e,n=r[a++],i[n]);return e},Zf=op("document","documentElement"),Jf=bf("IE_PROTO"),Qf=function(){},em=function(e){return"<script>"+e+"<\/script>"},tm=function(e){e.write(em("")),e.close();var t=e.parentWindow.Object;return e=null,t},nm=function(){try{hp=new ActiveXObject("htmlfile")}catch(e){}var e,t;nm="undefined"!=typeof document?document.domain&&hp?tm(hp):((t=qp("iframe")).style.display="none",Zf.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(em("document.F=Object")),e.close(),e.F):tm(hp);for(var n=Vf.length;n--;)delete nm.prototype[Vf[n]];return nm()};$f[Jf]=!0;var im=Object.create||function(e,t){var n;return null!==e?(Qf.prototype=cf(e),n=new Qf,Qf.prototype=null,n[Jf]=e):n=nm(),void 0===t?n:Xf(n,t)},rm=function(e,t,n){var i=Hp(t);i in e?pf.f(e,i,qh(0,n)):e[i]=n},om=Eh.Array,am=Math.max,sm=function(e,t,n){for(var i=Bf(e),r=Ff(t,i),o=Ff(void 0===n?i:n,i),a=om(am(o-r,0)),s=0;r<o;r++,s++)rm(a,s,e[r]);return a.length=s,a},lm=Nh("".replace),cm=Nh("".split),um=Nh([].join),dm=String(Error("zxcasd").stack),hm=/\n\s*at [^:]*:[^\n]*/,pm=hm.test(dm),fm=/@[^\n]*\n/.test(dm)&&!/zxcasd/.test(dm),mm=function(e,t){if("string"!=typeof e)return e;if(pm)for(;t--;)e=lm(e,hm,"");else if(fm)return um(sm(cm(e,"\n"),t),"\n");return e},gm=function(e,t){np(t)&&"cause"in t&&ff(e,"cause",t.cause)},vm={},ym=jp("iterator"),bm=Array.prototype,wm={};wm[jp("toStringTag")]="z";var _m="[object z]"===String(wm),Cm=jp("toStringTag"),xm=Eh.Object,Sm="Arguments"==Kh(function(){return arguments}()),km=_m?Kh:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=xm(e),Cm))?n:Sm?Kh(t):"Object"==(i=Kh(t))&&Rh(t.callee)?"Arguments":i},Em=jp("iterator"),Am=function(e){if(null!=e)return Cp(e,Em)||Cp(e,"@@iterator")||vm[km(e)]},Dm=Eh.TypeError,Om=function(e,t,n){var i,r;cf(e);try{if(!(i=Cp(e,"return"))){if("throw"===t)throw n;return n}i=zh(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return cf(i),n},Tm=Eh.TypeError,Im=function(e,t){this.stopped=e,this.result=t},Pm=Im.prototype,Fm=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=af(t,u),m=function(e){return i&&Om(i,"normal",e),new Im(!0,e)},g=function(e){return d?(cf(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=Am(e)))throw Tm(bp(e)+" is not iterable");if(function(e){return void 0!==e&&(vm.Array===e||bm[ym]===e)}(r)){for(o=0,a=Bf(e);a>o;o++)if((s=g(e[o]))&&ap(Pm,s))return s;return new Im(!1)}i=function(e,t){var n=arguments.length<2?Am(e):t;if(_p(n))return cf(zh(n,e));throw Dm(bp(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=zh(l,i)).done;){try{s=g(c.value)}catch(e){Om(i,"throw",e)}if("object"==typeof s&&s&&ap(Pm,s))return s}return new Im(!1)},Mm=Eh.String,Bm=function(e){if("Symbol"===km(e))throw TypeError("Cannot convert a Symbol value to a string");return Mm(e)},Nm=function(e,t){return void 0===e?arguments.length<2?"":t:Bm(e)},Rm=!$h((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",qh(1,7)),7!==e.stack)})),$m=jp("toStringTag"),jm=Eh.Error,Lm=[].push,zm=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=ap(Vm,this);Af?n=Af(new jm(void 0),r?Sf(this):Vm):(n=r?this:im(Vm),ff(n,$m,"Error")),ff(n,"message",Nm(t,"")),Rm&&ff(n,"stack",mm(n.stack,1)),gm(n,i);var o=[];return Fm(e,Lm,{that:o}),ff(n,"errors",o),n};Af?Af(zm,jm):function(e,t){for(var n=Gf(t),i=pf.f,r=Xp.f,o=0;o<n.length;o++){var a=n[o];Tp(e,a)||i(e,a,r(t,a))}}(zm,jm);var Vm=zm.prototype=im(jm.prototype,{constructor:qh(1,zm),message:qh(1,""),name:qh(1,"AggregateError")});vf({global:!0},{AggregateError:zm});var Hm=Nh(Function.toString);Rh(kp.inspectSource)||(kp.inspectSource=function(e){return Hm(e)});var Um,Wm,qm,Ym=kp.inspectSource,Gm=Eh.WeakMap,Km=Rh(Gm)&&/native code/.test(Ym(Gm)),Xm=Eh.TypeError,Zm=Eh.WeakMap;if(Km||kp.state){var Jm=kp.state||(kp.state=new Zm),Qm=Nh(Jm.get),eg=Nh(Jm.has),tg=Nh(Jm.set);Um=function(e,t){if(eg(Jm,e))throw new Xm("Object already initialized");return t.facade=e,tg(Jm,e,t),t},Wm=function(e){return Qm(Jm,e)||{}},qm=function(e){return eg(Jm,e)}}else{var ng=bf("state");$f[ng]=!0,Um=function(e,t){if(Tp(e,ng))throw new Xm("Object already initialized");return t.facade=e,ff(e,ng,t),t},Wm=function(e){return Tp(e,ng)?e[ng]:{}},qm=function(e){return Tp(e,ng)}}var ig,rg,og,ag={set:Um,get:Wm,has:qm,enforce:function(e){return qm(e)?Wm(e):Um(e,{})},getterFor:function(e){return function(t){var n;if(!np(t)||(n=Wm(t)).type!==e)throw Xm("Incompatible receiver, "+e+" required");return n}}},sg=Function.prototype,lg=jh&&Object.getOwnPropertyDescriptor,cg=Tp(sg,"name"),ug={EXISTS:cg,PROPER:cg&&"something"===function(){}.name,CONFIGURABLE:cg&&(!jh||jh&&lg(sg,"name").configurable)},dg=function(e,t,n,i){i&&i.enumerable?e[t]=n:ff(e,t,n)},hg=jp("iterator"),pg=!1;[].keys&&("next"in(og=[].keys())?(rg=Sf(Sf(og)))!==Object.prototype&&(ig=rg):pg=!0);var fg=null==ig||$h((function(){var e={};return ig[hg].call(e)!==e}));ig=fg?{}:im(ig),Rh(ig[hg])||dg(ig,hg,(function(){return this}));var mg={IteratorPrototype:ig,BUGGY_SAFARI_ITERATORS:pg},gg=_m?{}.toString:function(){return"[object "+km(this)+"]"},vg=pf.f,yg=jp("toStringTag"),bg=function(e,t,n,i){if(e){var r=n?e:e.prototype;Tp(r,yg)||vg(r,yg,{configurable:!0,value:t}),i&&!_m&&ff(r,"toString",gg)}},wg=mg.IteratorPrototype,_g=function(){return this},Cg=ug.PROPER,xg=mg.BUGGY_SAFARI_ITERATORS,Sg=jp("iterator"),kg=function(){return this},Eg=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=im(wg,{next:qh(+!i,n)}),bg(e,r,!1,!0),vm[r]=_g}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!xg&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[Sg]||p["@@iterator"]||r&&p[r],m=!xg&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=Sf(g.call(new e)))!==Object.prototype&&s.next&&(bg(s,d,!0,!0),vm[d]=kg),Cg&&"values"==r&&f&&"values"!==f.name&&(h=!0,m=function(){return zh(f,this)}),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(xg||h||!(c in p))&&dg(p,c,l[c]);else vf({target:t,proto:!0,forced:xg||h},l);return a&&p[Sg]!==m&&dg(p,Sg,m,{name:r}),vm[t]=m,l},Ag=ag.set,Dg=ag.getterFor("Array Iterator");Eg(Array,"Array",(function(e,t){Ag(this,{type:"Array Iterator",target:tp(e),index:0,kind:t})}),(function(){var e=Dg(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),vm.Arguments=vm.Array;var Og=Nh("".charAt),Tg=Nh("".charCodeAt),Ig=Nh("".slice),Pg=function(e){return function(t,n){var i,r,o=Bm(ep(t)),a=Tf(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=Tg(o,a))<55296||i>56319||a+1===s||(r=Tg(o,a+1))<56320||r>57343?e?Og(o,a):i:e?Ig(o,a,a+2):r-56320+(i-55296<<10)+65536}},Fg={codeAt:Pg(!1),charAt:Pg(!0)}.charAt,Mg=ag.set,Bg=ag.getterFor("String Iterator");Eg(String,"String",(function(e){Mg(this,{type:"String Iterator",string:Bm(e),index:0})}),(function(){var e,t=Bg(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=Fg(n,i),t.index+=e.length,{value:e,done:!1})}));var Ng=ip.AggregateError,Rg=jp("toStringTag");for(var $g in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var jg=Eh[$g],Lg=jg&&jg.prototype;Lg&&km(Lg)!==Rg&&ff(Lg,Rg,$g),vm[$g]=vm.Array}var zg,Vg,Hg=Ng,Ug=function(e){return e&&e.Math==Math&&e},Wg=Ug("object"==typeof globalThis&&globalThis)||Ug("object"==typeof window&&window)||Ug("object"==typeof self&&self)||Ug("object"==typeof wh&&wh)||function(){return this}()||Function("return this")(),qg=function(e){try{return!!e()}catch(e){return!0}},Yg=!qg((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Gg=Function.prototype.call,Kg=Gg.bind?Gg.bind(Gg):function(){return Gg.apply(Gg,arguments)},Xg={}.propertyIsEnumerable,Zg=Object.getOwnPropertyDescriptor,Jg=Zg&&!Xg.call({1:2},1)?function(e){var t=Zg(this,e);return!!t&&t.enumerable}:Xg,Qg={f:Jg},ev=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},tv=Function.prototype,nv=tv.bind,iv=tv.call,rv=nv&&nv.bind(iv),ov=nv?function(e){return e&&rv(iv,e)}:function(e){return e&&function(){return iv.apply(e,arguments)}},av=ov({}.toString),sv=ov("".slice),lv=function(e){return sv(av(e),8,-1)},cv=Wg.Object,uv=ov("".split),dv=qg((function(){return!cv("z").propertyIsEnumerable(0)}))?function(e){return"String"==lv(e)?uv(e,""):cv(e)}:cv,hv=Wg.TypeError,pv=function(e){if(null==e)throw hv("Can't call method on "+e);return e},fv=function(e){return dv(pv(e))},mv=function(e){return"function"==typeof e},gv=function(e){return"object"==typeof e?null!==e:mv(e)},vv=function(e){return mv(e)?e:void 0},yv=function(e,t){return arguments.length<2?vv(Wg[e]):Wg[e]&&Wg[e][t]},bv=ov({}.isPrototypeOf),wv=yv("navigator","userAgent")||"",_v=Wg.process,Cv=Wg.Deno,xv=_v&&_v.versions||Cv&&Cv.version,Sv=xv&&xv.v8;Sv&&(Vg=(zg=Sv.split("."))[0]>0&&zg[0]<4?1:+(zg[0]+zg[1])),!Vg&&wv&&(!(zg=wv.match(/Edge\/(\d+)/))||zg[1]>=74)&&(zg=wv.match(/Chrome\/(\d+)/))&&(Vg=+zg[1]);var kv=Vg,Ev=!!Object.getOwnPropertySymbols&&!qg((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&kv&&kv<41})),Av=Ev&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Dv=Wg.Object,Ov=Av?function(e){return"symbol"==typeof e}:function(e){var t=yv("Symbol");return mv(t)&&bv(t.prototype,Dv(e))},Tv=Wg.String,Iv=function(e){try{return Tv(e)}catch(e){return"Object"}},Pv=Wg.TypeError,Fv=function(e){if(mv(e))return e;throw Pv(Iv(e)+" is not a function")},Mv=function(e,t){var n=e[t];return null==n?void 0:Fv(n)},Bv=Wg.TypeError,Nv=Object.defineProperty,Rv=function(e,t){try{Nv(Wg,e,{value:t,configurable:!0,writable:!0})}catch(Ch){Wg[e]=t}return t},$v=Wg["__core-js_shared__"]||Rv("__core-js_shared__",{}),jv=Ch((function(e){(e.exports=function(e,t){return $v[e]||($v[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Lv=Wg.Object,zv=function(e){return Lv(pv(e))},Vv=ov({}.hasOwnProperty),Hv=Object.hasOwn||function(e,t){return Vv(zv(e),t)},Uv=0,Wv=Math.random(),qv=ov(1..toString),Yv=function(e){return"Symbol("+(void 0===e?"":e)+")_"+qv(++Uv+Wv,36)},Gv=jv("wks"),Kv=Wg.Symbol,Xv=Kv&&Kv.for,Zv=Av?Kv:Kv&&Kv.withoutSetter||Yv,Jv=function(e){if(!Hv(Gv,e)||!Ev&&"string"!=typeof Gv[e]){var t="Symbol."+e;Ev&&Hv(Kv,e)?Gv[e]=Kv[e]:Gv[e]=Av&&Xv?Xv(t):Zv(t)}return Gv[e]},Qv=Wg.TypeError,ey=Jv("toPrimitive"),ty=function(e,t){if(!gv(e)||Ov(e))return e;var n,i=Mv(e,ey);if(i){if(void 0===t&&(t="default"),n=Kg(i,e,t),!gv(n)||Ov(n))return n;throw Qv("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&mv(n=e.toString)&&!gv(i=Kg(n,e)))return i;if(mv(n=e.valueOf)&&!gv(i=Kg(n,e)))return i;if("string"!==t&&mv(n=e.toString)&&!gv(i=Kg(n,e)))return i;throw Bv("Can't convert object to primitive value")}(e,t)},ny=function(e){var t=ty(e,"string");return Ov(t)?t:t+""},iy=Wg.document,ry=gv(iy)&&gv(iy.createElement),oy=function(e){return ry?iy.createElement(e):{}},ay=!Yg&&!qg((function(){return 7!=Object.defineProperty(oy("div"),"a",{get:function(){return 7}}).a})),sy=Object.getOwnPropertyDescriptor,ly=Yg?sy:function(e,t){if(e=fv(e),t=ny(t),ay)try{return sy(e,t)}catch(e){}if(Hv(e,t))return ev(!Kg(Qg.f,e,t),e[t])},cy={f:ly},uy=Wg.String,dy=Wg.TypeError,hy=function(e){if(gv(e))return e;throw dy(uy(e)+" is not an object")},py=Wg.TypeError,fy=Object.defineProperty,my=Yg?fy:function(e,t,n){if(hy(e),t=ny(t),hy(n),ay)try{return fy(e,t,n)}catch(e){}if("get"in n||"set"in n)throw py("Accessors not supported");return"value"in n&&(e[t]=n.value),e},gy={f:my},vy=Yg?function(e,t,n){return gy.f(e,t,ev(1,n))}:function(e,t,n){return e[t]=n,e},yy=ov(Function.toString);mv($v.inspectSource)||($v.inspectSource=function(e){return yy(e)});var by,wy,_y,Cy=$v.inspectSource,xy=Wg.WeakMap,Sy=mv(xy)&&/native code/.test(Cy(xy)),ky=jv("keys"),Ey=function(e){return ky[e]||(ky[e]=Yv(e))},Ay={},Dy=Wg.TypeError,Oy=Wg.WeakMap;if(Sy||$v.state){var Ty=$v.state||($v.state=new Oy),Iy=ov(Ty.get),Py=ov(Ty.has),Fy=ov(Ty.set);by=function(e,t){if(Py(Ty,e))throw new Dy("Object already initialized");return t.facade=e,Fy(Ty,e,t),t},wy=function(e){return Iy(Ty,e)||{}},_y=function(e){return Py(Ty,e)}}else{var My=Ey("state");Ay[My]=!0,by=function(e,t){if(Hv(e,My))throw new Dy("Object already initialized");return t.facade=e,vy(e,My,t),t},wy=function(e){return Hv(e,My)?e[My]:{}},_y=function(e){return Hv(e,My)}}var By={set:by,get:wy,has:_y,enforce:function(e){return _y(e)?wy(e):by(e,{})},getterFor:function(e){return function(t){var n;if(!gv(t)||(n=wy(t)).type!==e)throw Dy("Incompatible receiver, "+e+" required");return n}}},Ny=Function.prototype,Ry=Yg&&Object.getOwnPropertyDescriptor,$y=Hv(Ny,"name"),jy={EXISTS:$y,PROPER:$y&&"something"===function(){}.name,CONFIGURABLE:$y&&(!Yg||Yg&&Ry(Ny,"name").configurable)},Ly=Ch((function(e){var t=jy.CONFIGURABLE,n=By.get,i=By.enforce,r=String(String).split("String");(e.exports=function(e,n,o,a){var s,l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:n;mv(o)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Hv(o,"name")||t&&o.name!==d)&&vy(o,"name",d),(s=i(o)).source||(s.source=r.join("string"==typeof d?d:""))),e!==Wg?(l?!u&&e[n]&&(c=!0):delete e[n],c?e[n]=o:vy(e,n,o)):c?e[n]=o:Rv(n,o)})(Function.prototype,"toString",(function(){return mv(this)&&n(this).source||Cy(this)}))})),zy=Math.ceil,Vy=Math.floor,Hy=function(e){var t=+e;return t!=t||0===t?0:(t>0?Vy:zy)(t)},Uy=Math.max,Wy=Math.min,qy=function(e,t){var n=Hy(e);return n<0?Uy(n+t,0):Wy(n,t)},Yy=Math.min,Gy=function(e){return e>0?Yy(Hy(e),9007199254740991):0},Ky=function(e){return Gy(e.length)},Xy=function(e){return function(t,n,i){var r,o=fv(t),a=Ky(o),s=qy(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Zy={includes:Xy(!0),indexOf:Xy(!1)}.indexOf,Jy=ov([].push),Qy=function(e,t){var n,i=fv(e),r=0,o=[];for(n in i)!Hv(Ay,n)&&Hv(i,n)&&Jy(o,n);for(;t.length>r;)Hv(i,n=t[r++])&&(~Zy(o,n)||Jy(o,n));return o},eb=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],tb=eb.concat("length","prototype"),nb=Object.getOwnPropertyNames||function(e){return Qy(e,tb)},ib={f:nb},rb={f:Object.getOwnPropertySymbols},ob=ov([].concat),ab=yv("Reflect","ownKeys")||function(e){var t=ib.f(hy(e)),n=rb.f;return n?ob(t,n(e)):t},sb=function(e,t){for(var n=ab(t),i=gy.f,r=cy.f,o=0;o<n.length;o++){var a=n[o];Hv(e,a)||i(e,a,r(t,a))}},lb=/#|\.prototype\./,cb=function(e,t){var n=db[ub(e)];return n==pb||n!=hb&&(mv(t)?qg(t):!!t)},ub=cb.normalize=function(e){return String(e).replace(lb,".").toLowerCase()},db=cb.data={},hb=cb.NATIVE="N",pb=cb.POLYFILL="P",fb=cb,mb=cy.f,gb=function(e,t){var n,i,r,o,a,s=e.target,l=e.global,c=e.stat;if(n=l?Wg:c?Wg[s]||Rv(s,{}):(Wg[s]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=mb(n,i))&&a.value:n[i],!fb(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;sb(o,r)}(e.sham||r&&r.sham)&&vy(o,"sham",!0),Ly(n,i,o,e)}},vb={};vb[Jv("toStringTag")]="z";var yb,bb="[object z]"===String(vb),wb=Jv("toStringTag"),_b=Wg.Object,Cb="Arguments"==lv(function(){return arguments}()),xb=bb?lv:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=_b(e),wb))?n:Cb?lv(t):"Object"==(i=lv(t))&&mv(t.callee)?"Arguments":i},Sb=Wg.String,kb=function(e){if("Symbol"===xb(e))throw TypeError("Cannot convert a Symbol value to a string");return Sb(e)},Eb=function(){var e=hy(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},Ab=Wg.RegExp,Db=qg((function(){var e=Ab("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),Ob=Db||qg((function(){return!Ab("a","y").sticky})),Tb=Db||qg((function(){var e=Ab("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),Ib={BROKEN_CARET:Tb,MISSED_STICKY:Ob,UNSUPPORTED_Y:Db},Pb=Object.keys||function(e){return Qy(e,eb)},Fb=Yg?Object.defineProperties:function(e,t){hy(e);for(var n,i=fv(t),r=Pb(t),o=r.length,a=0;o>a;)gy.f(e,n=r[a++],i[n]);return e},Mb=yv("document","documentElement"),Bb=Ey("IE_PROTO"),Nb=function(){},Rb=function(e){return"<script>"+e+"<\/script>"},$b=function(e){e.write(Rb("")),e.close();var t=e.parentWindow.Object;return e=null,t},jb=function(){try{yb=new ActiveXObject("htmlfile")}catch(e){}var e,t;jb="undefined"!=typeof document?document.domain&&yb?$b(yb):((t=oy("iframe")).style.display="none",Mb.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Rb("document.F=Object")),e.close(),e.F):$b(yb);for(var n=eb.length;n--;)delete jb.prototype[eb[n]];return jb()};Ay[Bb]=!0;var Lb,zb,Vb=Object.create||function(e,t){var n;return null!==e?(Nb.prototype=hy(e),n=new Nb,Nb.prototype=null,n[Bb]=e):n=jb(),void 0===t?n:Fb(n,t)},Hb=Wg.RegExp,Ub=qg((function(){var e=Hb(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),Wb=Wg.RegExp,qb=qg((function(){var e=Wb("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Yb=By.get,Gb=jv("native-string-replace",String.prototype.replace),Kb=RegExp.prototype.exec,Xb=Kb,Zb=ov("".charAt),Jb=ov("".indexOf),Qb=ov("".replace),ew=ov("".slice),tw=(zb=/b*/g,Kg(Kb,Lb=/a/,"a"),Kg(Kb,zb,"a"),0!==Lb.lastIndex||0!==zb.lastIndex),nw=Ib.BROKEN_CARET,iw=void 0!==/()??/.exec("")[1];(tw||iw||nw||Ub||qb)&&(Xb=function(e){var t,n,i,r,o,a,s,l=this,c=Yb(l),u=kb(e),d=c.raw;if(d)return d.lastIndex=l.lastIndex,t=Kg(Xb,d,u),l.lastIndex=d.lastIndex,t;var h=c.groups,p=nw&&l.sticky,f=Kg(Eb,l),m=l.source,g=0,v=u;if(p&&(f=Qb(f,"y",""),-1===Jb(f,"g")&&(f+="g"),v=ew(u,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Zb(u,l.lastIndex-1))&&(m="(?: "+m+")",v=" "+v,g++),n=new RegExp("^(?:"+m+")",f)),iw&&(n=new RegExp("^"+m+"$(?!\\s)",f)),tw&&(i=l.lastIndex),r=Kg(Kb,p?n:l,v),p?r?(r.input=ew(r.input,g),r[0]=ew(r[0],g),r.index=l.lastIndex,l.lastIndex+=r[0].length):l.lastIndex=0:tw&&r&&(l.lastIndex=l.global?r.index+r[0].length:i),iw&&r&&r.length>1&&Kg(Gb,r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r&&h)for(r.groups=a=Vb(null),o=0;o<h.length;o++)a[(s=h[o])[0]]=r[s[1]];return r});var rw=Xb;gb({target:"RegExp",proto:!0,forced:/./.exec!==rw},{exec:rw});var ow=Jv("species"),aw=RegExp.prototype,sw=ov("".charAt),lw=ov("".charCodeAt),cw=ov("".slice),uw=function(e){return function(t,n){var i,r,o=kb(pv(t)),a=Hy(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=lw(o,a))<55296||i>56319||a+1===s||(r=lw(o,a+1))<56320||r>57343?e?sw(o,a):i:e?cw(o,a,a+2):r-56320+(i-55296<<10)+65536}},dw={codeAt:uw(!1),charAt:uw(!0)},hw=dw.charAt,pw=function(e,t,n){return t+(n?hw(e,t).length:1)},fw=Wg.TypeError,mw=function(e,t){var n=e.exec;if(mv(n)){var i=Kg(n,e,t);return null!==i&&hy(i),i}if("RegExp"===lv(e))return Kg(rw,e,t);throw fw("RegExp#exec called on incompatible receiver")};!function(e,t,n,i){var r=Jv(e),o=!qg((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!qg((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[ow]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||n){var s=ov(/./[r]),l=t(r,""[e],(function(e,t,n,i,r){var a=ov(e),l=t.exec;return l===rw||l===aw.exec?o&&!r?{done:!0,value:s(t,n,i)}:{done:!0,value:a(n,t,i)}:{done:!1}}));Ly(String.prototype,e,l[0]),Ly(aw,r,l[1])}i&&vy(aw[r],"sham",!0)}("match",(function(e,t,n){return[function(t){var n=pv(this),i=null==t?void 0:Mv(t,e);return i?Kg(i,t,n):new RegExp(t)[e](kb(n))},function(e){var i=hy(this),r=kb(e),o=n(t,i,r);if(o.done)return o.value;if(!i.global)return mw(i,r);var a=i.unicode;i.lastIndex=0;for(var s,l=[],c=0;null!==(s=mw(i,r));){var u=kb(s[0]);l[c]=u,""===u&&(i.lastIndex=pw(r,Gy(i.lastIndex),a)),c++}return 0===c?null:l}]})),gb({global:!0},{globalThis:Wg});var gw=!qg((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),vw=Ey("IE_PROTO"),yw=Wg.Object,bw=yw.prototype,ww=gw?yw.getPrototypeOf:function(e){var t=zv(e);if(Hv(t,vw))return t[vw];var n=t.constructor;return mv(n)&&t instanceof n?n.prototype:t instanceof yw?bw:null},_w=Wg.String,Cw=Wg.TypeError,xw=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=ov(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return hy(n),function(e){if("object"==typeof e||mv(e))return e;throw Cw("Can't set "+_w(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),Sw=Wg.Array,kw=Math.max,Ew=ov("".replace),Aw=ov("".split),Dw=ov([].join),Ow=String(Error("zxcasd").stack),Tw=/\n\s*at [^:]*:[^\n]*/,Iw=Tw.test(Ow),Pw=/@[^\n]*\n/.test(Ow)&&!/zxcasd/.test(Ow),Fw=function(e,t){if("string"!=typeof e)return e;if(Iw)for(;t--;)e=Ew(e,Tw,"");else if(Pw)return Dw(function(e,t,n){for(var i,r,o,a,s=Ky(e),l=qy(t,s),c=qy(void 0===n?s:n,s),u=Sw(kw(c-l,0)),d=0;l<c;l++,d++)i=u,r=d,o=e[l],a=void 0,(a=ny(r))in i?gy.f(i,a,ev(0,o)):i[a]=o;return u.length=d,u}(Aw(e,"\n"),t),"\n");return e},Mw=function(e,t){gv(t)&&"cause"in t&&vy(e,"cause",t.cause)},Bw=ov(ov.bind),Nw=function(e,t){return Fv(e),void 0===t?e:Bw?Bw(e,t):function(){return e.apply(t,arguments)}},Rw={},$w=Jv("iterator"),jw=Array.prototype,Lw=Jv("iterator"),zw=function(e){if(null!=e)return Mv(e,Lw)||Mv(e,"@@iterator")||Rw[xb(e)]},Vw=Wg.TypeError,Hw=function(e,t,n){var i,r;hy(e);try{if(!(i=Mv(e,"return"))){if("throw"===t)throw n;return n}i=Kg(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return hy(i),n},Uw=Wg.TypeError,Ww=function(e,t){this.stopped=e,this.result=t},qw=Ww.prototype,Yw=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Nw(t,u),m=function(e){return i&&Hw(i,"normal",e),new Ww(!0,e)},g=function(e){return d?(hy(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=zw(e)))throw Uw(Iv(e)+" is not iterable");if(function(e){return void 0!==e&&(Rw.Array===e||jw[$w]===e)}(r)){for(o=0,a=Ky(e);a>o;o++)if((s=g(e[o]))&&bv(qw,s))return s;return new Ww(!1)}i=function(e,t){var n=arguments.length<2?zw(e):t;if(Fv(n))return hy(Kg(n,e));throw Vw(Iv(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Kg(l,i)).done;){try{s=g(c.value)}catch(e){Hw(i,"throw",e)}if("object"==typeof s&&s&&bv(qw,s))return s}return new Ww(!1)},Gw=function(e,t){return void 0===e?arguments.length<2?"":t:kb(e)},Kw=!qg((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",ev(1,7)),7!==e.stack)})),Xw=Jv("toStringTag"),Zw=Wg.Error,Jw=[].push,Qw=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=bv(e_,this);xw?n=xw(new Zw(void 0),r?ww(this):e_):(n=r?this:Vb(e_),vy(n,Xw,"Error")),vy(n,"message",Gw(t,"")),Kw&&vy(n,"stack",Fw(n.stack,1)),Mw(n,i);var o=[];return Yw(e,Jw,{that:o}),vy(n,"errors",o),n};xw?xw(Qw,Zw):sb(Qw,Zw);var e_=Qw.prototype=Vb(Zw.prototype,{constructor:ev(1,Qw),message:ev(1,""),name:ev(1,"AggregateError")});gb({global:!0},{AggregateError:Qw});var t_=Jv("unscopables"),n_=Array.prototype;null==n_[t_]&&gy.f(n_,t_,{configurable:!0,value:Vb(null)});var i_,r_,o_,a_=function(e){n_[t_][e]=!0},s_=Jv("iterator"),l_=!1;[].keys&&("next"in(o_=[].keys())?(r_=ww(ww(o_)))!==Object.prototype&&(i_=r_):l_=!0);var c_=null==i_||qg((function(){var e={};return i_[s_].call(e)!==e}));c_&&(i_={}),mv(i_[s_])||Ly(i_,s_,(function(){return this}));var u_={IteratorPrototype:i_,BUGGY_SAFARI_ITERATORS:l_},d_=gy.f,h_=Jv("toStringTag"),p_=function(e,t,n){e&&!Hv(e=n?e:e.prototype,h_)&&d_(e,h_,{configurable:!0,value:t})},f_=u_.IteratorPrototype,m_=function(){return this},g_=jy.PROPER,v_=jy.CONFIGURABLE,y_=u_.IteratorPrototype,b_=u_.BUGGY_SAFARI_ITERATORS,w_=Jv("iterator"),__=function(){return this},C_=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Vb(f_,{next:ev(+!i,n)}),p_(e,r,!1),Rw[r]=m_}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!b_&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[w_]||p["@@iterator"]||r&&p[r],m=!b_&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=ww(g.call(new e)))!==Object.prototype&&s.next&&(ww(s)!==y_&&(xw?xw(s,y_):mv(s[w_])||Ly(s,w_,__)),p_(s,d,!0)),g_&&"values"==r&&f&&"values"!==f.name&&(v_?vy(p,"name","values"):(h=!0,m=function(){return Kg(f,this)})),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(b_||h||!(c in p))&&Ly(p,c,l[c]);else gb({target:t,proto:!0,forced:b_||h},l);return p[w_]!==m&&Ly(p,w_,m,{name:r}),Rw[t]=m,l},x_=By.set,S_=By.getterFor("Array Iterator"),k_=C_(Array,"Array",(function(e,t){x_(this,{type:"Array Iterator",target:fv(e),index:0,kind:t})}),(function(){var e=S_(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values");Rw.Arguments=Rw.Array,a_("keys"),a_("values"),a_("entries");var E_=dw.charAt,A_=By.set,D_=By.getterFor("String Iterator");C_(String,"String",(function(e){A_(this,{type:"String Iterator",string:kb(e),index:0})}),(function(){var e,t=D_(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=E_(n,i),t.index+=e.length,{value:e,done:!1})}));var O_,T_={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},I_=oy("span").classList,P_=I_&&I_.constructor&&I_.constructor.prototype,F_=P_===Object.prototype?void 0:P_,M_=Jv("iterator"),B_=Jv("toStringTag"),N_=k_.values,R_=function(e,t){if(e){if(e[M_]!==N_)try{vy(e,M_,N_)}catch(t){e[M_]=N_}if(e[B_]||vy(e,B_,t),T_[t])for(var n in k_)if(e[n]!==k_[n])try{vy(e,n,k_[n])}catch(t){e[n]=k_[n]}}};for(var $_ in T_)R_(Wg[$_]&&Wg[$_].prototype,$_);function j_(){"undefined"==typeof globalThis&&(window.globalThis=window)}function L_(){void 0===Hg&&(window.AggregateError=function(e,t){var n=new Error(t);return n.errors=e,n})}R_(F_,"DOMTokenList"),"undefined"==typeof i.g?("ActiveXObject"in window&&console.error("抱歉,wangEditor V5+ 版本开始,不在支持 IE 浏览器\n Sorry, wangEditor V5+ versions do not support IE browser."),j_(),L_()):i.g&&(null===(O_=i.g.navigator)||void 0===O_?void 0:O_.userAgent.match("QQBrowser"))&&(j_(),L_());var z_,V_=Array.isArray||function(e){return"Array"==Kh(e)},H_=function(){},U_=[],W_=op("Reflect","construct"),q_=/^\s*(?:class|function)\b/,Y_=Nh(q_.exec),G_=!q_.exec(H_),K_=function(e){if(!Rh(e))return!1;try{return W_(H_,U_,e),!0}catch(e){return!1}},X_=!W_||$h((function(){var e;return K_(K_.call)||!K_(Object)||!K_((function(){e=!0}))||e}))?function(e){if(!Rh(e))return!1;switch(km(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return G_||!!Y_(q_,Ym(e))}:K_,Z_=jp("species"),J_=Eh.Array,Q_=function(e,t){return new(function(e){var t;return V_(e)&&(t=e.constructor,(X_(t)&&(t===J_||V_(t.prototype))||np(t)&&null===(t=t[Z_]))&&(t=void 0)),void 0===t?J_:t}(e))(0===t?0:t)},eC=jp("species"),tC=jp("isConcatSpreadable"),nC=Eh.TypeError,iC=pp>=51||!$h((function(){var e=[];return e[tC]=!1,e.concat()[0]!==e})),rC=(z_="concat",pp>=51||!$h((function(){var e=[];return(e.constructor={})[eC]=function(){return{foo:1}},1!==e[z_](Boolean).foo}))),oC=function(e){if(!np(e))return!1;var t=e[tC];return void 0!==t?!!t:V_(e)};vf({target:"Array",proto:!0,forced:!iC||!rC},{concat:function(e){var t,n,i,r,o,a=Dp(this),s=Q_(a,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(oC(o=-1===t?a:arguments[t])){if(l+(r=Bf(o))>9007199254740991)throw nC("Maximum allowed index exceeded");for(n=0;n<r;n++,l++)n in o&&rm(s,l,o[n])}else{if(l>=9007199254740991)throw nC("Maximum allowed index exceeded");rm(s,l++,o)}return s.length=l,s}});var aC=Wf.f,sC="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],lC={f:function(e){return sC&&"Window"==Kh(e)?function(e){try{return aC(e)}catch(e){return sm(sC)}}(e):aC(tp(e))}},cC=Nh([].slice),uC={f:jp},dC=pf.f,hC=function(e){var t=ip.Symbol||(ip.Symbol={});Tp(t,e)||dC(t,e,{value:uC.f(e)})},pC=Nh([].push),fC=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,c,u,d){for(var h,p,f=Dp(l),m=Jh(f),g=af(c,u),v=Bf(m),y=0,b=d||Q_,w=t?b(l,v):n||a?b(l,0):void 0;v>y;y++)if((s||y in m)&&(p=g(h=m[y],y,f),e))if(t)w[y]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return y;case 2:pC(w,h)}else switch(e){case 4:return!1;case 7:pC(w,h)}return o?-1:i||r?r:w}},mC={forEach:fC(0),map:fC(1),filter:fC(2),some:fC(3),every:fC(4),find:fC(5),findIndex:fC(6),filterReject:fC(7)}.forEach,gC=bf("hidden"),vC=jp("toPrimitive"),yC=ag.set,bC=ag.getterFor("Symbol"),wC=Object.prototype,_C=Eh.Symbol,CC=_C&&_C.prototype,xC=Eh.TypeError,SC=Eh.QObject,kC=op("JSON","stringify"),EC=Xp.f,AC=pf.f,DC=lC.f,OC=Wh.f,TC=Nh([].push),IC=Ep("symbols"),PC=Ep("op-symbols"),FC=Ep("string-to-symbol-registry"),MC=Ep("symbol-to-string-registry"),BC=Ep("wks"),NC=!SC||!SC.prototype||!SC.prototype.findChild,RC=jh&&$h((function(){return 7!=im(AC({},"a",{get:function(){return AC(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=EC(wC,t);i&&delete wC[t],AC(e,t,n),i&&e!==wC&&AC(wC,t,i)}:AC,$C=function(e,t){var n=IC[e]=im(CC);return yC(n,{type:"Symbol",tag:e,description:t}),jh||(n.description=t),n},jC=function(e,t,n){e===wC&&jC(PC,t,n),cf(e);var i=Hp(t);return cf(n),Tp(IC,i)?(n.enumerable?(Tp(e,gC)&&e[gC][i]&&(e[gC][i]=!1),n=im(n,{enumerable:qh(0,!1)})):(Tp(e,gC)||AC(e,gC,qh(1,{})),e[gC][i]=!0),RC(e,i,n)):AC(e,i,n)},LC=function(e,t){cf(e);var n=tp(t),i=Kf(n).concat(UC(n));return mC(i,(function(t){jh&&!zh(zC,n,t)||jC(e,t,n[t])})),e},zC=function(e){var t=Hp(e),n=zh(OC,this,t);return!(this===wC&&Tp(IC,t)&&!Tp(PC,t))&&(!(n||!Tp(this,t)||!Tp(IC,t)||Tp(this,gC)&&this[gC][t])||n)},VC=function(e,t){var n=tp(e),i=Hp(t);if(n!==wC||!Tp(IC,i)||Tp(PC,i)){var r=EC(n,i);return!r||!Tp(IC,i)||Tp(n,gC)&&n[gC][i]||(r.enumerable=!0),r}},HC=function(e){var t=DC(tp(e)),n=[];return mC(t,(function(e){Tp(IC,e)||Tp($f,e)||TC(n,e)})),n},UC=function(e){var t=e===wC,n=DC(t?PC:tp(e)),i=[];return mC(n,(function(e){!Tp(IC,e)||t&&!Tp(wC,e)||TC(i,IC[e])})),i};if(fp||(CC=(_C=function(){if(ap(CC,this))throw xC("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?Bm(arguments[0]):void 0,t=Mp(e),n=function(e){this===wC&&zh(n,PC,e),Tp(this,gC)&&Tp(this[gC],t)&&(this[gC][t]=!1),RC(this,t,qh(1,e))};return jh&&NC&&RC(wC,t,{configurable:!0,set:n}),$C(t,e)}).prototype,dg(CC,"toString",(function(){return bC(this).tag})),dg(_C,"withoutSetter",(function(e){return $C(Mp(e),e)})),Wh.f=zC,pf.f=jC,Xp.f=VC,Wf.f=lC.f=HC,qf.f=UC,uC.f=function(e){return $C(jp(e),e)},jh&&AC(CC,"description",{configurable:!0,get:function(){return bC(this).description}})),vf({global:!0,wrap:!0,forced:!fp,sham:!fp},{Symbol:_C}),mC(Kf(BC),(function(e){hC(e)})),vf({target:"Symbol",stat:!0,forced:!fp},{for:function(e){var t=Bm(e);if(Tp(FC,t))return FC[t];var n=_C(t);return FC[t]=n,MC[n]=t,n},keyFor:function(e){if(!vp(e))throw xC(e+" is not a symbol");if(Tp(MC,e))return MC[e]},useSetter:function(){NC=!0},useSimple:function(){NC=!1}}),vf({target:"Object",stat:!0,forced:!fp,sham:!jh},{create:function(e,t){return void 0===t?im(e):LC(im(e),t)},defineProperty:jC,defineProperties:LC,getOwnPropertyDescriptor:VC}),vf({target:"Object",stat:!0,forced:!fp},{getOwnPropertyNames:HC,getOwnPropertySymbols:UC}),vf({target:"Object",stat:!0,forced:$h((function(){qf.f(1)}))},{getOwnPropertySymbols:function(e){return qf.f(Dp(e))}}),kC){var WC=!fp||$h((function(){var e=_C();return"[null]"!=kC([e])||"{}"!=kC({a:e})||"{}"!=kC(Object(e))}));vf({target:"JSON",stat:!0,forced:WC},{stringify:function(e,t,n){var i=cC(arguments),r=t;if((np(t)||void 0!==e)&&!vp(e))return V_(t)||(t=function(e,t){if(Rh(r)&&(t=zh(r,this,e,t)),!vp(t))return t}),i[1]=t,Ih(kC,null,i)}})}if(!CC[vC]){var qC=CC.valueOf;dg(CC,vC,(function(e){return zh(qC,this)}))}bg(_C,"Symbol"),$f[gC]=!0,hC("asyncIterator"),hC("hasInstance"),hC("isConcatSpreadable"),hC("iterator"),hC("match"),hC("matchAll"),hC("replace"),hC("search"),hC("species"),hC("split"),hC("toPrimitive"),hC("toStringTag"),hC("unscopables"),bg(Eh.JSON,"JSON",!0);var YC=ip.Symbol;hC("asyncDispose"),hC("dispose"),hC("matcher"),hC("metadata"),hC("observable"),hC("patternMatch"),hC("replaceAll");var GC=YC,KC=uC.f("iterator"),XC=Ch((function(e){function t(n){return"function"==typeof GC&&"symbol"==typeof KC?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof GC&&e.constructor===GC&&e!==GC.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),ZC=_h(XC),JC=cy.f,QC=qg((function(){JC(1)}));if(gb({target:"Object",stat:!0,forced:!Yg||QC,sham:!Yg},{getOwnPropertyDescriptor:function(e,t){return JC(fv(e),t)}}),"object"===("undefined"==typeof i.g?"undefined":ZC(i.g))){var ex=Object.getOwnPropertyDescriptor(i.g,"window");i.g.window&&!ex.set||(i.g.window=i.g,i.g.requestAnimationFrame=function(){},i.g.navigator={userAgent:""},i.g.location={hostname:"0.0.0.0",port:0,protocol:"http:"},i.g.btoa=function(){},i.g.crypto={getRandomValues:function(e){return nodeCrypto.randomFillSync(e)}}),null!=i.g.document&&null==i.g.document.getElementsByTagName&&(i.g.document.getElementsByTagName=function(){return[]})}
96
+ var Ml=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],Bl=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Nl(e,t){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+e),t&&console.warn(t.stack))}function Rl(e,t){"undefined"!==typeof console&&(console.error("[vue-i18n] "+e),t&&console.error(t.stack))}var $l=Array.isArray;function jl(e){return null!==e&&"object"===typeof e}function Ll(e){return"boolean"===typeof e}function zl(e){return"string"===typeof e}var Vl=Object.prototype.toString,Hl="[object Object]";function Ul(e){return Vl.call(e)===Hl}function Wl(e){return null===e||void 0===e}function ql(e){return"function"===typeof e}function Yl(){var e=[],t=arguments.length;while(t--)e[t]=arguments[t];var n=null,i=null;return 1===e.length?jl(e[0])||$l(e[0])?i=e[0]:"string"===typeof e[0]&&(n=e[0]):2===e.length&&("string"===typeof e[0]&&(n=e[0]),(jl(e[1])||$l(e[1]))&&(i=e[1])),{locale:n,params:i}}function Gl(e){return JSON.parse(JSON.stringify(e))}function Kl(e,t){if(e.delete(t))return e}function Xl(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function Zl(e,t){return!!~e.indexOf(t)}var Jl=Object.prototype.hasOwnProperty;function Ql(e,t){return Jl.call(e,t)}function ec(e){for(var t=arguments,n=Object(e),i=1;i<arguments.length;i++){var r=t[i];if(void 0!==r&&null!==r){var o=void 0;for(o in r)Ql(r,o)&&(jl(r[o])?n[o]=ec(n[o],r[o]):n[o]=r[o])}}return n}function tc(e,t){if(e===t)return!0;var n=jl(e),i=jl(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=$l(e),o=$l(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return tc(e,t[n])}));if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return tc(e[n],t[n])}))}catch(wh){return!1}}function nc(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function ic(e){return null!=e&&Object.keys(e).forEach((function(t){"string"==typeof e[t]&&(e[t]=nc(e[t]))})),e}function rc(e){e.prototype.hasOwnProperty("$i18n")||Object.defineProperty(e.prototype,"$i18n",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.$i18n;return i._t.apply(i,[e,i.locale,i._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var n=[],i=arguments.length-2;while(i-- >0)n[i]=arguments[i+2];var r=this.$i18n;return r._tc.apply(r,[e,r.locale,r._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}}function oc(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n)if(e.i18n instanceof iu){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{},n=e.__i18nBridge||e.__i18n;n.forEach((function(e){t=ec(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(wh){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(Ul(e.i18n)){var i=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu?this.$root.$i18n:null;if(i&&(e.i18n.root=this.$root,e.i18n.formatter=i.formatter,e.i18n.fallbackLocale=i.fallbackLocale,e.i18n.formatFallbackMessages=i.formatFallbackMessages,e.i18n.silentTranslationWarn=i.silentTranslationWarn,e.i18n.silentFallbackWarn=i.silentFallbackWarn,e.i18n.pluralizationRules=i.pluralizationRules,e.i18n.preserveDirectiveContent=i.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var r=e.i18n&&e.i18n.messages?e.i18n.messages:{},o=e.__i18nBridge||e.__i18n;o.forEach((function(e){r=ec(r,JSON.parse(e))})),e.i18n.messages=r}catch(wh){0}var a=e.i18n,s=a.sharedMessages;s&&Ul(s)&&(e.i18n.messages=ec(e.i18n.messages,s)),this._i18n=new iu(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),i&&i.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof iu&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof iu||Ul(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof iu||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof iu)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}var ac={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,i=t.parent,r=t.props,o=t.slots,a=i.$i18n;if(a){var s=r.path,l=r.locale,c=r.places,u=o(),d=a.i(s,l,sc(u)||c?lc(u.default,c):u),h=r.tag&&!0!==r.tag||!1===r.tag?r.tag:"span";return h?e(h,n,d):d}}};function sc(e){var t;for(t in e)if("default"!==t)return!1;return Boolean(t)}function lc(e,t){var n=t?cc(t):{};if(!e)return n;e=e.filter((function(e){return e.tag||""!==e.text.trim()}));var i=e.every(hc);return e.reduce(i?uc:dc,n)}function cc(e){return Array.isArray(e)?e.reduce(dc,{}):Object.assign({},e)}function uc(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function dc(e,t,n){return e[n]=t,e}function hc(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var pc,fc={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,i=t.parent,r=t.data,o=i.$i18n;if(!o)return null;var a=null,s=null;zl(n.format)?a=n.format:jl(n.format)&&(n.format.key&&(a=n.format.key),s=Object.keys(n.format).reduce((function(e,t){var i;return Zl(Ml,t)?Object.assign({},e,(i={},i[t]=n.format[t],i)):e}),null));var l=n.locale||o.locale,c=o._ntp(n.value,l,a,s),u=c.map((function(e,t){var n,i=r.scopedSlots&&r.scopedSlots[e.type];return i?i((n={},n[e.type]=e.value,n.index=t,n.parts=c,n)):e.value})),d=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return d?e(d,{attrs:r.attrs,class:r["class"],staticClass:r.staticClass},u):u}};function mc(e,t,n){yc(e,n)&&wc(e,t,n)}function gc(e,t,n,i){if(yc(e,n)){var r=n.context.$i18n;bc(e,n)&&tc(t.value,t.oldValue)&&tc(e._localeMessage,r.getLocaleMessage(r.locale))||wc(e,t,n)}}function vc(e,t,n,i){var r=n.context;if(r){var o=n.context.$i18n||{};t.modifiers.preserve||o.preserveDirectiveContent||(e.textContent=""),e._vt=void 0,delete e["_vt"],e._locale=void 0,delete e["_locale"],e._localeMessage=void 0,delete e["_localeMessage"]}else Nl("Vue instance does not exists in VNode context")}function yc(e,t){var n=t.context;return n?!!n.$i18n||(Nl("VueI18n instance does not exists in Vue instance"),!1):(Nl("Vue instance does not exists in VNode context"),!1)}function bc(e,t){var n=t.context;return e._locale===n.$i18n.locale}function wc(e,t,n){var i,r,o=t.value,a=_c(o),s=a.path,l=a.locale,c=a.args,u=a.choice;if(s||l||c)if(s){var d=n.context;e._vt=e.textContent=null!=u?(i=d.$i18n).tc.apply(i,[s,u].concat(Cc(l,c))):(r=d.$i18n).t.apply(r,[s].concat(Cc(l,c))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else Nl("`path` is required in v-t directive");else Nl("value type not supported")}function _c(e){var t,n,i,r;return zl(e)?t=e:Ul(e)&&(t=e.path,n=e.locale,i=e.args,r=e.choice),{path:t,locale:n,args:i,choice:r}}function Cc(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||Ul(t))&&n.push(t),n}function xc(e,t){void 0===t&&(t={bridge:!1}),xc.installed=!0,pc=e;pc.version&&Number(pc.version.split(".")[0]);rc(pc),pc.mixin(oc(t.bridge)),pc.directive("t",{bind:mc,update:gc,unbind:vc}),pc.component(ac.name,ac),pc.component(fc.name,fc);var n=pc.config.optionMergeStrategies;n.i18n=function(e,t){return void 0===t?e:t}}var Sc=function(){this._caches=Object.create(null)};Sc.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=Ac(e),this._caches[e]=n),Dc(n,t)};var kc=/^(?:\d)+/,Ec=/^(?:\w)+/;function Ac(e){var t=[],n=0,i="";while(n<e.length){var r=e[n++];if("{"===r){i&&t.push({type:"text",value:i}),i="";var o="";r=e[n++];while(void 0!==r&&"}"!==r)o+=r,r=e[n++];var a="}"===r,s=kc.test(o)?"list":a&&Ec.test(o)?"named":"unknown";t.push({value:o,type:s})}else"%"===r?"{"!==e[n]&&(i+=r):i+=r}return i&&t.push({type:"text",value:i}),t}function Dc(e,t){var n=[],i=0,r=Array.isArray(t)?"list":jl(t)?"named":"unknown";if("unknown"===r)return n;while(i<e.length){var o=e[i];switch(o.type){case"text":n.push(o.value);break;case"list":n.push(t[parseInt(o.value,10)]);break;case"named":"named"===r&&n.push(t[o.value]);break;case"unknown":0;break}i++}return n}var Oc=0,Tc=1,Ic=2,Pc=3,Fc=0,Mc=1,Bc=2,Nc=3,Rc=4,$c=5,jc=6,Lc=7,zc=8,Vc=[];Vc[Fc]={ws:[Fc],ident:[Nc,Oc],"[":[Rc],eof:[Lc]},Vc[Mc]={ws:[Mc],".":[Bc],"[":[Rc],eof:[Lc]},Vc[Bc]={ws:[Bc],ident:[Nc,Oc],0:[Nc,Oc],number:[Nc,Oc]},Vc[Nc]={ident:[Nc,Oc],0:[Nc,Oc],number:[Nc,Oc],ws:[Mc,Tc],".":[Bc,Tc],"[":[Rc,Tc],eof:[Lc,Tc]},Vc[Rc]={"'":[$c,Oc],'"':[jc,Oc],"[":[Rc,Ic],"]":[Mc,Pc],eof:zc,else:[Rc,Oc]},Vc[$c]={"'":[Rc,Oc],eof:zc,else:[$c,Oc]},Vc[jc]={'"':[Rc,Oc],eof:zc,else:[jc,Oc]};var Hc=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Uc(e){return Hc.test(e)}function Wc(e){var t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t!==n||34!==t&&39!==t?e:e.slice(1,-1)}function qc(e){if(void 0===e||null===e)return"eof";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function Yc(e){var t=e.trim();return("0"!==e.charAt(0)||!isNaN(e))&&(Uc(t)?Wc(t):"*"+t)}function Gc(e){var t,n,i,r,o,a,s,l=[],c=-1,u=Fc,d=0,h=[];function p(){var t=e[c+1];if(u===$c&&"'"===t||u===jc&&'"'===t)return c++,i="\\"+t,h[Oc](),!0}h[Tc]=function(){void 0!==n&&(l.push(n),n=void 0)},h[Oc]=function(){void 0===n?n=i:n+=i},h[Ic]=function(){h[Oc](),d++},h[Pc]=function(){if(d>0)d--,u=Rc,h[Oc]();else{if(d=0,void 0===n)return!1;if(n=Yc(n),!1===n)return!1;h[Tc]()}};while(null!==u)if(c++,t=e[c],"\\"!==t||!p()){if(r=qc(t),s=Vc[u],o=s[r]||s["else"]||zc,o===zc)return;if(u=o[0],a=h[o[1]],a&&(i=o[2],i=void 0===i?t:i,!1===a()))return;if(u===Lc)return l}}var Kc=function(){this._cache=Object.create(null)};Kc.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=Gc(e),t&&(this._cache[e]=t)),t||[]},Kc.prototype.getPathValue=function(e,t){if(!jl(e))return null;var n=this.parsePath(t);if(0===n.length)return null;var i=n.length,r=e,o=0;while(o<i){var a=r[n[o]];if(void 0===a||null===a)return null;r=a,o++}return r};var Xc,Zc=/<\/?[\w\s="/.':;#-\/]+>/,Jc=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,Qc=/^@(?:\.([a-zA-Z]+))?:/,eu=/[()]/g,tu={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return""+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},nu=new Sc,iu=function(e){var t=this;void 0===e&&(e={}),!pc&&"undefined"!==typeof window&&window.Vue&&xc(window.Vue);var n=e.locale||"en-US",i=!1!==e.fallbackLocale&&(e.fallbackLocale||"en-US"),r=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},a=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||nu,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new Kc,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||"off",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var i=Object.getPrototypeOf(t);if(i&&i.getChoiceIndex){var r=i.getChoiceIndex;return r.call(t,e,n)}var o=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):o(e,n)},this._exist=function(e,n){return!(!e||!n)&&(!Wl(t._path.getPathValue(e,n))||!!e[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])})),this._initVM({locale:n,fallbackLocale:i,messages:r,dateTimeFormats:o,numberFormats:a})},ru={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};iu.prototype._checkLocaleMessage=function(e,t,n){var i=[],r=function(e,t,n,i){if(Ul(n))Object.keys(n).forEach((function(o){var a=n[o];Ul(a)?(i.push(o),i.push("."),r(e,t,a,i),i.pop(),i.pop()):(i.push(o),r(e,t,a,i),i.pop())}));else if($l(n))n.forEach((function(n,o){Ul(n)?(i.push("["+o+"]"),i.push("."),r(e,t,n,i),i.pop(),i.pop()):(i.push("["+o+"]"),r(e,t,n,i),i.pop())}));else if(zl(n)){var o=Zc.test(n);if(o){var a="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+t+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===e?Nl(a):"error"===e&&Rl(a)}}};r(t,e,n,i)},iu.prototype._initVM=function(e){var t=pc.config.silent;pc.config.silent=!0,this._vm=new pc({data:e,__VUE18N__INSTANCE__:!0}),pc.config.silent=t},iu.prototype.destroyVM=function(){this._vm.$destroy()},iu.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},iu.prototype.unsubscribeDataChanging=function(e){Kl(this._dataListeners,e)},iu.prototype.watchI18nData=function(){var e=this;return this._vm.$watch("$data",(function(){var t=Xl(e._dataListeners),n=t.length;while(n--)pc.nextTick((function(){t[n]&&t[n].$forceUpdate()}))}),{deep:!0})},iu.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch("locale",(function(i){n.$set(n,"locale",i),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=i),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var i=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){i.$set(i,"locale",e),i.$forceUpdate()}),{immediate:!0})},iu.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},ru.vm.get=function(){return this._vm},ru.messages.get=function(){return Gl(this._getMessages())},ru.dateTimeFormats.get=function(){return Gl(this._getDateTimeFormats())},ru.numberFormats.get=function(){return Gl(this._getNumberFormats())},ru.availableLocales.get=function(){return Object.keys(this.messages).sort()},ru.locale.get=function(){return this._vm.locale},ru.locale.set=function(e){this._vm.$set(this._vm,"locale",e)},ru.fallbackLocale.get=function(){return this._vm.fallbackLocale},ru.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",e)},ru.formatFallbackMessages.get=function(){return this._formatFallbackMessages},ru.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},ru.missing.get=function(){return this._missing},ru.missing.set=function(e){this._missing=e},ru.formatter.get=function(){return this._formatter},ru.formatter.set=function(e){this._formatter=e},ru.silentTranslationWarn.get=function(){return this._silentTranslationWarn},ru.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},ru.silentFallbackWarn.get=function(){return this._silentFallbackWarn},ru.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},ru.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},ru.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},ru.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},ru.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&("warn"===e||"error"===e)){var i=this._getMessages();Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])}))}},ru.postTranslation.get=function(){return this._postTranslation},ru.postTranslation.set=function(e){this._postTranslation=e},ru.sync.get=function(){return this._sync},ru.sync.set=function(e){this._sync=e},iu.prototype._getMessages=function(){return this._vm.messages},iu.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},iu.prototype._getNumberFormats=function(){return this._vm.numberFormats},iu.prototype._warnDefault=function(e,t,n,i,r,o){if(!Wl(n))return n;if(this._missing){var a=this._missing.apply(null,[e,t,i,r]);if(zl(a))return a}else 0;if(this._formatFallbackMessages){var s=Yl.apply(void 0,r);return this._render(t,o,s.params,t)}return t},iu.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:Wl(e))&&!Wl(this._root)&&this._fallbackRoot},iu.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},iu.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},iu.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},iu.prototype._interpolate=function(e,t,n,i,r,o,a){if(!t)return null;var s,l=this._path.getPathValue(t,n);if($l(l)||Ul(l))return l;if(Wl(l)){if(!Ul(t))return null;if(s=t[n],!zl(s)&&!ql(s))return null}else{if(!zl(l)&&!ql(l))return null;s=l}return zl(s)&&(s.indexOf("@:")>=0||s.indexOf("@.")>=0)&&(s=this._link(e,t,s,i,"raw",o,a)),this._render(s,r,o,n)},iu.prototype._link=function(e,t,n,i,r,o,a){var s=n,l=s.match(Jc);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],d=u.match(Qc),h=d[0],p=d[1],f=u.replace(h,"").replace(eu,"");if(Zl(a,f))return s;a.push(f);var m=this._interpolate(e,t,f,i,"raw"===r?"string":r,"raw"===r?void 0:o,a);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,f,i,r,o)}m=this._warnDefault(e,f,m,i,$l(o)?o:[o],r),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):tu.hasOwnProperty(p)&&(m=tu[p](m)),a.pop(),s=m?s.replace(u,m):s}return s},iu.prototype._createMessageContext=function(e,t,n,i){var r=this,o=$l(e)?e:[],a=jl(e)?e:{},s=function(e){return o[e]},l=function(e){return a[e]},c=this._getMessages(),u=this.locale;return{list:s,named:l,values:e,formatter:t,path:n,messages:c,locale:u,linked:function(e){return r._interpolate(u,c[u]||{},e,null,i,void 0,[e])}}},iu.prototype._render=function(e,t,n,i){if(ql(e))return e(this._createMessageContext(n,this._formatter||nu,i,t));var r=this._formatter.interpolate(e,n,i);return r||(r=nu.interpolate(e,n,i)),"string"!==t||zl(r)?r:r.join("")},iu.prototype._appendItemToChain=function(e,t,n){var i=!1;return Zl(e,t)||(i=!0,t&&(i="!"!==t[t.length-1],t=t.replace(/!/g,""),e.push(t),n&&n[t]&&(i=n[t]))),i},iu.prototype._appendLocaleToChain=function(e,t,n){var i,r=t.split("-");do{var o=r.join("-");i=this._appendItemToChain(e,o,n),r.splice(-1,1)}while(r.length&&!0===i);return i},iu.prototype._appendBlockToChain=function(e,t,n){for(var i=!0,r=0;r<t.length&&Ll(i);r++){var o=t[r];zl(o)&&(i=this._appendLocaleToChain(e,o,n))}return i},iu.prototype._getLocaleChain=function(e,t){if(""===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];var i,r=[e];while($l(r))r=this._appendBlockToChain(n,r,t);i=$l(t)?t:jl(t)?t["default"]?t["default"]:null:t,r=zl(i)?[i]:i,r&&this._appendBlockToChain(n,r,null),this._localeChainCache[e]=n}return n},iu.prototype._translate=function(e,t,n,i,r,o,a){for(var s,l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=this._interpolate(u,e[u],i,r,o,a,[i]),!Wl(s))return s}return null},iu.prototype._t=function(e,t,n,i){var r,o=[],a=arguments.length-4;while(a-- >0)o[a]=arguments[a+4];if(!e)return"";var s=Yl.apply(void 0,o);this._escapeParameterHtml&&(s.params=ic(s.params));var l=s.locale||t,c=this._translate(n,l,this.fallbackLocale,e,i,"string",s.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(r=this._root).$t.apply(r,[e].concat(o))}return c=this._warnDefault(l,e,c,i,o,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,e)),c},iu.prototype.t=function(e){var t,n=[],i=arguments.length-1;while(i-- >0)n[i]=arguments[i+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},iu.prototype._i=function(e,t,n,i,r){var o=this._translate(n,t,this.fallbackLocale,e,i,"raw",r);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(e,t,r)}return this._warnDefault(t,e,o,i,[r],"raw")},iu.prototype.i=function(e,t,n){return e?(zl(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):""},iu.prototype._tc=function(e,t,n,i,r){var o,a=[],s=arguments.length-5;while(s-- >0)a[s]=arguments[s+5];if(!e)return"";void 0===r&&(r=1);var l={count:r,n:r},c=Yl.apply(void 0,a);return c.params=Object.assign(l,c.params),a=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,i].concat(a)),r)},iu.prototype.fetchChoice=function(e,t){if(!e||!zl(e))return null;var n=e.split("|");return t=this.getChoiceIndex(t,n.length),n[t]?n[t].trim():e},iu.prototype.tc=function(e,t){var n,i=[],r=arguments.length-2;while(r-- >0)i[r]=arguments[r+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(i))},iu.prototype._te=function(e,t,n){var i=[],r=arguments.length-3;while(r-- >0)i[r]=arguments[r+3];var o=Yl.apply(void 0,i).locale||t;return this._exist(n[o],e)},iu.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},iu.prototype.getLocaleMessage=function(e){return Gl(this._vm.messages[e]||{})},iu.prototype.setLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},iu.prototype.mergeLocaleMessage=function(e,t){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,ec("undefined"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},iu.prototype.getDateTimeFormat=function(e){return Gl(this._vm.dateTimeFormats[e]||{})},iu.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},iu.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,ec(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},iu.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._dateTimeFormatters.hasOwnProperty(i)&&delete this._dateTimeFormatters[i]}},iu.prototype._localizeDateTime=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!Wl(s)&&!Wl(s[r]))break}if(Wl(s)||Wl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.DateTimeFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._dateTimeFormatters[p],d||(d=this._dateTimeFormatters[p]=new Intl.DateTimeFormat(a,h))}return d.format(e)},iu.prototype._d=function(e,t,n,i){if(!n){var r=i?new Intl.DateTimeFormat(t,i):new Intl.DateTimeFormat(t);return r.format(e)}var o=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n,i);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(e,n,t)}return o||""},iu.prototype.d=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?(zl(t[0])?r=t[0]:jl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key)),o=Object.keys(t[0]).reduce((function(e,n){var i;return Zl(Bl,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(zl(t[0])&&(r=t[0]),zl(t[1])&&(i=t[1])),this._d(e,i,r,o)},iu.prototype.getNumberFormat=function(e){return Gl(this._vm.numberFormats[e]||{})},iu.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},iu.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,ec(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},iu.prototype._clearNumberFormat=function(e,t){for(var n in t){var i=e+"__"+n;this._numberFormatters.hasOwnProperty(i)&&delete this._numberFormatters[i]}},iu.prototype._getNumberFormatter=function(e,t,n,i,r,o){for(var a=t,s=i[a],l=this._getLocaleChain(t,n),c=0;c<l.length;c++){var u=l[c];if(s=i[u],a=u,!Wl(s)&&!Wl(s[r]))break}if(Wl(s)||Wl(s[r]))return null;var d,h=s[r];if(o)d=new Intl.NumberFormat(a,Object.assign({},h,o));else{var p=a+"__"+r;d=this._numberFormatters[p],d||(d=this._numberFormatters[p]=new Intl.NumberFormat(a,h))}return d},iu.prototype._n=function(e,t,n,i){if(!iu.availabilities.numberFormat)return"";if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.format(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.format(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},i))}return a||""},iu.prototype.n=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,r=null,o=null;return 1===t.length?zl(t[0])?r=t[0]:jl(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(r=t[0].key),o=Object.keys(t[0]).reduce((function(e,n){var i;return Zl(Ml,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(zl(t[0])&&(r=t[0]),zl(t[1])&&(i=t[1])),this._n(e,i,r,o)},iu.prototype._ntp=function(e,t,n,i){if(!iu.availabilities.numberFormat)return[];if(!n){var r=i?new Intl.NumberFormat(t,i):new Intl.NumberFormat(t);return r.formatToParts(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,i),a=o&&o.formatToParts(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(e,t,n,i)}return a||[]},Object.defineProperties(iu.prototype,ru),Object.defineProperty(iu,"availabilities",{get:function(){if(!Xc){var e="undefined"!==typeof Intl;Xc={dateTimeFormat:e&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:e&&"undefined"!==typeof Intl.NumberFormat}}return Xc}}),iu.install=xc,iu.version="8.28.2";var ou=iu,au=i(4093),su=i(9952),lu=i(3527);const cu={sendData:{sendTitle:"sendData",search:{sendingTime:"sendingTime",phoneNumber:"phoneNumber",companyName:"companyName",addressee:"addressee",textSearch:"textSearch",send:"send",open:"open",LinkClick:"LinkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",emailComplaints:"emailComplaints",search:"search",download:"download",reset:"reset",collapse:"collapse",operate:"operate"},table:{createTime:"createTime",sender:"sender",name:"name",company:"company",addressee:"addressee",subject:"subject",text:"text",send:"send",open:"open",linkClick:"linkClick",reply:"reply",return:"return",unsubscribe:"unsubscribe",spamComplaints:"spamComplaints",view:"view",AIreplies:"AIreplies"}},receiveData:{receiveTitle:"Received Data",search:{sendingTime:"Sent Time:",sender:"Sender",receivingAccount:"Recipient Account:",recipientName:"Recipient Name:",companyName:"Company Name:",textSearch:"Content Search:",search:"Search",download:"Download",reset:"Reset"},table:{sendTime:"Received Time",sender:"Sender",addressee:"Recipient",name:"Name",company:"Company",subject:"Subject",content:"Content",isRead:"Read Status",operate:"Action"}},inboxMail:{search:{default:"Please enter",defaultSelect:"Please select",bloggerName:"Influencer Name",title:"Title and Content",target:"Popularization Plan",tagName:"Tag Name",isRead:"Read Status",read:"Read",unRead:"Unread",isStar:"Starred Emails",sendEmail:"Sending email",emailStatus:"Email status",all:"All Emails",starred:"Starred",allEmail:"All emails",sysEmail:"System emails",businessEmail:"Enterprise emails",isReply:"Replied to Email",replyTrue:"Replied",replyFalse:"Unreplied",replayTime:"Received Time",time1:"Last Three Months",time2:"Last Six Months",time3:"All Emails",search:"Search",reset:"Reset",refresh:"Refresh",delete:"Delete",setUnRead:"Mark as Unread",batchReply:"Bulk Reply",noTask:"No campaign",setHasRead:"Mark as Read"},searchButton:{search:"search",reset:"reset"}},inboxTable:{noTask:"no task",addTag:"new label",delTag:"Are you sure you want to remove this label?",confirm:"Confirm",cancel:"Cancel",tip:"tip",cancelTagDel:"Undo delete",successTagDel:"The mailing label was deleted successfully",errorTag:"The label displays an error",delmailWarning:"Please select at least one",unReadSuccess:"The operation was successful",delMail:"This action will permanently delete, do you want to continue?",del:"Email deleted successfully",collMail:"Collected",cancelMail:"Cancel Favorite",requestError:"Request error",deleteTip:"If this email is spam, you can block emails from this address.",delShieldBtn:"Delete and block this email address."},newMail:{title:"New mail notification",content:"You have received a new email. Please check your inbox"},inboxDetail:{addTag:"Add Tag",addFavorites:"Add to Favorites",send:"Send",to:"Addressee",me:"Me",reply:"Reply",mailContent:"Email body cannot be empty",replySuccess:"Reply successful",delSuccess:"Delete successful",confirmContent:"This action will permanently delete, continue?",tagError:"Tag error",tip:"Notice",mailError:"Failed to read email",confirm:"Confirm",cancel:"Cancel",omail:"Original email",subject:"Subject",content:"Body",outerBlogger:"External influencer or agent",email:"Email:",normalReply:"Standard reply",reply2:"Reply",simpleReply:"Quick reply",plan:"Associated campaign",noPlan:"No associated campaign",coopStatus:"Cooperation status",coop1:"Not cooperating",coop2:"Confirm cooperation",coop3:"Sample sent",coop4:"Content in production",coop5:"Waiting to go online",coop6:"Cooperation completed",empty:"None",menu1:"Influencer profile",menu2:"Sample delivery management",menu3:"Cooperation content",menu4:"Cooperation amount",menu5:"Affiliate distribution",menu6:"Remarks",menu7:"Report influencer",menu8:"Blacklist",menu9:"Influencer details",menu10:"Payment",aiTip1:"AI-generated content may contain risks, please review and confirm",open:"Expand",close:"Collapse",like:"Like",unLike:"Dislike",redo:"Regenerate",stop:"Stop generation",restPoint:"Available AI points",aiRule:"Click to view AI points usage rules",aiContentReply:"AI content reply",channelId:"Channel ID",read:"read",unRead:"unread",tips1:"Please add an associated campaign first!",tips2:"Content generation timed out, please try again!",tip3:"No content to reply!",tips4:"Sent successfully!",tips5:"Operation successful",quickReply:"Quick reply",fullWrite:"Switch to full writing mode",sendNow:"Send now",keywords:"Key information",isBuilding:"AI key information generation in progress...",waring1:"The following information is extracted by AI after analyzing the email content",info1:"Quotation",info2:"Contact information",info3:"Shipping address",info4:"Payment information",saveInfo:"Enter into influencer profile",noInfo:"No key information extracted from this email",aiTips2:"No information to enter",infoSuccess:"Entry successful!",planTitle1:"Add associated campaign",planTitle2:"Transfer associated campaign",planTip1:"Note: The influencer's contact status, cooperation status, bound tracking links, videos, etc. will be synchronized into the target campaign",planTip2:"Note: The influencer's contact status, cooperation status, videos, etc. will be moved into the target campaign",choosePlan:"Select campaign",planPlace:"Please select a campaign",noPlan2:"No campaign currently available",createPlan:"Create campaign",planTips3:"Please select a campaign",planVal:"Campaign",planMove:"Transfer",planGL:"Associate",success:"Successful",coopStatusTitle:"Select cooperation status",previousPage:"Previous Page",nextPage:"Next Page"},inboxTagDialog:{title:"label",tip:"tip",default:"Please enter a new label name",selectTag:"Selected labels",collapse:"Show less",unfold:"Show more",bindTagTip:"Select the label to which the message is bound",bindSuccess:"Binding succeeded",addTagSuccess:"The tag was added successfully",addTagFail:"Label already exists",tagMaxLen1:"The label length cannot exceed six characters",tagMaxLen2:"The label length cannot exceed twelve characters",tagMaxLen:"The tag name cannot exceed 30 characters (15 Chinese characters)",delTagSuccess:"The tag is deleted successfully",confirm:"Confirm",cancel:"Cancel"},searchButton:{search:"Search",reset:"Reset"},writeMail:{receiver:"To",cc_person:"Cc",subject:"Subject",add_attachment:"Attach Files",notice:"Tip",tip:"The maximum number of attachments is 10, and the total size of attachments should not exceed 200MB.",content:"content",template_var:"Template variables",channel_name:"Channel name",channel_Id:"Channel Id",blogger:"Influencer",name:"Name",fans_num:"Number of fans",channel_link:"Channel link",goback:"Return",save_draft:"Save",delayed_sending:"Schedule send",send_now:"Send",template:"Template",signature:"Signature",product:"Product",task:"Task",creativity:"Idea",retract:"Show less",other:"",person:"",time_limit:"Sending time cannot be earlier than the current time",save_draft_tip:"Do you want to save the edited content to the draft box?",save_mail:"Do you want to save the email content?",prompt:"Tip",save:"Save",cancle:"Cancel",no_receiver:"Please specify at least one recipient.",check_receiver:"Please check if the recipient’s email address is correct",check_ccperson:"Please check if the CC recipient’s email address is correct",no_subject:"Please fill in the email subject before sending",subject_limit:"Email subject cannot exceed 100 characters",no_content:"Please fill in the email body before sending",content_limit:"Email content cannot exceed 5000 characters",attachment_length_limit:"Up to 10 attachments can be uploaded",attachment_size_limit:"Total attachment size cannot exceed 200MB",choose_send_time:"Select scheduled sending time",will:"the email will be sent at ",post_to:"Beijing Time and is temporarily saved in 'Draft'",send:"send",choose_time_date:"Select date and time",cancle_timer:"Cancel scheduled sending",change_timer:"Modify sending time",mail_will:"The email will be sent at",save_tip:". Before sending, it will be temporarily saved in 'Draft' and can be viewed or modified at any time.",set_delay_success:"Scheduled email saved",i_know:"OK",cancle_delay_tip:"After canceling the scheduled sending, the email will be restored to a regular draft email.",whether_cancle_delay:"Do you want to cancel the scheduled sending?",cancle_delay:"confirm",no_cancle:"cancel",infoPop:"Usually, using template variables in emails can effectively improve work efficiency"},uploadDialog:{title:"Upload Attachment",btnUpload:"Select File",tip:"The total size limit for files is 200 MB and the number of files cannot exceed 10",tip1:"The rest size limit for files is ",tip2:"and the rest number of files cannot exceed",btnOk:"Upload",btnClear:"Clear",empty:"File upload cannot be empty",maxSize:"The total size of files cannot exceed 100 MB. Please upload again",maxNum:"The number of files uploaded cannot exceed 10",success:"Upload successful",wait:"Please wait for the upload to finish",not:"This file format is currently not supported"},outboxMail:{blogger_name:"Recipient",title_content:"subject/content",task_name:"task",mail_type:"Mail types",mail_status:"Mail status",star_mail:"Starred mail",all_read:"All read",all_unread:"Unread",read:"Read",no_task:"No task",no_plan:"No campaign",normal:"Normal",delay:"Scheduled",failed:"Failed to send",all_mail:"All emails",choose:"Please select at least one item.",confirm_del:"Are you sure you want to delete?",success:"Operation successful."},draftMail:{draft:"Drafts",no_receiver:"Please specify at least one recipient.",send:"send",empty:"empty",no_subject:"Empty subject"},outboxDetail:{back:"return",me:"me",send_to:"to",retract:"Show less",more:"Show more",read:"read",unreviewed_resend:"Resend unread emails",resend_all:"Resend all",show_all:"Show all",file_num:"attachments",down_all:"Download all"},blogMail:{search_mail:"Search email",read:"read",unread:"unread",receive_mail:"Inbox",send_mail:"Sent"},template:{invite_cooperation:"Cooperation invitation",price_negotiation:"negotiation price",contract_template:"Contract",video_production:"Video making",expense_settlement:"Payment",create_template:"Create template",system_template:"System template",custom_template:"Custom template",new_template:"New template",template_title:"Template title",mail_title:"subject",apply_scene:"Application scenario",language:"Language",template_language:"Template language",set_system_template:"Set system template",edit_template:"Edit template",word_limit:"Limit within words ",title_not_empty:"Template title cannot be empty",title_word_limit:"Template title should be within 30 words",subject_not_empty:"Email subject cannot be empty",scene_not_empty:"Application scenario cannot be empty",scene_word_limit:"Application scenario should be within 20 words",language_not_empty:"Language cannot be empty",no_content:"Email body cannot be empty",choose_type:"Select type",confirm:"Confirm",template_type:"Template type",set_success:"Settings saved successfully"},signature:{create_sign:"New Signature",edite_sign:"Edit Signature",sign_not_empty:"Signature cannot be empty",confirm_del:"Are you sure you want to delete the singature?"},product:{no_data:"Create a product now to get started! No products found.",add_product:"Add product",create_product:"New product",upload_picture:"Upload product image",length_limit:"File size should not exceed",product_name:"Product name",en_name:"English name",product_type:"Product type",E_COMMERCE:"E-commerce platform",produce_link:"Product link",product_price:"Product price",dollar:"USD",link:"Original link",link_goods:"commodity",link_app:"APP promotion",link_web:"Website promotion",link_amazon:"Amazon",link_aliExpress:"AliExpress",link_lazada:"Lazada",link_shopee:"Shopee",link_independent:"Independent station",link_other:"other",empty_link_name:"Product name cannot be empty",limit_link_words:"The product name cannot exceed 20 words",empty_en_name:"English name cannot be empty",limit_en_words:"English name cannot exceed 100 characters",false_en_name:"The English name is entered incorrectly",select_link_type:"Please select a product type",select_platform:"Please select an e-commerce platform",empty_link:"Product link cannot be empty",empty_price:"The product price cannot be empty",no_img:"No product images uploaded",create_success:"Created successfully",false_link:"Product link format error, please re-enter",re_link_name:"The product name already exists, please re-enter",limit_upload:"Upload image size cannot exceed 5MB"},task:{choose:"Select",blogger_classify:"KOL category",blogger_country:"KOL country",blogger_platform:"KOL platform",create_date:"Creation date",no_data:"Create a task now to get started! No tasks found."},creativity:{no_data:"Only favorited ideas will appear here",content:"Creative content",script:"Creative script",insert:"Insert",interaction_rate:"Interaction rate",script_name:"Script name",script_classify:"Script category",script_num:"Script number",collect:"Favorite",cancle_collect:"Unfavorite",storyboard:"Storyboard",suggested_duration:"Suggested duration",plot_summary:"Plot summary",key_point:"Key points",case_name:"Case name",case_classify:"Case category",playback_volume:"Views",likes:"Likes",comments_num:"Comments",content_title:"Content title",content_validity:"Content summary",video_num:"Number of videos",channel_createtime:"Channel creation time",blogger_area:"KOL region",blogger_detail:"KOL details",case_detail:"Case details",no_title:"No title",no_validity:"No summary",script_content:"Script content",average_play:"Average views",total_watch:"Total views"},common:{please_select:"Please select",please_input:"Please enter",no_data:"No data available",confirm:"Confirm",cancle:"Cancel",delete:"Delete",apply:"Apply",detail:"Details",download:"Download",update_on:"Last update time",second:"seconds",minute:"minutes"},productForm:{product_selection_form:"Product Selection Form",creation_time:"Creation Time",selection_form_name:"Product Selection Form Name",number_of_product_cards:"Number of Product Cards",viewing_frequency:"View Count",update_time:"Last Updated",operation:"Operation",cancel:"Cancel",confirm:"Confirm",see:"View"},productCard:{product_card:"Product Card",example:"Example",add_product_card:"Add Product Card"},newProduct:{product:"Product",product_name:"Product Name",please_enter:"Please enter",please_enter_num:"Please enter a number.",productName:"Product Name",productId:"Product ID",productRemark:"Product Remark",query:"Search",reset:"Reset",details:"Details",shopifyProduct:"Shopify Products",product_remarks:"Product Notes",product_en:"English name",channel:"Channel",product_details:"Product Details",view_cards_times:"Product Card Views",basic_information:"Basic Information",name:"Name",chinese:"Chinese",english:"English",remarks:"Note",picture:"Image",category:"Category",describe:"Description",source:"Source",sales_information:"Sales Information",price:"Price",sku_description:"SKU Description",shippable_regions:"Shippable Regions",search_keywords:"Search Keywords",Main_image:"Main Image",Manual_addition:"Add Manually",Shopify_import:"Shopify Import",TikTok_import:"Import from TikTok",Cancel:"Cancel",preservation:"Save"},setMail:{Sending_settings:"Sender Settings",Current_settings:"Current Settings",mailbox_system:"System Email",unbind:"Unbind",tip1:"Are you sure you want to unlink your Gmail account from WotoHub? Once unlinked, you will no longer be able to use the related functions for sending and receiving emails via Gmail, and you will need to reauthorize to use them again. To cancel the authorization, you need to adjust the settings in your Gmail account.",guide:"Click here for the user guide.",cancle:"Cancel",confirm_unbinding:"Confirm Unlinking",no_bind_mail:"No email address linked yet.",bind:"Bind",tip2:"Please save the drafted email content first, as the compose page will refresh during authorization.",tip3:"Please ensure the VPN is enabled before granting authorization.",tip4:"Please enter the Gmail address you want to link",auth:"Authorization",tip5:"Gmail limits outgoing emails to 20 per hour.",confirm:"Confirm",auth_success:"Gmail authorization successful",auth_failed:"Gmail authorization failed",tip6:"Please link your Gmail account first.",tip7:"System email set successfully.",tip8:"GMAIL account setup successful",tip9:"Please enter your Gmail address first",tip10:"Please enter a valid email address format",tip11:"Enterprise email set successfully"},deliveryTime:{Delivery_time:"Sent Time",three_months:"Within the past three months",past_six_months:"The past six months",all_emails:"All Emails",no_promotion_plan:"No Campaign",Channel_ID:"Channel ID",tips:"To ensure your emails are delivered efficiently and accurately to influencers, we have limited the maximum number of bulk emails to 500. Therefore, this batch will only be sent to the first 500 unread influencers.",know:"Got it.",tip:"Prompt"},checkMail:{filtering:"Filtering",filter_completed:"Filtering complete",tip1_1:"valid recipients, all contacted for the first time within 30 days, will automatically proceed to the next step after",tip1_2:"seconds.",tip2:"Valid Sender: To ensure the health of your mailbox, the platform will automatically filter out influencers who have sent emails with duplicate titles on the same day.",tip3_1:"We have detected",tip3_2:"valid recipients, of which",tip3_3:"have been contacted via email within the last 30 days. Would you like to filter these influencers to avoid duplicate sending?",variable_replacement:"Variable substitution",tip4:"It's recommended to use variables in the email subject and body to increase the open rate.",tip5:"Checking email. Once the check is complete, it will automatically proceed to the next step of creating the email.",tip6_1:"The email has passed the quality check and will be automatically created in",tip6_2:"seconds.",continue_sending_emails:"Continue Sending",optimize_emails:"Optimize Email",email_created_successfully:"Email created successfully.",tip7_1:"Please keep a close eye on your incoming messages. You will be redirected to your outbox in",tip7_2:"seconds",jump_immediately:"Jump Now",creation_failed:"Creation failed.",tip8_1:"Recipient field is empty. Email creation failed. This window will close automatically in",tip8_2:"seconds.",close:"Close",filter_duplicate_touchpoints:"Filter duplicate contacts",filter_contacted_influencers:"Filter contacted influencers",email_quality_inspection:"Email Quality Check",create_email:"Create Email",tip9:"Exceeded daily email sending limit.",tip10_1:"To ensure the health of your mailbox, the daily email sending limit is {value} emails. You have",tip10_2:"emails remaining to send today. You can",tip11:"Save the email to drafts",tip12:"Schedule to send the next day",know:"Got it.",send_notice:"Sending Guidelines",tip13:"For more email optimization tips, please contact customer service.",tip14:"Do not show again for 14 days",tip15:"To ensure the health of the email, there is a limit on the total number of daily emails sent by the primary and secondary accounts.",tip16:"Using variables in the subject and body can help increase email open rates.",tip17:"Recommended usage of template variables",tip18:"Using variables in the email subject and body can enrich bulk email content, effectively improving delivery and open rates.",messageTip1:"Mailbox unlocking limit reached! Please contact support for more quota."},edm2:{mailEn1:"Single-round invitation",mailEn2:"Multi-round invitation",mailEn3:"Reply to sender",mailEn4:"Filter",mailEn5:"Compose email",mailEn6:"Email subject",mailEn7:"Email body",mailEn8:"Select date",mailEn9:"Delivery rate",mailEn10:"Open rate",mailEn11:"Reply rate",mailEn12:"Sending time",mailEn13:"Email content",mailEn14:"Email",mailEn15:"Attachment",mailEn16:"Influencer list",mailEn17:"Country",mailEn18:"Platform",mailEn19:"Replied or not",mailEn20:"Hide AI auto-invite emails",mailEn21:"No",mailEn22:"Yes",mailEn23:"Recipient list",mailEn24:"Add recipient",mailEn25:"Next step",mailEn26:"Add source",mailEn27:"Remove recipient",mailEn28:"Cancel removal",mailEn29:"There are still unconfirmed duplicate influencers in the recipient list. To avoid duplicate contacts, the system will automatically filter them out and will not send emails to them. Do you want to continue?",mailEn30:"You have selected duplicate influencers, and emails will only be sent to the selected duplicates.",mailEn31:"Duplicate recipients",mailEn32:"The recipients you added contain duplicates. To avoid wasting email resources, please confirm again."},edm5:{v1:"Refresh",v2:"Delete",v3:"Please select read emails",v4:"Sender's Email:",v5:"Please reply using the original email address",v6:"AI Email Summary",v7:"Extract Key Information",v8:"Extract Quotes, Contact Information, Delivery Address, Payment Information",v9:"AI Reply",v10:"Operation Successful",v11:"Content generation timed out, please try again!",v12:"Content generated by AI may contain risks, please review and confirm",v13:"Reply Strategy",v14:"Please enter your reply requirements",v15:"Generating Reply Strategy",v16:"Not helpful? Try another option",v17:"Available AI Points:",v18:"Click to view AI points usage rules",v19:"Cancel",v20:"Generate",v21:"English",v22:"Friendly",v23:"One",v24:"Two",v25:"Three",v26:"Four",v27:"Five",v28:"Six",v29:"Please enter the subject you wish to reply to",v30:"AI-generated Reply Content (Chinese)",v31:"AI-generated Reply Content ({ value })",v32:"Like",v33:"Dislike",v34:"Regenerate",v35:"Stop Generating",v36:"Confirm",v37:"Recipient:",v38:"Card Number:",v39:"Bank:",v40:"Delivery Rate, Open Rate, and Reply Rate data will be updated and corrected daily at 12 AM and 12 PM",v41:"Channel ID:",v42:"Influencer",v43:"Please enter the influencer's name to search",v44:"Reset",v45:"Confirm",v46:"Unread",v47:"Read",v48:"Yes",v49:"No",v50:"Email Status",v51:"Estimated Send Time",v52:"Draft",v53:"Pending Send",v54:"Send Failed",v55:"Content",v56:"Attachments",v57:"Multiple email templates can be set and sent in rotation",v58:"Add/Remove Recipients",v59:"Email",v60:"Add Email Content",v61:"Sender's Nickname",v62:"Send Now",v63:"Send",v64:"Schedule Send",v65:"Generate Email",v66:"Optimize Content",v67:"Paraphrase Email",v68:"Translate",v69:"AI Email",v70:"Email Template",v71:"Content Variables",v72:"Template",v73:"Signature",v74:"Product",v75:"Product Form",v76:"Close Prompt",v77:"Recipient and email are both empty, failed to save draft",v78:"Are you sure you want to delete this content? It cannot be recovered once deleted",v79:"Prompt",v80:"Email content is empty, operation cannot be performed!",v81:"Editing failed, please try again!",v82:"AI-generated Email",v83:"AI instantly customizes professional email content based on selected products and collaboration requirements",v84:"Step One:",v85:"Select Product",v86:"Selected",v87:"Product",v88:"Step Two:",v89:"Collaboration Requirements",v90:"Generate",v91:"Fill in Collaboration Requirements",v92:"*Share more details with AI to make your invitation email more compelling",v93:"Email Closing",v94:"Product or Brand Advantages",v95:"Please Enter",v96:"Free Sample Delivery?",v97:"Basic Compensation Provided?",v98:"Please Select",v99:"Influencer Commission",v100:"Video Style",v101:"Video Duration",v102:"seconds",v103:"Press Enter after entering the content to add it",v104:"Other requirements",v105:"Generate language:",v106:"For better AI parsing, please use the target language",v107:"Product Information",v108:"Product Name:",v109:"English Name:",v110:"Channel:",v111:"Product Link:",v112:"Shipping Regions:",v113:"Description:",v114:"Collaboration Requirements",v115:"Product or Brand Advantages:",v116:"Collaboration Method:",v117:"Video Style:",v118:"Video Duration:",v119:"Other Requirements:",v120:"Currently using DeepSeek to generate an email for you.",v121:"Subject:",v122:"Content:",v123:"No emails added yet",v124:"Application",v125:"Free Samples Provided",v126:"No Free Samples Provided",v127:"Basic Compensation Provided",v128:"No Basic Compensation Provided",v129:"Product Placement",v130:"Contrast Comparison",v131:"Experience Sharing",v132:"Direct Display",v133:"Unboxing Review",v134:"Email signature cannot be empty!",v135:"Complete at least one step!",v136:"No applicable emails available!",v137:"Corporate Email Configuration Guide",v138:"To invite influencers via corporate email, you can authorize a third-party client (e.g., WotoHub platform) to log in to the corporate email to send emails. Authorization is only used to call the corporate email's send email function. Essentially, the bulk emails are still sent through the user's corporate email, so they are subject to the corporate email's sending and receiving rules.",v139:"Authorization Method",v140:"1. Click on [Send Settings] on the email editing page to bind a third-party email",v141:"2. After selecting [Bind New Email], choose the email type (Gmail or corporate email)",v142:"3. For Gmail, proceed with authorization binding. For corporate email, fill in the relevant fields",v143:"Note: Currently, QQ Mail and Tencent Corporate Mail require an [Authorization Code] to log in. Refer to the [SMTP Configuration Help Document] below for the method to obtain it.",v144:"Gmail Authorization",v145:"Ensure VPN is enabled when authorizing Gmail. Manually check the first two permissions (not all).",v146:"If you accidentally select all and authorization fails, go to Gmail account settings [Security] to clear WotoKOL authorization and rebind.",v147:"Step 1: Go to Account Management",v148:"Step 2: Go to the Security page and find WotoKOL under Your Connections with Third-Party Apps and Services",v149:"Step 3: Revoke all connections. After completion, rebind the email in WotoHub.",v150:"SMTP Configuration Help Document",v151:"Refer to the help document of your email service provider on how to enable and configure the SMTP server and obtain the authorization code. Below are some common corporate email help documents. If authorization fails under default advanced options, check the configuration according to the relevant documents and verify. If you need assistance, contact customer service.",v152:"Email",v153:"SMTP Server",v154:"Is an authorization code required to log in?",v155:"Help Document",v156:"Platform Control Rules",v157:"View Details",v158:"Common Reasons for Email Verification Failure and Solutions",v159:"1. This email has already been bound",v160:"Each email can only be bound to one account. The system found that the email you entered is already bound to another account. Please enter a suitable email.",v161:"2. Incorrect information entered, please check the details again",v162:"Check if the email account and password are correct. Some corporate emails require an [Authorization Code] to log in. Check if the authorization code is correct.",v163:"Special cases like Alibaba Corporate Mail, ensure [Third-Party Client Security Password] is disabled, as shown below:",v164:"3. Invalid email address",v165:"The email address you provided has a format error, does not exist, or is not within the platform's supported corporate email range, making it unusable. Please verify and enter the correct information.",v166:"4. Authorization failed, please check the configuration instructions",v167:"There may be an error in the permissions selected when authorizing Gmail. Check the Gmail authorization notes above and try again.",v168:"Alibaba Corporate Mail",v169:"1. Bulk email limit is 300 emails",v170:"2. Individual recipient limit is 100 emails",v171:"Tencent Corporate Mail",v172:"Enable STMP Service",v173:"Configure Alibaba Corporate Mail to Third-Party Client",v174:"Enable POP/SMTP/IMAP functions",v175:"Obtain Client-Specific Password",v176:"1. For enterprises with fewer than 30 users, the daily email limit is 1500 emails;",v177:"2. For enterprises with more than 30 users, the daily email limit is the number of users * 50 emails/day;",v178:"3. No sending limit for accounts with prior email exchanges.",v179:"QQ Mail",v180:"Configure QQ Mail Authorization Code",v181:"There is no maximum sending limit for normal emails. If your email content is deemed as advertising or spam, it will be restricted. This is determined by the system, so avoid sending such emails.",v182:"Outlook Mail",v183:"Configuration Document",v184:"Learn about the Outlook SMTP Settings Interface:",v185:"Outlook SMTP Settings Interface",v186:"1. Daily recipients: 5,000",v187:"2. Maximum recipients per email: 500",v188:"3. Daily non-relationship recipients: 1,000",v189:"Sending Notes",v190:"1. To ensure email health, the combined daily sending limit for master and sub-accounts is {value} emails",v191:"2. When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v192:"When sending emails from non-system emails, the email unlock quota will be consumed simultaneously",v193:"Default",v194:"Set as Default",v195:"Unbind",v196:"Bind New Email",v197:"Email Type",v198:"Configuration Instructions",v199:"Please enter the Gmail email to bind",v200:"Please save the drafted email content first, as the email page will refresh during authorization",v201:"Ensure VPN is enabled before authorization",v202:"Gmail limits to 20 outgoing emails per hour",v203:"Please enter the Outlook email to bind",v204:"Email address",v205:"Email password/authorization password",v206:"SMTP Outgoing Mail",v207:"Please enter the domain name",v208:"Unencrypted",v209:"Please enter the port",v210:"IMAP Incoming Mail",v211:"This email has pending messages. If you unbind now, these messages will fail to send. Are you sure you want to continue?",v212:"Are you sure you want to unbind {currentUnbindEmail} from WotoHub? After unbinding, you will no longer be able to use the related functions for sending and receiving emails with {currentUnbindEmail}, and you will need to reauthorize to use it again.",v213:"Please select your business email provider",v214:"Please enter the email address",v215:"Please enter a valid email address",v216:"Please enter the email password/authorization password",v217:"Please enter the domain name",v218:"Please enter the port",v219:"Select Outbox",v220:"Outlook Personal Email",v221:"Default email set successfully",v222:"Binding successful",v223:"When sending emails from this address, it will automatically unlock the influencer's email. This will consume your email unlocking quota. Are you sure you want to continue?",v224:"Friendly Reminder",v225:"Continue",v226:"Cancel",v227:"Settings saved successfully",v228:"Gmail has been bound. The system currently supports binding only one Gmail account. To switch, please unbind the current email first.",v229:"Please enter the Outlook email",v230:"Outlook authorization successful",v231:"Unbinding successful",v232:"Email channel test successful",v233:"Incorrect port format",v234:"Incorrect domain format",v235:"Note: The maximum number of attachments is 10, and the total size of attachments must not exceed 200MB",v236:"Add Attachment",v237:"AI Optimized Content",v238:"Content Variables",v239:"Influencer Name",v240:"Target Language",v241:"Translate",v242:"Tone",v243:"Generate",v244:"Original Text",v245:"Email Template",v246:"*Applying the template will overwrite the current email content",v247:"To ensure your emails are efficiently and accurately delivered to the influencer's inbox, we limit the maximum number of bulk emails to 500. We hope you can use your email resources wisely to better communicate with bloggers.",v248:"Got it",v249:"Contacts without email addresses have been automatically filtered out for you.",v250:"Cancel Operation",v251:"Selected influencer has not disclosed contact information, unable to send email directly",v252:"Sender's Nickname",v253:"By setting a personalized sender nickname, your nickname will be directly displayed in the influencer's inbox. This helps establish a more approachable and professional brand image.",v254:"Sender nickname cannot be empty!",v255:"Signature",v256:"Search Signature",v257:"Create New Signature",v258:"Details",v259:"Last Updated:",v260:"Delete",v261:"Apply",v262:"text:",v263:"Selected",v264:"",v265:"Optimize grammar",v266:"Shorten content",v267:"Expand content",v268:"Enhance structure",v269:"Change tone",v270:"Please select not read emails"}};var uu=cu;const du={sendData:{sendTitle:"发信数据",search:{sendingTime:"发信时间:",phoneNumber:"手机号:",companyName:"公司名称:",addressee:"收件人:",textSearch:"正文检索:",send:"发送:",open:"打开:",LinkClick:"链接点击:",reply:"回复:",return:"退回:",unsubscribe:"退订:",emailComplaints:"邮件投诉:",search:"查询",download:"下载",reset:"重置",collapse:"收起",unfold:"展开",operate:"操作"},table:{createTime:"创建时间",sender:"发件人",name:"姓名",company:"公司",addressee:"收件人",subject:"主题",text:"正文",send:"发送",open:"打开",linkClick:"链接点击",reply:"回复",return:"退回",unsubscribe:"退订",spamComplaints:"垃圾邮件投诉",view:"查看",AIreplies:"AI回复"}},receiveData:{receiveTitle:"收信数据",search:{sendingTime:"发信时间:",sender:"发件人",receivingAccount:"收件账号:",recipientName:"收件姓名:",companyName:"公司名称:",textSearch:"正文检索:",search:"查询",download:"下载",reset:"重置"},table:{sendTime:"收件时间",sender:"发件人",addressee:"收件人",name:"姓名",company:"公司",subject:"主题",content:"正文",isRead:"是否已读",operate:"操作"}},inboxMail:{search:{default:"请输入",defaultSelect:"请选择",bloggerName:"红人名称",title:"标题正文",target:"推广计划",tagName:"标签名称",isRead:"已读状态",read:"已读",unRead:"未读",isStar:"星标邮件",sendEmail:"发件邮箱",emailStatus:"邮件状态",all:"所有邮件",starred:"星标",allEmail:"全部邮箱",sysEmail:"系统邮箱",businessEmail:"企业邮箱",isReply:"是否回复邮件",replyTrue:"已回复",replyFalse:"未回复",replayTime:"收件时间",time1:"近三个月内",time2:"近半年",time3:"全部邮件",search:"查询",reset:"重置",refresh:"刷新",delete:"删除",setUnRead:"设为未读邮件",batchReply:"批量回复",noTask:"无推广计划",tip1:"单次回复不得超出50条,请重新选择。",setHasRead:"设为已读邮件"},searchButton:{search:"查 询",reset:"重 置"}},inboxTable:{noTask:"无任务",addTag:"添加标签",delTag:"是否确认删除该邮件标签?",confirm:"确认",cancel:"取消",tip:"提示",cancelTagDel:"已取消删除",successTagDel:"邮件标签删除成功",errorTag:"标签显示错误",delmailWarning:"请至少选择一项",unReadSuccess:"操作成功",delMail:"此操作将永久删除,是否继续",del:"邮件删除成功",collMail:"已收藏",cancelMail:"取消收藏",requestError:"请求异常",deleteTip:"若该邮件为垃圾邮件,可屏蔽该邮箱发来的邮件",delShieldBtn:"删除并屏蔽邮箱"},newMail:{title:"新邮件提醒",content:"您已收到新邮件,快去收件箱看看吧"},inboxDetail:{addTag:"添加标签",addFavorites:"添加至收藏夹",send:"发送",to:"至",me:"我",reply:"回复",mailContent:"邮件正文不能为空",replySuccess:"回复成功",delSuccess:"删除成功",confirmContent:"此操作将永久删除,是否继续",tagError:"标签异常",tip:"提示",mailError:"邮件读取失败",confirm:"确 定",cancel:"取 消",omail:"原始邮件",to:"收件人",subject:"主题",content:"正文",outerBlogger:"库外红人或经纪人",email:"邮箱:",normalReply:"普通回信",reply2:"回信",simpleReply:"快捷回复",plan:"关联推广计划",noPlan:"暂无关联推广计划",coopStatus:"合作状态",coop1:"未合作",coop2:"确认合作",coop3:"已寄样",coop4:"内容制作中",coop5:"待上线",coop6:"合作完成",empty:"暂无",menu1:"红人档案",menu2:"寄样管理",menu3:"合作记录",menu4:"合作金额",menu5:"联盟分销",menu6:"备注",menu7:"举报红人",menu8:"加入黑名单",menu9:"红人详情",menu10:"支付",aiTip1:"AI生成的内容可能存在风险,请审查和确认",open:"展开",close:"收起",like:"赞",unLike:"踩",redo:"重新生成",stop:"停止生成",restPoint:"可用AI点数",aiRule:"点击查看AI点数权益消耗规则",aiContentReply:"AI内容回复",channelId:"频道ID",read:"红人已阅",unRead:"红人未阅",tips1:"请先添加关联推广计划!",tips2:"生成内容超时,请重试!",tip3:"暂无可回复内容!",tips4:"发送成功!",tips5:"操作成功",quickReply:"快捷回信",fullWrite:"切换到完整写信模式",sendNow:"立即发送",keywords:"关键信息",isBuilding:"AI关键信息生成中...",waring1:"以下信息由AI智能分析邮件内容后,提取关键信息生成",info1:"报价",info2:"联系方式",info3:"收货地址",info4:"收款信息",saveInfo:"录入至红人档案",noInfo:"本封邮件未提取到关键信息",aiTips2:"暂无可录入信息",infoSuccess:"录入成功!",planTitle1:"增加关联推广计划",planTitle2:"转移关联推广计划",planTip1:"注意:红人的联系状态、合作状态、绑定的追踪链接、视频等信息会同步关联进目标推广计划里面",planTip2:"注意:红人的联系状态、合作状态、视频等信息会同步的移动进目标推广计划里面",choosePlan:"选择推广计划",planPlace:"请选择推广计划",noPlan2:"当前暂无推广计划",createPlan:"创建推广计划",planTips3:"请选择推广计划",planVal:"推广计划",planMove:"转移",planGL:"关联",success:"成功",coopStatusTitle:"选择合作状态",previousPage:"上一页",nextPage:"下一页"},inboxTagDialog:{title:"标签",tip:"提示",default:"请输入标签",selectTag:"已选标签",collapse:"收起",unfold:"展开",bindTagTip:"请选择该邮件绑定的标签",bindSuccess:"绑定成功",addTagSuccess:"添加标签成功",addTagFail:"标签已存在",tagMaxLen1:"标签长度不能超过六个字符",tagMaxLen2:"标签长度不能超过十二个字符",tagMaxLen:"标签名称不能大于30个字符(15个汉字)",delTagSuccess:"标签删除成功",confirm:"确认",cancel:"取消"},searchButton:{search:"查 询",reset:"重 置"},writeMail:{receiver:"收件人",cc_person:"抄送人",subject:"主题",add_attachment:"添加附件",notice:"注",tip:"附件数量上限为10个,且附件总大小不超过200MB",content:"正文",template_var:"模板变量",channel_name:"频道名",channel_Id:"频道ID",blogger:"红人",name:"名称",fans_num:"粉丝数",channel_link:"频道链接",goback:"返 回",save_draft:"存草稿",delayed_sending:"定时发送",send_now:"立即发送",template:"模板",signature:"签名",product:"产品",task:"任务",creativity:"创意",retract:"收起",other:"另外",person:"人",time_limit:"发送时间不得早于当前时间",save_draft_tip:"是否将编辑内容保存入草稿箱?",save_mail:"是否保存邮件内容?",prompt:"提示",save:"保 存",cancle:"取 消",no_receiver:"收件人为空,不可发送",check_receiver:"请检查收件人邮箱是否正确",check_ccperson:"请检查抄送人邮箱是否正确",no_subject:"请输入邮件主题",subject_limit:"邮件主题不可超过100个字",no_content:"邮件正文不可为空",content_limit:"邮件正文不可超过5000个字",attachment_length_limit:"最多上传10个附件",attachment_size_limit:"附件总大小不能超过200MB",choose_send_time:"选择定时发送时间",will:"本邮件将在北京时间",post_to:"投递到对方邮箱",send:"发 送",choose_time_date:"选择日期时间",cancle_timer:"取消定时发送",change_timer:"修改发送时间",mail_will:"邮件将在",save_tip:"发送。邮件发送前,暂时保存在草稿箱,可随时查看或修改",set_delay_success:"定时发送设置成功",i_know:"我知道了",cancle_delay_tip:"发送。取消定时发送后,该邮件将恢复为普通的草稿邮件",whether_cancle_delay:"是否取消定时发送?",cancle_delay:"取消定时发送",no_cancle:"暂不取消",infoPop:"通常在邮件中使用一下模板变量,能够有效提高工作效率。"},uploadDialog:{title:"上传附件",btnUpload:"请选择文件",tip:"文件总大小上限为200MB且文件数量不能超过10个",tip1:"添加文件总大小剩余",tip2:"且文件剩余数量为",btnOk:"上传",btnClear:"清空",empty:"上传文件不能为空",maxSize:"文件总大小不能超过200M,请重新上传",maxNum:"上传文件数量不能超过10",success:"上传成功",wait:"请等待上传结束",not:"该文件格式不支持"},outboxMail:{blogger_name:"红人名称",title_content:"标题正文",task_name:"任务名称",mail_type:"邮件类型",mail_status:"邮件状态",star_mail:"星标邮件",all_read:"全部已读",all_unread:"全部未读",read:"人已读",no_task:"无任务",no_plan:"无推广计划",normal:"正常",delay:"定时",failed:"发送失败",all_mail:"所有邮件",choose:"请至少选择一项",confirm_del:"确认删除?",success:"操作成功"},draftMail:{draft:"草稿",no_receiver:"收件人未填写",send:"发送",empty:"为空",no_subject:"无主题"},outboxDetail:{back:"返回",me:"我",send_to:"发送至",retract:"收起",more:"展开更多",read:"已阅",unreviewed_resend:"未阅重发",resend_all:"全部重发",show_all:"显示全部",file_num:" 个附件",down_all:"全部下载"},blogMail:{search_mail:"搜索邮件",read:"已读",unread:"未读",receive_mail:"收件",send_mail:"发件"},template:{invite_cooperation:"合作邀请",price_negotiation:"价格协商",contract_template:"合同模板",video_production:"视频制作",expense_settlement:"费用结算",create_template:"创建模板",system_template:"系统模板",custom_template:"自定义模板",new_template:"新建模板",template_title:"模板标题",mail_title:"邮件标题",apply_scene:"应用场景",language:"语言",template_language:"模板语言",set_system_template:"设置系统模板",edit_template:"编辑模板",word_limit:"字以内",title_not_empty:"模板标题不可为空",title_word_limit:"模板标题在30个字以内",subject_not_empty:"邮件标题不可为空",scene_not_empty:"应用场景不可为空",scene_word_limit:"应用场景在20个字以内",language_not_empty:"语系不可为空",no_content:"邮件正文不可为空",choose_type:"选择类型",confirm:"确 定",template_type:"模板类型",set_success:"设置成功"},signature:{create_sign:"新建签名",edite_sign:"编辑签名",sign_not_empty:"签名不可为空",confirm_del:"确认删除该签名?"},product:{no_data:"还没有产品,赶快创建一个吧!",add_product:"添加产品",create_product:"新建产品",upload_picture:"上传产品图片",length_limit:"大小不超过",product_name:"产品名称",en_name:"英文名称",product_type:"产品类型",E_COMMERCE:"电商平台",produce_link:"产品链接",product_price:"产品售价",dollar:"美元",link:"原链接",link_goods:"商品",link_app:"APP推广",link_web:"网站推广",link_amazon:"亚马逊 Amazon",link_aliExpress:"速卖通 AliExpress",link_lazada:"来赞达 Lazada",link_shopee:"虾皮 Shopee",link_independent:"独立站",link_other:"其他",empty_link_name:"产品名称不能为空",limit_link_words:"产品名称不可超过20个字",empty_en_name:"英文名称不能为空",limit_en_words:"英文名称不可超过100个字",false_en_name:"英文名称输入不正确",select_link_type:"请选择产品类型",select_platform:"请选择电商平台",empty_link:"产品链接不能为空",empty_price:"产品售价不能为空",no_img:"没有上传产品图片",create_success:"创建成功",false_link:"产品链接格式错误,请重新输入",re_link_name:"产品名称已经存在,请重新输入",limit_upload:"上传图片大小不能超过5MB"},task:{choose:"选择",blogger_classify:"红人分类",blogger_country:"红人国家",blogger_platform:"红人平台",create_date:"创建日期",no_data:"还没有任务,赶快创建一个吧!"},creativity:{no_data:"收藏过的创意才会出现在这里哦",content:"创意内容",script:"创意脚本",insert:"插入",interaction_rate:"互动率",script_name:"脚本名称",script_classify:"脚本分类",script_num:"脚本编号",collect:"收 藏",cancle_collect:"取消收藏",storyboard:"分镜",suggested_duration:"建议时长",plot_summary:"情节概要",key_point:"要点",case_name:"案例名称",case_classify:"案例分类",playback_volume:"播放量",likes:"点赞量",comments_num:"评论数",content_title:"内容标题",content_validity:"内容简介",video_num:"视频数",channel_createtime:"频道创建时间",blogger_area:"红人地区",blogger_detail:"红人详情",case_detail:"案例详情",no_title:"暂无标题",no_validity:"暂无简介",script_content:"脚本内容",average_play:"平均播放量",total_watch:"总观看量"},common:{please_select:"请选择",please_input:"请输入",no_data:"暂无数据",confirm:"确定",cancle:"取消",delete:"删除",apply:"应用",detail:"详情",download:"下载",update_on:"更新于",second:"秒",minute:"分"},productForm:{product_selection_form:"选品表单",creation_time:"创建时间",selection_form_name:"选品表单名称",number_of_product_cards:"商品卡数量",viewing_frequency:"查看次数",update_time:"更新时间",operation:"操作",cancel:"取 消",confirm:"确 认",see:"查看"},productCard:{product_card:"商品卡",example:"示例",add_product_card:"添加商品卡"},newProduct:{product:"产品",product_name:"产品名称",please_enter:"请输入",please_enter_num:"请输入数字",productName:"产品名称",productId:"产品ID",productRemark:"产品备注",query:"查 询",reset:"重 置",details:"详情",shopifyProduct:"独立站产品",product_remarks:"产品备注",product_en:"英文名称",channel:"渠道",product_details:"产品详情",view_cards_times:"商品卡查看次数",basic_information:"基础信息",name:"名称",chinese:"中文",english:"英文",remarks:"备注",picture:"图片",category:"类别",describe:"描述",source:"来源",sales_information:"销售信息",price:"售价",sku_description:"SKU说明",shippable_regions:"可发货地区",search_keywords:"搜索关键词",Main_image:"主图",Manual_addition:"手动添加",Shopify_import:"Shopify导入",TikTok_import:"TikTok导入",Cancel:"取 消",preservation:"保 存"},setMail:{Sending_settings:"发件设置",Current_settings:"当前设置",mailbox_system:"系统邮箱",unbind:"解绑",tip1:"您确定要解除邮箱{currentUnbindEmail}与WotoHub的绑定关系么?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。取消授权需要在Gmail邮箱中进行设置。",guide:"点击查看操作指引",cancle:"取消",confirm_unbinding:"确定解绑",no_bind_mail:"暂无绑定邮箱",bind:"绑定",tip2:"请先保存已编写的邮件内容,授权时将会刷新写信页面",tip3:"授权前请先保证VPN已开启",tip4:"请输入要绑定的Gmail邮箱",auth:"授权",tip5:"Gmail限制每小时20封外发电子邮件",confirm:"确定",auth_success:"Gmail授权成功",auth_failed:"Gmail授权失败",tip6:"请先绑定Gmail邮箱",tip7:"设置系统邮箱成功",tip8:"设置GMAIL邮箱成功",tip9:"请先输入Gmail邮箱",tip10:"请输入正确格式的邮箱格式",tip11:"设置企业邮箱成功"},deliveryTime:{Delivery_time:"发件时间",three_months:"近三个月内",past_six_months:"近半年",all_emails:"全部邮件",no_promotion_plan:"无推广计划",Channel_ID:"频道ID",tips:"为了确保您的邮件能够高效准确地送达至红人,我们限制了群发邮件的数量最大为500封,因此本次发送只限前500位未阅红人。",know:"我知道了",tip:"提示"},checkMail:{filtering:"过滤中",filter_completed:"过滤完成",tip1_1:"所有收件人在30天内均为首次触达,将在",tip1_2:"后自动进行到下一步",tip2:"有效发件人:为了保障邮箱健康度,平台会自动过滤掉当天有过重复标题发送的红人",tip3_1:"检测发现",tip3_2:"个有效收件人中,其中",tip3_3:"位红人30天内邮件联系过,请问是否要过滤这些红人,避免重复触达",variable_replacement:"变量替换",tip4:"推荐在邮件标题和正文中使用变量,以提升邮件打开率",tip5:"邮件检测中,检测完成后,将会自动进入下一步创建邮件",tip6_1:"邮件已完成质量检测,将会在",tip6_2:"内自动创建邮件",continue_sending_emails:"继续发件",optimize_emails:"优化邮件",email_created_successfully:"邮件创建成功",tip7_1:"后续请密切关注收件情况.将在",tip7_2:"后跳转发件箱",jump_immediately:"立即跳转",creation_failed:"创建失败",tip8_1:"收件人为空,邮件创建失败。将在",tip8_2:"后自动关闭",close:"关闭",filter_duplicate_touchpoints:"过滤重复触达",filter_contacted_influencers:"过滤已联系红人",email_quality_inspection:"邮件质量检测",create_email:"创建邮件",tip9:"超过当日邮件发送限额",tip10_1:"为保障邮箱健康,每日邮件发送上限为{value}封。今日剩余发送数",tip10_2:"封。您可以",tip11:"将邮件暂存至草稿箱",tip12:"设置次日的定时发送",know:"我知道了",send_notice:"发件需知",tip13:"了解更多邮件优化技巧,请咨询客服人员。",tip14:"14天内不再提示",tip15:"为保障邮箱健康度,主子账号合计单日发送数存在上限。",tip16:"标题和正文中使用变量,有助于提升邮件打开率。",tip17:"模版变量推荐用法",tip18:"邮件标题和正文中使用变量,可增加群发内容的丰富度,有效提升邮件的送达率和打开率",messageTip1:"邮箱解锁已达上限!请联系服务人员以获得更多额度。"},edm2:{mailEn1:"单轮邀约",mailEn2:"多轮邀约",mailEn3:"回复发件",mailEn4:"筛选",mailEn5:"写信",mailEn6:"邮件主题",mailEn7:"邮件正文",mailEn8:"选择日期",mailEn9:"送达率",mailEn10:"打开率",mailEn11:"回复率",mailEn12:"发送时间",mailEn13:"邮件内容",mailEn14:"邮件",mailEn15:"附件",mailEn16:"红人列表",mailEn17:"国家",mailEn18:"平台",mailEn19:"是否回复",mailEn20:"隐藏AI自动邀约邮件",mailEn21:"否",mailEn22:"是",mailEn23:"收件人列表",mailEn24:"添加收件人",mailEn25:"下一步",mailEn26:"添加来源",mailEn27:"移除收件人",mailEn28:"取消移除",mailEn29:"收件人列表中尚有未确认的重复红人。为了避免重复触达,系统将自动过滤,不会给他们发信。确认继续吗?",mailEn30:"您勾选了重复红人,只会给已勾选的重复红人发信",mailEn31:"重复收件人",mailEn32:"您添加的收件人存在重复, 为避免浪费邮件资源,请再次确认"},edm5:{v1:"刷新",v2:"删除",v3:"请选择已读邮件",v4:"发件邮箱:",v5:"请使用原邮箱回信",v6:"AI邮件总结",v7:"提取关键信息",v8:"提取报价、联系方式、收货地址、收款信息",v9:"AI回信",v10:"操作成功",v11:"生成内容超时,请重试!",v12:"AI生成的内容可能存在风险,请审查和确认",v13:"回信策略",v14:"请输入您的回复要求",v15:"回信策略生成中",v16:"没有帮助?试试其他",v17:"可用AI点数:",v18:"点击查看AI点数权益消耗规则",v19:"取 消",v20:"生 成",v21:"英文",v22:"友好的",v23:"一",v24:"二",v25:"三",v26:"四",v27:"五",v28:"六",v29:"请输入您要回复的主题",v30:"AI生成的回信内容(中文)",v31:"AI生成的回信内容({ value })",v32:"赞",v33:"踩",v34:"重新生成",v35:"停止生成",v36:"确 定",v37:"收款人:",v38:"卡号:",v39:"银行:",v40:"送达率、打开率、回复率数据,会在每日0点和12点进行更新及校对",v41:"频道ID:",v42:"红人",v43:"请输入红人名搜索",v44:"重置",v45:"确定",v46:"未读",v47:"已读",v48:"是",v49:"否",v50:"邮件状态",v51:"预计发送时间",v52:"草稿",v53:"待发送",v54:"发送失败",v55:"邮件内容",v56:"附件",v57:"可设置多个邮件模版,发送时轮流发送",v58:"增加/删除收件人",v59:"邮件",v60:"添加邮件内容",v61:"发件人昵称",v62:"立即发送",v63:"发送",v64:"定时发送",v65:"生成邮件",v66:"优化内容",v67:"仿写邮件",v68:"翻译",v69:"AI邮件",v70:"邮件模版",v71:"内容变量",v72:"模板",v73:"签名",v74:"产品",v75:"选品表单",v76:"关闭提示",v77:"收件人和邮件都为空,保存草稿失败",v78:"确定要删除该内容吗?删除后无法恢复",v79:"提示",v80:"写信内容为空,暂无法操作!",v81:"编辑失败,请重试!",v82:"AI生成邮件",v83:"根据选定产品和合作要求,AI即时定制专业邮件内容",v84:"第一步:",v85:"选择产品",v86:"已选择",v87:"产品",v88:"第二步:",v89:"填写合作要求",v90:"生成",v91:"填写合作要求",v92:"*分享更多细节给AI,让您的邀约邮件更加精彩",v93:"邮件落款",v94:"产品或品牌优势",v95:"请输入",v96:"是否免费寄送样品",v97:"是否提供基础报酬",v98:"请选择",v99:"红人佣金",v100:"视频风格",v101:"视频时长",v102:"秒",v103:"请输入内容后点击回车添加",v104:"其他要求",v105:"生成语言:",v106:"为了AI更好的解析,请使用目标语言填写",v107:"产品信息",v108:"产品名称:",v109:"英文名称:",v110:"渠道:",v111:"产品链接:",v112:"可发货地区:",v113:"描述:",v114:"合作要求",v115:"产品或品牌优势:",v116:"合作方式:",v117:"视频风格:",v118:"视频时长:",v119:"其他要求:",v120:"正在使用 DeepSeek 为您生成邮件",v121:"主题:",v122:"内容:",v123:"暂未添加任何邮件",v124:"应 用",v125:"免费提供样品",v126:"不免费提供样品",v127:"有基础报酬",v128:"没有基础报酬",v129:"场景植入",v130:"反差对比",v131:"体验分享",v132:"直接展示",v133:"开箱测评",v134:"邮件落款不能为空!",v135:"至少完善其中一个步骤!",v136:"暂无可应用的邮件!",v137:"企业邮箱配置指南",v138:"想通过企业邮箱来邀约网红,可以授权给第三方客户端(例如WotoHub平台)登录企业邮箱来发送邮件。授权只用于调用企业邮箱的发送邮件功能,本质上群发的邮件还是通过用户的企业邮箱发出,因此会受限于企业邮箱的收发件规则。",v139:"授权方法",v140:"1.在邮件编辑页面点击进入【发件设置】去绑定第三方邮箱",v141:"2.选择【绑定新邮箱】后选择邮箱类型(Gmail邮箱或企业邮箱)",v142:"3.选择Gmail邮箱后去授权绑定,选择企业邮箱后填写相关字段",v143:"备注:目前使用QQ邮箱、腾讯企业邮箱时需要【授权码】登录,获取方法详见下方【SMTP配置帮助文档】。",v144:"Gmail邮箱授权",v145:"Gmail邮箱授权绑定时请保证VPN已开启,授权时请手动勾选前两个权益(不是全选)。",v146:"若您不小心勾选全部导致授权一直不成功,请在Gmail账号设置中【安全性】清除对WotoKOL的授权,重新绑定即可。",v147:"第一步:进入账号管理",v148:"第二步:进入安全性页面,在 您与第三方应用和服务的关联 中找到WotoKOL",v149:"第三步:撤销所有关联即可,完成后请在WotoHub重新进行邮箱绑定操作。",v150:"SMTP配置帮助文档",v151:"不同的企业邮箱如何开启、配置SMTP服务器以及获取授权码,方法可参考用户所使用的邮件服务商的帮助文档。以下整理了部分常用的企业邮箱的帮助文档,在高级选项默认配置下无法授权成功时,请按相关文档检查配置并验证,如需要帮助可以联系客成人员。",v152:"邮箱",v153:"SMTP服务器",v154:"是否需要授权码登录",v155:"帮助文档",v156:"平台封控规则",v157:"查看详情",v158:"邮件验证失败的常见原因及解决方法",v159:"1.该邮箱已被绑定",v160:"每个邮箱仅能绑定一个账号,系统发现您填写的邮箱已被其他账号绑定占用,请您重新输入合适的邮箱。",v161:"2.填写信息有误,请再次确认所填写的内容",v162:"请检查邮箱账号和密码是否正确,部分企业邮箱需要【授权码】登录请检查授权码是否正确。",v163:"特殊情况如阿里企业邮箱,请确保【三方客户端安全密码】已关闭,如下图:",v164:"3.邮箱地址无效",v165:"您所提供的邮箱地址存在格式错误、该邮箱不存在或者邮箱地址不在平台支持的企业邮箱范围内等问题,导致无法正常使用该邮箱进行通信或相关操作,请您核对后重新填写正确信息。",v166:"4.授权失败,请查看配置说明",v167:"存在您授权Gmail邮箱时,权益勾选错误,请您查看上方Gmail邮箱授权注意事项,按操作重新尝试即可。",v168:"阿里企业邮箱",v169:"1.群发邮件限制300封",v170:"2.分别发送收件人限制100封",v171:"腾讯企业邮箱",v172:"开启STMP服务",v173:"阿里企业邮箱配置到第三方客户端",v174:"开启POP/SMTP/IMAP功能",v175:"获取客户端专用密码",v176:"1.30用户以下的企业日发信量限制是不超过1500封;",v177:"2.30用户以上的企业日发信量为用户数*50封/天;",v178:"3.对有过邮件来往的成员账号不限发信量的限制。",v179:"QQ邮箱",v180:"配置QQ邮箱授权码",v181:"如果您是正常发送邮件的,则没有最大发信量的限制,如果您发送的邮件内容属于广告邮件或垃圾邮件,则会受到限制,这个是系统判定的,建议您不要发送此类邮件。",v182:"outlook邮箱",v183:"配置文档",v184:"了解Outlook SMTP设置界面:",v185:"Outlook SMTP设置界面",v186:"1.每日收件人:5,000",v187:"2.每封邮件的最大收件人数:500",v188:"3.每日非关系收件人:1,000",v189:"发件须知",v190:"1.为保障邮箱健康度,主子账号合计单日发送上限为{value}封",v191:"2.非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v192:"非系统邮箱发送邮件时,将同步消耗邮箱解锁配额",v193:"默认",v194:"设为默认",v195:"解绑",v196:"绑定新邮箱",v197:"邮箱类型",v198:"配置说明",v199:"请输入要绑定的Gmail邮箱",v200:"请先保存已编写的邮件内容,授权时将会刷新写信页面",v201:"授权前请先保证VPN已开启",v202:"Gmail限制每小时20封外发电子邮件",v203:"请输入要绑定的Outlook邮箱",v204:"邮箱地址",v205:"邮箱密码/授权密码",v206:"SMTP发件",v207:"请输入域名",v208:"不加密",v209:"请输入端口",v210:"IMAP收件",v211:"该邮箱有待发送的邮件,如果您现在解绑,这些邮件将会发送失败,请确认是否继续?",v212:"您确定要解除{currentUnbindEmail}与WotoHub的绑定关系吗?解除绑定后,您将无法再使用{currentUnbindEmail}邮箱代收发的相关功能,并且需要重新进行授权才能使用。",v213:"请选择企业邮箱服务商",v214:"请输入邮箱地址",v215:"请输入正确的邮箱地址",v216:"请输入邮箱密码/授权密码",v217:"请输入域名",v218:"请输入端口",v219:"发件箱选择",v220:"Outlook个人邮箱",v221:"设置默认邮箱成功",v222:"绑定成功",v223:"使用该邮箱发件时,将自动解锁红人邮箱,这将消耗您的解锁邮箱权益数,请确认是否继续。",v224:"温馨提醒",v225:"继续",v226:"取消",v227:"设置成功",v228:"Gmail邮箱已绑定,目前系统仅支持绑定一个Gmail邮箱,如需更换,请先解绑当前邮箱。",v229:"请输入Outlook邮箱",v230:"OutLook授权成功",v231:"解绑成功",v232:"邮件通道测试正常",v233:"端口号格式不正确",v234:"域名格式不正确",v235:"注:附件数量上限为10个,且附件总大小不超过200MB",v236:"添加附件",v237:"AI优化内容",v238:"内容变量",v239:"红人名",v240:"目标语言",v241:"翻译",v242:"语气",v243:"生成",v244:"原文",v245:"邮件模版",v246:"*套用模版将会覆盖当前邮件内容",v247:"为了确保您的邮件能够高效准确地送达到红人的邮箱中,我们限制了群发邮件的数量最大为500封。希望您能够合理利用邮件资源,以便更好地与博主进行沟通。",v248:"我知道了",v249:"已自动为您过滤无邮箱红人。",v250:"取消操作",v251:"选中红人暂未公开联系方式,无法直接发送邮件",v252:"发件人昵称",v253:"通过设置个性化的发件人昵称,您的昵称将直接展示在红人的收件箱中。有助于树立更亲近、更专业的品牌形象。",v254:"发件人昵称不能为空!",v255:"签名",v256:"搜索签名",v257:"新建签名",v258:"详情",v259:"更新时间:",v260:"删除",v261:"应用",v262:"正文:",v263:"已选中",v264:"项",v265:"优化拼写与语法",v266:"缩短内容",v267:"扩充内容",v268:"优化结构",v269:"改变语气",v270:"请选择未读邮件"}};var hu=du;qn().use(ou);const pu={en:{...uu,...au.A},zh:{...hu,...su["default"]}},fu=new ou({locale:Wi.get("language")||"zh",messages:pu,silentTranslationWarn:!0});lu["default"].i18n(((e,t)=>fu.t(e,t)));var mu=fu;const gu=[{icon:"icon-caidan-kehudangan",name:mu.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-wuliu",name:mu.t("inboxDetail.menu2"),key:"logistics",activeName:"3"},{icon:"icon-fenxiao",name:mu.t("inboxDetail.menu5"),key:"unit",activeName:"5"},{icon:"icon-hezuoneirong",name:mu.t("inboxDetail.menu3"),key:"content",activeName:"6"}],vu=[{coopStatus:mu.t("inboxDetail.coop1"),ccode:0},{coopStatus:mu.t("inboxDetail.coop2"),ccode:1},{coopStatus:mu.t("inboxDetail.coop3"),ccode:6},{coopStatus:mu.t("inboxDetail.coop4"),ccode:2},{coopStatus:mu.t("inboxDetail.coop5"),ccode:3},{coopStatus:mu.t("inboxDetail.coop6"),ccode:4}];var yu=function(){var e=this,t=e._self._c;return t("div",[t("el-tooltip",{attrs:{"popper-class":"wt-email-tooltip",placement:"top"}},[t("div",{staticClass:"wt-email-tooltip-content",attrs:{slot:"content"},slot:"content"},[e._v(e._s(e.content))]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer"},on:{click:e.handleEvent}})]),e.aiRuleVisible?t("AiRuleDialog",{attrs:{visible:e.aiRuleVisible},on:{"update:visible":function(t){e.aiRuleVisible=t}}}):e._e()],1)},bu=[],wu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"",visible:e.visible,width:"600px","append-to-body":"","custom-class":"ai-rule-setting-dialog"},on:{close:e.close}},[t("i",{staticClass:"closeIcon dss-iconfont icon-close",on:{click:e.close}}),t("div",{staticClass:"title"},[e._v("AI点数权益消耗规则")]),t("div",{staticClass:"content2"},[t("el-table",{staticClass:"ai-point-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{align:"center",prop:"name",label:"功能项"}}),t("el-table-column",{attrs:{align:"center",prop:"value",label:"消耗点数"},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"point"},[t("span",{staticClass:"num"},[e._v(e._s(n.row.point))]),t("span",{staticClass:"unit"},[e._v(e._s(n.row.unit))])])]}}])})],1)],1)])},_u=[],Cu={props:{visible:{type:Boolean,default:!1}},components:{},data(){return{tableData:[{name:this.$t("edm5.v82"),unit:"/每次操作",point:1},{name:"内容优化",unit:"/每次操作",point:1},{name:"仿写邮件",unit:"/每次操作",point:1},{name:"翻译",unit:"/每次操作",point:1},{name:"AI总结邮件内容",unit:"/每封邮件",point:1},{name:"AI回信",unit:"/每封邮件",point:1},{name:this.$t("edm5.v34"),unit:"/每封邮件",point:1}]}},created(){},methods:{close(){this.$emit("update:visible",!1)}}},xu=Cu,Su=Ba(xu,wu,_u,!1,null,"f55f06f4",null),ku=Su.exports,Eu={props:["content","isShowRule"],components:{AiRuleDialog:ku},data(){return{aiRuleVisible:!1}},methods:{handleEvent(){this.isShowRule&&(this.aiRuleVisible=!0)}}},Au=Eu,Du=Ba(Au,yu,bu,!1,null,null,null),Ou=Du.exports,Tu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"email-box-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.content))}})},Iu=[],Pu={props:["content"],methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e}}},Fu=Pu,Mu=Ba(Fu,Tu,Iu,!1,null,"5fe8cdd4",null),Bu=Mu.exports,Nu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"simple-replay"},[t("div",{staticClass:"header"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("inboxDetail.quickReply")))]),t("span",{staticClass:"right"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("i",{staticClass:"dss-iconfont icon-zuidahua",on:{click:e.toFullWrite}}),t("div",{staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.$t("inboxDetail.fullWrite"))+" ")])]),t("i",{staticClass:"el-icon-close",on:{click:e.drawerClose}})],1)]),t("div",{staticClass:"txt-content"},[t("el-input",{staticClass:"ai-simple-textarea",staticStyle:{"font-size":"16px"},attrs:{type:"textarea",rows:15,placeholder:"",resize:"none"},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}}),t("el-popover",{attrs:{placement:"left-end",width:"300",trigger:"click","popper-class":"emoji-popover"},model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[t("i",{staticClass:"dss-iconfont icon-xiaolian emoji-icon",attrs:{slot:"reference"},slot:"reference"}),t("div",{staticClass:"emoji-box"},e._l(e.allEmoji,(function(n,i){return t("span",{key:i,staticClass:"box-item",on:{click:function(t){return e.chooseEmoji(n)}}},[e._v(e._s(n))])})),0)])],1),t("div",{staticClass:"footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.sendMessage}},[e._v(e._s(e.$t("inboxDetail.sendNow")))])],1)])},Ru=[],$u={props:{visible:{type:Boolean,default:!1},maxId:{type:[String,Number],default:""}},data(){return{content:"",show:!1,allEmoji:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"],loading:!1,timer:null}},methods:{drawerClose(){this.$emit("close")},chooseEmoji(e){this.content=this.content+e,this.show=!1},toFullWrite(){this.$emit("fullWrite",this.content),this.drawerClose(),this.content=""},sendMessage(){if(!this.content)return this.$message.error("请输入回信内容!");let e={replyIds:[this.maxId],content:`<p>${this.content.replace(/\n/g,"<br>")}</p>`,sendEntryKey:"quickReply"};this.loading=!0,ns(e).then((e=>{"0"===e.code?(this.$message.success("发送成功!"),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.$emit("refresh"),this.drawerClose()}),500)):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},addEmoji(e){console.log(e)}}},ju=$u,Lu=Ba(ju,Nu,Ru,!1,null,"582e18f7",null),zu=Lu.exports,Vu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.keywords"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-intention-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplayIng,expression:"isReplayIng"}],attrs:{"element-loading-customclass":"ai-intention-loading","element-loading-text":e.$t("inboxDetail.isBuilding")}},[e.noKeyInformation?[t("div",{staticClass:"no-icon"},[t("i",{staticClass:"dss-iconfont icon-no-keyInformation"})]),t("div",{staticClass:"no-tips"},[e._v(e._s(e.$t("inboxDetail.noInfo")))])]:[t("div",{staticClass:"tip"},[e._v(e._s(e.$t("inboxDetail.waring1")))]),t("div",{staticClass:"info"},[t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info1"))+":"+e._s(e.detail.monetaryUnit)+e._s(e.detail.quoteNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info2"))+":"+e._s(e.detail.phoneNumber)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info3"))+":"+e._s(e.detail.shippingAddress)+" ")]),t("div",{staticClass:"item"},[e._v(" "+e._s(e.$t("inboxDetail.info4"))+":"+e._s(e.detail.billingMessage)+" ")])]),t("div",{staticClass:"bottom"},[t("span",{staticClass:"sub-tip"},[e._v(e._s(e.$t("inboxDetail.aiTip1")))])])]],2)])},Hu=[],Uu={props:{visible:{type:Boolean,default:!1},id:{type:String,default:""},bloggerId:{type:String,default:""},maxId:{type:[String,Number],default:""},currentMail:{type:Object,default:()=>{}}},data(){return{btnLoading:!1,detail:{quoteNumber:"-",monetaryUnit:"",phoneNumber:"-",shippingAddress:"-",billingMessage:"-"},isReplayIng:!1,ReplayTimer:null,counter:0}},computed:{noKeyInformation(){return!this.detail||0===Object.keys(this.detail).length||!this.detail.quoteNumber&&!this.detail.phoneNumber&&!this.detail.shippingAddress&&!this.detail.billingMessage}},created(){this.initProgress()},methods:{close(){this.stopReplaySetInterval(),this.$emit("update:visible",!1)},async initProgress(){try{this.isReplayIng=!0;const e=await us(this.currentMail.id);if("0"==e.code){if(null===e.data?.isComplete)this.setEmailIntentionExtract();else if(!1===e.data?.isComplete)this.getInformationProgress();else if(!0===e.data?.isComplete){this.isReplayIng=!1;const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`${this.$t("edm5.v37")}${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`${this.$t("edm5.v38")}${t.bankCardNumber}`),t.bankName&&n.push(`${this.$t("edm5.v39")}${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}}else this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(e.message)}catch(Rl){console.log(Rl),this.isReplayIng=!1}},async setEmailIntentionExtract(){try{const e=await ds(this.currentMail.id);"0"===e.code?this.getInformationProgress():(this.isReplayIng=!1,this.stopReplaySetInterval(),this.detail={quoteNumber:"",monetaryUnit:"",phoneNumber:"",shippingAddress:"",billingMessage:""},this.$message.error(e.message))}catch(Rl){console.log(Rl)}},getInformationProgress(){this.isReplayIng=!0,this.stopReplaySetInterval(),this.ReplayTimer=setInterval((async()=>{this.counter+=1;const e=await this.getAiKeyInformation();e&&(this.$emit("refreshPoint"),this.isReplayIng=!1,this.stopReplaySetInterval()),this.counter>=60&&(this.isReplayIng=!1,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async getAiKeyInformation(){try{const e=await us(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){const t=e.data?.keyInformation||{};let n=[];t.payeeName&&n.push(`收款人:${t.payeeName}`),t.PayPal&&n.push(`PayPal:${t.PayPal}`),t.bankCardNumber&&n.push(`卡号:${t.bankCardNumber}`),t.bankName&&n.push(`银行:${t.bankName}`),t.billingMessage=n.join("、"),this.detail=t}return e.data?.isComplete}return this.isReplayIng=!1,this.$message.error(e.message),!0}catch(Rl){return console.log(Rl),this.isReplayIng=!1,!0}},async addBloggerInfo(){const{quoteNumber:e,monetaryUnit:t,phoneNumber:n,shippingAddress:i,billingMessage:r}=this.detail;if(!e&&!n&&!i&&!r)return this.$message.error(this.$t("inboxDetail.aiTips2"));try{this.btnLoading=!0;const o=await ps({bloggerId:this.bloggerId,quote:e,contactWay:n,contactAddr:i,proceedsMsg:r,monetaryUnit:t});"0"===o.code?(this.close(),this.$message.success(this.$t("inboxDetail.infoSuccess"))):this.$message.error(o.message)}catch(Rl){console.log(Rl)}finally{this.btnLoading=!1}}}},Wu=Uu,qu=Ba(Wu,Vu,Hu,!1,null,"bddd0426",null),Yu=qu.exports,Gu=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.isHasPlan?e.$t("inboxDetail.planTitle2"):e.$t("inboxDetail.planTitle1"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[e.isHasPlan?t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip2"))+" ")]):t("div",{staticClass:"tips"},[e._v(" "+e._s(e.$t("inboxDetail.planTip1"))+" ")]),e.planOpts.length>0?t("div",{staticClass:"label"},[e._v(" "+e._s(e.$t("inboxDetail.choosePlan"))+" ")]):e._e(),t("div",{staticClass:"plan-box"},[0!==e.planOpts.length?[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",placeholder:e.$t("inboxDetail.planPlace"),clearable:""},model:{value:e.planId,callback:function(t){e.planId=t},expression:"planId"}},e._l(e.planOpts,(function(n,i){return t("el-option",{key:i,attrs:{label:n.name,value:n.planId,disabled:1===n.isAdd}},[t("span",{staticStyle:{float:"left"}},[e._v(e._s(n.name))]),1===n.isAdd?t("span",{staticStyle:{float:"right"}},[t("i",{staticClass:"el-icon-check"})]):e._e()])})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmPlan}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)]:[t("div",{staticClass:"no-datas"},[t("div",{staticClass:"no-data"},[e._v(e._s(e.$t("inboxDetail.noPlan2")))]),t("div",{staticClass:"create-btn",on:{click:e.goPlan}},[t("span",[e._v(e._s(e.$t("inboxDetail.createPlan")))]),t("i",{staticClass:"el-icon-right"})])])]],2)])])},Ku=[];function Xu(e){return wa("/edm/outboxV2/pageOutboxSingle",e)}function Zu(e){return wa("/edm/outboxV2/starOutbox",e)}function Ju(e){return wa("/edm/outboxV2/pageReply",e)}async function Qu(e){let t=await ba("/edm/outboxV2/delOutbox",e);return t}function ed(e){return wa("/edm/outboxV2/outboxV2Detail",e)}function td(e){return wa("/edm/outboxV2/outboxBloggerPage",e)}function nd(e){return wa("/edm/outboxV2/refreshOutboxCrm",e)}function id(e){return wa("/edm/outboxV2/comeGoBloggerPage",e)}function rd(e){return va(`/edm/outbox/withdraw/groupId/${e}`)}var od={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},planIdRel:{type:String,default:""},platform:{type:String,default:""},maxId:{type:[String,Number],default:""},bloggerId:{type:String,default:""},pageSource:{type:String,default:""},rowData:{type:Object,default:()=>({})},detailData:{type:Object,default:()=>({})}},data(){return{planId:"",planOpts:[],loading:!1}},computed:{isHasPlan(){return this.planIdRel&&"-1"!==this.planIdRel}},created(){this.planIdRel&&"-1"!==this.planIdRel&&(this.planId=Number(this.planIdRel)),this.getPlanList()},methods:{close(){console.log("okkk"),this.$emit("update:visible",!1)},getPlanList(){this.loading=!0,is({blogId:""}).then((e=>{"0"===e.code?this.planOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},confirmPlan(){if(console.log(this.planOpts),""!==this.planId)if("outboxDetail"!==this.pageSource){const e=this.isHasPlan?gs:ks,t=this.isHasPlan?{ids:[this.upbEsId],planId:this.planId}:{planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,replyUserId:this.detailData.userId};e(t).then((e=>{if(e&&"0"===e.code){this.$message({type:"success",message:`${this.$t("inboxDetail.planVal")}${this.isHasPlan?this.$t("inboxDetail.planMove"):this.$t("inboxDetail.planGL")}${this.$t("inboxDetail.success")}`});const e=this.planOpts.find((e=>e.planId===this.planId))?.name;vs({maxId:this.maxId,planId:this.planId,planName:e}).then((t=>{t&&"0"===t.code&&(this.$emit("change",this.planId,e),this.close())}))}else this.$message({type:"error",message:e.message})}))}else ks({planId:this.planId,blogList:[{blogId:this.bloggerId,platform:this.platform}],contactStatus:1,inviteStatus:1,latestSendTime:this.detailData.sendTime}).then((e=>{if("0"==e.code){this.$message({type:"success",message:e.message,customClass:"custom-message"});const t=this.planOpts.find((e=>e.planId===this.planId))?.name;nd({id:this.rowData.id,outboxId:this.rowData.outboxId,planId:this.planId,planName:t}).then((e=>{e&&"0"===e.code&&(this.$emit("change",this.planId,t),this.close())}))}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}));else this.$message({type:"warning",message:this.$t("inboxDetail.planTips3"),customClass:"custom-message"})},goPlan(){this.close();const e=this.$router.resolve({path:"/plan"});window.open(e.href,"_blank")}}},ad=od,sd=Ba(ad,Gu,Ku,!1,null,"4fad5252",null),ld=sd.exports,cd=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:e.$t("inboxDetail.coopStatus"),visible:e.visible,width:"480px","append-to-body":"","custom-class":"email-plan-dialog"},on:{close:e.close}},[t("div",{staticClass:"label"},[e._v(e._s(e.$t("inboxDetail.coopStatusTitle")))]),t("div",{staticClass:"plan-box"},[t("div",[t("el-select",{staticStyle:{width:"100%"},attrs:{"popper-class":"edm-select-popper",clearable:""},model:{value:e.status,callback:function(t){e.status=t},expression:"status"}},e._l(e.coopStatusList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.coopStatus,value:e.ccode}})})),1)],1),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:e.close}},[e._v(e._s(e.$t("inboxDetail.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirm}},[e._v(e._s(e.$t("inboxDetail.confirm")))])],1)])])},ud=[],dd={props:{visible:{type:Boolean,default:!1},upbEsId:{type:String,default:""},coopStatus:{type:Number,default:""},planId:{type:[Number,String],default:""}},data(){return{status:"",coopStatusList:[{coopStatus:this.$t("inboxDetail.coop1"),ccode:0},{coopStatus:this.$t("inboxDetail.coop2"),ccode:1},{coopStatus:this.$t("inboxDetail.coop3"),ccode:6},{coopStatus:this.$t("inboxDetail.coop4"),ccode:2},{coopStatus:this.$t("inboxDetail.coop5"),ccode:3},{coopStatus:this.$t("inboxDetail.coop6"),ccode:4}],loading:!1}},created(){this.status=this.coopStatus},methods:{close(){this.$emit("update:visible",!1)},async confirm(){try{const e=await os({ids:[this.upbEsId],coopStatus:this.status,planId:this.planId});"0"==e.code?(this.$message.success("修改成功"),this.close(),this.$emit("change")):this.$message.error(e.message)}catch(Rl){console.log(Rl)}}}},hd=dd,pd=Ba(hd,cd,ud,!1,null,"23d89b7a",null),fd=pd.exports,md=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"快捷回复",visible:e.visible,width:"700px","append-to-body":"","custom-class":"email-ai-replay-dialog"},on:{close:e.close}},[t("div",{staticClass:"reply-box"},[t("div",{staticClass:"top"},[t("img",{staticClass:"icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v12")))])]),t("div",{staticClass:"content",domProps:{innerHTML:e._s(e.content)}}),t("div",{staticClass:"bottom"},[t("img",{attrs:{src:i(4643),alt:""}})])]),t("div",{staticClass:"footer"},[t("el-button",{staticClass:"reply-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn",attrs:{loading:e.loading,size:"small",type:"primary"},on:{click:e.confirm}},[e._v("确认发送")])],1)])},gd=[],vd={props:{visible:{type:Boolean,default:!1},content:{type:String,default:""},loading:{type:Boolean,default:!1}},data(){return{}},created(){},methods:{close(){this.$emit("update:visible",!1)},confirm(){this.$emit("confirm")}}},yd=vd,bd=Ba(yd,md,gd,!1,null,"7627823c",null),wd=bd.exports,_d=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isFirstHidden,expression:"!isFirstHidden"}],staticClass:"ai-summary-container"},[t("div",{staticClass:"item-summary"},[t("div",{staticClass:"ai-top"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v6")))]),e.isSummaryIng?t("i",{staticClass:"el-icon-loading ai-loading",staticStyle:{"margin-left":"4px"}}):e._e(),t("i",{staticClass:"dss-iconfont icon-close",class:{notAllow:e.isSummaryIng},on:{click:e.closeSummary}})]),t("div",{staticClass:"ai-box",staticStyle:{"white-space":"pre-wrap"}},[e._v(" "+e._s(e.summaryInfo.summary)+" ")]),t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isSummaryIng,active:1===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(1,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.like")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isSummaryIng,active:2===e.summaryInfo.isLike},on:{click:function(t){return e.evaluateAi(2,e.summaryInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("inboxDetail.unLike")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildSummary}},[e.isSummaryIng?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isSummaryIng?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("inboxDetail.stop")))]):t("span",[e._v(e._s(e.$t("inboxDetail.redo")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("inboxDetail.restPoint"))+":"+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("inboxDetail.aiRule"),isShowRule:!0}})],1),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip ai-intention-tooltip",content:e.$t("edm5.v8")}},[t("div",{staticClass:"keywords",staticStyle:{"margin-right":"12px"},on:{click:e.getEmailIntention}},[t("i",{staticClass:"dss-iconfont icon-guanjianziguanli"}),t("span",[e._v(e._s(e.$t("edm5.v7")))])])]),t("div",{staticClass:"reply"},[t("button",{staticClass:"reply-btn",on:{click:e.showAiReply}},[t("img",{attrs:{src:i(4075),alt:""}}),t("span",[e._v(e._s(e.$t("edm5.v9")))])])])],1)])])},Cd=[],xd={components:{Tooltip:Ou},props:{id:{type:Number,default:0},aiPoint:{type:Number,default:0},isRebuild:{type:Boolean,default:!1}},data(){return{isSummaryIng:!1,summaryInfo:{},isLike:0,SummaryTimer:null,aiSummaryCounter:0,isFirstHidden:!0}},watch:{isRebuild:{handler(e){e?this.rebuildSummary():this.getAiEmailSummary()},immediate:!0}},methods:{async getAiEmailSummary(){try{const e=await ss(this.id);"0"==e.code?null===e.data?.isComplete?(this.summaryInfo={},this.$emit("handleShow",this.id,!1),this.isFirstHidden=!0):e.data?.isComplete?(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.summaryInfo=e.data?.emailSummary||{}):(this.isFirstHidden=!1,this.$emit("handleShow",this.id,!0),this.isSummaryIng=!0,this.createSummarySetInterval()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailSummaryProgress(e){try{const t=await ss(this.id);return"0"==t.code?(t.data?.isComplete&&(this.summaryInfo=t.data?.emailSummary||{},e&&(this.isSummaryIng=!1)),t.data?.isComplete):(this.$message.error(t.message),!0)}catch(Rl){return console.log(Rl),!0}},async rebuildSummary(){if(this.isFirstHidden=!1,this.isSummaryIng)this.stopSummarySetInterval(),this.isSummaryIng=!1;else{this.isLike=0;const e=await ls(this.id);"0"==e.code?(this.isSummaryIng=!0,this.createSummarySetInterval()):(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$message.error(e.message))}},createSummarySetInterval(){this.stopSummarySetInterval(),this.aiSummaryCounter=0,this.SummaryTimer=setInterval((async()=>{this.aiSummaryCounter+=1;const e=await this.getAiEmailSummaryProgress();e&&(this.isSummaryIng=!1,this.stopSummarySetInterval(),this.$emit("refreshAiPoint")),this.aiSummaryCounter>=60&&(this.isSummaryIng=!1,this.aiSummaryCounter=0,this.stopSummarySetInterval(),this.$message.error(this.$t("edm5.v11")),this.$emit("refreshAiPoint"))}),2e3)},stopSummarySetInterval(){this.SummaryTimer&&(clearInterval(this.SummaryTimer),this.SummaryTimer=null)},closeSummary(){if(this.isSummaryIng)return!1;this.summaryInfo={},this.isLike=0,this.$emit("handleShow",this.id,!1)},async evaluateAi(e,t){try{const n=this.summaryInfo.isLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"summarize"});"0"===i.code&&(this.getAiEmailSummaryProgress(),this.$message.success(this.$t("edm5.v10")))}catch(Rl){console.log(Rl)}},showAiReply(){this.$emit("showAiReply",this.summaryInfo)},getEmailIntention(){this.$emit("getEmailIntention")}}},Sd=xd,kd=Ba(Sd,_d,Cd,!1,null,"2ad67469",null),Ed=kd.exports,Ad=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,width:"900px","append-to-body":"","custom-class":"ai-replaying-dialog"},on:{close:e.close}},[t("div",{staticClass:"ai-title"},[1===e.step||2===e.step?t("img",{attrs:{src:i(5169),alt:""}}):e._e(),2===e.step?t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v12")))]):e._e(),3===e.step?t("div",{staticClass:"rule"},[t("i",{staticClass:"dss-iconfont icon-arrow",on:{click:e.backToOne}}),t("span",[e._v(e._s(e.$t("edm5.v13")))])]):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:1===e.step,expression:"step === 1"}],staticClass:"step-one"},[t("div",{staticClass:"summary-part"},[t("div",[t("img",{attrs:{src:i(9054),alt:""}})]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.summaryInfo.summary)+" ")])]),t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-input"},[t("el-input",{staticClass:"write-textarea",staticStyle:{"font-size":"14px"},attrs:{type:"textarea",rows:5,placeholder:e.$t("edm5.v14"),resize:"none"},model:{value:e.replyWords,callback:function(t){e.replyWords=t},expression:"replyWords"}})],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.aiRulesLoading,expression:"aiRulesLoading"}],staticClass:"write-example",attrs:{"element-loading-customclass":"ai-rule-loading","element-loading-spinner":"el-icon-loading","element-loading-text":e.$t("edm5.v15")}},[t("div",{staticClass:"example-title"},[t("span",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v13")))]),t("span",{staticClass:"others",on:{click:e.backToTree}},[e._v(e._s(e.$t("edm5.v16")))])]),0===e.aiRules.length?t("div",{staticClass:"no-rule"},[t("Empty")],1):e._l(e.aiRules,(function(n,i){return t("div",{key:i,staticClass:"example-item",on:{click:function(t){return e.toBuildAiReply(n)}}},[t("span",{staticClass:"icon"},[e._v(e._s(n.emoji))]),t("span",{staticClass:"txt"},[e._v(e._s(n.desc))])])}))],2)]),t("div",{staticClass:"footer"},[t("div",{staticClass:"footer-left"},[t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-select",{staticClass:"ai-prompt-select",attrs:{clearable:!1},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)],1),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.stepOneClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.loading,size:"small",type:"primary",disabled:e.aiRulesLoading},on:{click:e.stepOneConfirm}},[e._v(e._s(e.$t("edm5.v20")))])],1)])]),2===e.step?t("div",{staticClass:"step-two"},[t("ReplyContent",{attrs:{maxId:e.maxId,aiPoint:e.aiPoint,currentMail:e.currentMail,tone:e.tone,language:e.language,replyWords:e.replyWords,chooseRuleCode:e.chooseRuleCode},on:{refreshPoint:e.refreshPoint,changeStep:e.changeStep,finished:e.finished,toFullWrite:e.toFullWrite}})],1):e._e(),3===e.step?t("div",{staticClass:"step-three"},[t("el-tree",{staticClass:"ai-rule-tree",attrs:{"node-key":"scenario",accordion:"",data:e.list,props:e.defaultProps,"default-expanded-keys":[0]},on:{"node-click":e.toBuildAiReply}})],1):e._e()])},Dd=[],Od=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-content"},[t("div",{staticClass:"ai-result-part"},[t("div",{staticClass:"chinese language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v30")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContentCn)}})]),t("div",{staticClass:"split"}),t("div",{staticClass:"foreign language"},[t("div",{staticClass:"title"},[e._v(e._s(e.$t("edm5.v31",{value:e.language}))+")")]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isReplying,expression:"isReplying"}],staticClass:"content",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-reply-loading"},domProps:{innerHTML:e._s(e.replayInfo.replyContent)}})]),t("img",{staticClass:"email-icon",attrs:{src:i(4643),alt:""}})]),t("div",{staticClass:"footer"},[t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isReplying,active:1===e.feedLike},on:{click:function(t){return e.evaluateAi(1,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isReplying,active:2===e.feedLike},on:{click:function(t){return e.evaluateAi(2,e.replayInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v33")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildReplay}},[e.isReplying?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isReplying?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.close}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{loading:e.aiReplayBtnLoading,size:"small",type:"primary",disabled:e.isReplying},on:{click:e.confirm}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])},Td=[],Id={components:{Tooltip:Ou},props:{aiPoint:{type:Number,default:0},currentMail:{type:Object,default:()=>{}},tone:{type:String,default:""},language:{type:String,default:""},replyWords:{type:String,default:""},chooseRuleCode:{type:[String,Number],default:""},maxId:{type:[String,Number],default:""}},data(){return{isReplying:!1,replayInfo:{},feedLike:0,aiReplayCounter:0,ReplayTimer:null,aiReplayBtnLoading:!1}},created(){this.buildAiReply()},methods:{async buildAiReply(){try{const e=await xs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"===e.code?this.getAiEmailReplay():this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailReplay(){try{const e=await cs(this.currentMail.id);"0"==e.code?e.data?.isComplete?this.replayInfo=e.data?.smartReply||{}:(this.isReplying=!0,this.createReplaySetInterval()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getAiEmailReplayProgress(){try{const e=await cs(this.currentMail.id);return"0"==e.code?(e.data?.isComplete&&(this.replayInfo=e.data?.smartReply||{}),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},createReplaySetInterval(){this.stopReplaySetInterval(),this.aiReplayCounter=0,this.ReplayTimer=setInterval((async()=>{this.aiReplayCounter+=1;const e=await this.getAiEmailReplayProgress();e&&(this.$emit("refreshPoint"),this.isReplying=!1,this.stopReplaySetInterval()),this.aiReplayCounter>=60&&(this.isReplying=!1,this.aiReplayCounter=0,this.stopReplaySetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async rebuildReplay(){if(this.isReplying)this.stopReplaySetInterval(),this.isReplying=!1;else{const e=await xs({inboxId:this.currentMail.id,emailStrategy:""===this.chooseRuleCode?void 0:this.chooseRuleCode,customizedStrategy:""===this.chooseRuleCode?this.replyWords:void 0,language:this.language,tone:this.tone});"0"==e.code?(this.isReplying=!0,this.feedLike=0,this.createReplaySetInterval()):(this.isReplying=!1,this.stopReplaySetInterval(),this.$message.error(e.message))}},stopReplaySetInterval(){this.ReplayTimer&&(clearInterval(this.ReplayTimer),this.ReplayTimer=null)},async evaluateAi(e,t){try{const n=this.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"reply"});"0"===i.code&&(this.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5")))}catch(Rl){console.log(Rl)}},close(){this.stopReplaySetInterval(),this.$emit("changeStep",1)},confirm(){this.$emit("toFullWrite",this.replayInfo.replyContent,this.replayInfo.id)}}},Pd=Id,Fd=Ba(Pd,Od,Td,!1,null,"ba5a8f8c",null),Md=Fd.exports,Bd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"empty-contain",style:{...e.currentStyle}},[t("img",{attrs:{src:i(3442),alt:""}}),t("p",[e._v(e._s(e.tips||"暂无数据"))])])},Nd=[],Rd={props:["currentStyle","tips"]},$d=Rd,jd=Ba($d,Bd,Nd,!1,null,"37b97e56",null),Ld=jd.exports,zd={props:{visible:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},aiPoint:{type:Number,default:0},summaryInfo:{type:Object,default:()=>{}},currentMail:{type:Object,default:()=>{}},maxId:{type:[String,Number],default:""}},components:{Tooltip:Ou,Empty:Ld,ReplyContent:Md},data(){return{step:1,replyWords:"",languageList:[],toneList:[],language:"英文",tone:"友好的",isReplying:!1,defaultProps:{children:"children",label:"desc"},list:[],aiRulesCounter:0,aiRulesLoading:!0,aiRulesInfo:{children:[{},{},{}]},RulesTimer:null,chooseRuleCode:""}},computed:{aiRules(){return this.aiRulesInfo&&this.aiRulesInfo.children?this.aiRulesInfo.children:[]}},created(){this.getAiRules(),this.getLanguages(),this.getTones()},beforeDestroy(){this.stopRulesSetInterval()},mounted(){this.initAi()},methods:{initAi(){this.buildAiRules()},async getAiRules(){try{const e=await bs();"0"===e.code&&(this.list=JSON.parse(e.data),this.handleRules())}catch(Rl){console.log(Rl)}},async buildAiRules(){try{const e=await ys(this.currentMail.id);"0"===e.code?this.getAiReplyTips():(this.$message.error(e.message),this.aiRulesLoading=!1)}catch(Rl){this.aiRulesLoading=!1,console.log(Rl)}},async getAiReplyTips(){try{const e=await ws(this.currentMail.id);if("0"===e.code)if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}else this.aiRulesLoading=!0,this.createRulesSetInterval();else this.stopRulesSetInterval(),this.$message.error(e.message),this.aiRulesLoading=!1}catch(Rl){console.log(Rl),this.stopRulesSetInterval(),this.aiRulesLoading=!1}},createRulesSetInterval(){this.stopRulesSetInterval(),this.aiRulesCounter=0,this.RulesTimer=setInterval((async()=>{this.aiRulesCounter+=1;const e=await this.getAiRulesProgress();e&&(this.aiRulesLoading=!1,this.stopRulesSetInterval()),this.aiRulesCounter>=60&&(this.aiRulesLoading=!1,this.aiRulesCounter=0,this.stopRulesSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRulesProgress(){try{const e=await ws(this.currentMail.id);if("0"==e.code){if(e.data?.isComplete){let t=e.data?.emailStrategy||{};t.children&&(t.children=t.children.map((e=>({...e,emoji:this.getEmojiByNum()})))),this.aiRulesInfo=t}return e.data?.isComplete}return this.$message.error(e.message),this.aiRulesLoading=!1,!0}catch(Rl){return console.log(Rl),!0}},stopRulesSetInterval(){this.RulesTimer&&(clearInterval(this.RulesTimer),this.RulesTimer=null)},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async getTones(){try{const e=await Cs();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},getEmojiByNum(){const e=["😄","🎉","🌟","🎯","💰","🔮","🛍️","🎁","💬","💭"],t=Math.floor(10*Math.random());return e[t]},getUpByNum(e){const t={1:"一",2:"二",3:"三",4:"四",5:"五",6:"六"};return t[e]||e},handleRules(){this.list=this.list.map((e=>{if(e.children){const t=e.children.map(((e,t)=>({...e,order:t+1})));return{...e,children:t}}return e})),this.handleRulesLoop(this.list)},handleRulesLoop(e){for(let t in e){const n=e[t];n.children?(1===n.level&&(n.desc=this.getUpByNum(n.phase+1)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc),this.handleRulesLoop(n.children)):(1===n.level&&(n.desc=this.getUpByNum(n.phase)+"、"+n.desc),2===n.level&&(n.desc=n.order+". "+n.desc),3===n.level&&(n.desc=this.getEmojiByNum()+" "+n.desc))}},toBuildAiReply({code:e}){if(null===e||""===e||void 0===e)return!1;this.chooseRuleCode=e,this.aiRulesLoading=!1,this.step=2},close(){this.$emit("update:visible",!1)},stepOneConfirm(){if(!this.replyWords)return this.$message.error(this.$t("edm5.v29"));this.chooseRuleCode="",this.stopRulesSetInterval(),this.aiRulesLoading=!1,this.step=2},stepOneClose(){this.stopRulesSetInterval(),this.close()},backToOne(){this.step=1},backToTree(){this.step=3},changeStep(e){this.step=e},refreshPoint(){this.$emit("refreshPoint")},finished(){this.$emit("finished"),this.close()},toFullWrite(e,t){this.$emit("fullWrite",e,t)}}},Vd=zd,Hd=Ba(Vd,Ad,Dd,!1,null,"394b0cd6",null),Ud=Hd.exports,Wd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"tag-column"},[t("div",{directives:[{name:"tagOverFlow",rawName:"v-tagOverFlow",value:{data:e.tagObj,maxWidth:e.maxWidth-25},expression:"{ data: tagObj, maxWidth: maxWidth - 25 }"}],staticClass:"row-tags"},[e._l(e.tagObj.list.slice(0,e.tagObj.showNum),(function(n){return t("span",{staticClass:"tag"},[e._v(e._s(n))])})),e.tagObj.showNum!==e.tagObj.list.length?t("el-tooltip",{attrs:{value:!1,placement:"top","popper-class":"blogger-tags-popper wt-tooltip"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"tooltip-box"},e._l(e.tagObj.list,(function(n){return t("span",{staticClass:"tag"},[e._v(e._s(n))])})),0)]),t("div",{staticClass:"tag",staticStyle:{"margin-left":"8px",cursor:"pointer"}},[e._v("···")])]):e._e()],2),0===e.tagObj.list.length?t("div",{staticClass:"empty"},[e._v("-")]):e._e()])},qd=[],Yd={props:{tags:{type:Array,default:()=>[]},maxWidth:{type:Number,default:300}},data(){return{tagObj:{showNum:0,list:[]}}},directives:{tagOverFlow:{inserted(e,t){const{data:n,maxWidth:i}=t.value;n.showNum=n.list.length||0,e.clientWidth>i&&(n.showNum=n.showNum-1)},componentUpdated(e,t){const{data:n,maxWidth:i}=t.value;e.clientWidth>i&&(n.showNum=n.showNum-1)}}},watch:{tags:{deep:!0,handler(e){e&&!!e.length>0?this.handleTag(e):(this.tagObj.showNum=0,this.list=[])},immediate:!0}},methods:{handleTag(e){e&&Array.isArray(e)&&(this.tagObj.showNum=e.length,this.tagObj.list=[...e])}}},Gd=Yd,Kd=Ba(Gd,Wd,qd,!1,null,"12212717",null),Xd=Kd.exports,Zd=i(1930),Jd=i.n(Zd),Qd={name:"edm-inboxDetail",components:{AddTagsDialog:ol,Tooltip:Ou,EmailBox:Bu,SimpleReplay:zu,EmailIntention:Yu,EmailPlan:ld,CoopStatus:fd,EmailRely:wd,AiSummary:Ed,AiReply:Ud,TagColumn:Xd},props:{goBackUrl:{type:String,default:"/inbox"},mailId_inbox:{type:String,default:""},chatId_inbox:{type:String,default:""},blogDetailUrl:{type:String,default:"/blogDetail"},crmGrayUser:{type:Boolean,default:!1}},filters:{coopStatusFilter(e){return vu.find((t=>t.ccode===e))?.coopStatus||mu.t("inboxDetail.empty")}},data(){return{bloggerInfo:{},bloggerInfoRest:{},primary:"dss"===localStorage.getItem("sourceApp")?"#1990FF":"#FF5277",maxId:"",id:this.mailId_inbox,chatId:this.chatId_inbox,mailId:this.mailId_inbox,popularizePlanId:this.$route.query.popularizePlanId,popularizePlanName:this.$route.query.popularizePlanName,mailData:"",mailTaglist:[],tags:[],mailTags:[],mailList:[],isShowSettag:!1,selectedTags:[],tagList:[],isShowReply:!1,fileList:[],isSubmit:!1,optList:[],aiOpen:!1,showSimpleReplay:!1,intentionVisible:!1,planVisible:!1,coopStatusVisible:!1,emailRelyVisible:!1,isOpenAi:!1,summaryInfo:{},aiPoint:0,replayInfo:{},aiFeed:{single_invitation:0,summarize:0},aiReplayBtnLoading:!1,timer:null,mailLoading:!1,aiRelyVisible:!1,currentMail:{},searchForm:{},tableData:[],checkEmailIndex:null,bloggerJobInfo:{},isShowAiAgent:!1}},computed:{isHasAi(){const e=Array.isArray(this.mailList)&&this.mailList.length>0&&1==this.mailList[0]?.type;return this.isOpenAi&&e||!0}},watch:{isHasAi(e){}},async created(){this.getInboxList(),this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus(),this.isOpenAiSetting(),this.getAiPoint(),this.getJobIdByBloggerId(),this.getAiAgentShow()},destroyed(){},methods:{getAiAgentShow(){Ms({sceneId:1}).then((e=>{"0"===e.code&&(this.isShowAiAgent=e.data)}))},getJobIdByBloggerId(){Fs({bloggerId:this.mailData.bloggerId,chatId:this.chatId}).then((e=>{"0"==e.code&&(this.bloggerJobInfo=e.data||{})}))},showAiSetting(){this.$emit("showAiSetting",this.bloggerInfo,this.bloggerJobInfo)},handleCommand(e){"a"===e?this.openPlan():this.changeCoopStatus()},async pageInit(){console.log(this.checkEmailIndex),this.id=this.tableData[this.checkEmailIndex].id,this.chatId=this.tableData[this.checkEmailIndex].chatId,this.mailId=this.tableData[this.checkEmailIndex].mailId,this.maxId=this.tableData[this.checkEmailIndex].maxId,this.popularizePlanId=this.tableData[this.checkEmailIndex].popularizePlanId,this.popularizePlanName=this.tableData[this.checkEmailIndex].popularizePlanName,this.getMailGroup(),await this.initTags(),await this.getMailDetailById(),this.getCrmInfo(),this.setReadstatus()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},getInboxList(){localStorage.getItem("searchFormInbox")&&(this.searchForm=JSON.parse(localStorage.getItem("searchFormInbox")),La({...this.searchForm,sentMail:0===this.searchForm.sentMail?0:"",email:this.searchForm.sentMail?this.searchForm.sentMail:""}).then((e=>{e?(this.tableData=e.rows,this.tableData.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError"))})))},handleAddFavorites(){this.$emit("AddFavorites",{besId:this.mailData.bloggerId})},changeCoopStatus(){this.bloggerInfo.planId&&"-1"!=this.bloggerInfo.planId?this.coopStatusVisible=!0:this.$message({type:"warning",message:"请先关联推广计划",customClass:"custom-message"})},async getCrmInfo(){try{const e=await rs(this.maxId);"0"===e.code&&(this.bloggerInfo=e.data||{},this.getBloggerDetails(e.data.bloggerId),this.getBloggerGmv(e.data.bloggerId),"-1"==e.data.planId||"null"==e.data.planId?this.optList=[{icon:"icon-caidan-kehudangan",name:mu.t("inboxDetail.menu1"),key:"blogger",activeName:"1"},{icon:"icon-hezuoneirong",name:mu.t("inboxDetail.menu3"),key:"content",activeName:"6"}]:this.optList=Object.freeze(gu))}catch(Rl){console.log(Rl)}},async getBloggerDetails(e){if(!e)return!1;try{const e=await Is({inboxId:this.$route.query.id});"0"===e.code&&(this.bloggerInfoRest=e.data||{})}catch(Rl){console.log(Rl)}},async isOpenAiSetting(){return this.isOpenAi=!0,!1},getAiInit(){},async getAiPoint(){this.aiPoint=await Js()},clickHandle(e,t){console.log(e),this.$emit("showFn",e,t,this.bloggerInfo)},goBack(){this.$router.push({path:localStorage.getItem("currentPath"),query:{isdetail:!0}})},initDetail(){this.getMailDetailById(),this.isShowSettag=!1},async initTags(){const e=await Ja();e&&(this.mailTaglist=e,e.map((e=>{this.tags.push({id:e.id,value:e.id.toString(),label:e.tag})})),this.mailTaglist=e)},handleAddTag(){this.initTags()},initTagList(){this.initTags()},async getMailDetailById(){if(this.id){const e=await Ga(this.id);if(e&&(this.handleTagData(e),this.mailData=e,this.maxId=e.maxId,e.tag)){this.mailTags=[];let t=e.tag.split(",");t.forEach((e=>{let t=this.mailTaglist.find((t=>t.tag===e));t&&this.mailTags.push(t)}))}}},getMailGroup(){this.mailLoading=!0,Ka(this.chatId).then((e=>{e&&(e.map(((e,t)=>{e.uid=t+1e4,e.isExpand=0===t,e.attachment||(e.attachment=[]),e.isShowFull=!0,e.isOut=!1,2===e.type&&(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/koc_default_man.png"),1===e.type&&(e.bloggerAvatar&&""!==e.bloggerAvatar||(e.bloggerAvatar="https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/koc/user_avatar/defaultUser.svg",e.isOut=!0)),e.isShowSummary=!0,e.isRebuild=!1})),console.log(e),this.mailList=e,this.mailLoading=!1)})).catch((e=>{this.mailLoading=!1})).finally((()=>{this.mailLoading=!1}))},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/This email was sent to(.*?)from this list/g,"").replace(/\(http\:\/\/mandrillapp.com(.*?)\)/g,"")),e},delHtmlTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>/g,""),e=e.replace(new RegExp("&nbsp;","g")," "),e},imgClick(e){if(1===e.type){if(e.isOut)return;this.$emit("toBloggerDetail",e)}},delOneMail(e){this.$confirm(this.$t("inboxDetail.confirmContent"),this.$t("inboxDetail.tip"),{confirmButtonText:this.$t("inboxDetail.confirm"),cancelButtonText:this.$t("inboxDetail.cancel"),type:"warning"}).then((()=>{Xa({id:e.id,type:e.type}).then((e=>{e&&(this.$message({message:this.$t("inboxDetail.delSuccess"),type:"success",duration:1500}),this.initTags(),this.getMailGroup())}))}),(()=>{}))},delFile(e){this.fileList.splice(e,1)},handleTagData(e){if(this.tagList=[],e.tag&&e.tagColor&&""!==e.tag&&""!==e.tagColor){let t=e.tag.split(","),n=e.tagColor.split(",");t.length!==n.length?this.tagList.push({tag:this.$t("inboxDetail.tagError"),tag_color:"#777"}):t.forEach(((e,t)=>{this.tagList.push({tag:e,tag_color:n[t]})}))}},delTag(e){const t=this.tagList.filter((e=>!!e.tag))||[];let n=[];t.length>1&&(n=t.filter((t=>t.tag!==e.tag)).map((e=>({tag:e.tag,tagColor:e.tag_color})))),this.updateTag(n,!0)},setReadstatus(){let e={read:2,chatId:[this.chatId]};Ua(e).then((e=>{e||this.$message({type:"error",message:this.$t("inboxDetail.mailError"),duration:1500})}))},showReply(e){if(this.isShowReply){localStorage.setItem("mailReply",JSON.stringify(e)),"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let t=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"";if(this.crmGrayUser){const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&popularizePlanName=${this.$route.query.popularizePlanName}`});window.open(n.href,"_blank")}else{const n=this.$router.resolve({path:`/inboxReply?replyId=${e.id}&chatId=${this.chatId}&popularizePlanId=${t}&taskId=${this.$route.query.taskId}&taskName=${this.$route.query.taskName}`});window.open(n.href,"_blank")}}},async showReplyNew(e=!1,t=void 0){const n=await this.checkEmailOwner();if(!n)return!1;if(this.mailList.length>0){let n=this.mailList,i=this.mailList.filter((e=>1===e.type));if(console.log("最新回复list",n),console.log("type 1的list",i),n.length>0&&i.length>0){"dss"===localStorage.getItem("sourceApp")?localStorage.setItem("sendEntryKey","inboxDetailDssReply"):localStorage.setItem("sendEntryKey","inboxDetailHubReply");let i=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:"",r=`/inboxReply?replyId=${this.maxId}&chatId=${this.chatId}&popularizePlanId=${i}&popularizePlanName=${this.$route.query.popularizePlanName}&replyContentId=${n[0].id}`;e&&(r+="&isSimple=true"),t&&(r+=`&aiId=${t}`),console.log("-----",r);const o=this.$router.resolve({path:r});window.open(o.href,"_blank")}}},fullWrite(e,t=void 0){console.log(e),console.log(t),localStorage.setItem("simpleWiteTxt",e||""),this.showReplyNew(!0,t)},skipBlogDetail(e,t){this.$emit("toBloggerDetail",t)},downFile(e){Ys(e.link,e.name)},async simpleReplay(){const e=await this.checkEmailOwner();if(!e)return!1;this.showSimpleReplay=!0},toggleEmailExpand(e){this.mailList=this.mailList.map((t=>({...t,isExpand:e.id===t.id&&!t.isExpand,isShowFull:!0})))},toggleFullContent(e){this.mailList=this.mailList.map((t=>({...t,isShowFull:e.id===t.id&&!t.isShowFull})))},async getEmailIntention(e){this.currentMail=e,this.intentionVisible=!0},openPlan(){this.planVisible=!0},toBloggerDetail(e,t){if(!e)return!1;this.$emit("toBloggerDetail",t)},openAiSummary(e){const t=this.mailList.findIndex((t=>t.id===e));if(t>-1){if(this.mailList[t]?.isShowSummary)return!1;this.$set(this.mailList,t,{...this.mailList[t],isShowSummary:!0,isRebuild:!0})}},showAiReplay(e){if(!e)return this.$message.error(this.$t("inboxDetail.tip3"));this.emailRelyVisible=!0},async handleAiReplay(e,t){if(!e)return!1;this.aiReplayBtnLoading=!0,ns({replyIds:[this.maxId],content:e,sendEntryKey:"aiReply"}).then((e=>{if("0"===e.code){const n=Array.isArray(e.data)&&e.data.length>0?e.data[0]:void 0;this.$message.success(this.$t("inboxDetail.tips4")),hs({aiEmailId:t,writeId:n}),this.timer&&clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getMailGroup()}),500)}else this.aiReplayBtnLoading=!1,this.$message.error(e.message)})).catch((e=>{console.log(e),this.aiReplayBtnLoading=!1})).finally((()=>{this.aiReplayBtnLoading=!1}))},async getEvaluateAi(){try{const e=await ms(this.maxId);"0"===e.code?e.data.forEach((e=>{"single_invitation"===e.aiScene&&(this.aiFeed.single_invitation=e.isLike),"summarize"===e.aiScene&&(this.aiFeed.summarize=e.isLike)})):this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async evaluateAi(e,t,n){try{const i=this.aiFeed[e]===t?0:t,r=await fs({historyId:n,isLike:i,aiScene:e});"0"===r.code&&(this.getEvaluateAi(),this.$message.success(this.$t("inboxDetail.tips5")))}catch(Rl){console.log(Rl)}},handleSummaryShow(e,t){const n=this.mailList.findIndex((t=>t.id===e));n>-1&&this.$set(this.mailList,n,{...this.mailList[n],isShowSummary:t})},showAiReply(e,t){this.currentMail=e,this.summaryInfo=t,this.aiRelyVisible=!0},async checkEmailOwner(){try{const e=await Ss({inboxId:this.id});return"0"===e.code?!!e.data||(this.$message.error(this.$t("edm5.v5")),!1):(this.$message.error(e.message),!1)}catch(Rl){return console.log(Rl),!1}},changeEmailPlan(e,t){this.$router.push({query:Jd()(this.$route.query,{popularizePlanId:e||-1,popularizePlanName:t||""})}),this.getCrmInfo()},addTagsStart(){this.selectedTags=this.tagList&&Array.isArray(this.tagList)?this.tagList.filter((e=>!!e.tag)).map((e=>e.tag)):[],this.isShowSettag=!0},async updateTag(e=[],t=!1){try{const n=await Za({mailId:this.id,tags:e});n&&(t?this.$message({type:"success",message:this.$t("inboxTagDialog.delTagSuccess")}):this.$message({type:"success",message:this.$t("inboxTagDialog.bindSuccess")}),this.getMailDetailById())}catch(Rl){}},async getBloggerGmv(e){try{const t=await _l({code:"adsTkStatsBloggerBaseService",data:{sqlManager:"dataService",param:{bEsId:e,dimDate:"30d"}}});"0"===t.code&&this.$set(this.bloggerInfoRest,"gmv30d",t.data[0]?.gmv||"-")}catch(Rl){console.log(Rl)}}}},eh=Qd,th=Ba(eh,hl,pl,!1,null,"28ceb53d",null),nh=th.exports,ih=function(){var e=this,t=e._self._c;return t("div",{ref:"pageContainer",staticClass:"page-container-write"},[t("div",{staticClass:"write-part"},[t("div",{staticClass:"write-container"},[t("div",{staticClass:"write-wrap"},["AIinvitePlan"!==e.pageFrom?t("div",{staticClass:"form-item mb12"},[t("span",{on:{click:e.test}},[e._v(e._s(e.$i18n.t("writeMail.receiver")))]),t("div",{staticClass:"edm-input-container"},[e.isSpreadAddress?e._e():e._l(e.addresseeArr.slice(0,5),(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})),e.isSpreadAddress?e._l(e.addresseeArr,(function(n,i){return t("span",{key:i,staticClass:"edm-input-tags"},[e._v(" "+e._s(n.bloggerName)+" ")])})):e._e(),e.addresseeArr.length?t("p",{staticClass:"edm-tag-dot"},[e._v(" "+e._s(e.addresseeArr.length>9999?e.addresseeArr.length+"+":e.addresseeArr.length)+" ")]):e._e(),e.addresseeArr.length>5?t("div",{staticClass:"edm-tags-action",on:{click:function(t){e.isSpreadAddress=!e.isSpreadAddress}}},[e._v(" "+e._s(e.isSpreadAddress?`- ${e.$i18n.t("writeMail.retract")}`:`+ ${e.$i18n.t("writeMail.other")}`+(e.addresseeArr.length-5)+`${e.$i18n.t("writeMail.person")}`)+" ")]):e._e()],2),e.isReply||e.isMultiReply||"payStatusDetail"===e.$route.query.pageFrom?e._e():t("el-button",{staticClass:"edit-btn",attrs:{loading:e.editBloggerLoading},on:{click:e.toEditBlogger}},[e._v(e._s(e.$t("edm5.v58")))])],1):e._e(),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"form-item"},[t("span",{staticClass:"email-label"},[e._v(" "+e._s(e.$t("edm5.v55"))+" "),t("Tooltip",{staticClass:"label-tooltip",attrs:{content:e.$t("edm5.v57"),isShowRule:!1}})],1),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),e.mailList.length>1?t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}}):e._e()])})),0),!e.isReply&&!e.isMultiReply&&e.mailList.length<5?t("div",{staticClass:"email-add",on:{click:function(t){return e.toAddEmail()}}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()])]),t("div",{staticClass:"email-container",staticStyle:{position:"relative"}},[e._l(e.mailList,(function(n){return t("div",{key:n.id,staticClass:"email-main"},[t("ContentBox",{directives:[{name:"show",rawName:"v-show",value:n.active,expression:"mail.active"}],attrs:{editorHeight:e.editorHeight+e.editorHeightMore,form:n,replyInfo:e.replyInfo,isDraft:!!e.draftId,isOuterBox:!!e.outboxId,isReply:e.isReply,isMultiReply:e.isMultiReply,aiPoint:e.aiPoint},on:{handleOptimize:e.handleOptimize,expandEditor:e.expandEditor}})],1)})),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],2),t("div",{staticClass:"form-item cards"},[t("span",{staticStyle:{"white-space":"normal"}},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" ")]),t("div",{staticClass:"cards-content"},[t("Draggable",{staticClass:"cards-draggable",attrs:{"chosen-class":"email-chosen","force-fallback":"true",group:"list",animation:"500",handle:".card-wrap","ghost-class":"ghost"},model:{value:e.cardsArr,callback:function(t){e.cardsArr=t},expression:"cardsArr"}},[t("transition-group",{staticStyle:{display:"flex","align-items":"center"}},e._l(e.cardsArr,(function(n,r){return t("div",{key:r,staticClass:"card-wrap"},[t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("el-image",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"product-platform"},[0==n?t("img",{staticClass:"platform-img",attrs:{src:i(4321)}}):e._e(),1==n?t("img",{staticClass:"platform-img",attrs:{src:i(634)}}):e._e(),2==n?t("img",{staticClass:"platform-img",attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(" "+e._s(n)+" ")])})),0),t("span",{staticClass:"more-types"},[e._v("···")])]):e._e()],2),t("div",{staticClass:"card-delete",on:{click:function(t){return e.deleteItem(r)}}},[t("i",{staticClass:"el-icon-delete"})])],1),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(e._s(n.nameEn||"—"))]),t("div",{staticClass:"product-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")])]),t("div",{staticClass:"card-bottom",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("div",{staticClass:"price"},[t("span",[e._v(" "+e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2))+" ")]),e._v(" /per ordered item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e.skipApply(n.id)}}},[e._v(" Apply ")])],1)])])})),0)],1),0==e.cardsArr.length?t("div",{staticClass:"product-card"},[t("div",{staticClass:"card-top"},[t("img",{staticClass:"product-img",staticStyle:{border:"1px solid #e8e8e8"},attrs:{src:"https://m.media-amazon.com/images/I/616058e2AYL._AC_SL1360_.jpg"}}),e._m(0),t("p",{staticClass:"flag"},[t("i",{staticClass:"el-icon-s-opportunity",staticStyle:{"padding-right":"6px"}}),e._v(" "+e._s(e.$i18n.t("productCard.example"))+" ")])]),t("div",{staticClass:"card-center"},[t("div",{staticClass:"product-name"},[e._v(" "+e._s("Lenovo Thinkpad X500 Blueto…")+" ")]),t("div",{staticClass:"product-price"},[e._v("Price:"+e._s("$49.93"))]),t("div",{staticClass:"product-price product-commission"},[e._v(" Commission rate:"+e._s("10")+"% ")])]),t("div",{staticClass:"card-bottom"},[e._m(1),t("el-button",{attrs:{type:"primary",size:"small"}},[e._v("Apply")])],1)]):e._e(),t("div",{staticClass:"add-card",on:{click:e.addProduct}},[t("i",{staticClass:"el-icon-plus"}),t("p",[e._v(e._s(e.$i18n.t("productCard.add_product_card")))])])],1)])]),t("div",{staticClass:"operate-wrap"},[t("div",{staticClass:"operate-left"},[e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-mail"},[t("div",{staticClass:"operate-set",on:{click:()=>{e.isCheckType=!1,e.showChooseMail=!0}}},[t("i",{staticClass:"el-icon-s-tools"}),t("span",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("setMail.Sending_settings"))+" ")])]),t("div",{staticClass:"current-set"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},["WOTOMAIL"===e.sendType?t("span",[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):t("span",[e._v(e._s(e.email))])]),"WOTOMAIL"===e.sendType?t("span",{staticClass:"current-email"},[e._v(" "+e._s(e.$i18n.t("setMail.mailbox_system"))+" ")]):t("span",{staticClass:"current-email"},[e._v(e._s(e.email))])])],1)]),e.isReply||e.isMultiReply||"AIinvitePlan"==e.pageFrom?e._e():t("div",{staticClass:"set-nickname"},[t("div",{staticClass:"set-btn",on:{click:function(t){e.settingNicknameVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-nickname"}),t("span",[e._v(e._s(e.$t("edm5.v61")))])]),e.nickName?t("span",{staticClass:"set-value"},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.nickName)+" ")]),t("span",{staticClass:"current-nickName"},[e._v(e._s(e.nickName))])])],1):e._e()])]),"AIinvitePlan"==e.pageFrom?t("div",{staticClass:"operate-right"},[t("el-button",{staticClass:"double-btn save_btn",attrs:{disabled:e.loading},on:{click:e.saveInviteEmail}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 保存 ")])],1):t("div",{staticClass:"operate-right"},[e.isReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.saveMailTemplate}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 存为模版 ")]),0!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){e.isShowSave=!1,e.saveDraft(!0)}}},[e.loading?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("writeMail.save_draft"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:e.cancelDelaySend}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle_timer"))+" ")]),1!=e.isTiming||e.isMultiReply?e._e():t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading},on:{click:function(t){return e.sendTime(e.rowTime)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.save"))+" ")]),e.isMultiReply?e._e():t("el-button",{staticClass:"double-btn",attrs:{disabled:e.loading,loading:e.loading}},[t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v62"),placement:"top"}},[t("div",{staticClass:"text",on:{click:e.send}},[e._v(e._s(e.$t("edm5.v63")))])]),t("el-divider",{staticClass:"search-divider",attrs:{direction:"vertical"}}),t("el-tooltip",{attrs:{"popper-class":"btn-tooltip wt-tooltip",content:e.$t("edm5.v64"),placement:"top"}},[t("div",{staticClass:"quick-reply",on:{click:e.showDelayedTx}},[t("img",{staticClass:"img",attrs:{src:i(9717)}})])])],1),e.isMultiReply?t("el-button",{staticClass:"operate-btn",attrs:{disabled:e.loading,loading:e.loading},on:{click:e.multiSendNow}},[e._v(" "+e._s(e.$i18n.t("writeMail.send_now"))+" ")]):e._e()],1)])]),t("div",{staticClass:"write-aside"},[t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.aiMailVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-ai1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v65")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","aiBar")}}},[t("i",{staticClass:"dss-iconfont icon-ai2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v66")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("6")}}},[t("i",{staticClass:"dss-iconfont icon-ai3"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v67")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.handleOptimize("7")}}},[t("i",{staticClass:"dss-iconfont icon-ai4"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v68")))])])]),e.isReply||e.isMultiReply?e._e():t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("img",{staticClass:"icon",attrs:{src:i(9954),alt:""}}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v69")))])])]),t("el-popover",{attrs:{"popper-class":"email-popover",trigger:"hover",placement:"left-start"}},[t("div",{staticClass:"popover-content"},[t("div",{staticClass:"popover-item",on:{click:function(t){e.mailTemplateDrawerVisible=!0}}},[t("i",{staticClass:"dss-iconfont icon-temp2"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v70")))])]),t("div",{staticClass:"popover-item",on:{click:function(t){return e.singleSetEmail("setEditorBar","variableBar")}}},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v71")))])])]),t("div",{staticClass:"aside-item",attrs:{slot:"reference"},slot:"reference"},[t("i",{staticClass:"icon dss-iconfont icon-side1"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v72")))])])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.signTextDrawerVisible=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side2"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v73")))])]),t("div",{staticClass:"aside-item",on:{click:e.isShowProductDrawerEvt}},[t("i",{staticClass:"icon dss-iconfont icon-side3"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v74")))])]),t("div",{staticClass:"aside-item",on:{click:function(t){e.isShowProductFormDrawer=!0}}},[t("i",{staticClass:"icon dss-iconfont icon-side4"}),t("span",{staticClass:"name"},[e._v(e._s(e.$t("edm5.v75")))])])],1)]),e.signTextDrawerVisible?t("SignTextDrawer",{attrs:{visible:e.signTextDrawerVisible},on:{"update:visible":function(t){e.signTextDrawerVisible=t},setMailSign:e.setMailSign}}):e._e(),e.mailTemplateDrawerVisible?t("MailTemplateDrawer",{attrs:{userId:e.userId,visible:e.mailTemplateDrawerVisible},on:{"update:visible":function(t){e.mailTemplateDrawerVisible=t},setMailTemplate:e.setMailTemplate}}):e._e(),e.isShowDelayed?t("delayed-tx",{ref:"delayedTxRef",attrs:{"is-show":e.isShowDelayed,rowTime:e.rowTime},on:{affirm:e.sendTime,close:function(t){e.isShowDelayed=!1}}}):e._e(),e.isShowNotice&&"AIinvitePlan"!==e.pageFrom?t("send-notice",{attrs:{isShow:e.isShowNotice},on:{closeNotice:e.closeNoticeEvt}}):e._e(),e.isShowLimit?t("send-limit",{attrs:{isShow:e.isShowLimit,totalSendNum:e.totalSendNum,restSendNum:e.restSendNum},on:{closeLimit:function(t){e.isShowLimit=!1}}}):e._e(),e.isShowCheck?t("check-mail",{attrs:{isShow:e.isShowCheck,reContactNum:e.reContactList.length,riskNum:e.riskList.length,cooperatedNum:e.cooperatedList.length,filterBloggerArr:e.filterBloggerArr,checkEmails:e.checkEmails,isSendSuccess:e.isSendSuccess,isReply:e.isReply,totalNum:e.totalNum,checkLoading:e.checkLoading},on:{closeCheck:e.closeCheckEvt,skipToOut:e.skipToOut,selfSend:e.selfSend,openAutoJump:function(t){e.isSelfClick=!1},updateFilterBloggerArr:e.updateFilterBloggerArr}}):e._e(),e.showChooseMail?t("chooseMailNew",{attrs:{isShow:e.showChooseMail,currentRadio:e.currentRadio,currentEnv:e.currentEnv,currentRadioId:e.bizId,currentSendType:e.sendType,isCheckType:e.isCheckType,userId:e.userId,addresseeArrLength:e.addresseeArr.length,totalSendNum:e.totalSendNum},on:{toGuide:e.toGuide,closeChooseMail:e.closeChooseMail,updateCurrentEmail:e.updateCurrentEmail,openCheckNext:e.openCheckNext}}):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{isShowProductDrawer:e.isShowProductDrawer},on:{setProduct:e.setProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),e.isShowProductFormDrawer?t("product-form-drawer",{attrs:{isShowProductFormDrawer:e.isShowProductFormDrawer,currentEnv:e.currentEnv},on:{setProductFormLink:e.setProductFormLink,closeProductFormDrawer:function(t){e.isShowProductFormDrawer=!1}}}):e._e(),e.isShowProductCardDrawer?t("product-cards-drawer",{attrs:{isShowProductCardDrawer:e.isShowProductCardDrawer},on:{addProductCard:e.addProductCard,closeProductCardDrawer:function(t){e.isShowProductCardDrawer=!1}}}):e._e(),!e.aiMailVisible||e.isReply||e.isMultiReply?e._e():t("AiMailDialog",{attrs:{visible:e.aiMailVisible,aiPoint:e.aiPoint},on:{"update:visible":function(t){e.aiMailVisible=t},refreshPoint:e.getAiPoint,applyEmails:e.applyEmails}}),e.mailOptimizeDrawerVisible?t("MailOptimizeDrawer",{attrs:{visible:e.mailOptimizeDrawerVisible,aiPoint:e.aiPoint,type:e.aiOptimizeType,originSubject:e.aiOptimizeOriginSubject,originContent:e.aiOptimizeOriginContent},on:{"update:visible":function(t){e.mailOptimizeDrawerVisible=t},applyEmail:e.applyEmail,refreshPoint:e.getAiPoint}}):e._e(),e.settingNicknameVisible?t("SettingNickName",{attrs:{nickNameDefault:e.nickName,visible:e.settingNicknameVisible},on:{"update:visible":function(t){e.settingNicknameVisible=t},updateNickName:t=>e.nickName=t}}):e._e(),e.saveMailTempDialogVisible?t("saveMailTempDialog",{attrs:{tempProductCard:e.tempProductCard,mailTempList:e.mailList,visible:e.saveMailTempDialogVisible},on:{"update:visible":function(t){e.saveMailTempDialogVisible=t},setMailTempHandle:e.setMailTempHandle}}):e._e()],1)},rh=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"card-tags"},[t("div",{staticClass:"product-platform"},[t("img",{staticClass:"platform-img",attrs:{src:i(634)}})]),t("span",[e._v("Teach")]),t("span",[e._v("Lifestyle")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"price"},[t("span",[e._v("$4.98")]),e._v(" /per ordered item ")])}],oh=(i(1148),i(3579),i(7642),i(8004),i(3853),i(5876),i(2475),i(5024),i(1698),function(){var e=this,t=e._self._c;return t("div",{staticClass:"body mb24",domProps:{innerHTML:e._s(e.filterBaseTag(e.body))}})}),ah=[],sh={props:{content:{default:"",type:String}},data(){return{body:this.content}},methods:{filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e}}},lh=sh,ch=Ba(lh,oh,ah,!1,null,"344d58de",null),uh=ch.exports;function dh(e){return va(`/edm/draftsV2/draftV2Detail/${e}`)}function hh(e){return wa("/edm/outboxV2/againInvite",e)}function ph(e){return va("/edm/qiye/getUserRegisters",e)}function fh(e){return va("/edm/qiye/getTemplates",e)}function mh(e){return wa("/edm/qiye/saveUserRegister",e)}function gh(e){return wa("/edm/qiye/check",e)}function vh(e){return va("/edm/qiye/unbindByEmail",e)}var yh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"editor-main",class:"gray"===e.theme?"editor-gray":"light"===e.theme?"editor-light":""},[t("Toolbar",{staticClass:"relative edm-wang-toolbar",staticStyle:{"z-index":"101"},attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticClass:"relative",style:"height: "+e.height+"px; overflow-y: hidden;z-index: 100;",attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1)},bh=[],wh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof i.g?i.g:"undefined"!=typeof self?self:{};function _h(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ch(e){var t={exports:{}};return e(t,t.exports),t.exports}var xh,Sh,kh=function(e){return e&&e.Math==Math&&e},Eh=kh("object"==typeof globalThis&&globalThis)||kh("object"==typeof window&&window)||kh("object"==typeof self&&self)||kh("object"==typeof wh&&wh)||function(){return this}()||Function("return this")(),Ah=Function.prototype,Dh=Ah.apply,Oh=Ah.bind,Th=Ah.call,Ih="object"==typeof Reflect&&Reflect.apply||(Oh?Th.bind(Dh):function(){return Th.apply(Dh,arguments)}),Ph=Function.prototype,Fh=Ph.bind,Mh=Ph.call,Bh=Fh&&Fh.bind(Mh),Nh=Fh?function(e){return e&&Bh(Mh,e)}:function(e){return e&&function(){return Mh.apply(e,arguments)}},Rh=function(e){return"function"==typeof e},$h=function(e){try{return!!e()}catch(e){return!0}},jh=!$h((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Lh=Function.prototype.call,zh=Lh.bind?Lh.bind(Lh):function(){return Lh.apply(Lh,arguments)},Vh={}.propertyIsEnumerable,Hh=Object.getOwnPropertyDescriptor,Uh=Hh&&!Vh.call({1:2},1)?function(e){var t=Hh(this,e);return!!t&&t.enumerable}:Vh,Wh={f:Uh},qh=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Yh=Nh({}.toString),Gh=Nh("".slice),Kh=function(e){return Gh(Yh(e),8,-1)},Xh=Eh.Object,Zh=Nh("".split),Jh=$h((function(){return!Xh("z").propertyIsEnumerable(0)}))?function(e){return"String"==Kh(e)?Zh(e,""):Xh(e)}:Xh,Qh=Eh.TypeError,ep=function(e){if(null==e)throw Qh("Can't call method on "+e);return e},tp=function(e){return Jh(ep(e))},np=function(e){return"object"==typeof e?null!==e:Rh(e)},ip={},rp=function(e){return Rh(e)?e:void 0},op=function(e,t){return arguments.length<2?rp(ip[e])||rp(Eh[e]):ip[e]&&ip[e][t]||Eh[e]&&Eh[e][t]},ap=Nh({}.isPrototypeOf),sp=op("navigator","userAgent")||"",lp=Eh.process,cp=Eh.Deno,up=lp&&lp.versions||cp&&cp.version,dp=up&&up.v8;dp&&(Sh=(xh=dp.split("."))[0]>0&&xh[0]<4?1:+(xh[0]+xh[1])),!Sh&&sp&&(!(xh=sp.match(/Edge\/(\d+)/))||xh[1]>=74)&&(xh=sp.match(/Chrome\/(\d+)/))&&(Sh=+xh[1]);var hp,pp=Sh,fp=!!Object.getOwnPropertySymbols&&!$h((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&pp&&pp<41})),mp=fp&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,gp=Eh.Object,vp=mp?function(e){return"symbol"==typeof e}:function(e){var t=op("Symbol");return Rh(t)&&ap(t.prototype,gp(e))},yp=Eh.String,bp=function(e){try{return yp(e)}catch(e){return"Object"}},wp=Eh.TypeError,_p=function(e){if(Rh(e))return e;throw wp(bp(e)+" is not a function")},Cp=function(e,t){var n=e[t];return null==n?void 0:_p(n)},xp=Eh.TypeError,Sp=Object.defineProperty,kp=Eh["__core-js_shared__"]||function(e,t){try{Sp(Eh,e,{value:t,configurable:!0,writable:!0})}catch(Ch){Eh[e]=t}return t}("__core-js_shared__",{}),Ep=Ch((function(e){(e.exports=function(e,t){return kp[e]||(kp[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Ap=Eh.Object,Dp=function(e){return Ap(ep(e))},Op=Nh({}.hasOwnProperty),Tp=Object.hasOwn||function(e,t){return Op(Dp(e),t)},Ip=0,Pp=Math.random(),Fp=Nh(1..toString),Mp=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Fp(++Ip+Pp,36)},Bp=Ep("wks"),Np=Eh.Symbol,Rp=Np&&Np.for,$p=mp?Np:Np&&Np.withoutSetter||Mp,jp=function(e){if(!Tp(Bp,e)||!fp&&"string"!=typeof Bp[e]){var t="Symbol."+e;fp&&Tp(Np,e)?Bp[e]=Np[e]:Bp[e]=mp&&Rp?Rp(t):$p(t)}return Bp[e]},Lp=Eh.TypeError,zp=jp("toPrimitive"),Vp=function(e,t){if(!np(e)||vp(e))return e;var n,i=Cp(e,zp);if(i){if(void 0===t&&(t="default"),n=zh(i,e,t),!np(n)||vp(n))return n;throw Lp("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&Rh(n=e.toString)&&!np(i=zh(n,e)))return i;if(Rh(n=e.valueOf)&&!np(i=zh(n,e)))return i;if("string"!==t&&Rh(n=e.toString)&&!np(i=zh(n,e)))return i;throw xp("Can't convert object to primitive value")}(e,t)},Hp=function(e){var t=Vp(e,"string");return vp(t)?t:t+""},Up=Eh.document,Wp=np(Up)&&np(Up.createElement),qp=function(e){return Wp?Up.createElement(e):{}},Yp=!jh&&!$h((function(){return 7!=Object.defineProperty(qp("div"),"a",{get:function(){return 7}}).a})),Gp=Object.getOwnPropertyDescriptor,Kp=jh?Gp:function(e,t){if(e=tp(e),t=Hp(t),Yp)try{return Gp(e,t)}catch(e){}if(Tp(e,t))return qh(!zh(Wh.f,e,t),e[t])},Xp={f:Kp},Zp=/#|\.prototype\./,Jp=function(e,t){var n=ef[Qp(e)];return n==nf||n!=tf&&(Rh(t)?$h(t):!!t)},Qp=Jp.normalize=function(e){return String(e).replace(Zp,".").toLowerCase()},ef=Jp.data={},tf=Jp.NATIVE="N",nf=Jp.POLYFILL="P",rf=Jp,of=Nh(Nh.bind),af=function(e,t){return _p(e),void 0===t?e:of?of(e,t):function(){return e.apply(t,arguments)}},sf=Eh.String,lf=Eh.TypeError,cf=function(e){if(np(e))return e;throw lf(sf(e)+" is not an object")},uf=Eh.TypeError,df=Object.defineProperty,hf=jh?df:function(e,t,n){if(cf(e),t=Hp(t),cf(n),Yp)try{return df(e,t,n)}catch(e){}if("get"in n||"set"in n)throw uf("Accessors not supported");return"value"in n&&(e[t]=n.value),e},pf={f:hf},ff=jh?function(e,t,n){return pf.f(e,t,qh(1,n))}:function(e,t,n){return e[t]=n,e},mf=Xp.f,gf=function(e){var t=function(n,i,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,r)}return Ih(e,this,arguments)};return t.prototype=e.prototype,t},vf=function(e,t){var n,i,r,o,a,s,l,c,u=e.target,d=e.global,h=e.stat,p=e.proto,f=d?Eh:h?Eh[u]:(Eh[u]||{}).prototype,m=d?ip:ip[u]||ff(ip,u,{})[u],g=m.prototype;for(r in t)n=!rf(d?r:u+(h?".":"#")+r,e.forced)&&f&&Tp(f,r),a=m[r],n&&(s=e.noTargetGet?(c=mf(f,r))&&c.value:f[r]),o=n&&s?s:t[r],n&&typeof a==typeof o||(l=e.bind&&n?af(o,Eh):e.wrap&&n?gf(o):p&&Rh(o)?Nh(o):o,(e.sham||o&&o.sham||a&&a.sham)&&ff(l,"sham",!0),ff(m,r,l),p&&(Tp(ip,i=u+"Prototype")||ff(ip,i,{}),ff(ip[i],r,o),e.real&&g&&!g[r]&&ff(g,r,o)))},yf=Ep("keys"),bf=function(e){return yf[e]||(yf[e]=Mp(e))},wf=!$h((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),_f=bf("IE_PROTO"),Cf=Eh.Object,xf=Cf.prototype,Sf=wf?Cf.getPrototypeOf:function(e){var t=Dp(e);if(Tp(t,_f))return t[_f];var n=t.constructor;return Rh(n)&&t instanceof n?n.prototype:t instanceof Cf?xf:null},kf=Eh.String,Ef=Eh.TypeError,Af=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Nh(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return cf(n),function(e){if("object"==typeof e||Rh(e))return e;throw Ef("Can't set "+kf(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),Df=Math.ceil,Of=Math.floor,Tf=function(e){var t=+e;return t!=t||0===t?0:(t>0?Of:Df)(t)},If=Math.max,Pf=Math.min,Ff=function(e,t){var n=Tf(e);return n<0?If(n+t,0):Pf(n,t)},Mf=Math.min,Bf=function(e){return(t=e.length)>0?Mf(Tf(t),9007199254740991):0;var t},Nf=function(e){return function(t,n,i){var r,o=tp(t),a=Bf(o),s=Ff(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Rf={includes:Nf(!0),indexOf:Nf(!1)},$f={},jf=Rf.indexOf,Lf=Nh([].push),zf=function(e,t){var n,i=tp(e),r=0,o=[];for(n in i)!Tp($f,n)&&Tp(i,n)&&Lf(o,n);for(;t.length>r;)Tp(i,n=t[r++])&&(~jf(o,n)||Lf(o,n));return o},Vf=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Hf=Vf.concat("length","prototype"),Uf=Object.getOwnPropertyNames||function(e){return zf(e,Hf)},Wf={f:Uf},qf={f:Object.getOwnPropertySymbols},Yf=Nh([].concat),Gf=op("Reflect","ownKeys")||function(e){var t=Wf.f(cf(e)),n=qf.f;return n?Yf(t,n(e)):t},Kf=Object.keys||function(e){return zf(e,Vf)},Xf=jh?Object.defineProperties:function(e,t){cf(e);for(var n,i=tp(t),r=Kf(t),o=r.length,a=0;o>a;)pf.f(e,n=r[a++],i[n]);return e},Zf=op("document","documentElement"),Jf=bf("IE_PROTO"),Qf=function(){},em=function(e){return"<script>"+e+"<\/script>"},tm=function(e){e.write(em("")),e.close();var t=e.parentWindow.Object;return e=null,t},nm=function(){try{hp=new ActiveXObject("htmlfile")}catch(e){}var e,t;nm="undefined"!=typeof document?document.domain&&hp?tm(hp):((t=qp("iframe")).style.display="none",Zf.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(em("document.F=Object")),e.close(),e.F):tm(hp);for(var n=Vf.length;n--;)delete nm.prototype[Vf[n]];return nm()};$f[Jf]=!0;var im=Object.create||function(e,t){var n;return null!==e?(Qf.prototype=cf(e),n=new Qf,Qf.prototype=null,n[Jf]=e):n=nm(),void 0===t?n:Xf(n,t)},rm=function(e,t,n){var i=Hp(t);i in e?pf.f(e,i,qh(0,n)):e[i]=n},om=Eh.Array,am=Math.max,sm=function(e,t,n){for(var i=Bf(e),r=Ff(t,i),o=Ff(void 0===n?i:n,i),a=om(am(o-r,0)),s=0;r<o;r++,s++)rm(a,s,e[r]);return a.length=s,a},lm=Nh("".replace),cm=Nh("".split),um=Nh([].join),dm=String(Error("zxcasd").stack),hm=/\n\s*at [^:]*:[^\n]*/,pm=hm.test(dm),fm=/@[^\n]*\n/.test(dm)&&!/zxcasd/.test(dm),mm=function(e,t){if("string"!=typeof e)return e;if(pm)for(;t--;)e=lm(e,hm,"");else if(fm)return um(sm(cm(e,"\n"),t),"\n");return e},gm=function(e,t){np(t)&&"cause"in t&&ff(e,"cause",t.cause)},vm={},ym=jp("iterator"),bm=Array.prototype,wm={};wm[jp("toStringTag")]="z";var _m="[object z]"===String(wm),Cm=jp("toStringTag"),xm=Eh.Object,Sm="Arguments"==Kh(function(){return arguments}()),km=_m?Kh:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=xm(e),Cm))?n:Sm?Kh(t):"Object"==(i=Kh(t))&&Rh(t.callee)?"Arguments":i},Em=jp("iterator"),Am=function(e){if(null!=e)return Cp(e,Em)||Cp(e,"@@iterator")||vm[km(e)]},Dm=Eh.TypeError,Om=function(e,t,n){var i,r;cf(e);try{if(!(i=Cp(e,"return"))){if("throw"===t)throw n;return n}i=zh(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return cf(i),n},Tm=Eh.TypeError,Im=function(e,t){this.stopped=e,this.result=t},Pm=Im.prototype,Fm=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=af(t,u),m=function(e){return i&&Om(i,"normal",e),new Im(!0,e)},g=function(e){return d?(cf(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=Am(e)))throw Tm(bp(e)+" is not iterable");if(function(e){return void 0!==e&&(vm.Array===e||bm[ym]===e)}(r)){for(o=0,a=Bf(e);a>o;o++)if((s=g(e[o]))&&ap(Pm,s))return s;return new Im(!1)}i=function(e,t){var n=arguments.length<2?Am(e):t;if(_p(n))return cf(zh(n,e));throw Dm(bp(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=zh(l,i)).done;){try{s=g(c.value)}catch(e){Om(i,"throw",e)}if("object"==typeof s&&s&&ap(Pm,s))return s}return new Im(!1)},Mm=Eh.String,Bm=function(e){if("Symbol"===km(e))throw TypeError("Cannot convert a Symbol value to a string");return Mm(e)},Nm=function(e,t){return void 0===e?arguments.length<2?"":t:Bm(e)},Rm=!$h((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",qh(1,7)),7!==e.stack)})),$m=jp("toStringTag"),jm=Eh.Error,Lm=[].push,zm=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=ap(Vm,this);Af?n=Af(new jm(void 0),r?Sf(this):Vm):(n=r?this:im(Vm),ff(n,$m,"Error")),ff(n,"message",Nm(t,"")),Rm&&ff(n,"stack",mm(n.stack,1)),gm(n,i);var o=[];return Fm(e,Lm,{that:o}),ff(n,"errors",o),n};Af?Af(zm,jm):function(e,t){for(var n=Gf(t),i=pf.f,r=Xp.f,o=0;o<n.length;o++){var a=n[o];Tp(e,a)||i(e,a,r(t,a))}}(zm,jm);var Vm=zm.prototype=im(jm.prototype,{constructor:qh(1,zm),message:qh(1,""),name:qh(1,"AggregateError")});vf({global:!0},{AggregateError:zm});var Hm=Nh(Function.toString);Rh(kp.inspectSource)||(kp.inspectSource=function(e){return Hm(e)});var Um,Wm,qm,Ym=kp.inspectSource,Gm=Eh.WeakMap,Km=Rh(Gm)&&/native code/.test(Ym(Gm)),Xm=Eh.TypeError,Zm=Eh.WeakMap;if(Km||kp.state){var Jm=kp.state||(kp.state=new Zm),Qm=Nh(Jm.get),eg=Nh(Jm.has),tg=Nh(Jm.set);Um=function(e,t){if(eg(Jm,e))throw new Xm("Object already initialized");return t.facade=e,tg(Jm,e,t),t},Wm=function(e){return Qm(Jm,e)||{}},qm=function(e){return eg(Jm,e)}}else{var ng=bf("state");$f[ng]=!0,Um=function(e,t){if(Tp(e,ng))throw new Xm("Object already initialized");return t.facade=e,ff(e,ng,t),t},Wm=function(e){return Tp(e,ng)?e[ng]:{}},qm=function(e){return Tp(e,ng)}}var ig,rg,og,ag={set:Um,get:Wm,has:qm,enforce:function(e){return qm(e)?Wm(e):Um(e,{})},getterFor:function(e){return function(t){var n;if(!np(t)||(n=Wm(t)).type!==e)throw Xm("Incompatible receiver, "+e+" required");return n}}},sg=Function.prototype,lg=jh&&Object.getOwnPropertyDescriptor,cg=Tp(sg,"name"),ug={EXISTS:cg,PROPER:cg&&"something"===function(){}.name,CONFIGURABLE:cg&&(!jh||jh&&lg(sg,"name").configurable)},dg=function(e,t,n,i){i&&i.enumerable?e[t]=n:ff(e,t,n)},hg=jp("iterator"),pg=!1;[].keys&&("next"in(og=[].keys())?(rg=Sf(Sf(og)))!==Object.prototype&&(ig=rg):pg=!0);var fg=null==ig||$h((function(){var e={};return ig[hg].call(e)!==e}));ig=fg?{}:im(ig),Rh(ig[hg])||dg(ig,hg,(function(){return this}));var mg={IteratorPrototype:ig,BUGGY_SAFARI_ITERATORS:pg},gg=_m?{}.toString:function(){return"[object "+km(this)+"]"},vg=pf.f,yg=jp("toStringTag"),bg=function(e,t,n,i){if(e){var r=n?e:e.prototype;Tp(r,yg)||vg(r,yg,{configurable:!0,value:t}),i&&!_m&&ff(r,"toString",gg)}},wg=mg.IteratorPrototype,_g=function(){return this},Cg=ug.PROPER,xg=mg.BUGGY_SAFARI_ITERATORS,Sg=jp("iterator"),kg=function(){return this},Eg=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=im(wg,{next:qh(+!i,n)}),bg(e,r,!1,!0),vm[r]=_g}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!xg&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[Sg]||p["@@iterator"]||r&&p[r],m=!xg&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=Sf(g.call(new e)))!==Object.prototype&&s.next&&(bg(s,d,!0,!0),vm[d]=kg),Cg&&"values"==r&&f&&"values"!==f.name&&(h=!0,m=function(){return zh(f,this)}),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(xg||h||!(c in p))&&dg(p,c,l[c]);else vf({target:t,proto:!0,forced:xg||h},l);return a&&p[Sg]!==m&&dg(p,Sg,m,{name:r}),vm[t]=m,l},Ag=ag.set,Dg=ag.getterFor("Array Iterator");Eg(Array,"Array",(function(e,t){Ag(this,{type:"Array Iterator",target:tp(e),index:0,kind:t})}),(function(){var e=Dg(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values"),vm.Arguments=vm.Array;var Og=Nh("".charAt),Tg=Nh("".charCodeAt),Ig=Nh("".slice),Pg=function(e){return function(t,n){var i,r,o=Bm(ep(t)),a=Tf(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=Tg(o,a))<55296||i>56319||a+1===s||(r=Tg(o,a+1))<56320||r>57343?e?Og(o,a):i:e?Ig(o,a,a+2):r-56320+(i-55296<<10)+65536}},Fg={codeAt:Pg(!1),charAt:Pg(!0)}.charAt,Mg=ag.set,Bg=ag.getterFor("String Iterator");Eg(String,"String",(function(e){Mg(this,{type:"String Iterator",string:Bm(e),index:0})}),(function(){var e,t=Bg(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=Fg(n,i),t.index+=e.length,{value:e,done:!1})}));var Ng=ip.AggregateError,Rg=jp("toStringTag");for(var $g in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var jg=Eh[$g],Lg=jg&&jg.prototype;Lg&&km(Lg)!==Rg&&ff(Lg,Rg,$g),vm[$g]=vm.Array}var zg,Vg,Hg=Ng,Ug=function(e){return e&&e.Math==Math&&e},Wg=Ug("object"==typeof globalThis&&globalThis)||Ug("object"==typeof window&&window)||Ug("object"==typeof self&&self)||Ug("object"==typeof wh&&wh)||function(){return this}()||Function("return this")(),qg=function(e){try{return!!e()}catch(e){return!0}},Yg=!qg((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Gg=Function.prototype.call,Kg=Gg.bind?Gg.bind(Gg):function(){return Gg.apply(Gg,arguments)},Xg={}.propertyIsEnumerable,Zg=Object.getOwnPropertyDescriptor,Jg=Zg&&!Xg.call({1:2},1)?function(e){var t=Zg(this,e);return!!t&&t.enumerable}:Xg,Qg={f:Jg},ev=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},tv=Function.prototype,nv=tv.bind,iv=tv.call,rv=nv&&nv.bind(iv),ov=nv?function(e){return e&&rv(iv,e)}:function(e){return e&&function(){return iv.apply(e,arguments)}},av=ov({}.toString),sv=ov("".slice),lv=function(e){return sv(av(e),8,-1)},cv=Wg.Object,uv=ov("".split),dv=qg((function(){return!cv("z").propertyIsEnumerable(0)}))?function(e){return"String"==lv(e)?uv(e,""):cv(e)}:cv,hv=Wg.TypeError,pv=function(e){if(null==e)throw hv("Can't call method on "+e);return e},fv=function(e){return dv(pv(e))},mv=function(e){return"function"==typeof e},gv=function(e){return"object"==typeof e?null!==e:mv(e)},vv=function(e){return mv(e)?e:void 0},yv=function(e,t){return arguments.length<2?vv(Wg[e]):Wg[e]&&Wg[e][t]},bv=ov({}.isPrototypeOf),wv=yv("navigator","userAgent")||"",_v=Wg.process,Cv=Wg.Deno,xv=_v&&_v.versions||Cv&&Cv.version,Sv=xv&&xv.v8;Sv&&(Vg=(zg=Sv.split("."))[0]>0&&zg[0]<4?1:+(zg[0]+zg[1])),!Vg&&wv&&(!(zg=wv.match(/Edge\/(\d+)/))||zg[1]>=74)&&(zg=wv.match(/Chrome\/(\d+)/))&&(Vg=+zg[1]);var kv=Vg,Ev=!!Object.getOwnPropertySymbols&&!qg((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&kv&&kv<41})),Av=Ev&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Dv=Wg.Object,Ov=Av?function(e){return"symbol"==typeof e}:function(e){var t=yv("Symbol");return mv(t)&&bv(t.prototype,Dv(e))},Tv=Wg.String,Iv=function(e){try{return Tv(e)}catch(e){return"Object"}},Pv=Wg.TypeError,Fv=function(e){if(mv(e))return e;throw Pv(Iv(e)+" is not a function")},Mv=function(e,t){var n=e[t];return null==n?void 0:Fv(n)},Bv=Wg.TypeError,Nv=Object.defineProperty,Rv=function(e,t){try{Nv(Wg,e,{value:t,configurable:!0,writable:!0})}catch(Ch){Wg[e]=t}return t},$v=Wg["__core-js_shared__"]||Rv("__core-js_shared__",{}),jv=Ch((function(e){(e.exports=function(e,t){return $v[e]||($v[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Lv=Wg.Object,zv=function(e){return Lv(pv(e))},Vv=ov({}.hasOwnProperty),Hv=Object.hasOwn||function(e,t){return Vv(zv(e),t)},Uv=0,Wv=Math.random(),qv=ov(1..toString),Yv=function(e){return"Symbol("+(void 0===e?"":e)+")_"+qv(++Uv+Wv,36)},Gv=jv("wks"),Kv=Wg.Symbol,Xv=Kv&&Kv.for,Zv=Av?Kv:Kv&&Kv.withoutSetter||Yv,Jv=function(e){if(!Hv(Gv,e)||!Ev&&"string"!=typeof Gv[e]){var t="Symbol."+e;Ev&&Hv(Kv,e)?Gv[e]=Kv[e]:Gv[e]=Av&&Xv?Xv(t):Zv(t)}return Gv[e]},Qv=Wg.TypeError,ey=Jv("toPrimitive"),ty=function(e,t){if(!gv(e)||Ov(e))return e;var n,i=Mv(e,ey);if(i){if(void 0===t&&(t="default"),n=Kg(i,e,t),!gv(n)||Ov(n))return n;throw Qv("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,i;if("string"===t&&mv(n=e.toString)&&!gv(i=Kg(n,e)))return i;if(mv(n=e.valueOf)&&!gv(i=Kg(n,e)))return i;if("string"!==t&&mv(n=e.toString)&&!gv(i=Kg(n,e)))return i;throw Bv("Can't convert object to primitive value")}(e,t)},ny=function(e){var t=ty(e,"string");return Ov(t)?t:t+""},iy=Wg.document,ry=gv(iy)&&gv(iy.createElement),oy=function(e){return ry?iy.createElement(e):{}},ay=!Yg&&!qg((function(){return 7!=Object.defineProperty(oy("div"),"a",{get:function(){return 7}}).a})),sy=Object.getOwnPropertyDescriptor,ly=Yg?sy:function(e,t){if(e=fv(e),t=ny(t),ay)try{return sy(e,t)}catch(e){}if(Hv(e,t))return ev(!Kg(Qg.f,e,t),e[t])},cy={f:ly},uy=Wg.String,dy=Wg.TypeError,hy=function(e){if(gv(e))return e;throw dy(uy(e)+" is not an object")},py=Wg.TypeError,fy=Object.defineProperty,my=Yg?fy:function(e,t,n){if(hy(e),t=ny(t),hy(n),ay)try{return fy(e,t,n)}catch(e){}if("get"in n||"set"in n)throw py("Accessors not supported");return"value"in n&&(e[t]=n.value),e},gy={f:my},vy=Yg?function(e,t,n){return gy.f(e,t,ev(1,n))}:function(e,t,n){return e[t]=n,e},yy=ov(Function.toString);mv($v.inspectSource)||($v.inspectSource=function(e){return yy(e)});var by,wy,_y,Cy=$v.inspectSource,xy=Wg.WeakMap,Sy=mv(xy)&&/native code/.test(Cy(xy)),ky=jv("keys"),Ey=function(e){return ky[e]||(ky[e]=Yv(e))},Ay={},Dy=Wg.TypeError,Oy=Wg.WeakMap;if(Sy||$v.state){var Ty=$v.state||($v.state=new Oy),Iy=ov(Ty.get),Py=ov(Ty.has),Fy=ov(Ty.set);by=function(e,t){if(Py(Ty,e))throw new Dy("Object already initialized");return t.facade=e,Fy(Ty,e,t),t},wy=function(e){return Iy(Ty,e)||{}},_y=function(e){return Py(Ty,e)}}else{var My=Ey("state");Ay[My]=!0,by=function(e,t){if(Hv(e,My))throw new Dy("Object already initialized");return t.facade=e,vy(e,My,t),t},wy=function(e){return Hv(e,My)?e[My]:{}},_y=function(e){return Hv(e,My)}}var By={set:by,get:wy,has:_y,enforce:function(e){return _y(e)?wy(e):by(e,{})},getterFor:function(e){return function(t){var n;if(!gv(t)||(n=wy(t)).type!==e)throw Dy("Incompatible receiver, "+e+" required");return n}}},Ny=Function.prototype,Ry=Yg&&Object.getOwnPropertyDescriptor,$y=Hv(Ny,"name"),jy={EXISTS:$y,PROPER:$y&&"something"===function(){}.name,CONFIGURABLE:$y&&(!Yg||Yg&&Ry(Ny,"name").configurable)},Ly=Ch((function(e){var t=jy.CONFIGURABLE,n=By.get,i=By.enforce,r=String(String).split("String");(e.exports=function(e,n,o,a){var s,l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,u=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:n;mv(o)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Hv(o,"name")||t&&o.name!==d)&&vy(o,"name",d),(s=i(o)).source||(s.source=r.join("string"==typeof d?d:""))),e!==Wg?(l?!u&&e[n]&&(c=!0):delete e[n],c?e[n]=o:vy(e,n,o)):c?e[n]=o:Rv(n,o)})(Function.prototype,"toString",(function(){return mv(this)&&n(this).source||Cy(this)}))})),zy=Math.ceil,Vy=Math.floor,Hy=function(e){var t=+e;return t!=t||0===t?0:(t>0?Vy:zy)(t)},Uy=Math.max,Wy=Math.min,qy=function(e,t){var n=Hy(e);return n<0?Uy(n+t,0):Wy(n,t)},Yy=Math.min,Gy=function(e){return e>0?Yy(Hy(e),9007199254740991):0},Ky=function(e){return Gy(e.length)},Xy=function(e){return function(t,n,i){var r,o=fv(t),a=Ky(o),s=qy(i,a);if(e&&n!=n){for(;a>s;)if((r=o[s++])!=r)return!0}else for(;a>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Zy={includes:Xy(!0),indexOf:Xy(!1)}.indexOf,Jy=ov([].push),Qy=function(e,t){var n,i=fv(e),r=0,o=[];for(n in i)!Hv(Ay,n)&&Hv(i,n)&&Jy(o,n);for(;t.length>r;)Hv(i,n=t[r++])&&(~Zy(o,n)||Jy(o,n));return o},eb=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],tb=eb.concat("length","prototype"),nb=Object.getOwnPropertyNames||function(e){return Qy(e,tb)},ib={f:nb},rb={f:Object.getOwnPropertySymbols},ob=ov([].concat),ab=yv("Reflect","ownKeys")||function(e){var t=ib.f(hy(e)),n=rb.f;return n?ob(t,n(e)):t},sb=function(e,t){for(var n=ab(t),i=gy.f,r=cy.f,o=0;o<n.length;o++){var a=n[o];Hv(e,a)||i(e,a,r(t,a))}},lb=/#|\.prototype\./,cb=function(e,t){var n=db[ub(e)];return n==pb||n!=hb&&(mv(t)?qg(t):!!t)},ub=cb.normalize=function(e){return String(e).replace(lb,".").toLowerCase()},db=cb.data={},hb=cb.NATIVE="N",pb=cb.POLYFILL="P",fb=cb,mb=cy.f,gb=function(e,t){var n,i,r,o,a,s=e.target,l=e.global,c=e.stat;if(n=l?Wg:c?Wg[s]||Rv(s,{}):(Wg[s]||{}).prototype)for(i in t){if(o=t[i],r=e.noTargetGet?(a=mb(n,i))&&a.value:n[i],!fb(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof o==typeof r)continue;sb(o,r)}(e.sham||r&&r.sham)&&vy(o,"sham",!0),Ly(n,i,o,e)}},vb={};vb[Jv("toStringTag")]="z";var yb,bb="[object z]"===String(vb),wb=Jv("toStringTag"),_b=Wg.Object,Cb="Arguments"==lv(function(){return arguments}()),xb=bb?lv:function(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=_b(e),wb))?n:Cb?lv(t):"Object"==(i=lv(t))&&mv(t.callee)?"Arguments":i},Sb=Wg.String,kb=function(e){if("Symbol"===xb(e))throw TypeError("Cannot convert a Symbol value to a string");return Sb(e)},Eb=function(){var e=hy(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},Ab=Wg.RegExp,Db=qg((function(){var e=Ab("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),Ob=Db||qg((function(){return!Ab("a","y").sticky})),Tb=Db||qg((function(){var e=Ab("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),Ib={BROKEN_CARET:Tb,MISSED_STICKY:Ob,UNSUPPORTED_Y:Db},Pb=Object.keys||function(e){return Qy(e,eb)},Fb=Yg?Object.defineProperties:function(e,t){hy(e);for(var n,i=fv(t),r=Pb(t),o=r.length,a=0;o>a;)gy.f(e,n=r[a++],i[n]);return e},Mb=yv("document","documentElement"),Bb=Ey("IE_PROTO"),Nb=function(){},Rb=function(e){return"<script>"+e+"<\/script>"},$b=function(e){e.write(Rb("")),e.close();var t=e.parentWindow.Object;return e=null,t},jb=function(){try{yb=new ActiveXObject("htmlfile")}catch(e){}var e,t;jb="undefined"!=typeof document?document.domain&&yb?$b(yb):((t=oy("iframe")).style.display="none",Mb.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Rb("document.F=Object")),e.close(),e.F):$b(yb);for(var n=eb.length;n--;)delete jb.prototype[eb[n]];return jb()};Ay[Bb]=!0;var Lb,zb,Vb=Object.create||function(e,t){var n;return null!==e?(Nb.prototype=hy(e),n=new Nb,Nb.prototype=null,n[Bb]=e):n=jb(),void 0===t?n:Fb(n,t)},Hb=Wg.RegExp,Ub=qg((function(){var e=Hb(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),Wb=Wg.RegExp,qb=qg((function(){var e=Wb("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Yb=By.get,Gb=jv("native-string-replace",String.prototype.replace),Kb=RegExp.prototype.exec,Xb=Kb,Zb=ov("".charAt),Jb=ov("".indexOf),Qb=ov("".replace),ew=ov("".slice),tw=(zb=/b*/g,Kg(Kb,Lb=/a/,"a"),Kg(Kb,zb,"a"),0!==Lb.lastIndex||0!==zb.lastIndex),nw=Ib.BROKEN_CARET,iw=void 0!==/()??/.exec("")[1];(tw||iw||nw||Ub||qb)&&(Xb=function(e){var t,n,i,r,o,a,s,l=this,c=Yb(l),u=kb(e),d=c.raw;if(d)return d.lastIndex=l.lastIndex,t=Kg(Xb,d,u),l.lastIndex=d.lastIndex,t;var h=c.groups,p=nw&&l.sticky,f=Kg(Eb,l),m=l.source,g=0,v=u;if(p&&(f=Qb(f,"y",""),-1===Jb(f,"g")&&(f+="g"),v=ew(u,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==Zb(u,l.lastIndex-1))&&(m="(?: "+m+")",v=" "+v,g++),n=new RegExp("^(?:"+m+")",f)),iw&&(n=new RegExp("^"+m+"$(?!\\s)",f)),tw&&(i=l.lastIndex),r=Kg(Kb,p?n:l,v),p?r?(r.input=ew(r.input,g),r[0]=ew(r[0],g),r.index=l.lastIndex,l.lastIndex+=r[0].length):l.lastIndex=0:tw&&r&&(l.lastIndex=l.global?r.index+r[0].length:i),iw&&r&&r.length>1&&Kg(Gb,r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r&&h)for(r.groups=a=Vb(null),o=0;o<h.length;o++)a[(s=h[o])[0]]=r[s[1]];return r});var rw=Xb;gb({target:"RegExp",proto:!0,forced:/./.exec!==rw},{exec:rw});var ow=Jv("species"),aw=RegExp.prototype,sw=ov("".charAt),lw=ov("".charCodeAt),cw=ov("".slice),uw=function(e){return function(t,n){var i,r,o=kb(pv(t)),a=Hy(n),s=o.length;return a<0||a>=s?e?"":void 0:(i=lw(o,a))<55296||i>56319||a+1===s||(r=lw(o,a+1))<56320||r>57343?e?sw(o,a):i:e?cw(o,a,a+2):r-56320+(i-55296<<10)+65536}},dw={codeAt:uw(!1),charAt:uw(!0)},hw=dw.charAt,pw=function(e,t,n){return t+(n?hw(e,t).length:1)},fw=Wg.TypeError,mw=function(e,t){var n=e.exec;if(mv(n)){var i=Kg(n,e,t);return null!==i&&hy(i),i}if("RegExp"===lv(e))return Kg(rw,e,t);throw fw("RegExp#exec called on incompatible receiver")};!function(e,t,n,i){var r=Jv(e),o=!qg((function(){var t={};return t[r]=function(){return 7},7!=""[e](t)})),a=o&&!qg((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[ow]=function(){return n},n.flags="",n[r]=/./[r]),n.exec=function(){return t=!0,null},n[r](""),!t}));if(!o||!a||n){var s=ov(/./[r]),l=t(r,""[e],(function(e,t,n,i,r){var a=ov(e),l=t.exec;return l===rw||l===aw.exec?o&&!r?{done:!0,value:s(t,n,i)}:{done:!0,value:a(n,t,i)}:{done:!1}}));Ly(String.prototype,e,l[0]),Ly(aw,r,l[1])}i&&vy(aw[r],"sham",!0)}("match",(function(e,t,n){return[function(t){var n=pv(this),i=null==t?void 0:Mv(t,e);return i?Kg(i,t,n):new RegExp(t)[e](kb(n))},function(e){var i=hy(this),r=kb(e),o=n(t,i,r);if(o.done)return o.value;if(!i.global)return mw(i,r);var a=i.unicode;i.lastIndex=0;for(var s,l=[],c=0;null!==(s=mw(i,r));){var u=kb(s[0]);l[c]=u,""===u&&(i.lastIndex=pw(r,Gy(i.lastIndex),a)),c++}return 0===c?null:l}]})),gb({global:!0},{globalThis:Wg});var gw=!qg((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),vw=Ey("IE_PROTO"),yw=Wg.Object,bw=yw.prototype,ww=gw?yw.getPrototypeOf:function(e){var t=zv(e);if(Hv(t,vw))return t[vw];var n=t.constructor;return mv(n)&&t instanceof n?n.prototype:t instanceof yw?bw:null},_w=Wg.String,Cw=Wg.TypeError,xw=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=ov(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,i){return hy(n),function(e){if("object"==typeof e||mv(e))return e;throw Cw("Can't set "+_w(e)+" as a prototype")}(i),t?e(n,i):n.__proto__=i,n}}():void 0),Sw=Wg.Array,kw=Math.max,Ew=ov("".replace),Aw=ov("".split),Dw=ov([].join),Ow=String(Error("zxcasd").stack),Tw=/\n\s*at [^:]*:[^\n]*/,Iw=Tw.test(Ow),Pw=/@[^\n]*\n/.test(Ow)&&!/zxcasd/.test(Ow),Fw=function(e,t){if("string"!=typeof e)return e;if(Iw)for(;t--;)e=Ew(e,Tw,"");else if(Pw)return Dw(function(e,t,n){for(var i,r,o,a,s=Ky(e),l=qy(t,s),c=qy(void 0===n?s:n,s),u=Sw(kw(c-l,0)),d=0;l<c;l++,d++)i=u,r=d,o=e[l],a=void 0,(a=ny(r))in i?gy.f(i,a,ev(0,o)):i[a]=o;return u.length=d,u}(Aw(e,"\n"),t),"\n");return e},Mw=function(e,t){gv(t)&&"cause"in t&&vy(e,"cause",t.cause)},Bw=ov(ov.bind),Nw=function(e,t){return Fv(e),void 0===t?e:Bw?Bw(e,t):function(){return e.apply(t,arguments)}},Rw={},$w=Jv("iterator"),jw=Array.prototype,Lw=Jv("iterator"),zw=function(e){if(null!=e)return Mv(e,Lw)||Mv(e,"@@iterator")||Rw[xb(e)]},Vw=Wg.TypeError,Hw=function(e,t,n){var i,r;hy(e);try{if(!(i=Mv(e,"return"))){if("throw"===t)throw n;return n}i=Kg(i,e)}catch(e){r=!0,i=e}if("throw"===t)throw n;if(r)throw i;return hy(i),n},Uw=Wg.TypeError,Ww=function(e,t){this.stopped=e,this.result=t},qw=Ww.prototype,Yw=function(e,t,n){var i,r,o,a,s,l,c,u=n&&n.that,d=!(!n||!n.AS_ENTRIES),h=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),f=Nw(t,u),m=function(e){return i&&Hw(i,"normal",e),new Ww(!0,e)},g=function(e){return d?(hy(e),p?f(e[0],e[1],m):f(e[0],e[1])):p?f(e,m):f(e)};if(h)i=e;else{if(!(r=zw(e)))throw Uw(Iv(e)+" is not iterable");if(function(e){return void 0!==e&&(Rw.Array===e||jw[$w]===e)}(r)){for(o=0,a=Ky(e);a>o;o++)if((s=g(e[o]))&&bv(qw,s))return s;return new Ww(!1)}i=function(e,t){var n=arguments.length<2?zw(e):t;if(Fv(n))return hy(Kg(n,e));throw Vw(Iv(e)+" is not iterable")}(e,r)}for(l=i.next;!(c=Kg(l,i)).done;){try{s=g(c.value)}catch(e){Hw(i,"throw",e)}if("object"==typeof s&&s&&bv(qw,s))return s}return new Ww(!1)},Gw=function(e,t){return void 0===e?arguments.length<2?"":t:kb(e)},Kw=!qg((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",ev(1,7)),7!==e.stack)})),Xw=Jv("toStringTag"),Zw=Wg.Error,Jw=[].push,Qw=function(e,t){var n,i=arguments.length>2?arguments[2]:void 0,r=bv(e_,this);xw?n=xw(new Zw(void 0),r?ww(this):e_):(n=r?this:Vb(e_),vy(n,Xw,"Error")),vy(n,"message",Gw(t,"")),Kw&&vy(n,"stack",Fw(n.stack,1)),Mw(n,i);var o=[];return Yw(e,Jw,{that:o}),vy(n,"errors",o),n};xw?xw(Qw,Zw):sb(Qw,Zw);var e_=Qw.prototype=Vb(Zw.prototype,{constructor:ev(1,Qw),message:ev(1,""),name:ev(1,"AggregateError")});gb({global:!0},{AggregateError:Qw});var t_=Jv("unscopables"),n_=Array.prototype;null==n_[t_]&&gy.f(n_,t_,{configurable:!0,value:Vb(null)});var i_,r_,o_,a_=function(e){n_[t_][e]=!0},s_=Jv("iterator"),l_=!1;[].keys&&("next"in(o_=[].keys())?(r_=ww(ww(o_)))!==Object.prototype&&(i_=r_):l_=!0);var c_=null==i_||qg((function(){var e={};return i_[s_].call(e)!==e}));c_&&(i_={}),mv(i_[s_])||Ly(i_,s_,(function(){return this}));var u_={IteratorPrototype:i_,BUGGY_SAFARI_ITERATORS:l_},d_=gy.f,h_=Jv("toStringTag"),p_=function(e,t,n){e&&!Hv(e=n?e:e.prototype,h_)&&d_(e,h_,{configurable:!0,value:t})},f_=u_.IteratorPrototype,m_=function(){return this},g_=jy.PROPER,v_=jy.CONFIGURABLE,y_=u_.IteratorPrototype,b_=u_.BUGGY_SAFARI_ITERATORS,w_=Jv("iterator"),__=function(){return this},C_=function(e,t,n,i,r,o,a){!function(e,t,n,i){var r=t+" Iterator";e.prototype=Vb(f_,{next:ev(+!i,n)}),p_(e,r,!1),Rw[r]=m_}(n,t,i);var s,l,c,u=function(e){if(e===r&&m)return m;if(!b_&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},d=t+" Iterator",h=!1,p=e.prototype,f=p[w_]||p["@@iterator"]||r&&p[r],m=!b_&&f||u(r),g="Array"==t&&p.entries||f;if(g&&(s=ww(g.call(new e)))!==Object.prototype&&s.next&&(ww(s)!==y_&&(xw?xw(s,y_):mv(s[w_])||Ly(s,w_,__)),p_(s,d,!0)),g_&&"values"==r&&f&&"values"!==f.name&&(v_?vy(p,"name","values"):(h=!0,m=function(){return Kg(f,this)})),r)if(l={values:u("values"),keys:o?m:u("keys"),entries:u("entries")},a)for(c in l)(b_||h||!(c in p))&&Ly(p,c,l[c]);else gb({target:t,proto:!0,forced:b_||h},l);return p[w_]!==m&&Ly(p,w_,m,{name:r}),Rw[t]=m,l},x_=By.set,S_=By.getterFor("Array Iterator"),k_=C_(Array,"Array",(function(e,t){x_(this,{type:"Array Iterator",target:fv(e),index:0,kind:t})}),(function(){var e=S_(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}}),"values");Rw.Arguments=Rw.Array,a_("keys"),a_("values"),a_("entries");var E_=dw.charAt,A_=By.set,D_=By.getterFor("String Iterator");C_(String,"String",(function(e){A_(this,{type:"String Iterator",string:kb(e),index:0})}),(function(){var e,t=D_(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=E_(n,i),t.index+=e.length,{value:e,done:!1})}));var O_,T_={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},I_=oy("span").classList,P_=I_&&I_.constructor&&I_.constructor.prototype,F_=P_===Object.prototype?void 0:P_,M_=Jv("iterator"),B_=Jv("toStringTag"),N_=k_.values,R_=function(e,t){if(e){if(e[M_]!==N_)try{vy(e,M_,N_)}catch(t){e[M_]=N_}if(e[B_]||vy(e,B_,t),T_[t])for(var n in k_)if(e[n]!==k_[n])try{vy(e,n,k_[n])}catch(t){e[n]=k_[n]}}};for(var $_ in T_)R_(Wg[$_]&&Wg[$_].prototype,$_);function j_(){"undefined"==typeof globalThis&&(window.globalThis=window)}function L_(){void 0===Hg&&(window.AggregateError=function(e,t){var n=new Error(t);return n.errors=e,n})}R_(F_,"DOMTokenList"),"undefined"==typeof i.g?("ActiveXObject"in window&&console.error("抱歉,wangEditor V5+ 版本开始,不在支持 IE 浏览器\n Sorry, wangEditor V5+ versions do not support IE browser."),j_(),L_()):i.g&&(null===(O_=i.g.navigator)||void 0===O_?void 0:O_.userAgent.match("QQBrowser"))&&(j_(),L_());var z_,V_=Array.isArray||function(e){return"Array"==Kh(e)},H_=function(){},U_=[],W_=op("Reflect","construct"),q_=/^\s*(?:class|function)\b/,Y_=Nh(q_.exec),G_=!q_.exec(H_),K_=function(e){if(!Rh(e))return!1;try{return W_(H_,U_,e),!0}catch(e){return!1}},X_=!W_||$h((function(){var e;return K_(K_.call)||!K_(Object)||!K_((function(){e=!0}))||e}))?function(e){if(!Rh(e))return!1;switch(km(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return G_||!!Y_(q_,Ym(e))}:K_,Z_=jp("species"),J_=Eh.Array,Q_=function(e,t){return new(function(e){var t;return V_(e)&&(t=e.constructor,(X_(t)&&(t===J_||V_(t.prototype))||np(t)&&null===(t=t[Z_]))&&(t=void 0)),void 0===t?J_:t}(e))(0===t?0:t)},eC=jp("species"),tC=jp("isConcatSpreadable"),nC=Eh.TypeError,iC=pp>=51||!$h((function(){var e=[];return e[tC]=!1,e.concat()[0]!==e})),rC=(z_="concat",pp>=51||!$h((function(){var e=[];return(e.constructor={})[eC]=function(){return{foo:1}},1!==e[z_](Boolean).foo}))),oC=function(e){if(!np(e))return!1;var t=e[tC];return void 0!==t?!!t:V_(e)};vf({target:"Array",proto:!0,forced:!iC||!rC},{concat:function(e){var t,n,i,r,o,a=Dp(this),s=Q_(a,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(oC(o=-1===t?a:arguments[t])){if(l+(r=Bf(o))>9007199254740991)throw nC("Maximum allowed index exceeded");for(n=0;n<r;n++,l++)n in o&&rm(s,l,o[n])}else{if(l>=9007199254740991)throw nC("Maximum allowed index exceeded");rm(s,l++,o)}return s.length=l,s}});var aC=Wf.f,sC="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],lC={f:function(e){return sC&&"Window"==Kh(e)?function(e){try{return aC(e)}catch(e){return sm(sC)}}(e):aC(tp(e))}},cC=Nh([].slice),uC={f:jp},dC=pf.f,hC=function(e){var t=ip.Symbol||(ip.Symbol={});Tp(t,e)||dC(t,e,{value:uC.f(e)})},pC=Nh([].push),fC=function(e){var t=1==e,n=2==e,i=3==e,r=4==e,o=6==e,a=7==e,s=5==e||o;return function(l,c,u,d){for(var h,p,f=Dp(l),m=Jh(f),g=af(c,u),v=Bf(m),y=0,b=d||Q_,w=t?b(l,v):n||a?b(l,0):void 0;v>y;y++)if((s||y in m)&&(p=g(h=m[y],y,f),e))if(t)w[y]=p;else if(p)switch(e){case 3:return!0;case 5:return h;case 6:return y;case 2:pC(w,h)}else switch(e){case 4:return!1;case 7:pC(w,h)}return o?-1:i||r?r:w}},mC={forEach:fC(0),map:fC(1),filter:fC(2),some:fC(3),every:fC(4),find:fC(5),findIndex:fC(6),filterReject:fC(7)}.forEach,gC=bf("hidden"),vC=jp("toPrimitive"),yC=ag.set,bC=ag.getterFor("Symbol"),wC=Object.prototype,_C=Eh.Symbol,CC=_C&&_C.prototype,xC=Eh.TypeError,SC=Eh.QObject,kC=op("JSON","stringify"),EC=Xp.f,AC=pf.f,DC=lC.f,OC=Wh.f,TC=Nh([].push),IC=Ep("symbols"),PC=Ep("op-symbols"),FC=Ep("string-to-symbol-registry"),MC=Ep("symbol-to-string-registry"),BC=Ep("wks"),NC=!SC||!SC.prototype||!SC.prototype.findChild,RC=jh&&$h((function(){return 7!=im(AC({},"a",{get:function(){return AC(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=EC(wC,t);i&&delete wC[t],AC(e,t,n),i&&e!==wC&&AC(wC,t,i)}:AC,$C=function(e,t){var n=IC[e]=im(CC);return yC(n,{type:"Symbol",tag:e,description:t}),jh||(n.description=t),n},jC=function(e,t,n){e===wC&&jC(PC,t,n),cf(e);var i=Hp(t);return cf(n),Tp(IC,i)?(n.enumerable?(Tp(e,gC)&&e[gC][i]&&(e[gC][i]=!1),n=im(n,{enumerable:qh(0,!1)})):(Tp(e,gC)||AC(e,gC,qh(1,{})),e[gC][i]=!0),RC(e,i,n)):AC(e,i,n)},LC=function(e,t){cf(e);var n=tp(t),i=Kf(n).concat(UC(n));return mC(i,(function(t){jh&&!zh(zC,n,t)||jC(e,t,n[t])})),e},zC=function(e){var t=Hp(e),n=zh(OC,this,t);return!(this===wC&&Tp(IC,t)&&!Tp(PC,t))&&(!(n||!Tp(this,t)||!Tp(IC,t)||Tp(this,gC)&&this[gC][t])||n)},VC=function(e,t){var n=tp(e),i=Hp(t);if(n!==wC||!Tp(IC,i)||Tp(PC,i)){var r=EC(n,i);return!r||!Tp(IC,i)||Tp(n,gC)&&n[gC][i]||(r.enumerable=!0),r}},HC=function(e){var t=DC(tp(e)),n=[];return mC(t,(function(e){Tp(IC,e)||Tp($f,e)||TC(n,e)})),n},UC=function(e){var t=e===wC,n=DC(t?PC:tp(e)),i=[];return mC(n,(function(e){!Tp(IC,e)||t&&!Tp(wC,e)||TC(i,IC[e])})),i};if(fp||(CC=(_C=function(){if(ap(CC,this))throw xC("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?Bm(arguments[0]):void 0,t=Mp(e),n=function(e){this===wC&&zh(n,PC,e),Tp(this,gC)&&Tp(this[gC],t)&&(this[gC][t]=!1),RC(this,t,qh(1,e))};return jh&&NC&&RC(wC,t,{configurable:!0,set:n}),$C(t,e)}).prototype,dg(CC,"toString",(function(){return bC(this).tag})),dg(_C,"withoutSetter",(function(e){return $C(Mp(e),e)})),Wh.f=zC,pf.f=jC,Xp.f=VC,Wf.f=lC.f=HC,qf.f=UC,uC.f=function(e){return $C(jp(e),e)},jh&&AC(CC,"description",{configurable:!0,get:function(){return bC(this).description}})),vf({global:!0,wrap:!0,forced:!fp,sham:!fp},{Symbol:_C}),mC(Kf(BC),(function(e){hC(e)})),vf({target:"Symbol",stat:!0,forced:!fp},{for:function(e){var t=Bm(e);if(Tp(FC,t))return FC[t];var n=_C(t);return FC[t]=n,MC[n]=t,n},keyFor:function(e){if(!vp(e))throw xC(e+" is not a symbol");if(Tp(MC,e))return MC[e]},useSetter:function(){NC=!0},useSimple:function(){NC=!1}}),vf({target:"Object",stat:!0,forced:!fp,sham:!jh},{create:function(e,t){return void 0===t?im(e):LC(im(e),t)},defineProperty:jC,defineProperties:LC,getOwnPropertyDescriptor:VC}),vf({target:"Object",stat:!0,forced:!fp},{getOwnPropertyNames:HC,getOwnPropertySymbols:UC}),vf({target:"Object",stat:!0,forced:$h((function(){qf.f(1)}))},{getOwnPropertySymbols:function(e){return qf.f(Dp(e))}}),kC){var WC=!fp||$h((function(){var e=_C();return"[null]"!=kC([e])||"{}"!=kC({a:e})||"{}"!=kC(Object(e))}));vf({target:"JSON",stat:!0,forced:WC},{stringify:function(e,t,n){var i=cC(arguments),r=t;if((np(t)||void 0!==e)&&!vp(e))return V_(t)||(t=function(e,t){if(Rh(r)&&(t=zh(r,this,e,t)),!vp(t))return t}),i[1]=t,Ih(kC,null,i)}})}if(!CC[vC]){var qC=CC.valueOf;dg(CC,vC,(function(e){return zh(qC,this)}))}bg(_C,"Symbol"),$f[gC]=!0,hC("asyncIterator"),hC("hasInstance"),hC("isConcatSpreadable"),hC("iterator"),hC("match"),hC("matchAll"),hC("replace"),hC("search"),hC("species"),hC("split"),hC("toPrimitive"),hC("toStringTag"),hC("unscopables"),bg(Eh.JSON,"JSON",!0);var YC=ip.Symbol;hC("asyncDispose"),hC("dispose"),hC("matcher"),hC("metadata"),hC("observable"),hC("patternMatch"),hC("replaceAll");var GC=YC,KC=uC.f("iterator"),XC=Ch((function(e){function t(n){return"function"==typeof GC&&"symbol"==typeof KC?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof GC&&e.constructor===GC&&e!==GC.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),ZC=_h(XC),JC=cy.f,QC=qg((function(){JC(1)}));if(gb({target:"Object",stat:!0,forced:!Yg||QC,sham:!Yg},{getOwnPropertyDescriptor:function(e,t){return JC(fv(e),t)}}),"object"===("undefined"==typeof i.g?"undefined":ZC(i.g))){var ex=Object.getOwnPropertyDescriptor(i.g,"window");i.g.window&&!ex.set||(i.g.window=i.g,i.g.requestAnimationFrame=function(){},i.g.navigator={userAgent:""},i.g.location={hostname:"0.0.0.0",port:0,protocol:"http:"},i.g.btoa=function(){},i.g.crypto={getRandomValues:function(e){return nodeCrypto.randomFillSync(e)}}),null!=i.g.document&&null==i.g.document.getElementsByTagName&&(i.g.document.getElementsByTagName=function(){return[]})}
97
97
  /*!
98
98
  * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
99
99
  *
@@ -241,4 +241,4 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
241
241
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
242
242
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
243
243
  PERFORMANCE OF THIS SOFTWARE.
244
- ***************************************************************************** */function pTe(e){var t=e.menus,n=e.renderElems,i=e.renderStyle,r=e.elemsToHtml,o=e.styleToHtml,a=e.preParseHtml,s=e.parseElemsHtml,l=e.parseStyleHtml,c=e.editorPlugin;t&&t.forEach((function(e){return hTe.registerMenu(e)})),n&&n.forEach((function(e){return hTe.registerRenderElem(e)})),i&&hTe.registerRenderStyle(i),r&&r.forEach((function(e){return hTe.registerElemToHtml(e)})),o&&hTe.registerStyleToHtml(o),a&&a.forEach((function(e){return hTe.registerPreParseHtml(e)})),s&&s.forEach((function(e){return hTe.registerParseElemHtml(e)})),l&&hTe.registerParseStyleHtml(l),c&&hTe.registerPlugin(c)}u8.forEach((function(e){return pTe(e)})),pTe(Tie),pTe(pce),pTe(Rve),pTe(Bke),pTe(sTe);var fTe='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',mTe={link:{menuKeys:["editLink","unLink","viewLink"]},image:{menuKeys:["imageWidth30","imageWidth50","imageWidth100","editImage","viewImageLink","deleteImage"]},pre:{menuKeys:["enter","codeBlock","codeSelectLang"]},table:{menuKeys:["enter","tableHeader","tableFullWidth","insertTableRow","deleteTableRow","insertTableCol","deleteTableCol","deleteTable"]},divider:{menuKeys:["enter"]},video:{menuKeys:["enter","editVideoSize"]}},gTe={hoverbarKeys:dTe(dTe({},mTe),{text:{menuKeys:["headerSelect","insertLink","bulletedList","|","bold","through","color","bgColor","clearStyle"]}})};hTe.setEditorConfig(dTe(dTe({},gTe),{decorate:uTe}));var vTe={hoverbarKeys:mTe};hTe.setSimpleEditorConfig(dTe(dTe({},vTe),{decorate:uTe}));var yTe={toolbarKeys:["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:iY("editor.more"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:iY("editor.justify"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:iY("editor.indent"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:iY("editor.image"),iconSvg:fTe,menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:iY("editor.video"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|","fullScreen"]};hTe.setToolbarConfig(yTe);var bTe={toolbarKeys:["blockquote","header1","header2","header3","|","bold","underline","italic","through","color","bgColor","clearStyle","|","bulletedList","numberedList","todo","justifyLeft","justifyRight","justifyCenter","|","insertLink",{key:"group-image",title:iY("editor.image"),iconSvg:fTe,menuKeys:["insertImage","uploadImage"]},"insertVideo","insertTable","codeBlock","|","undo","redo","|","fullScreen"]};function wTe(e){void 0===e&&(e={});var t=e.selector,n=void 0===t?"":t,i=e.content,r=void 0===i?[]:i,o=e.html,a=e.config,s=void 0===a?{}:a,l=e.mode,c="simple"===(void 0===l?"default":l)?hTe.simpleEditorConfig:hTe.editorConfig,u=dTe(dTe({},c.hoverbarKeys||{}),s.hoverbarKeys||{});return JW({selector:n,config:dTe(dTe(dTe({},c),s),{hoverbarKeys:u}),content:r,html:o,plugins:hTe.plugins})}function _Te(e){var t=e.selector,n=e.editor,i=e.config,r=void 0===i?{}:i,o=e.mode,a=void 0===o?"default":o;if(!t)throw new Error("Cannot find 'selector' when create toolbar");var s="simple"===a?hTe.simpleToolbarConfig:hTe.toolbarConfig,l=function(e,t){if(null==e)throw new Error("Cannot create toolbar, because editor is null");var n=t.selector,i=t.config,r=void 0===i?{}:i;if(function(e,t){return eU(e,"data-w-e-toolbar",t)}(e,n))throw new Error("Repeated create toolbar by selector '"+n+"'");var o=_j({toolbarKeys:[],excludeKeys:[],insertKeys:{index:0,keys:[]},modalAppendToBody:!1},r||{}),a=new iq(n,o);return SL.set(a,e),kL.set(e,a),a}(n,{selector:t,config:dTe(dTe({},s),r)});return l}hTe.setSimpleToolbarConfig(bTe);var CTe=function(){return CTe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},CTe.apply(this,arguments)};function xTe(e){var t="请使用 '@".concat(e,"' 事件,不要放在 props 中");return t+"\nPlease use '@".concat(e,"' event instead of props")}var STe=qn().extend({render:function(e){return e("div",{ref:"box"})},name:"Editor",data:function(){return{curValue:"",editor:null}},props:["defaultContent","defaultConfig","mode","defaultHtml","value"],mounted:function(){this.create()},watch:{value:function(e){e===this.curValue||this.setHtml(e)}},methods:{setHtml:function(e){var t=this.editor;null!=t&&t.setHtml(e)},create:function(){var e=this;if(null!=this.$refs.box){var t=this.defaultConfig||{},n=JSON.stringify(Array.isArray(this.defaultContent)?this.defaultContent:[]);wTe({selector:this.$refs.box,html:this.defaultHtml||this.value||"",config:CTe(CTe({},t),{onCreated:function(n){if(e.editor=Object.seal(n),e.$emit("onCreated",n),t.onCreated){var i=xTe("onCreated");throw new Error(i)}},onChange:function(n){var i=n.getHtml();if(e.curValue=i,e.$emit("input",i),e.$emit("onChange",n),t.onChange){var r=xTe("onChange");throw new Error(r)}},onDestroyed:function(n){if(e.$emit("onDestroyed",n),t.onDestroyed){var i=xTe("onDestroyed");throw new Error(i)}},onMaxLength:function(n){if(e.$emit("onMaxLength",n),t.onMaxLength){var i=xTe("onMaxLength");throw new Error(i)}},onFocus:function(n){if(e.$emit("onFocus",n),t.onFocus){var i=xTe("onFocus");throw new Error(i)}},onBlur:function(n){if(e.$emit("onBlur",n),t.onBlur){var i=xTe("onBlur");throw new Error(i)}},customAlert:function(n,i){if(e.$emit("customAlert",n,i),t.customAlert){var r=xTe("customAlert");throw new Error(r)}},customPaste:function(n,i){if(t.customPaste){var r=xTe("customPaste");throw new Error(r)}var o;return e.$emit("customPaste",n,i,(function(e){o=e})),o}}),content:JSON.parse(n),mode:this.mode||"default"})}}}}),kTe=qn().extend({name:"Toolbar",render:function(e){return e("div",{ref:"box"})},props:["editor","defaultConfig","mode"],methods:{create:function(e){null!=this.$refs.box&&null!=e&&(gz.getToolbar(e)||_Te({editor:e,selector:this.$refs.box,config:this.defaultConfig||{},mode:this.mode||"default"}))}},watch:{editor:{handler:function(e){null!=e&&this.create(e)},immediate:!0}}}),ETe={listModule:{unOrderedList:"Bullet List",orderedList:"Numbered List"},common:{ok:"Confirm",delete:"Delete",enter:"Enter"},blockQuote:{title:"Quote"},codeBlock:{title:"Code Block"},color:{color:"Font Color",bgColor:"Background Color",default:"Default Color",clear:"Clear Background Color"},divider:{title:"Divider"},emotion:{title:"Emotion"},fontSize:{title:"Font Size",default:"Default Font"},fontFamily:{title:"Font",default:"Default Font Size"},fullScreen:{title:"Full Screen"},header:{title:"subject",text:"content"},uploadImgModule:{uploadImage:"Upload Image",uploadError:"{{fileName}} Error Occurred While Uploading Image"},image:{netImage:"Online Images",delete:"Delete Image",edit:"Edit Image",viewLink:"View Link",src:"Image Address",desc:"Image Description",link:"Image Link"},indent:{decrease:"Decrease Indentation",increase:"Increase Indentation"},justify:{left:"Left Align",right:"Right Align",center:"Center Align",justify:"Justify"},lineHeight:{title:"Line Height",default:"Default Line Height"},link:{insert:"Insert Link",text:"Link Text",url:"Link Address",unLink:"Remove Link",edit:"Edit Link",view:"View Link"},videoModule:{delete:"Delete Video",uploadVideo:"Upload Video",insertVideo:"Insert Video",videoSrc:"Video Address",insertPlaceHolder:"Video File URL or Third-Party <iframe>",ok:"OK",editSize:"Resize",width:"Width",height:"Height"},sub:{title:"sub"},textStyle:{bold:"bold",clear:"Clear formatting",code:"Inline Code",italic:"italic",sub:"Subscript",sup:"Superscript",through:"Strikethrough",underline:"Underline"},tableModule:{deleteCol:"Delete Column",deleteRow:"Delete Row",deleteTable:"Delete Table",widthAuto:"Auto Width",insertCol:"Insert Column",insertRow:"Insert Row",insertTable:"Insert Table",header:"Table Header"},undo:{undo:"Undo",redo:"Redo"},todo:{todo:"Todo"}};class ATe{constructor(e){this.title="展开/收起",this.tag="button",this.callback=e}getValue(e){return" hello "}isActive(e){return!1}isDisabled(e){return!1}exec(e,t){this.isDisabled(e)||e.emit("handleExpand",111)}}let DTe=Wi.get("language")||"zh";"en"===DTe?(tY("en",{...ETe}),nY("en")):"zh"===DTe&&nY("zh-CN");var OTe={components:{Toolbar:kTe,Editor:STe},props:{height:{default:350,type:Number},theme:{default:"",type:String},htmlText:{default:"",type:String}},data(){return{editor:null,content:this.htmlText,toolbarConfig:{insertKeys:{index:-1,keys:["wtExpand"]},excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;console.log("ff",e),n.append("file",e);let i=[];i.push({fileName:e.name,fileSize:e.size}),es({fileName:e.name,fileSize:e.size}).then((n=>{console.log("oss",n);let i=new FormData;i.append("key",n.data.objectName),i.append("success_action_status","200"),i.append("x-oss-object-acl","public-read"),i.append("OSSAccessKeyId",n.data.accessKeyId),i.append("policy",n.data.uploadPolicy),i.append("signature",n.data.uploadSignature),i.append("success_action_status","200"),i.append("file",e),ts(n.data.uploadHost,i).then((()=>{let e=n.data.uploadHost+"/"+n.data.objectName;t(e)}))}))}},emotion:{emotions:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"]}}},wtExpand:!1}},methods:{onCreated(e){this.editor=Object.seal(e),window.editor=this.editor,this.$emit("onload"),this.$nextTick((()=>{this.editor&&this.editor.getAllMenuKeys()&&-1===this.editor.getAllMenuKeys().findIndex((e=>"wtExpand"===e))&&hTe.registerMenu({key:"wtExpand",factory(){return new ATe}}),this.editor.on("handleExpand",(e=>{this.$emit("expandEditor",e)}))}))},getContent(){return this.editor.getHtml()},getTextContent(){return this.editor.getText()},setContent(e){return this.editor.setHtml(e)},addEditContent(e){return this.editor.setHtml(this.content+e)},insertEditContent(e){return this.editor.insertText(e)},dangerouslyInsertHtml(e){return this.editor.dangerouslyInsertHtml(e)},isEmpty(){return this.editor.isEmpty()},setDisable(){return this.editor.disable()},setFocus(){this.editor.focus()}}},TTe=OTe,ITe=Ba(TTe,yh,bh,!1,null,null,null),PTe=ITe.exports,FTe=function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,"close-on-click-modal":!1,"before-close":e.close,title:e.$i18n.t("writeMail.delayed_sending"),width:"462px"},on:{"update:visible":function(t){e.isShow=t}}},[t("div",{staticClass:"delayed"},[t("div",{staticClass:"delayed-form mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.choose_send_time"))+":")]),t("el-date-picker",{attrs:{type:"datetime",placeholder:e.$i18n.t("writeMail.choose_time_date"),format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.form.time,callback:function(t){e.$set(e.form,"time",t)},expression:"form.time"}})],1),t("div",{staticClass:"delayed-tip"},[e._v(" "+e._s(e.$i18n.t("writeMail.will"))+" "),t("span",[e._v(e._s(e.form.time))]),e._v(" "+e._s(e.$i18n.t("writeMail.post_to"))+" ")])]),t("div",{staticClass:"delayed-foot"},[t("button",{staticClass:"dialog-btn dialog-btn-linear mr24",on:{click:e.close}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle"))+" ")]),t("el-button",{staticStyle:{padding:"0 16px","border-radius":"2px"},attrs:{type:"primary",loading:e.sendLoading},on:{click:e.affirm}},[e._v(" "+e._s(e.$i18n.t("writeMail.send"))+" ")])],1)])],1)},MTe=[],BTe={props:{isShow:{default:!1,type:Boolean},rowTime:{type:String,default:""}},data(){return{form:{time:this.rowTime?this.rowTime:this.$Formatter.getAfterMinuteTime(5)},sendLoading:!1}},methods:{affirm(){this.$emit("affirm",this.form.time)},close(){this.sendLoading=!1,this.$emit("close")}}},NTe=BTe,RTe=Ba(NTe,FTe,MTe,!1,null,"09a419ce",null),$Te=RTe.exports,jTe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"wrap-search px24 mb24"},[t("div",{staticClass:"form-item mr24"},[t("button",{staticClass:"search-btn search-btn-face",on:{click:function(t){e.isShowCreate=!0}}},[e._v(" "+e._s(e.$i18n.t("product.add_product"))+" ")])]),t("div",{staticClass:"form-item"},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.searchForm.name,callback:function(t){e.$set(e.searchForm,"name",t)},expression:"searchForm.name"}},[t("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.init()}},slot:"append"})],1)],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isLoading,expression:"isLoading"}],staticClass:"list hidden-scrollbar link-body"},[e._l(e.linkList,(function(n,i){return t("div",{key:i,staticClass:"link-item"},[t("img",{attrs:{src:n.image_url}}),t("div",{staticClass:"link-content"},[t("span",{staticClass:"link-name"},[e._v(e._s(n.name_zh))]),t("div",{staticClass:"link-btn-group"},[t("button",{staticClass:"link-item-btn",on:{click:function(t){return e.useProtLink(n.url)}}},[e._v(" "+e._s(e.$i18n.t("product.link"))+" ")])])])])})),0===e.tableTotal?t("div",{staticClass:"w-full h-full flex items-center justify-center"},[e._v(" "+e._s(e.$i18n.t("product.no_data"))+" ")]):e._e()],2),t("div",{staticClass:"list-page"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowCreate?t("add-link",{attrs:{addDialog:e.isShowCreate},on:{close:function(t){e.isShowCreate=!1},init:function(t){e.searchForm.page=1,e.init()}}}):e._e()],1)},LTe=[],zTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,"close-on-click-modal":!1,title:e.$i18n.t("product.create_product"),width:"440px","append-to-body":""},on:{"update:visible":function(t){e.isShowDialog=t},close:e.close}},[t("div",{staticClass:"flex flex-col items-center"},[t("div",{staticClass:"pro-upload-container mb24"},[t("div",{staticClass:"pro-upload-main",on:{click:e.uploadImg}},[t("input",{staticStyle:{display:"none"},attrs:{id:"pro-upload-input",type:"file",accept:"image/gif, image/jpeg, image/jpg, image/png"}}),e.proForm.image_url?e._e():t("i",{staticClass:"dss-iconfont icon-upload"}),e.proForm.image_url?t("img",{attrs:{src:e.proForm.image_url}}):e._e()]),t("h3",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.upload_picture"))+" ")]),t("span",[e._v("("+e._s(e.$i18n.t("product.length_limit"))+"5MB)")])]),t("div",{staticClass:"pro-form"},[t("el-form",{ref:"proForm",attrs:{model:e.proForm,rules:e.verifyProForm}},[t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_zh"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addZhName")}},model:{value:e.proForm.name_zh,callback:function(t){e.$set(e.proForm,"name_zh",t)},expression:"proForm.name_zh"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.en_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_en"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addEnName")}},model:{value:e.proForm.name_en,callback:function(t){e.$set(e.proForm,"name_en",t)},expression:"proForm.name_en"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_type"))+": ")]),t("el-form-item",{attrs:{prop:"type"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.type,callback:function(t){e.$set(e.proForm,"type",t)},expression:"proForm.type"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("product.link_goods")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("product.link_app")}}),t("el-option",{attrs:{value:3,label:e.$i18n.t("product.link_web")}})],1)],1)],1),1===e.proForm.type?t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.E_COMMERCE"))+": ")]),t("el-form-item",{attrs:{prop:"platform"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.platform,callback:function(t){e.$set(e.proForm,"platform",t)},expression:"proForm.platform"}},[t("el-option",{attrs:{value:"Amazon",label:e.$i18n.t("product.link_amazon")}}),t("el-option",{attrs:{value:"AliExpress",label:e.$i18n.t("product.link_aliExpress")}}),t("el-option",{attrs:{value:"Lazada",label:e.$i18n.t("product.link_lazada")}}),t("el-option",{attrs:{value:"Shopee",label:e.$i18n.t("product.link_shopee")}}),t("el-option",{attrs:{value:"OtherSite",label:e.$i18n.t("product.link_independent")}}),t("el-option",{attrs:{value:"Tiktok",label:"TikTok"}}),t("el-option",{attrs:{value:"TheOther",label:e.$i18n.t("product.link_other")}})],1)],1)],1):e._e(),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.produce_link"))+": ")]),t("el-form-item",{attrs:{prop:"url"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.proForm.url,callback:function(t){e.$set(e.proForm,"url",t)},expression:"proForm.url"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_price"))+": ")]),t("el-form-item",{attrs:{prop:"price_dollar"}},[t("el-input",{attrs:{type:"number",placeholder:e.$i18n.t("common.please_input")},model:{value:e.proForm.price_dollar,callback:function(t){e.$set(e.proForm,"price_dollar",t)},expression:"proForm.price_dollar"}})],1),t("div",{staticClass:"pro-form-tip"},[e._v(e._s(e.$i18n.t("product.dollar")))])],1)]),t("div",{staticClass:"flex justify-end"},[t("button",{staticClass:"pro-btn pro-btn-disabled mr12",on:{click:function(t){e.isShowDialog=!1}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"pro-btn pro-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.createPrd}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])],1)])])},VTe=[];async function HTe(e){let t=await wa("/koc/product/search",e);return t}async function UTe(e){let t=await wa("/koc/product/productCreate",e);return t}async function WTe(e){let t=await wa("/koc/product/upPrdCover",e);return t}async function qTe(e){let t=await wa("/koc/Blogger/keywordsAssociate",e);return t}async function YTe(e){let t=await wa("/user/product/search",e);return t}async function GTe(e){let t=await va(`/user/product/details/${e.id}`);return t}async function KTe(e){let t=await va("/user/product/allProductPullDown",e);return t}async function XTe(e){let t=await va("/user/productCard/apply",e);return t}async function ZTe(e){let t=await wa("/user/productCard/form/list",e);return t}var JTe={props:{addDialog:{type:Boolean,default:!1}},data(){return{isShowDialog:this.addDialog,proForm:{name_zh:"",name_en:"",image_url:"",url:"",type:"",platform:"",price_dollar:""},verifyProForm:{name_zh:[{required:!0,message:`${this.$i18n.t("product.empty_link_name")}`,trigger:"blur"}],name_en:[{required:!0,message:`${this.$i18n.t("product.empty_en_name")}`,trigger:"blur"},{max:100,message:`${this.$i18n.t("product.limit_en_words")}`,trigger:"blur"},{validator:(e,t,n)=>{const i=/^[0-9a-zA-Z,:,:%-_ ]+$/g;i.test(t)?n():n(new Error(`${this.$i18n.t("product.false_en_name")}`))},trigger:"blur"}],type:[{required:!0,message:`${this.$i18n.t("product.select_link_type")}`,trigger:"change"}],platform:[{validator:(e,t,n)=>{1!==this.proForm.type||t?n():n(new Error(`${this.$i18n.t("product.select_platform")}`))},trigger:"change"}],url:[{required:!0,message:`${this.$i18n.t("product.empty_link")}`,trigger:"blur"}],price_dollar:[{validator:(e,t,n)=>{1===this.proForm.type&&""===t?n(new Error(`${this.$i18n.t("product.empty_price")}`)):n()},trigger:"blur"}]},isSubmit:!1}},methods:{inputProName(e,t){e&&this.checkInput({keyword:e,is_show_error:1},t)},checkInput(e,t){qTe(e).then((e=>{400===e.code&&(this.$message.error(e.msg),"addZhName"===t?this.proForm.name_zh="":"addEnName"===t&&(this.proForm.name_en=""))}))},createPrd(){this.$refs["proForm"].validate((e=>{if(!e)return!1;{if(!this.proForm.image_url)return void this.$message({message:`${this.$i18n.t("product.no_img")}`,type:"warning"});const e={name_zh:this.proForm.name_zh,name_en:this.proForm.name_en,image_url:this.proForm.image_url,url:this.proForm.url,type:[this.proForm.type],platform:this.proForm.platform,price_dollar:1*this.proForm.price_dollar};this.isSubmit=!0,UTe(e).then((e=>{0===e.code?(this.$emit("init"),this.close(),this.$message({message:"`${this.$i18n.t('product.create_success')}`",type:"success"})):(this.isSubmit=!1,11e4===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.false_link")}`}):300001===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.re_link_name")}`}):this.$message({type:"warning",message:e.msg}))}))}}))},uploadImg(){const e=this,t=document.getElementById("pro-upload-input");t.click(),t.onchange=function(t){const n=this.files[0].size/1024/1024<5;if(!n)return void e.$message.error(`${e.$i18n.t("product.limit_upload")}`);const i=new FormData;i.append("file",this.files[0]),WTe(i).then((n=>{200===n.code?(e.$message({message:n.msg,type:"success"}),e.proForm.image_url=n.data.url,t.target.value=""):e.$message({message:n.msg,type:"warning"})}))}},close(){this.isSubmit=!1,this.proForm.name_zh="",this.proForm.name_en="",this.proForm.image_url="",this.proForm.url="",this.proForm.type="",this.proForm.platform="",this.proForm.price_dollar="",this.$emit("close")}}},QTe=JTe,eIe=Ba(QTe,zTe,VTe,!1,null,"3e764b9e",null),tIe=eIe.exports,nIe={components:{AddLink:tIe},data(){return{searchForm:{name:"",page:1,page_size:10},isLoading:!1,linkList:[],tableTotal:0,isShowCreate:!1}},created(){this.init()},methods:{init(){this.isLoading=!0,HTe(this.searchForm).then((e=>{0===e.code?(this.isLoading=!1,this.linkList=e.data.items,this.tableTotal=e.data.total):(this.isLoading=!1,this.$message.error(e.msg))}))},changePage(e){this.searchForm.page=e,this.init()},useProtLink(e){this.$emit("setMailLink",e)}}},iIe=nIe,rIe=Ba(iIe,jTe,LTe,!1,null,"e27f4ae4",null),oIe=rIe.exports,aIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.send_notice"),width:"480px","before-close":e.closeNotice,"custom-class":["notice-dialog","en"==e.language?"en-notice-dialog":""],"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("ul",{staticClass:"notice-ul"},[e._l(e.noticeArr,(function(n,i){return t("li",{key:i},[e._v(e._s(n))])})),t("li",[t("span",[e._v(e._s(e.$i18n.t("checkMail.tip13")))])])],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-checkbox",{model:{value:e.remind14Day,callback:function(t){e.remind14Day=t},expression:"remind14Day"}},[e._v(e._s(e.$i18n.t("checkMail.tip14")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeNotice}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},sIe=[],lIe={props:{isShow:{default:!1,type:Boolean}},data(){return{noticeArr:[this.$i18n.t("checkMail.tip15"),this.$i18n.t("checkMail.tip16")],remind14Day:!1,language:Wi.get("language")}},methods:{closeNotice(){this.$emit("closeNotice",this.remind14Day)}}},cIe=lIe,uIe=Ba(cIe,aIe,sIe,!1,null,null,null),dIe=uIe.exports,hIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip9"),width:"480px","before-close":e.closeLimit,"custom-class":"limit-dialog","close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip2"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip10_1",{value:e.totalSendNum}))+" "),t("span",[e._v(e._s(e.restSendNum))]),e._v(" "+e._s(e.$i18n.t("checkMail.tip10_2"))+" ")]),t("ul",{staticClass:"limit-ul"},[t("li",[e._v(e._s(e.$i18n.t("checkMail.tip11")))]),t("li",[e._v(e._s(e.$i18n.t("checkMail.tip12")))])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeLimit}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},pIe=[],fIe={props:{isShow:{default:!1,type:Boolean},totalSendNum:{type:Number,default:0},restSendNum:{type:Number,default:0}},data(){return{}},methods:{closeLimit(){this.$emit("closeLimit")}}},mIe=fIe,gIe=Ba(mIe,hIe,pIe,!1,null,null,null),vIe=gIe.exports,yIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,width:"620px","before-close":e.closeCheck,"custom-class":"check-dialog "+("en"==e.language?"en-check-dialog":""),"close-on-click-modal":!1,"show-close":0===e.active&&1==e.currentStatus&&(0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum)},on:{"update:visible":function(t){e.isShow=t}}},[t("el-steps",{attrs:{active:e.active+1,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(e,n){return t("el-step",{key:n,attrs:{title:e}})})),1),0===e.active?t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.checkLoading,expression:"checkLoading"}],staticClass:"active1"},[t("div",{staticClass:"check-title",class:{"check-title-success":0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum}},[0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum?t("span",{staticClass:"txt"},[e._v("检测发现"+e._s(e.totalNum)+"位有效收件人中有以下情况,请选择是否过滤")]):e._e(),t("span",{staticClass:"tips"},[e._v("有效发件人:为了保障邮箱健康度,平台将会自动过滤掉当天有过重复标题发送的红人")])]),t("div",{staticClass:"check-item",class:{"item-success":0===e.reContactNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.reContactNum?"无":e.reContactNum+"位"))]),e._v("重复触达红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*30天内邮件联系过")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.reContactNum>0,expression:"reContactNum > 0"}],attrs:{"active-text":e.isFilterRepeat?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRepeat,callback:function(t){e.isFilterRepeat=t},expression:"isFilterRepeat"}})],1),t("img",{attrs:{src:e.reContactNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.riskNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.riskNum?"无":e.riskNum+"位"))]),e._v("履约风险红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*平台上记录有履约风险")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.riskNum>0,expression:"riskNum > 0"}],attrs:{"active-text":e.isFilterRisk?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRisk,callback:function(t){e.isFilterRisk=t},expression:"isFilterRisk"}})],1),t("img",{attrs:{src:e.riskNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.cooperatedNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.cooperatedNum?"无":e.cooperatedNum+"位"))]),e._v("合作红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*与企业账号有合作中或合作完成的红人")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.cooperatedNum>0,expression:"cooperatedNum > 0"}],attrs:{"active-text":e.isFilterCooperate?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterCooperate,callback:function(t){e.isFilterCooperate=t},expression:"isFilterCooperate"}})],1),t("img",{attrs:{src:e.cooperatedNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?t("div",{staticClass:"success-tips"},[e._v(" 收件人均为首次触达,将在"),t("span",{staticClass:"tips-red"},[e._v("3S")]),e._v("后自动进行到下一步 ")]):e._e()]):e._e(),1===e.active?t("div",{staticClass:"active2"},[t("div",{staticClass:"variable-check"},[e.isLoading?[t("div",{staticClass:"var-wait wait mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("p",{staticClass:"var-loads"},[t("i",{staticClass:"dss-iconfont icon-jiazaizhong var-load"})])])]:[e.hasVar?t("div",{staticClass:"var-success success mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-fail fail mb16"},[t("p",{staticClass:"fail-name"},[e._v(" "+e._s(e.$i18n.t("checkMail.variable_replacement"))+" ")]),t("p",{staticClass:"fail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip4"))+" ")]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png"}})])]],2),t("div",{staticClass:"spam-check"},[e.isLoading?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip5"))+" ")]):e._e(),e.isLoading?e._e():[e.hasVar?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip6_1"))+" "),t("span",{staticClass:"underline-span"},[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip6_2"))+" ")]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-btns"},[e.checkVar?t("button",{staticClass:"tip-btn active1-btn1",attrs:{size:"small"},on:{click:e.varCheckSend}},[e._v(" "+e._s(e.$i18n.t("checkMail.continue_sending_emails"))+" ")]):e._e(),t("el-button",{staticClass:"tip-btn",attrs:{size:"small",type:"primary"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.optimize_emails")))])],1)]],2)]):e._e(),2===e.active?t("div",{staticClass:"active3"},[e.isSuccess&&e.isSendSuccess?[t("div",{staticClass:"sucess-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-success1"})]),t("p",{staticClass:"mail-status"},[e._v(" "+e._s(e.$i18n.t("checkMail.email_created_successfully"))+" ")]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip7_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip7_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.skipToOut}},[e._v(e._s(e.$i18n.t("checkMail.jump_immediately")))])]:e._e(),e.isSuccess&&e.isSendSuccess?e._e():[t("div",{staticClass:"fail-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-fail"})]),t("p",{staticClass:"mail-status"},[e._v(e._s(e.$i18n.t("checkMail.creation_failed")))]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip8_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip8_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.close")))])]],2):e._e(),0!==e.active||1!=e.currentStatus||0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?e._e():t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"active1-btn1",attrs:{size:"small"},on:{click:e.closeCheck}},[e._v(" 取 消 ")]),t("el-button",{staticClass:"active1-btn2",attrs:{size:"small",type:"primary"},on:{click:e.filterContactBlogger}},[e._v("下一步")])],1)],1)},bIe=[],wIe={props:{isShow:{default:!1,type:Boolean},totalNum:{type:Number,default:0},reContactNum:{type:Number,default:0},riskNum:{type:Number,default:0},cooperatedNum:{type:Number,default:0},filterBloggerArr:{type:Array,default:()=>[]},checkEmails:{type:Array,default:()=>[]},isSendSuccess:{type:Boolean,default:!0},isReply:{type:Boolean,default:!1},checkLoading:{type:Boolean,default:!1}},data(){return{active:0,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],isSuccess:!0,currentStatus:1,hasVar:!1,isLoading:!1,checkVar:!0,language:Wi.get("language"),isFilterRepeat:!0,isFilterRisk:!0,isFilterCooperate:!0}},mounted(){0===this.reContactNum&&0===this.riskNum&&0===this.cooperatedNum&&setTimeout((()=>{this.next()}),3e3)},methods:{closeCheck(){this.$emit("closeCheck")},next(){this.isSuccess?(this.active=1,this.isLoading=!0,vl({emails:this.checkEmails}).then((e=>{"0"===e.code?(this.checkVar=!0,this.isLoading=!1,e.data?(this.hasVar=!0,setTimeout((()=>{this.active=2,this.$emit("selfSend")}),3e3)):this.hasVar=!1):(this.checkVar=!1,this.isLoading=!1,this.$message.error(e.message))}))):(this.active=2,setTimeout((()=>{this.closeCheck()}),3e3))},filterContactBlogger(){0===this.filterBloggerArr.length&&(this.isSuccess=!1),this.next()},skipToOut(){this.$emit("skipToOut")},varCheckSend(){this.active=2,0===this.filterBloggerArr.length?this.isSuccess=!1:this.$emit("selfSend")},changeFilter(){this.$emit("updateFilterBloggerArr",this.isFilterRepeat,this.isFilterRisk,this.isFilterCooperate)}}},_Ie=wIe,CIe=Ba(_Ie,yIe,bIe,!1,null,null,null),xIe=CIe.exports,SIe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"choose-email-container"},[t("el-dialog",{attrs:{visible:e.isShow,title:e.isCheckType?"":e.$i18n.t("setMail.Sending_settings"),width:e.isCheckType?"620px":"560px","before-close":e.closeChooseMail,"custom-class":"choosemail-dialog2 "+(e.isCheckType?"choosemail-isCheck":""),"close-on-click-modal":!1,"append-to-body":""},on:{"update:visible":function(t){e.isShow=t}}},[e.isCheckType?t("el-steps",{attrs:{active:e.active,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(n,i){return t("el-step",{key:i,attrs:{title:n,status:e.active>=i?"finish":"wait"}})})),1):e._e(),e.isCheckType?t("div",{staticClass:"send-tips"},[t("div",{staticClass:"tips-title"},[e._v(e._s(e.$t("edm5.v189")))]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v190",{value:e.totalSendNum}))+" ")]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v191"))+" ")])]):e._e(),e.isCheckType||"zh"!=e.language?e._e():t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.authLoading,expression:"authLoading"}],class:{"check-list":e.isCheckType}},[t("div",{class:{"woto-mail":!0,"mail-active":"WOTOMAIL"===e.radio},on:{click:function(t){return e.changeEmail("WOTOMAIL","","WOTOMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"WOTOMAIL"}},[e._v(e._s(e.$i18n.t("setMail.mailbox_system")))]),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("WOTOMAIL")}}},[e._v(e._s("WOTOMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))])],1),e._l(e.gmailList,(function(n,i){return t("div",{key:n.id,class:{"woto-mail":!0,"gmail-woto-mail":!0,"gmail-alias":!0,"mail-active":e.extractEmails(n,e.radio)}},[t("div",{staticClass:"gmail-woto-mail-main"},[t("el-radio",{attrs:{value:e.radio,label:n.email},nativeOn:{click:function(t){return e.changeEmail(n.email,n.id,"GMAIL")}}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.email)+" ")]),t("span",{staticClass:"email-address"},[e._v(" "+e._s(n.email))])])],1),t("span",{staticClass:"alias-tips"},[t("span",{directives:[{name:"toggle-gmail-alias",rawName:"v-toggle-gmail-alias"}]},[e._v("别名邮箱")]),n.childEmails&&n.childEmails.length>0?t("span",[e._v("("+e._s(n.childEmails?n.childEmails.length:"")+")")]):e._e(),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333","max-width":"300px"},attrs:{slot:"content"},slot:"content"},[e._v(" 别名邮箱是附加到你主邮箱的额外地址。例如,你可以添加 you+work@gmail.com,所有发送到该地址的邮件都会合并至主邮箱。 "),t("a",{staticStyle:{color:"#ff5277"},attrs:{target:"_blank",href:"https://support.google.com/a/answer/33327?hl=zh-Hans"}},[e._v("【Gmail别名邮箱说明】")])]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer","margin-left":"2px"}})])],1),t("span",{staticClass:"set-default",staticStyle:{"margin-left":"16px"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("GMAIL",n.id)}}},[e._v(e._s(e.defaultEmail===n.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbindEmail(n.email,"GMAIL")}}},[e._v(e._s(e.$t("edm5.v195")))])],1),t("div",{staticClass:"gmail-woto-mail-alias"},[t("div",{staticClass:"alias-list"},e._l(n.childEmails,(function(r){return t("div",{key:r.id,staticClass:"alias-item"},[t("el-radio",{attrs:{disabled:r.id&&(r.id+"").indexOf("new")>-1,value:e.radio,label:r.email},nativeOn:{click:function(t){return e.changeEmail(r.email,r.id,"GMAIL")}}},[r.id&&-1===(r.id+"").indexOf("new")?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(r.email)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(r.email))])]):t("el-input",{staticClass:"gmail-input",attrs:{placeholder:"请输入邮箱"},model:{value:r.email,callback:function(t){e.$set(r,"email",t)},expression:"child.email"}})],1),r.id&&(r.id+"").indexOf("new")>-1?t("span",{staticClass:"alias-delete",staticStyle:{"margin-left":"auto","margin-right":"12px"},on:{click:function(t){return e.confirmAddAliasGmail(n.id,r.email)}}},[e._v("授权")]):e._e(),r.id&&-1===(r.id+"").indexOf("new")?t("span",{staticClass:"alias-delete",staticStyle:{"margin-left":"auto","margin-right":"12px"},on:{click:function(t){return e.setDefaultBindEmail("GMAIL",r.id)}}},[e._v(e._s(e.defaultEmail===r.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]):e._e(),t("span",{staticClass:"alias-delete",on:{click:function(t){return e.deleteAliasGmail(r.id,r.email,i)}}},[e._v("删除")])],1)})),0),e.hasEditAlias?e._e():t("div",{staticClass:"alias-add",on:{click:function(t){return e.addAliasGmail(n,i)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"add-text"},[e._v("连接Gmail中已设置的别名邮箱")])])])])})),e._l(e.businessEmailList,(function(n){return t("div",{key:n.id,class:{"woto-mail":!0,"mail-active":e.radio===n.emailAddress},on:{click:function(t){return e.changeEmail(n.emailAddress,n.id,"QIYE")}}},[t("el-radio",{attrs:{value:e.radio,label:n.emailAddress}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.emailAddress)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(n.emailAddress))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("QIYE",n.id)}}},[e._v(e._s(e.defaultEmail===n.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbindEmail(n.emailAddress,"QIYE")}}},[e._v(e._s(e.$t("edm5.v195")))])],1)})),0===e.businessEmailList.length?t("div",{staticClass:"add-mail",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):e._e()],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e.businessEmailList.length>0?t("div",{staticClass:"left",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):t("div"),e.isCheckType?t("el-button",{staticClass:"cancel-btn",attrs:{size:"small"},on:{click:e.closeChooseMail}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]):e._e(),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.confirmChoose}},[e._v(e._s(e.isCheckType?e.$i18n.t("edm2.mailEn25"):e.$i18n.t("setMail.confirm")))])],1)],1),t("el-dialog",{attrs:{title:e.$t("edm5.v196"),visible:e.bindEmailVisible,width:"480px","custom-class":"edm-bind-email-dialog","append-to-body":""},on:{"update:visible":function(t){e.bindEmailVisible=t}}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.bingLoading,expression:"bingLoading"}]},["zh"==e.language?t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]):e._e(),t("div",{staticClass:"email-top"},[t("div",{staticClass:"top-left"},[e._v(e._s(e.$t("edm5.v197")))]),t("div",{staticClass:"top-right",on:{click:e.toBindHelp}},[t("span",{staticClass:"config-info"},[e._v(e._s(e.$t("edm5.v198")))]),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"email-kind"},[t("el-select",{staticClass:"kind-select",attrs:{placeholder:e.$t("edm5.v98")},on:{change:e.providerChange},model:{value:e.businessParams.id,callback:function(t){e.$set(e.businessParams,"id",t)},expression:"businessParams.id"}},e._l(e.businessTemplateList,(function(e){return t("el-option",{key:e.id,attrs:{label:e.provider,value:e.id}})})),1)],1),t("div",{staticClass:"email-content"},["Gmail"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v199")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.gmailValInput,callback:function(t){e.gmailValInput=t},expression:"gmailValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v202")))])])]:"Outlook"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v203")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.outlookValInput,callback:function(t){e.outlookValInput=t},expression:"outlookValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))])])]:[t("el-form",{ref:"businessRuleForm",attrs:{model:e.businessParams,rules:e.businessRules}},[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v204")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"emailAddress"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.emailAddress,callback:function(t){e.$set(e.businessParams,"emailAddress",t)},expression:"businessParams.emailAddress"}})],1)],1)]),t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v205")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"pwd"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.pwd,callback:function(t){e.$set(e.businessParams,"pwd",t)},expression:"businessParams.pwd"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v206")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"smtpHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.smtpHost,callback:function(t){e.$set(e.businessParams,"smtpHost",t)},expression:"businessParams.smtpHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.businessParams.encryptionType,callback:function(t){e.$set(e.businessParams,"encryptionType",t)},expression:"businessParams.encryptionType"}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"smtpPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.smtpPort,callback:function(t){e.$set(e.businessParams,"smtpPort",t)},expression:"businessParams.smtpPort"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v210")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"imapHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.imapHost,callback:function(t){e.$set(e.businessParams,"imapHost",t)},expression:"businessParams.imapHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{value:"SSL",placeholder:e.$t("edm5.v98"),disabled:""}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"imapPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.imapPort,callback:function(t){e.$set(e.businessParams,"imapPort",t)},expression:"businessParams.imapPort"}})],1)],1)])])]],2),t("span",{staticClass:"bind-dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("div"),t("div",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:e.toCancelBind}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{attrs:{size:"small",loading:e.confirmBindLoading,type:"primary"},on:{click:e.toConfirmBind}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])]),t("el-dialog",{attrs:{title:e.$i18n.t("setMail.unbind"),visible:e.innerVisible,"append-to-body":"","custom-class":`inner-dialog2 ${"en"==e.language?"en-inner-dialog2":""} ${e.hasToSendEmail?"inner-dialog2-has":""}`},on:{"update:visible":function(t){e.innerVisible=t}}},[e.hasToSendEmail?t("div",{staticClass:"inner-has-tips"},[e._v(" "+e._s(e.$t("edm5.v211"))+" ")]):t("div",{staticClass:"inner-tip-text"},["GMAIL"===e.currentUnbindEmailType?t("span",[e._v(e._s(e.$i18n.t("setMail.tip1",{currentUnbindEmail:e.currentUnbindEmail})))]):t("span",[e._v(" "+e._s(e.$t("edm5.v212",{currentUnbindEmail:e.currentUnbindEmail}))+" ")]),"GMAIL"===e.currentUnbindEmailType?t("span",{staticClass:"guide",on:{click:e.toGuide}},[e._v("【"+e._s(e.$i18n.t("setMail.guide"))+"】")]):e._e()]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.innerVisible=!1}}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]),t("el-button",{attrs:{loading:e.unbindLoading,size:"small",type:"primary"},on:{click:e.confirmUnbind}},[e._v(e._s(e.$i18n.t("setMail.confirm_unbinding")))])],1)])],1)},kIe=[];const EIe={2:{pre:"https://k8s-mail.wotokol.com",prod:"https://mail.wotokol.com"},3:{pre:"https://gmailpre.wotovideo.com",prod:"https://gmail.wotovideo.com"}};function AIe(e,t){const n="https://pre.wotohub.com"==e?"pre":"prod";return EIe[t][n]||""}function DIe(e,t){for(const n of e){if(n.id===t)return n.email;if(n.childEmails&&Array.isArray(n.childEmails))for(const e of n.childEmails)if(e.id===t)return e.email}return null}var OIe={name:"chooseMailNew",components:{Tooltip:Ou},props:{isShow:{default:!1,type:Boolean},currentRadio:{type:String,default:"WOTOMAIL"},currentRadioId:{type:[Number,String],default:""},currentSendType:{type:String,default:"WOTOMAIL"},currentEnv:{type:String,default:"https://www.wotohub.com"},isCheckType:{type:Boolean,default:!0},userId:{type:[Number,String],default:""},addresseeArrLength:{type:Number,default:0},totalSendNum:{type:Number,default:0},isBindOpenNewTab:{type:Boolean,default:!1}},data(){return{radio:"",radioId:"",sendType:"",gmailValInput:"",gmailList:[],outlookValInput:"",scopeVal:"https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.send%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly%20https%3A%2F%2Fmail.google.com%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.modify%20",redirectUri:encodeURIComponent(this.currentEnv)+"%2Fwrite",code:"",innerVisible:!1,language:Wi.get("language")||this.$i18n.locale,bindEmailVisible:!1,businessEmailList:[],businessTemplateList:[],businessParams:{id:"Outlook",emailAddress:"",pwd:"",smtpHost:"",encryptionType:0,smtpPort:"",imapHost:"",imapPort:"",provider:""},businessRules:{id:[{required:!0,message:this.$t("edm5.v213"),trigger:"change"}],emailAddress:[{required:!0,message:this.$t("edm5.v214"),trigger:"blur"},{type:"email",message:this.$t("edm5.v215"),trigger:"blur"}],pwd:[{required:!0,message:this.$t("edm5.v216"),trigger:"blur"}],smtpHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],encryptionType:[{required:!0,message:this.$t("edm5.v98"),trigger:"change"}],smtpPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}],imapHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],imapPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}]},bingLoading:!1,currentUnbindEmail:"",currentUnbindEmailType:"",unbindLoading:!1,confirmBindLoading:!1,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],active:0,defaultEmail:"",hasToSendEmail:!1,authLoading:!1,reloadTimer:null}},computed:{hasEditAlias(){return this.gmailList.some((e=>!(!e.childEmails||!Array.isArray(e.childEmails))&&e.childEmails.some((e=>e.id&&(e.id+"").includes("new")))))}},created(){if(this.radio=this.currentRadio,this.radioId=this.currentRadioId,this.sendType=this.currentSendType,this.$route.query.code){this.code=this.$route.query.code;const e=localStorage.getItem("authorType");e&&"Gmail"===e?this.handleGmailAuth():e&&"Outlook"===e&&this.handleOutLookAuth()}this.$route.query.from&&"bindGmailPage"===this.$route.query.from&&this.clearEmailStorage(),this.getBindGmails(),this.getBusinessEMails(),this.getBusinessTemplates(),this.getDefaultBindEmail()},beforeDestroy(){this.reloadTimer&&clearTimeout(this.reloadTimer)},directives:{toggleGmailAlias:{bind(e){e.addEventListener("click",(()=>{const t=e.parentNode?.parentNode?.parentNode;t&&t.classList.toggle("gmail-alias")}))},unbind(e){e.removeEventListener("click",(()=>{}))}}},methods:{changeEmail(e,t,n){if(!e)return!1;this.radio=e,this.radioId=t,this.sendType=n},async getBindGmails(){try{const e=await bl({});"0"===e.code?this.gmailList=e.data||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getBusinessEMails(){try{const e=await ph({});"0"===e.code?this.businessEmailList=e.data||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getBusinessTemplates(){try{const e=await fh({});"0"===e.code?this.businessTemplateList=[{provider:this.$t("edm5.v220"),value:"Outlook",id:"Outlook"}].concat([...e.data,{provider:"Gmail",value:"Gmail",id:"Gmail"}])||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getDefaultBindEmail(){try{const e=await xl({});return"0"===e.code?("WOTOMAIL"===e.data.sendType?this.defaultEmail="WOTOMAIL":this.defaultEmail=e.data.bizId,e.data):(this.$message.error(e.message),{})}catch(Rl){return console.log(Rl),{}}},async setDefaultBindEmail(e,t){try{if(t===this.defaultEmail)return!1;const n={};"WOTOMAIL"===e?n["sendType"]="WOTOMAIL":(n["bizId"]=t,n["sendType"]=e);const i=await Cl(n);"0"===i.code?(this.$message.success(this.$t("edm5.v221")),this.getDefaultBindEmail()):this.$message.error(i.message)}catch(Rl){console.log(Rl)}},toOpenBind(){this.bindEmailVisible=!0},toCancelBind(){this.bindEmailVisible=!1},toConfirmBind(){"Gmail"===this.businessParams.id?this.authorizeGmail():"Outlook"===this.businessParams.id?this.authorizeOutlook():this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.confirmBindLoading=!0;const e=await mh({...this.businessParams,providerId:this.businessParams.id});"0"===e.code?(this.$message.success(this.$t("edm5.v222")),this.getBusinessEMails(),this.bindEmailVisible=!1,this.$refs["businessRuleForm"].resetFields()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}finally{this.confirmBindLoading=!1}}))},closeChooseMail(){this.$emit("closeChooseMail",this.radio)},confirmChoose(){"WOTOMAIL"===this.radio||this.isCheckType?this.handlerCurrentBind():this.$confirm(this.$t("edm5.v223"),this.$t("edm5.v224"),{confirmButtonText:this.$t("edm5.v225"),cancelButtonText:this.$t("edm5.v226"),type:"warning"}).then((()=>{this.handlerCurrentBind()})).catch((()=>{this.radio="WOTOMAIL"}))},async handlerCurrentBind(){const e={sendType:"",bizId:void 0,email:void 0};if("WOTOMAIL"===this.sendType?e["sendType"]="WOTOMAIL":"GMAIL"===this.sendType?(e["sendType"]="GMAIL",e["bizId"]=this.radioId,e["email"]=this.radio):(e["sendType"]="QIYE",e["bizId"]=this.radioId,e["email"]=this.radio),this.$emit("updateCurrentEmail",e),"WOTOMAIL"!==this.radio&&this.isCheckType){const e=await Il(this.userId);if(!("0"===e.code&&e.data?.userBloggerEmailNum>=this.addresseeArrLength+e.data?.userUseBloggerEmailNum))return void this.$message.warning(this.$t("checkMail.messageTip1"));this.$emit("openCheckNext")}else"WOTOMAIL"===this.radio&&this.isCheckType?this.$emit("openCheckNext"):this.$message.success(this.$t("edm5.v227"));this.closeChooseMail()},authorizeGmail(){if(!this.gmailValInput)return void this.$message.warning(`${this.$i18n.t("setMail.tip9")}`);const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.gmailValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Gmail"),localStorage.setItem("authorLink",this.gmailValInput),yl({id:"",gmail:this.gmailValInput}).then((e=>{if("0"===e.code){let t="";if(1==e.data.type)t=`https://accounts.google.com/o/oauth2/auth?response_type=code&access_type=offline&client_id=478743684976-2e3nlm97t528lb0gn44notvkdacnjii9.apps.googleusercontent.com&redirect_uri=${this.redirectUri}&state=null&scope=${this.scopeVal}&approval_prompt=force&include_granted_scopes=true`;else{const n=JSON.parse(localStorage.getItem("user_info")||"{}");t=`${AIe(this.currentEnv,e.data.type)}/login?middleToken=${localStorage.getItem("token")}&user_id=${n.user_id}&nick_name=${n.nick_name}&company=${n.company}&phone=${n.phone}&vip=${n.vip}&auth_type=${e.data.type}&client_id=${e.data.gmailAppId}`}this.isBindOpenNewTab?(window.open(t,"_blank"),this.bindEmailVisible=!1,this.$emit("handleConfirmBind")):window.location.href=t}else this.$message.error(e.message)}))}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},handleGmailAuth(){this.authLoading=!0,wl({googleCode:this.code,authStatus:1,redirectUri:`${this.currentEnv}/write`}).then((e=>{"0"===e.code?(this.getBindGmails(),this.$message.success(`${this.$i18n.t("setMail.auth_success")}`)):(this.gmailList=[],this.$message.error(e.message)),this.clearEmailStorage(),this.authLoading=!1})).catch((()=>{this.clearEmailStorage(),this.authLoading=!1})).finally((()=>{this.authLoading=!1}))},addAliasGmail(e,t){this.$set(this.gmailList,t,{...this.gmailList[t],childEmails:[...this.gmailList[t].childEmails,{id:"new"+Date.now(),email:""}]})},async confirmAddAliasGmail(e,t){try{if(!e||!t)return this.$message.error("请输入邮箱!");if(!/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/.test(t))return this.$message.error(`${this.$i18n.t("setMail.tip10")}`);const n=await Pl({confId:e,email:t});"0"===n.code&&n.data?(this.getBindGmails(),this.$message.success(`别名邮箱【${t}】已成功添加!`)):this.$message.error(n.message)}catch(Rl){this.$message.error(Rl.message),console.log(Rl)}},deleteAliasGmail(e,t,n){if(!e)return!1;(e+"").indexOf("new")>-1?this.$set(this.gmailList,n,{...this.gmailList[n],childEmails:this.gmailList[n].childEmails.filter((t=>t.id!==e))}):this.$confirm("删除后,发送到此别名邮箱的邮件将不再被接收。你确定要继续吗?","确定删除该别名邮箱吗?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((async()=>{try{const n=await Fl({confId:e});"0"===n.code?(this.getBindGmails(),this.$message.success(`别名邮箱【${t}】已成功删除!`)):this.$message.error(n.message)}catch(Rl){console.log(Rl)}})).catch((()=>{}))},async authorizeOutlook(){if(!this.outlookValInput)return void this.$message.warning(this.$t("edm5.v229"));const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.outlookValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Outlook"),localStorage.setItem("authorLink",this.outlookValInput);try{const e=await El({type:"outlook"});if("0"===e.code){const{authorizeUrl:t,clientId:n,scope:i}=e.data;let r=`${t}?scope=${encodeURIComponent(i)}&response_type=code&client_id=${n}&redirect_uri=${this.redirectUri}`;this.isBindOpenNewTab?(window.open(r,"_blank"),this.bindEmailVisible=!1,this.$emit("handleConfirmBind")):window.location.href=r}}catch(Rl){console.log(Rl)}}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},async handleOutLookAuth(){try{this.authLoading=!0;const e=localStorage.getItem("authorLink"),t=await Al({code:this.code,type:"outlook",email:e||void 0});"0"===t.code?(this.$message.success(`${this.$i18n.t(this.$t("edm5.v230"))}`),this.getBusinessEMails()):this.$message.error(t.message),this.clearEmailStorage(),this.authLoading=!1}catch(Rl){this.clearEmailStorage(),console.log(Rl),this.authLoading=!1}finally{this.authLoading=!1}},clearEmailStorage(){const e=localStorage.getItem("beforeSkipPathQuery");if(e){const t=JSON.parse(e);this.$router.push({query:Jd()({},t)}),localStorage.removeItem("beforeSkipPathQuery")}localStorage.removeItem("authorType"),localStorage.removeItem("authorLink"),this.$route.query.draftId&&(this.reloadTimer=setTimeout((()=>{location.reload()}),1e3))},async unbindEmail(e,t){try{const n=await kl({email:e});"0"===n.code?(this.hasToSendEmail=!n.data,this.currentUnbindEmail=e,this.currentUnbindEmailType=t,this.innerVisible=!0):this.$message.error(n.message)}catch(Rl){console.log(Rl)}},confirmUnbind(){this.unbindLoading=!0,"GMAIL"===this.currentUnbindEmailType?wl({authStatus:0,email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.innerVisible=!1,this.gmailValInput="",this.$message.success(e.message),this.currentUnbindEmail===this.radio||this.gmailList.find((e=>e.email===this.currentUnbindEmail))?.childEmails?.find((e=>e.email===this.currentUnbindEmail))?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1})):vh({email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.$message.success(this.$t("edm5.v231")),this.innerVisible=!1,this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1}))},async handleUnbindDefault(){const{sendType:e,bizId:t,email:n}=await this.getDefaultBindEmail(),i={sendType:"",bizId:void 0,email:void 0};i.sendType=e,i.bizId=t,i.email=n,this.$emit("updateCurrentEmail",i),this.$emit("closeChooseMail")},toGuide(){this.$emit("toGuide")},toBindHelp(){window.open("/bindEmailHelp","_blank")},providerChange(e){const t=this.businessTemplateList.find((t=>t.id===e));if(t){const{imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}=t;this.businessParams={...this.businessParams,imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}}},async testEmailChannel(){this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.bingLoading=!0;const e=await gh({...this.businessParams});"0"===e.code?this.$message.success(this.$t("edm5.v232")):this.$message.error(e.message),this.bingLoading=!1}catch(Rl){console.log(Rl),this.bingLoading=!1}finally{this.bingLoading=!1}}))},validatePort(e,t,n){const i=Number(t);!1===Number.isNaN(i)&&"number"===typeof i?n():n(new Error(this.$t("edm5.v233")))},validateUrl(e,t,n){const i=/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/;i.test(t)?n():n(new Error(this.$t("edm5.v234")))},extractEmails(e,t){const n=[e.email];return e?.childEmails?.length&&n.push(...e.childEmails.map((e=>e.email))),n.includes(t)}}},TIe=OIe,IIe=Ba(TIe,SIe,kIe,!1,null,null,null),PIe=IIe.exports,FIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product"),visible:e.isShowDrawer,size:"560px","custom-class":"product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDrawer}},[t("div",{staticClass:"search-product-wrap"},[t("el-input",{staticClass:"input-with-select",class:{"input-with-select-en":"en"===e.language},attrs:{placeholder:2==e.productSelect?e.$i18n.t("newProduct.please_enter_num"):e.$i18n.t("newProduct.please_enter"),type:2==e.productSelect?"number":""},model:{value:e.productInput,callback:function(t){e.productInput=t},expression:"productInput"}},[t("el-select",{attrs:{slot:"prepend"},on:{change:e.changeProductMode},slot:"prepend",model:{value:e.productSelect,callback:function(t){e.productSelect=t},expression:"productSelect"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.product_name"),value:"1"}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.productId"),value:"2"}}),"ai"===e.from?t("el-option",{attrs:{label:e.$i18n.t("newProduct.productRemark"),value:"3"}}):e._e()],1)],1),t("div",{staticClass:"search-btns"},[t("el-button",{attrs:{type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],class:{"product-list":!0,"product-list-add":"ai"===e.from&&e.hasSelectedList.length>0}},e._l(e.productsArr,(function(n,i){return t("div",{key:i,staticClass:"product-item"},["ai"===e.from?t("div",{staticClass:"item-select"},[t("el-checkbox",{attrs:{value:e.isSelected(n)},on:{change:t=>e.selectChanged(t,n)}})],1):e._e(),t("div",{staticClass:"item-left"},[t("el-image",{attrs:{src:n.imageUrls[0]}}),2==n.source?t("p",{staticClass:"desc"},[e._v(" "+e._s(e.$i18n.t("newProduct.shopifyProduct"))+" ")]):e._e()],1),t("div",{staticClass:"item-center"},[t("p",{staticClass:"p1"},[e._v(" "+e._s(n.nameZh)+" ")]),"ai"===e.from?t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_en"))+":"+e._s(n.nameEn)+" ")]):e._e(),t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark)+" ")]),t("p",{staticClass:"p3"},[e._v(" "+e._s(e.$i18n.t("newProduct.channel"))+":"+e._s(n.platformName)+" ")])]),"ai"!==e.from?t("div",{staticClass:"item-right",on:{click:function(t){return e.productDetailRow(n.id)}}},[t("span",[e._v(e._s(e.$i18n.t("newProduct.details"))),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e()])})),0),"ai"===e.from&&e.hasSelectedList.length>0?t("div",{staticClass:"select-part"},[t("div",{staticClass:"left"},[e._v(" "+e._s(e.$t("edm5.v263"))+" "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.hasSelectedList.length))]),e._v(" "+e._s(e.$t("edm5.v264"))+" ")]),t("div",{staticClass:"right"},[t("el-button",{on:{click:e.closeProductDrawer}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddAi}},[e._v(e._s(e.$t("edm5.v45")))])],1)]):e._e(),t("div",{staticClass:"pagination"},[t("el-pagination",{staticClass:"edm-product-pagination",attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1),e.isShowProductDetailDrawer?t("product-detail-drawer",{attrs:{isShowProductDetailDrawer:e.isShowProductDetailDrawer,rowId:e.rowId},on:{setProduct:e.setProduct,closeProductDetailDrawer:e.closeProductDetailDrawer}}):e._e()],1)},MIe=[],BIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product_details"),visible:e.isShowDrawer,size:"560px","append-to-body":"","custom-class":"mannual-product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDetailDrawer}},[t("div",{staticClass:"product-card mb40"},[t("div",{staticClass:"card-title"},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" "),t("span",{staticClass:"card-i",on:{click:e.addProductCard}},[t("i",{staticClass:"dss-iconfont icon-applyproduct"})])]),t("div",{staticClass:"card-main"},[t("div",{staticClass:"cards-wrap"},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:e.form.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(e.form.promotePlatformType,(function(n,i){return t("div",{key:i,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/youtube.png"}}):e._e(),1==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/tiktok.png"}}):e._e(),2==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/ins.png"}}):e._e()])})),e._l(e.typeName,(function(n,i){return t("span",{key:"typeName"+i},[e._v(e._s(n))])}))],2)],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(e.form.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(e.form.currency))+e._s(e.form.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(e.form.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==e.form.commissionPercent||0==e.form.commissionPercent}},[null!==e.form.commissionPercent&&0!==e.form.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(e.form.currency))+e._s((e.form.priceDollar*(e.form.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.skipApply}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.view_cards_times"))+":"+e._s(e.form.viewNum||"0"))])])])])]),t("div",{staticClass:"basic-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.basic_information"))+" ")])]),t("div",{staticClass:"name mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.name")))]),t("div",{staticClass:"zh-wrap mb8"},[t("div",{staticClass:"zh-name"},[t("span",[t("font",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.chinese")))],1),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameZh,callback:function(t){e.$set(e.form,"nameZh",t)},expression:"form.nameZh"}})],1),null!==e.form.nameZh&&""!==e.form.nameZh?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameZh,"normal")}}}):e._e()]),t("div",{staticClass:"zh-wrap"},[t("div",{staticClass:"en-name"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.english")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameEn,callback:function(t){e.$set(e.form,"nameEn",t)},expression:"form.nameEn"}})],1),null!==e.form.nameEn&&""!==e.form.nameEn?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameEn,"normal")}}}):e._e()])]),t("div",{staticClass:"remarks mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.remarks")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.remark,callback:function(t){e.$set(e.form,"remark",t)},expression:"form.remark"}})],1),t("div",{staticClass:"img mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.picture")))]),t("el-upload",{class:{"product-upload":!0,toMax:!0},attrs:{action:"#","list-type":"picture-card",accept:"image/gif,image/jpeg,image/jpg,image/png,image/svg","file-list":e.fileList,"auto-upload":!0,multiple:!1,disabled:""},scopedSlots:e._u([{key:"file",fn:function({file:n}){return t("div",{staticClass:"scope-upload"},[t("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:n.url,alt:""}}),e.currentMainPicUid===n.uid?t("div",{staticClass:"img-operate"},[t("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:e.$i18n.t("newProduct.Main_image"),placement:"top"}},[t("span",{class:{"is-main":e.currentMainPicUid===n.uid}},[t("i",{staticClass:"el-icon-s-home"})])])],1):e._e(),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i img-i",on:{click:function(t){return e.setProduct(n.url,"img")}}})])}}])},[t("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})])],1),t("div",{staticClass:"type mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.category"))+" ")]),t("el-select",{staticStyle:{width:"100%"},attrs:{filterable:"",clearable:"",disabled:"",multiple:"","collapse-tags":""},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},e._l(e.productTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),t("div",{staticClass:"desc mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.describe")))]),t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.description,callback:function(t){e.$set(e.form,"description",t)},expression:"form.description"}})],1),t("div",{staticClass:"original"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.source")))]),t("el-select",{staticStyle:{width:"100%"},attrs:{disabled:"",filterable:"",clearable:""},model:{value:e.form.source,callback:function(t){e.$set(e.form,"source",t)},expression:"form.source"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.Manual_addition"),value:1}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.Shopify_import"),value:2}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.TikTok_import"),value:3}}),t("el-option",{attrs:{label:"TikTok店铺同步",value:4}})],1)],1)]),t("div",{staticClass:"sell-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.sales_information"))+" ")])]),t("div",{staticClass:"sell-price mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.price")))]),t("div",{staticClass:"price-box"},[t("el-select",{attrs:{clearable:"",filterable:"",disabled:""},model:{value:e.form.currency,callback:function(t){e.$set(e.form,"currency",t)},expression:"form.currency"}},e._l(e.moneyTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{directives:[{name:"stopMousewheel",rawName:"v-stopMousewheel"}],attrs:{disabled:"",type:"number"},model:{value:e.form.priceDollar,callback:function(t){e.$set(e.form,"priceDollar",t)},expression:"form.priceDollar"}}),null!==e.form.priceDollar&&""!==e.form.priceDollar?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.priceDollar,"price")}}}):e._e()],1)]),t("div",{staticClass:"sku mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.sku_description")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.sku,callback:function(t){e.$set(e.form,"sku",t)},expression:"form.sku"}}),null!==e.form.sku&&""!==e.form.sku?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.sku,"normal")}}}):e._e()],1)]),t("div",{staticClass:"shippableregions mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.shippable_regions"))+" ")]),0==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-cascader",{staticClass:"product-area-edm",attrs:{disabled:"",options:e.areaOptions,props:{multiple:!0,expandTrigger:"hover"},"collapse-tags":"",clearable:"",filterable:""},model:{value:e.areaList,callback:function(t){e.areaList=t},expression:"areaList"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e(),1==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.formCountry,callback:function(t){e.formCountry=t},expression:"formCountry"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e()]),t("div",{staticClass:"channel mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.channel"))+" ")]),e._l(e.form.platformLink,(function(n,i){return t("div",{key:i,staticClass:"channel-item mb8"},[t("el-select",{attrs:{disabled:""},model:{value:n.platform,callback:function(t){e.$set(n,"platform",t)},expression:"item.platform"}},e._l(e.platFormOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{attrs:{disabled:""},model:{value:n.links,callback:function(t){e.$set(n,"links",t)},expression:"item.links"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(n.links,"links")}}})],1)}))],2),t("div",{staticClass:"keyword"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.search_keywords")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.form.tags,callback:function(t){e.$set(e.form,"tags",t)},expression:"form.tags"}}),null!==e.form.tags&&""!==e.form.tags?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.tags,"normal")}}}):e._e()],1)])])])},NIe=[];const RIe=[{label:"Shopify独立站",value:0},{label:"Shopline独立站",value:1},{label:"亚马逊Amazon",value:2},{label:"速卖通AliExpress",value:3},{label:"来赞达Lazada",value:4},{label:"虾皮Shopee",value:5},{label:"TikTok小店",value:6},{label:"其他",value:7}],$Ie=[{value:"1",label:"数码电器",en_label:"Electronics"},{value:"2",label:"母婴用品",en_label:"Mother & Kids"},{value:"3",label:"玩具",en_label:"Toys"},{value:"4",label:"食品",en_label:"Food & Drink"},{value:"5",label:"办公设备",en_label:"Office Products"},{value:"6",label:"宠物用品",en_label:"Animals & Pets"},{value:"7",label:"家居园艺",en_label:"Home & Garden"},{value:"8",label:"美容健康",en_label:"Health & Personal Care"},{value:"9",label:"运动用品",en_label:"Sports"},{value:"10",label:"户外用品",en_label:"Outdoor"},{value:"11",label:"汽摩配件",en_label:"Car & Motorbike"},{value:"12",label:"时尚服饰",en_label:"Clothing & Accessories"},{value:"13",label:"行李箱包",en_label:"Luggage & Travel Gear"},{value:"14",label:"五金工具",en_label:"Tools/Equipment"},{value:"15",label:"工艺及DIY",en_label:"Crafts & DIY"},{value:"16",label:"教育产品",en_label:"Education"},{value:"17",label:"音乐乐器",en_label:"Music"},{value:"19",label:"游戏",en_label:"Games"},{value:"18",label:"其他产品",en_label:"Other"}],jIe=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}],LIe=[{value:7,label:"汉语",enLabel:"Chinese"},{value:1,label:"英语",enLabel:"English"},{value:3,label:"法语",enLabel:"French"},{value:8,label:"德语",enLabel:"German"},{value:6,label:"日语",enLabel:"Japanese"},{value:9,label:"韩语",enLabel:"Korean"},{value:10,label:"越南语",enLabel:"Vietnamese"},{value:11,label:"泰国语",enLabel:"Thai"},{value:12,label:"菲律宾语",enLabel:"Filipino"},{value:13,label:"印度尼西亚语",enLabel:"Indonesian"},{value:14,label:"俄罗斯语",enLabel:"Russian"},{value:4,label:"西班牙语",enLabel:"Spanish"},{value:15,label:"意大利语",enLabel:"Italian"}];var zIe,VIe,HIe={props:{isShowProductDetailDrawer:{type:Boolean,default:!1},rowId:{type:[Number,String],default:""}},data(){return{isShowDrawer:this.isShowProductDetailDrawer,form:{nameZh:"",nameEn:"",remark:"",type:[],description:"",source:1,sku:"",isGlobal:1,currency:"",priceDollar:"",imageUrls:[],shippingArea:[],platformLink:[],tags:"",sharingUsers:[]},productTypeOpts:Object.freeze($Ie),moneyTypeOpts:Object.freeze(jIe),platFormOpts:Object.freeze(RIe),shareAccountOpts:[],areaOptions:[],fileList:[],tagList:[],inputTag:"",inputFocus:!1,createAccount:"",isFinished:!1,formCountry:"可全球发货",clickApplyProduct:!1,typeName:[]}},computed:{currentMainPicUid(){return(Array.isArray(this.fileList)&&this.fileList.length)>0?this.fileList[0]?.uid:""},areaList:{set(e){const t=[];e.forEach((e=>{const[n,i]=e,r=t.findIndex((e=>e.area===n));r>-1?t[r].countries.push(i):t.push({area:n,countries:[i]})})),this.form.shippingArea=t},get(){const e=[];return this.form.shippingArea.forEach((t=>{t.countries.forEach((n=>{e.push([t.area,n])}))})),e}},...ki(["user_info"])},created(){this.getCountryOpts(),this.getProductDetail()},methods:{skipApply(){XTe({productId:Number(this.rowId)}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},setProduct(e,t){let n="";if("normal"==t&&(n=e),"price"==t){let t="";this.moneyTypeOpts.map((e=>{e.value==this.form.currency&&(t=e.label)})),n=e+t}if("area"==t){let t="",i=[];1==e?t="可全球发货":0==e&&this.form.shippingArea.map((e=>{this.areaOptions.map((n=>{e.area==n.value&&(e.countries.length==n.children.length?t=n.label:e.countries.map((e=>{n.children.map((t=>{e==t.value&&i.push(`${n.label}/${t.label}`)}))})))}))})),n=i.join(",")+","+t}if("links"==t){let t="";this.form.platformLink.map((n=>{n.links==e&&this.platFormOpts.map((e=>{e.value==n.platform&&(t=e.label)}))})),n=`${t}:${e}`}"img"==t&&(n=e),this.$emit("setProduct",`<p>${n}</p>`)},addProductCard(){this.$message.success("商品卡添加成功"),this.clickApplyProduct=!0},getProductDetail(){GTe({id:this.rowId}).then((e=>{"0"===e.code?(this.form=e.data,this.form.description=this.htmlToPlainText(this.form.description),this.form.imageUrls&&this.form.imageUrls.forEach((e=>{this.fileList.push({url:e})})),e.data.type&&0!==e.data.type.length&&(this.typeName=[],3!==e.data.source?this.productTypeOpts.map((t=>{e.data.type.map((e=>{t.value==e&&this.typeName.push(t.label)}))})):this.typeName=e.data.type)):this.$message.error(e.message)}))},htmlToPlainText(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body.textContent||""},closeProductDetailDrawer(){let e="";e=this.clickApplyProduct?this.rowId:"",this.$emit("closeProductDetailDrawer",e)},getCountryOpts(){_l({code:"sysDictService",data:{param:{dictTypeCode:"dim_region"}}}).then((e=>{const t=[];e.data.forEach((e=>{const n=t.findIndex((t=>t.label===e.col1));n>-1?t[n].children.push({label:e.dictValue,value:e.dictCode,sort:e.orderNum}):t.push({label:e.col1,value:e.id,sort:Number(e.catLevel1),children:[{label:e.dictValue,value:e.dictCode,sort:e.orderNum}]})})),this.areaOptions=t.sort(((e,t)=>e.sort-t.sort))}))}}},UIe=HIe,WIe=Ba(UIe,BIe,NIe,!1,null,"4df2a52d",null),qIe=WIe.exports,YIe={components:{productDetailDrawer:qIe},props:{isShowProductDrawer:{type:Boolean,default:!1},from:{type:String,default:""},defaultSelectedProduct:{type:Array,default:()=>[]}},data(){return{productInput:"",productSelect:"1",productsArr:[],queryParams:{timeAsc:!1,pageSize:6,currentPage:1,productId:"",productName:"",remark:""},total:0,isShowProductDetailDrawer:!1,isShowDrawer:this.isShowProductDrawer,loading:!1,rowId:"",clickApplyProductId:"",hasSelectedList:[],language:Wi.get("language")}},created(){this.defaultSelectedProduct&&this.defaultSelectedProduct.length>0&&(this.hasSelectedList=this.defaultSelectedProduct),this.getProductList()},methods:{closeProductDetailDrawer(e){this.clickApplyProductId=e,this.isShowProductDetailDrawer=!1},productDetailRow(e){this.isShowProductDetailDrawer=!0,this.rowId=e},changeProductMode(e){this.productSelect=e,this.productInput=""},getProductList(){this.loading=!0,YTe({...Zs(this.queryParams)}).then((e=>{"0"===e.code?(this.productsArr=e.data.rows.map((e=>{let t=[];return null!==e.shippingAreaZh&&0!==e.shippingAreaZh.length&&0==e.isGlobal&&e.shippingAreaZh.map((e=>{t=[...t,...e.countries]})),1==e.isGlobal&&(t=["可全球发货"]),{...e,countryName:t.toString(),productLink:e.platformLink?.map((e=>e.links))?.join(",")}})),this.total=e.data.total):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},searchEvt(){1==this.productSelect?(this.queryParams.productName=this.productInput,this.queryParams.productId="",this.queryParams.remark=""):2==this.productSelect?(this.queryParams.productId=this.productInput,this.queryParams.productName="",this.queryParams.remark=""):3==this.productSelect&&(this.queryParams.productId="",this.queryParams.productName="",this.queryParams.remark=this.productInput),this.queryParams.currentPage=1,this.getProductList()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productInput="",this.productSelect="1",this.getProductList()},handleSizeChange(e){this.queryParams.pageSize=e,this.getProductList()},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductList()},closeProductDrawer(){this.$emit("closeProductDrawer",this.clickApplyProductId)},changeCommodityMode(e){this.productSelect=e,this.productInput=""},setProduct(e){this.$emit("setProduct",e)},selectChanged(e,t){const n=this.hasSelectedList.findIndex((e=>e.id===t.id));-1===n?t.nameEn?this.hasSelectedList.push(t):this.$confirm("当前所选产品没有设置英文名称,暂无法选择!",this.$t("edm5.v79"),{confirmButtonText:"去补全",cancelButtonText:"取消",type:"warning"}).then((()=>{window.open("/myProduct","_blank"),this.closeProductDrawer()})).catch((()=>{})):this.hasSelectedList.splice(n,1)},isSelected(e){return this.hasSelectedList.findIndex((t=>t.id===e.id))>-1},confirmAddAi(){this.$emit("addAiProduct",this.hasSelectedList)}}},GIe=YIe,KIe=Ba(GIe,FIe,MIe,!1,null,"430214a1",null),XIe=KIe.exports,ZIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productForm.product_selection_form"),visible:e.isShowDrawer,size:"1000px","custom-class":"product-form-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductFormDrawer}},[t("WTable",{attrs:{tableColumnConfig:e.tableColumnConfig,tableData:e.productFormTableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.queryParams.pageSize,pageNum:e.queryParams.currentPage},on:{"update:pageSize":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:page-size":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.queryParams,"currentPage",t)},"update:page-num":function(t){return e.$set(e.queryParams,"currentPage",t)},changeSize:function(t){return e.getProductCardFormList()},changeCurrent:function(t){return e.getProductCardFormList()},sort:e.tableSort},scopedSlots:e._u([{key:"radio",fn:function({data:n}){return[t("el-radio",{attrs:{label:n.scope.id},on:{input:function(t){return e.changeRadio(t)}},model:{value:e.cellRadio,callback:function(t){e.cellRadio=t},expression:"cellRadio"}},[t("span")])]}},{key:"viewNum",fn:function({data:t}){return[e._v(" "+e._s(t.scope.viewNum)+" ")]}},{key:"operate",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",underline:!1},on:{click:function(t){return e.lookRow(n.scope)}}},[e._v(e._s(e.$i18n.t("productForm.see")))])]}}])}),t("div",{staticClass:"product-form-btn"},[t("el-button",{on:{click:e.closeProductFormDrawer}},[e._v(e._s(e.$i18n.t("productForm.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.setProductFormLink}},[e._v(e._s(e.$i18n.t("productForm.confirm")))])],1)],1)},JIe=[],QIe=function(){var e=this,t=e._self._c;return t("div",{class:{"crm-x-table":!0}},[t("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"xTable",style:{"min-height":`${e.minHeight}px`},attrs:{data:e.tableData,height:e.height,"max-height":e.maxHeight,"row-key":e.getRowKeys,"row-class-name":"row-class-name","cell-class-name":"cell-class-name","tooltip-effect":"light myTooltip"},on:{"selection-change":e.selectionChange,"row-click":e.rowClick,"sort-change":e.sortChange}},"el-table",e.$attrs,!1),e.$listeners),[e.fullTableConfig.selection?[t("el-table-column",{attrs:{type:"selection",align:e.fullTableConfig.align||"center",width:e.fullTableConfig.selectionWidth||40,fixed:e.fullTableConfig.selectionFixed||null,selectable:e.fullTableConfig.handleSelectable,"reserve-selection":!0}})]:e._e(),e.fullTableConfig.index?[t("el-table-column",{attrs:{type:"index",width:e.fullTableConfig.indexWidth||50,label:e.fullTableConfig.indexLabel||"序号",fixed:e.fullTableConfig.indexFixed||null}})]:e._e(),e._l(e.fulColumnConfig,(function(n){return[n.scope&&n.isShow?t("el-table-column",{key:n.scope,attrs:{label:n.label||"",width:n.width||"","min-width":n.minWidth||"",align:n.align||"left",fixed:n.fixed,"class-name":n.isTag?"c-tag":""},scopedSlots:e._u([{key:n.options?"header":"",fn:function({column:n,$index:i}){return[t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("span",{staticStyle:{color:"#666666","font-weight":"400","margin-right":"26px"}},[e._v("全选")])])]}},{key:"input"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v43")},model:{value:e.searchVal,callback:function(t){e.searchVal=t},expression:"searchVal"}}),t("div",{staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(e.$t("edm5.v42"))),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])],1)]}},{key:"readRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v46")))]),t("el-radio",{attrs:{label:"2"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v47")))])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:"replyRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("是")]),t("el-radio",{attrs:{label:"0"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("否")])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:n.tips?"header":"",fn:function(i){return n.tips?[t("div",{staticClass:"tips-header",style:{"justify-content":e.handleAlgin(n.align)}},[t("span",{staticClass:"label"},[e._v(e._s(n.label))]),t("Tooltip",{staticClass:"tips-header-tooltip",attrs:{content:n.tips,isShowRule:!1}})],1)]:void 0}},{key:"default",fn:function(t){return[e._t(n.scope,null,{data:{scope:t.row,index:t.$index,item:n}})]}}],null,!0)}):!n.scope&&n.isShow?t("TableColumn",e._g(e._b({key:n.label,attrs:{"table-colum-config":n}},"TableColumn",e.$attrs,!1),e.$listeners)):e._e()]})),t("template",{slot:"empty"},[t("Empty",{attrs:{currentStyle:{padding:"0px 0"}}})],1),e._t("default")],2),e.hiddenPagination?e._e():t("div",{class:{"crm-pagination":!0,"has-selected":e.selectedList.length>0,"recipient-default":e.isRecipientList&&!e.tableConfigSelection},style:{top:e.isNeedScroll?`${e.topVal}px`:""}},[e.selectedList.length>0?t("div",{staticClass:"selection"},[t("div",{staticClass:"left"},[t("el-checkbox",{staticClass:"select-box is-indeterminate",attrs:{indeterminate:e.isIndeterminate},model:{value:e.isCheckAll,callback:function(t){e.isCheckAll=t},expression:"isCheckAll"}}),t("span",{staticClass:"select-num"},[e._v("已选中"),t("i",[e._v(e._s(e.selectedList.length))]),e._v("项")])],1),e.isOutboxDetail?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"再次邀约",key:"inviteAgain"})}}},[e._v(" 再次邀约 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至推广计划",key:"addToPlan"})}}},[e._v(" 添加至推广计划 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至收藏夹",key:"addToFavor"})}}},[e._v(" 添加至收藏夹 ")])]):e._e(),e.isRecipientList?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"确认移除收件人",key:"removeRecipient"})}}},[e._v(" 移除 ")])]):e._e()]):e._e(),e.isRecipientList?t("div",[e.tableConfigSelection||0===e.countRecipient?e._e():t("div",{staticClass:"recipient-tip"},[e._v(" 该列表共有"+e._s(e.countRecipient)+"位红人,其中含邮箱红人有 "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.validRecipient))]),e._v(" 位 ")])]):e._e(),e.isSelectedDrawer?e._e():t("el-pagination",{staticClass:"pagination",attrs:{"popper-class":"table-pagination","current-page":e.pageNum,"page-size":e.pageSize,"page-sizes":e.pageSizes,layout:e.layout,total:e.total},on:{"update:currentPage":function(t){e.pageNum=t},"update:current-page":function(t){e.pageNum=t},"update:pageSize":function(t){e.pageSize=t},"update:page-size":function(t){e.pageSize=t},"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)},ePe=[],tPe=function(){var e=this,t=e._self._c;return t("el-table-column",{attrs:{label:e.tableColumConfig.label||"",width:e.tableColumConfig.width||"","min-width":e.tableColumConfig.minWidth||"",prop:e.tableColumConfig.prop,align:e.tableColumConfig.align||"left",fixed:e.tableColumConfig.fixed||null,sortable:e.tableColumConfig.sortable?"custom":!!e.tableColumConfig.originSort&&e.tableColumConfig.originSort,"render-header":e.renderHeader,"sort-orders":["descending",null],"show-overflow-tooltip":e.tableColumConfig.showOverflowTooltip,"class-name":"wt-column-class"},scopedSlots:e._u([{key:"default",fn:function(n){return[e.tableColumConfig.template&&Array.isArray(e.tableColumConfig.template)?t("div",{class:{"x-table-template":!0,"x-table-template-center":"center"===e.tableColumConfig.align}},e._l(e.renderItem(e.tableColumConfig.template,n.row),(function(i,r){return t("div",{key:r},["button"===i.type?[t("el-button",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:e._e(),"text"===i.type?[t("el-button",{attrs:{type:"text",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"link"===i.type?[t("el-link",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"render"===i.type?[t("ContextRender",e._g(e._b({attrs:{sc:n,row:n.row,render:i.render(n.row,e.that),rederStyle:i.classStyle?i.classStyle(n.row):""}},"ContextRender",e.$attrs,!1),e.$listeners))]:e._e()],2)})),0):["numFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("numFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"rateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("rateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"orateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`])+"% ")]):"dateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("dateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"common"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("commonFormat")(n.row[`${e.tableColumConfig.prop}`],e.tableColumConfig.dict))+" ")]):t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`]||"-")+" ")])]]}}])})},nPe=[],iPe={functional:!0,props:{row:{type:Object,required:!0},render:{type:Function,required:!0},sc:{type:Object,required:!0},rederStyle:{type:String,require:!0}},render:(e,t)=>{const n=[],i={row:t.props.row,index:t.props.sc.$index},r=t.props.render(e,i);return n.push(r),e("div",{class:t.props.rederStyle},n)}},rPe=iPe,oPe=Ba(rPe,zIe,VIe,!1,null,null,null),aPe=oPe.exports,sPe={name:"XTableReder",props:{tableColumConfig:{type:Object,default:()=>{}},disabledFn:{type:Function,default:function(){return!1}},showFn:{type:Function,default:function(){return!1}}},filters:{commonFormat(e,t){return t.find((t=>t.code==e))?.name||"-"}},mounted(){},computed:{that(){return this},renderItem(){return function(e,t){return Array.isArray(e)?e.filter((e=>!e.showFn||this.showFn({name:e.name,row:t,route:this.$route}))):[]}}},methods:{emitFunc(e,t){this.$emit(e,t)},renderHeader(e,{column:t,$index:n}){return t.sortable?"ascending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):"descending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#F85277;font-weight: 800;transform: rotateY(180deg);"})])]):e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):t.label}},components:{ContextRender:aPe}},lPe=sPe,cPe=Ba(lPe,tPe,nPe,!1,null,"6518c6f8",null),uPe=cPe.exports;const dPe={tableMaxHeight:800,index:!1,indexWidth:60,indexLabel:"序号",indexFixed:"left",selection:!1,selectionWidth:36,selectionFixed:"left",handleSelectable:function(e,t){return!0}},hPe={label:"",prop:"",isShow:!0,width:"auto",minWidth:"auto",fixed:!1,template:!1,align:"left",sortable:!1,order:1};var pPe={name:"XTable",props:{tableData:{type:Array,default:()=>[]},tableConfig:{type:Object,default:()=>{}},tableColumnConfig:{type:Array,require:!0,default:()=>[]},total:{type:Number,default:0},height:{type:Number,default:"auto"},maxHeight:{type:Number,default:"500px"},minHeight:{type:Number,default:500},hiddenPagination:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},layout:{type:String,default:"total,slot, sizes, prev, pager, next"},tableBtns:{type:Array,default:()=>[]},rowKey:{type:String,default:"id"},pageNum:{type:Number,default:1},pageSize:{type:Number,default:20},pageSizes:{type:Array,default:()=>[10,20,50,100]},isNeedScroll:{type:Boolean,default:!1},isSelectedDrawer:{type:Boolean,default:!1},topVal:{type:Number,default:0},isOutboxDetail:{type:Boolean,default:!1},isRecipientList:{type:Boolean,default:!1},tableConfigSelection:{type:Boolean,default:!1},countRecipient:{type:[Number,String],default:0},validRecipient:{type:[Number,String],default:0}},data(){return{selectedList:[],searchVal:"",readRadio:null,replyRadio:null}},watch:{height(e){e&&this.$nextTick((()=>{console.log("----9999999"),console.log(this.$refs.xTable),console.log(e)}))}},computed:{fullTableConfig(){return{...dPe,...this.tableConfig}},fulColumnConfig(){return this.tableColumnConfig.map((e=>({...hPe,...e})))},isCheckAll:{set(e){console.log(e),e?this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection():this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},get(){const e=this.selectedList.map((e=>e[this.rowKey])),t=this.tableData.every((t=>e.includes(t[this.rowKey])));return t}},isIndeterminate(){return!this.isCheckAll&&this.selectedList.length>0}},methods:{resetSearch(e){"blogger"==e.scope&&(this.searchVal=""),"isRead"==e.scope&&(this.readRadio=null),"isReply"==e.scope&&(this.replyRadio=null)},confirmSearch(e){document.body.click();let t="blogger"==e.scope?this.searchVal:"isReply"==e.scope?this.replyRadio:"isRead"==e.scope?this.readRadio:"";this.$emit("confirmSearch",t,e.scope),this.resetSearch()},selectionChange(e){this.selectedList=e,this.$emit("selectionChange",e)},toggleAllSelect(){this.isCheckAll?this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)})):this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection()},handleSizeChange(e){this.$emit("update:pageNum",1),this.$emit("update:pageSize",e),this.$emit("changeSize",{pageNum:1,pageSize:e})},handleCurrentChange(e){this.$emit("update:pageNum",e),this.$emit("changeCurrent",{pageNum:e,pageSize:this.pageSize})},rowClick(e,t,n){this.$emit("rowClick",e,t,n)},sortChange(e){const t=this.fulColumnConfig.find((t=>t.prop===e.column.property));t&&t.sortable&&this.$emit("sort",e,t.sortable)},handleBtnClick(e){this.$emit("handleBtnClick",e,this.selectedList)},getRowKeys(e){return e[this.rowKey]},removeChoose(){this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},handleAlgin(e="left"){return"left"===e?"flex-start":"center"===e?"center":"right"===e?"flex-end":void 0}},components:{TableColumn:uPe,Empty:Ld,Tooltip:Ou}},fPe=pPe,mPe=Ba(fPe,QIe,ePe,!1,null,"6d45ba0e",null),gPe=mPe.exports,vPe={props:{isShowProductFormDrawer:{type:Boolean,default:!1},currentEnv:{type:String,default:"https://www.wotohub.com"}},components:{WTable:gPe},data(){return{isShowDrawer:this.isShowProductFormDrawer,tableColumnConfig:[{label:"",scope:"radio",width:"60"},{label:this.$i18n.t("productForm.creation_time"),prop:"gmtCreate",sortable:1,minWidth:120},{label:this.$i18n.t("productForm.selection_form_name"),prop:"name",showOverflowTooltip:!0,minWidth:120},{label:this.$i18n.t("productForm.number_of_product_cards"),prop:"cardNums",minWidth:100},{label:this.$i18n.t("productForm.viewing_frequency"),scope:"viewNum"},{label:this.$i18n.t("productForm.update_time"),prop:"gmtModify",sortable:2,minWidth:120},{label:this.$i18n.t("productForm.operation"),scope:"operate"}],productFormTableData:[],loading:!1,total:0,queryParams:{currentPage:1,pageSize:20,createTimeAsc:!1,modifyTimeAsc:null},tableHeight:Xs(204),cellRadio:"",productFormLink:""}},created(){this.getProductCardFormList()},methods:{closeProductFormDrawer(){this.$emit("closeProductFormDrawer")},getProductCardFormList(){this.loading=!0,ZTe(this.queryParams).then((e=>{"0"===e.code?(this.productFormTableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},tableSort({order:e},t){this.queryParams.createTimeAsc=!!e,this.queryParams.modifyTimeAsc=!!e,this.queryParams.currentPage=1,this.getProductCardFormList()},lookRow(e){window.open(`${this.currentEnv}/productFormDetail?id=${e.id}`,"_blank")},changeRadio(e){this.productFormLink=`${this.currentEnv}/shareForm?id=${e}`},setProductFormLink(){this.$emit("setProductFormLink",this.productFormLink),this.closeProductFormDrawer()}}},yPe=vPe,bPe=Ba(yPe,ZIe,JIe,!1,null,"9c6bea00",null),wPe=bPe.exports,_Pe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productCard.add_product_card"),visible:e.showDrawer,size:"900px","custom-class":"productcard-drawer"},on:{"update:visible":function(t){e.showDrawer=t},close:e.closeProductCardDrawer}},[t("div",{staticClass:"card-search-wrap"},[t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("product.product_name")))]),t("el-select",{staticClass:"normal-select",staticStyle:{width:"100%"},attrs:{placeholder:e.$i18n.t("common.please_select"),filterable:"","popper-class":"select-popper"},model:{value:e.productName,callback:function(t){e.productName=t},expression:"productName"}},e._l(e.productOpts,(function(e,n){return t("el-option",{key:n,attrs:{label:e.productName,value:e.shopifyProductId}})})),1)],1),t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.product_remarks")))]),t("el-input",{model:{value:e.queryParams.remark,callback:function(t){e.$set(e.queryParams,"remark",t)},expression:"queryParams.remark"}})],1),t("div",{staticClass:"card-search-btn"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{attrs:{size:"small",type:"info"},on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"card-body"},e._l(e.cardsArr,(function(n){return t("div",{key:n.id,staticClass:"cards-wrap",class:{selected:e.isSelected(n)},on:{click:function(t){return e.toggleSelection(n)}}},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:i(4321)}}):e._e(),1==n?t("img",{attrs:{src:i(634)}}):e._e(),2==n?t("img",{attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i,staticClass:"span-item"},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(e._s(n))])})),0),t("span",{staticClass:"span-item more-types"},[e._v("···")])]):e._e()],2),e.isSelected(n)?t("div",{staticClass:"checkbox"},[t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/selected.svg"}})]):e._e()],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(n.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return t.stopPropagation(),e.skipApply(n.id)}}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("p",[e._v(e._s(e.$i18n.t("newProduct.productId"))+":"+e._s(n.id))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_name"))+":"+e._s(n.nameZh))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark))])])])})),0),t("el-pagination",{attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"current-change":e.handleCurrentChange}}),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeProductCardDrawer}},[e._v(e._s(e.$i18n.t("newProduct.Cancel")))]),t("el-button",{attrs:{type:"primary",disabled:e.isFinished,loading:e.isFinished},on:{click:e.saveEvt}},[e._v(e._s(e.$i18n.t("newProduct.preservation")))])],1)],1)},CPe=[],xPe={props:{isShowProductCardDrawer:{type:Boolean,default:!1},formName:{type:String,default:""}},data(){return{queryParams:{productName:"",remark:"",pageSize:6,currentPage:1,timeAsc:!1},productOpts:[],cardsArr:[],selectedItems:[],total:0,isFinished:!1,showDrawer:this.isShowProductCardDrawer,productTypeOpts:Object.freeze($Ie),loading:!1,productName:""}},created(){this.getProductOpts(),this.getProductCardFormQuery()},methods:{searchEvt(){this.queryParams.currentPage=1,this.getProductCardFormQuery()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productName="",this.getProductCardFormQuery()},getProductCardFormQuery(){this.loading=!0,this.queryParams.formId=this.$route.query.id,this.productOpts.map((e=>{e.shopifyProductId==this.productName&&(this.queryParams.productName=e.productName)})),YTe({...Zs(this.queryParams)}).then((e=>{"0"===e.code?(this.cardsArr=e.data.rows,e.data.rows.forEach((e=>{let t=[];t=3!==e.source?e.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})):e.type.map((e=>e));let n=t.slice();e.typeName3=n.splice(0,3),e.typeName=t})),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductCardFormQuery()},getProductOpts(){KTe().then((e=>{"0"===e.code?this.productOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},closeProductCardDrawer(){this.$emit("closeProductCardDrawer")},saveEvt(){0!=this.selectedItems.length?(this.$emit("addProductCard",this.selectedItems),this.closeProductCardDrawer()):this.$message({type:"warning",message:"请点击选择要添加的商品卡",customClass:"custom-message"})},skipApply(e){XTe({productId:e}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},isSelected(e){return this.selectedItems.includes(e.id)},toggleSelection(e){const t=e.id,n=this.selectedItems.indexOf(t);n>-1?this.selectedItems.splice(n,1):this.selectedItems.push(t)}}},SPe=xPe,kPe=Ba(SPe,_Pe,CPe,!1,null,"54b56ff8",null),EPe=kPe.exports,APe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content-box"},[t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isMultiReply,expression:"!isMultiReply"}],staticClass:"form-item mb12"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.subject")))]),t("div",{staticClass:"subject-wrap"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.subject,expression:"form.subject"}],ref:"subjectIpt",staticClass:"subject-input",attrs:{type:"text"},domProps:{value:e.form.subject},on:{focus:function(t){e.isFocusSubject=!0},input:function(t){t.target.composing||e.$set(e.form,"subject",t.target.value)}}})])]),t("div",{staticClass:"form-item mb4"},[t("span",{staticClass:"attachment-file"},[e._v(e._s(e.$t("edm5.v56"))+" "),t("Tooltip",{staticClass:"attachment-tooltip",attrs:{content:e.$t("edm5.v235"),isShowRule:!1}})],1),t("div",{staticClass:"attachment-list"},[t("div",{staticClass:"file-box"},[e._l(e.form.fileList,(function(n,i){return t("div",{key:n.link,staticClass:"file"},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("div",{staticClass:"name"},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name))]),t("span",{staticClass:"file-size"},[e._v(" ("+e._s(n.size<1024?n.size+"B":n.size<1048576?parseInt(n.size/1024)+"KB":parseInt(n.size/1024/1024)+"MB")+")")])]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.delFile(i)}}})])})),t("div",{staticClass:"add",on:{click:e.clickUpload}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v236")))])])],2)])]),t("div",{staticClass:"form-item mb16"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.content")))]),t("div",{staticClass:"form-editor",on:{click:function(t){e.isFocusSubject=!1}}},[t("editor",{ref:"content",staticClass:"mail-editor",attrs:{height:e.editorHeight,theme:"light"},on:{expandEditor:e.expandEditor,onload:e.editorOnload}}),t("div",{staticClass:"editor-opt-bar"},["aiBar"===e.showBar?t("div",{staticClass:"ai-bar"},[t("img",{staticClass:"bar-icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v237")))]),t("div",{staticClass:"bar-items"},e._l(e.aiBarItems,(function(n,i){return t("span",{key:i,staticClass:"item",on:{click:function(t){return e.toOpenAiOptimize(n.type)}}},[e._v(e._s(n.name))])})),0),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})]):e._e(),"variableBar"===e.showBar?t("div",{staticClass:"variable-bar"},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v71")))]),t("Tooltip",{attrs:{content:e.$i18n.t("writeMail.infoPop"),isShowRule:!1},nativeOn:{click:function(t){e.showTemplateUsage=!0}}}),t("div",{staticClass:"bar-items"},[t("el-popover",{attrs:{trigger:"hover",width:"80",placement:"top-start","popper-class":"variable-popover"}},[t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(0)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_name"))+" ")]),t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(3)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_Id"))+" ")]),t("span",{staticClass:"item",staticStyle:{display:"inline-block"},attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(e.$t("edm5.v239")))])]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(1)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.fans_num"))+" ")]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(2)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_link"))+" ")])],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})],1):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],1)]),t("mail-upload",{attrs:{isShow:e.isShowUpload,fileMaxNum:10-e.form.fileList.length,fileMaxSize:200-e.totalSize},on:{onSuccess:e.onSuccess,close:e.handleOnClose}}),e.showTemplateUsage?t("template-usage",{attrs:{isShow:e.showTemplateUsage},on:{closeTemplateUsage:function(t){e.showTemplateUsage=!1}}}):e._e()],1)},DPe=[],OPe=(i(8237),function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,rendered:"","before-close":e.close,"close-on-click-modal":!1,title:e.$t("uploadDialog.title"),width:"550px",top:"50px","custom-class":"edm-upload-dialog"},on:{"update:visible":function(t){e.isShow=t},open:function(t){return e.open()}}},[t("div",{staticClass:"container-fileUpload"},[t("el-button",{ref:"btn-upload",staticClass:"btn-upload",attrs:{type:"primary",disabled:e.isUploading},on:{click:e.handleSelectFile}},[t("i",{staticClass:"el-icon-upload"}),e._v(" "+e._s(e.$t("uploadDialog.btnUpload")))]),t("div",{staticClass:"upload-select"},[t("input",{ref:"upload",staticClass:"upload",attrs:{type:"file",multiple:"",id:"uploads"},on:{change:e.fileChange}})]),t("h2",{staticClass:"txt-tip",staticStyle:{"margin-left":"8px"}},[e._v(" * "+e._s(e.$t("uploadDialog.tip"))+" ")]),t("div",{staticClass:"files"},[0===e.files.length?t("el-empty",{attrs:{"image-size":200}}):e._e(),e._l(e.files,(function(n,i){return t("div",{key:i,staticClass:"file"},[t("div",{staticClass:"file-name"},[t("span",{attrs:{title:n.file.name}},[e._v(e._s(n.file.name)+" ("+e._s(n.file.size<1024?n.file.size+"B":n.file.size<1048576?parseInt(n.file.size/1024)+"KB":parseInt(n.file.size/1024/1024)+"MB")+")")]),0===n.percentage?t("span",{staticClass:"del-icon",on:{click:function(t){return e.del(i)}}},[e._v(" "),t("i",{staticClass:"el-icon-delete"})]):e._e()]),t("div",[n.percentage>0?t("div",{staticClass:"progress"},[t("el-progress",{attrs:{"text-inside":!1,"stroke-width":7,format:e.format,percentage:n.percentage}}),t("div",{staticClass:"progress-percent"},[t("span",{style:100===n.percentage&&"display:none"},[e._v(e._s(n.percentage)+"%")]),100===n.percentage?t("i",{staticClass:"el-icon-circle-check color"}):e._e()])],1):e._e()])])}))],2)],1),t("div",{staticClass:"popup-foot"},[t("div",{staticClass:"txt-tip"},[e._v(" * "+e._s(e.$t("uploadDialog.tip1"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(parseInt(e.fileMaxSize))+"MB")]),e._v(","+e._s(e.$t("uploadDialog.tip2"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(e.fileMaxNum))]),"zh"===e.$i18n.locale||"zh-CN"===e.$i18n.locale?t("span",[e._v("个")]):e._e()]),t("div",{staticClass:"footer-btns"},[t("el-button",{staticClass:"btnOk",attrs:{type:"primary",loading:e.btnloading},on:{click:e.handleOnUpload}},[e._v(e._s(e.$t("uploadDialog.btnOk")))]),e.btnloading?e._e():t("el-button",{staticClass:"btnOk",attrs:{type:"primary"},on:{click:e.handleOnReset}},[e._v(e._s(e.$t("uploadDialog.btnClear")))])],1)])])],1)}),TPe=[],IPe={name:"edm-upload",props:{isShow:{default:!1,type:Boolean},fileMaxNum:{default:10,type:Number},fileMaxSize:{default:200,type:Number}},data(){return{showFile:!0,files:[],fileList:[],btnloading:!1,isUploading:!1}},methods:{open(){this.files=[],this.fileList=[]},close(){this.btnloading&&this.$message.warning(this.$t("uploadDialog.wait")),this.$emit("close",this.btnloading)},handleSelectFile(){this.showFile=!0;let e=this.$refs["upload"];e&&e.click()},format(e){return""},fileChange(e){let t=e.target.files;if(t.length+this.files.length>this.fileMaxNum)this.$message.warning(this.$t("uploadDialog.maxNum"));else{if(t.length>0)for(let e=0;e<t.length;e++){let n=this.files.find((n=>n.file.name===t[e].name));if(!n){let n=0;if(this.files.forEach((e=>{n+=e.file.size/1024/1024})),n+t[e].size/1024/1024>this.fileMaxSize)return void this.$message.warning(this.$t("uploadDialog.maxSize"));this.files.push({file:t[e],percentage:0})}}document.getElementById("uploads").value=""}},handleOnReset(){this.files=[]},del(e){this.files.splice(e,1)},handleOnUpload(){if(0===this.files.length)return void this.$message.warning(this.$t("uploadDialog.empty"));this.btnloading=!0;let e=[];if(this.files.length>0)for(let n=0;n<this.files.length;n++)e.push({fileName:this.files[n].file.name,fileSize:this.files[n].file.size});let t=[];e.map((e=>{t.push(Qa(e))})),this.isUploading=!0,Promise.all(t).then((e=>e)).then((e=>{console.log("ossparams",e);let t=[],n=this;e.map(((e,i)=>{let r=new FormData;r.append("key",e.data.objectName),r.append("success_action_status","200"),r.append("x-oss-object-acl","public-read"),r.append("OSSAccessKeyId",e.data.accessKeyId),r.append("policy",e.data.uploadPolicy),r.append("signature",e.data.uploadSignature),r.append("success_action_status","200"),r.append("file",n.files[i].file),t.push(ts(e.data.uploadHost,r,(e=>{e.upload&&n.files[i]&&n.files[i].percentage&&(n.files[i].percentage=Math.floor(100*e.progress))}))),this.fileList.push({uuid:this.$md5(n.files[i].file.name),name:n.files[i].file.name,link:e.data.uploadHost+"/"+encodeURI(e.data.objectName),size:n.files[i].file.size,oss:e.data})})),console.log("合并信息",this.fileList),Promise.all(t).then((()=>{this.btnloading=!1,this.$message.success(this.$t("uploadDialog.success")),this.isUploading=!1,this.$emit("onSuccess",this.fileList),this.files=[],this.fileList=[]}))}))}}},PPe=IPe,FPe=Ba(PPe,OPe,TPe,!1,null,"56c0850c",null),MPe=FPe.exports,BPe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip17"),width:"620px","before-close":e.closeTemplateUsage,"custom-class":"usage-dialog"},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip18"))+" ")]),t("img",{staticClass:"usage-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/usage.png"}})])},NPe=[],RPe={props:{isShow:{default:!1,type:Boolean}},data(){return{}},methods:{closeTemplateUsage(){this.$emit("closeTemplateUsage")}}},$Pe=RPe,jPe=Ba($Pe,BPe,NPe,!1,null,null,null),LPe=jPe.exports,zPe={props:{isMultiReply:{type:Boolean,default:!1},isDraft:{type:Boolean,default:!1},isReply:{type:Boolean,default:!1},isOuterBox:{type:Boolean,default:!1},form:{type:Object,default:{id:"",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}},replyInfo:{type:Object,default:()=>{}},editorHeight:{type:Number,default:350},aiPoint:{type:Number,default:0}},components:{mailUpload:MPe,templateUsage:LPe,Editor:PTe,Tooltip:Ou},data(){return{isFocusSubject:!1,totalSize:0,isShowUpload:!1,showTemplateUsage:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,replyHtml:"",editorRef:null,editorReady:!1,aiBarItems:[{name:this.$t("edm5.v265"),type:"1"},{name:this.$t("edm5.v266"),type:"2"},{name:this.$t("edm5.v267"),type:"3"},{name:this.$t("edm5.v268"),type:"4"},{name:this.$t("edm5.v269"),type:"5"}],showBar:"",pageFrom:this.$route.query.pageFrom||""}},computed:{isAiInvitePlanContentReady(){return this.editorReady&&!!this.form.content&&"AIinvitePlan"===this.pageFrom&&!this.form.isAiContent},isNormalContentReady(){return this.editorReady&&!!this.form.content&&!this.isDraft&&!this.isOuterBox&&!this.form.isAiContent&&"AIinvitePlan"!=this.pageFrom},isDraftContentReady(){return this.editorReady&&!!this.form.content&&!!this.isDraft&&!this.form.isAiContent},isAiContentReady(){return this.editorReady&&!!this.form.content&&!!this.form.isAiContent},isOuterBoxContentReady(){return this.editorReady&&!!this.form.content&&!!this.isOuterBox},isFileReady(){return this.form.fileList&&Array.isArray(this.form.fileList)&&this.form.fileList.length>0},isReplyContentReady(){return this.editorReady&&this.replyInfo&&this.isReply&&Object.keys(this.replyInfo).length>0}},watch:{isAiInvitePlanContentReady(e){e&&this.setInitDraftContent()},isNormalContentReady(e){console.log("normal",e),e&&this.setContent(this.form.content)},isDraftContentReady(e){console.log("Draft",e),e&&this.setInitDraftContent()},isOuterBoxContentReady(e){e&&this.setInitOuterBoxContent()},isReplyContentReady(e){e&&this.setInitReply()},isFileReady(e){e&&this.setInitFileSize()},isAiContentReady(e){console.log("ai",e),e&&this.setContent(this.form.content)}},created(){},mounted(){},methods:{editorOnload(){this.editorRef=this.$refs.content,this.editorReady=!0,this.initEditor()},initEditor(){this.$refs.content&&(this.form.getContent=this.getContent,this.form.setContent=this.setContent,this.form.addEditContent=this.addEditContent,this.form.setReplyDom=this.setReplyDom,this.form.getReplyHtml=this.getReplyHtml,this.form.getTextContent=this.getTextContent,this.form.isEmpty=this.getIsEmpty,this.form.setEditorBar=this.setEditorBar,this.setInitEmail())},getContent(){return this.editorRef.getContent()},setContent(e){let t=e;e&&e.trim&&(t=e.trim()),this.editorRef.setContent(t)},addEditContent(e){this.editorRef.addEditContent(e)},getTextContent(){return this.editorRef.getTextContent()},getReplyHtml(){return this.replyHtml},getIsEmpty(){return this.editorRef.isEmpty()},setEditorBar(e){this.showBar=e},clickUpload(){10!==this.form.fileList.length&&this.totalSize<200?this.isShowUpload=!0:this.$message({type:"warning",message:`${this.$i18n.t("writeMail.attachment_length_limit")}${this.$i18n.t("writeMail.attachment_size_limit")}`})},onSuccess(e){e.forEach((e=>{this.totalSize+=e.size/1024/1024,this.form.fileList.push({uuid:e.uuid,name:e.name,link:e.link,size:e.size})})),this.isShowUpload=!1},delFile(e){this.form.fileList.splice(e,1),0===this.form.fileList.length&&(this.totalSize=0),0!==this.form.fileList.length&&this.form.fileList.length<=10&&this.computeTotalSize()},handleOnClose(e){this.isShowUpload=!!e},setVariable(e){let t="";if(this.isFocusSubject){switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}const n=this.$refs.subjectIpt.selectionStart,i=this.form.subject.slice(0,n)+t+this.form.subject.slice(n);this.form.subject=i,this.isFocusSubject=!1}else{switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}this.editorRef.setFocus(),this.editorRef.insertEditContent(t)}},setInitEmail(){},setInitDraftContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>");let i="";i=t>-1&&n>-1?e.slice(0,t)+e.slice(n+15):e;const r=i.split("&nbsp;&nbsp;&nbsp;");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitOuterBoxContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>"),i=e.slice(0,t)+e.slice(n+15),r=i.split("&nbsp;&nbsp;&nbsp;");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitReply(){const e=this.$refs.content.$el;if(e){let n=e.getElementsByClassName("w-e-scroll")[0];var t=document.createElement("div");let i="<div style='color:#333'>";if(i+=`<p>------ ${this.$t("inboxDetail.omail")} ------<p>`,i+="<div style='background:#f5f5f5;padding:20px !important';overflow-x:auto;>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span> ${this.$t("inboxDetail.to")}:</span>`,i+=`<span>${Ws(this.replyInfo.bloggerName)}</span>`,i+="</div>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span style='display:inline-block;width:65px;'> ${this.$t("inboxDetail.subject")}:</span>`,i+=`<span>${this.replyInfo.subject}</span>`,i+="</div>",i+="<div style='display:flex'>",i+=`<span style='display:block;width:65px;margin: 0px;white-space:nowrap;'> ${this.$t("inboxDetail.content")}:</span>`,i+=`<div>${this.replyInfo.content}</div>`,i+="</div>",i+="<div>",i+="</div>",i=this.filterTag(i),t.innerHTML=i,this.replyHtml=i,n.appendChild(t),this.$route.query.isSimple){const e=localStorage.getItem("simpleWiteTxt")||"";this.setContent(e)}n.firstChild&&n.firstChild.setAttribute("class","mail-w")}},setInitFileSize(){const e=this.form.fileList;e&&Array.isArray(e)&&e.length>0&&(this.totalSize=this.form.fileList.reduce(((e,t)=>e+t.size/1024/1024),0))},filterTag(e){return e.replace(/<style\b[^<]*(?:(?!<\/style>)<[^<]*)*<\/style>|<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"")},toCloseBar(){this.showBar=""},toOpenAiOptimize(e){this.$emit("handleOptimize",e)},expandEditor(e){this.$emit("expandEditor",e)}}},VPe=zPe,HPe=Ba(VPe,APe,DPe,!1,null,"d89c89a8",null),UPe=HPe.exports,WPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-sign",attrs:{title:e.$t("edm5.v73"),"custom-class":"ai-side-sign-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"main-box"},[t("div",{staticClass:"search-part"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("edm5.v256"),clearable:""},on:{clear:()=>{e.searchForm.currentPage=1,e.init()}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(()=>{e.searchForm.currentPage=1,e.init()}).apply(null,arguments)}},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}},[t("i",{staticClass:"dss-iconfont icon-search2",attrs:{slot:"suffix"},on:{click:()=>{e.searchForm.currentPage=1,e.init()}},slot:"suffix"})]),t("el-button",{staticClass:"add-sign",class:{"add-sign-en":"en"===e.language},on:{click:function(t){e.isShowSet=!0}}},[t("div",{staticClass:"warp"},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v257")))])])])],1),t("div",{staticClass:"content-part"},e._l(e.tableData,(function(n,i){return t("div",{key:n.id,staticClass:"part-item"},[t("div",{staticClass:"item-top"},[t("span",{staticClass:"left",domProps:{innerHTML:e._s(n.content)}}),t("span",{staticClass:"right",on:{click:function(t){return e.showSetSign(n)}}},[e._v(" "+e._s(e.$t("edm5.v258"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"item-bottom"},[t("span",{staticClass:"left"},[e._v(e._s(e.$t("edm5.v259"))+e._s(n.gmtModify))]),t("span",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){return e.del(n.id)}}},[e._v(e._s(e.$t("edm5.v260")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.setMailSign(n.content)}}},[e._v(e._s(e.$t("edm5.v261")))])],1)])])})),0)]),t("div",{staticClass:"pagination-part"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),t("el-drawer",{attrs:{visible:e.isShowSet,"with-header":!1,"wrapper-closable":!1,"append-to-body":"",size:"780px"},on:{"update:visible":function(t){e.isShowSet=t}}},[e.isShowSet?t("set-sign",{attrs:{id:e.setId,content:e.detailContent},on:{init:function(t){e.searchForm.currentPage=1,e.init()},close:function(t){e.setId=0,e.isShowSet=!1}}}):e._e()],1)],1)},qPe=[];async function YPe(e){let t=await va("/edm/sign/selSigns",e);return t}async function GPe(e){let t=await wa("/edm/sign/addSign",e);return t}async function KPe(e){let t=await _a("/edm/sign/editSign",e);return t}async function XPe(e){let t=await ya(`/edm/sign/delSign/${e.id}`);return t}var ZPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drawer"},[t("div",{staticClass:"drawer-head"},[t("h3",[e._v(e._s(e.id?`${e.$i18n.t("signature.edite_sign")}`:`${e.$i18n.t("signature.create_sign")}`))]),t("button",{staticClass:"close-btn",on:{click:function(t){return e.close()}}},[t("i",{staticClass:"dss-iconfont icon-close"})])]),t("div",{staticClass:"drawer-body hidden-scrollbar"},[t("div",{staticClass:"form-editor mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.signature")))]),t("div",{staticClass:"form-editor-wrap"},[t("editor",{ref:"signContent",attrs:{height:400,theme:"light"}})],1)])]),t("div",{staticClass:"drawer-foot"},[t("button",{staticClass:"drawer-btn drawer-btn-linear mr24",on:{click:function(t){return e.close()}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"drawer-btn drawer-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.submit}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])])},JPe=[],QPe={components:{Editor:PTe},props:{id:{default:0,type:Number},content:{type:String,default:""}},data(){return{isSubmit:!1}},created(){this.id&&this.init()},methods:{init(){setTimeout((()=>{this.$refs.signContent.setContent(this.content)}),100)},submit(){if(this.$refs.signContent.isEmpty())return void this.$message({type:"warning",message:`${this.$i18n.t("signature.sign_not_empty")}`});const e={content:this.$refs.signContent.getContent()};this.isSubmit=!0,this.id?(e.id=this.id,KPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))):GPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))},close(){this.$emit("close")}}},eFe=QPe,tFe=Ba(eFe,ZPe,JPe,!1,null,"b369729e",null),nFe=tFe.exports,iFe={components:{SetSign:nFe},props:{visible:{type:Boolean,default:!1}},data(){return{searchForm:{content:"",currentPage:1,pageSize:5},tableData:[],tableTotal:0,isShowSet:!1,setId:0,detailContent:"",loading:!1,language:Wi.get("language")||"zh"}},created(){this.init()},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},init(){this.loading=!0,YPe(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},changePage(e){this.searchForm.currentPage=e,this.init()},del(e){this.$confirm(`${this.$i18n.t("signature.confirm_del")}`,"",{confirmButtonClass:"confirm_del"}).then((()=>{XPe({id:e}).then((e=>{0==e.code?(this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{}))},setMailSign(e){this.$emit("setMailSign",e)},showSetSign(e){this.setId=e.id,this.detailContent=e.content,this.isShowSet=!0}}},rFe=iFe,oFe=Ba(rFe,WPe,qPe,!1,null,"104128f9",null),aFe=oFe.exports,sFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-template",attrs:{title:e.$t("edm5.v245"),"custom-class":"ai-side-template-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"800px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"title-tips",class:{"title-tips-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v246")))]),t("TemplateList",{attrs:{userId:e.userId},on:{setMailTemplate:e.setMailTemplate}})],1)},lFe=[],cFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"inbox-search-wrap"},[t("el-row",{attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-select",{staticClass:"template_select",attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.searchForm.scene="",e.contentInput=""}},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:"模版名称",value:"1"}}),t("el-option",{attrs:{label:"应用场景",value:"2"}})],1),1==e.searchForm.type&&2==e.contentSelect?t("div",{staticClass:"temp_right"},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},slot:"prepend",model:{value:e.searchForm.scene,callback:function(t){e.$set(e.searchForm,"scene",t)},expression:"searchForm.scene"}},e._l(e.templateSystemScene,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1):t("div",{staticClass:"temp_right"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.mailTitleInput,callback:function(t){e.mailTitleInput=t},expression:"mailTitleInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.mailTitleInput="",e.searchForm.content="",e.searchForm.mailSubject=""}},slot:"prepend",model:{value:e.mailTitleSelect,callback:function(t){e.mailTitleSelect=t},expression:"mailTitleSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模版语言")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.modelLanguage,callback:function(t){e.$set(e.searchForm,"modelLanguage",t)},expression:"searchForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模板类型")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},on:{change:e.modelTypeChange},model:{value:e.searchForm.type,callback:function(t){e.$set(e.searchForm,"type",t)},expression:"searchForm.type"}},[t("el-option",{key:1,attrs:{value:1,label:"系统模版"}}),t("el-option",{key:2,attrs:{value:2,label:"自定义模版"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("共享状态")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isShared,callback:function(t){e.$set(e.searchForm,"isShared",t)},expression:"searchForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("创建人")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.accountList,(function(e){return t("el-option",{key:e.userId,attrs:{label:e.userName,value:e.userId}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:20}},[t("el-col",{attrs:{span:24}},[t("div",{staticClass:"btns_box"},[t("div",[t("el-button",{attrs:{type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.getCardList()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1),t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("div",{staticClass:"right_sort"},[t("el-dropdown",{attrs:{placement:"bottom"}},[t("div",{staticClass:"sort_btn"},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),e._v(" "+e._s(e.sortConfig.find((t=>t.value==e.searchForm.searchSort)).label)+" ")]),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},e._l(e.sortConfig,(function(n,i){return t("el-dropdown-item",{key:i,staticStyle:{"white-space":"nowrap"},attrs:{command:n.value},nativeOn:{click:function(t){return e.clickDropdownItem(n)}}},[e._v(e._s(n.label))])})),1)],1)],1)])])])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"temp_box"},[e.templateList.length?t("div",{staticClass:"temp_list"},e._l(e.templateList,(function(n){return t("div",{key:n.id,staticClass:"temp_item"},[t("div",{staticClass:"temp_content"},[t("div",{staticClass:"temp_top"},[t("div",{staticClass:"temp_title"},[t("div",{staticClass:"title_text"},[e._v(" "+e._s(n.templatesTitle)+" ")]),t("div",{staticClass:"more_icon",on:{click:function(t){return e.toDetail(n)}}},[e._v(" 详情"),t("i",{staticClass:"el-icon-arrow-right"})])]),t("div",{staticClass:"num_box"},[t("div",{staticClass:"lang_box"},[e._v(" 语言:"+e._s(e.getLangLabel(n.modelLanguage))+" ")]),n.attachmentNum?t("div",{staticClass:"lang_box"},[e._v(" 附件:"+e._s(n.attachmentNum)+"个 ")]):e._e(),n.productCardNum?t("div",{staticClass:"lang_box"},[e._v(" 商品卡:"+e._s(n.productCardNum)+"个 ")]):e._e()])]),t("div",{staticClass:"temp_middle"},[t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("送达率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.deliveryRate?"-":n.deliveryRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("打开率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.openRate?"-":n.openRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("回复率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.replyRate?"-":n.replyRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("累计发送数")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.totalSentNumber?"-":n.totalSentNumber)+" ")])])]),t("div",{staticClass:"tem_bottom"},[t("div",{staticClass:"tem_desc"},[e._v("邮件标题:"+e._s(n.mailSubject))]),t("div",{staticClass:"tem_desc"},[e._v("应用场景:"+e._s(n.scene))]),t("div",{staticClass:"desc_btns"},[t("div",{staticClass:"desc_text"},[t("div",{staticClass:"tem_desc"},[e._v("创建人:"+e._s(n.creator))]),t("div",{staticClass:"tem_desc"},[e._v("更新时间:"+e._s(n.gmtModify))])]),t("div",{staticClass:"apply_btn"},[t("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.setMailTemplate(n)}}},[e._v("应用")])],1)])])])])})),0):t("Empty")],1),t("div",{staticClass:"page_box"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,"page-size":e.searchForm.pageSize,layout:"total,prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange,"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)}}})],1)])},uFe=[];const dFe=[{value:"7",label:"汉语",enLabel:"Chinese"},{value:"1",label:"英语",enLabel:"English"},{value:"3",label:"法语",enLabel:"French"},{value:"8",label:"德语",enLabel:"German"},{value:"6",label:"日语",enLabel:"Japanese"},{value:"9",label:"韩语",enLabel:"Korean"},{value:"10",label:"越南语",enLabel:"Vietnamese"},{value:"11",label:"泰国语",enLabel:"Thai"},{value:"12",label:"菲律宾语",enLabel:"Filipino"},{value:"13",label:"印度尼西亚语",enLabel:"Indonesian"},{value:"14",label:"俄罗斯语",enLabel:"Russian"},{value:"4",label:"西班牙语",enLabel:"Spanish"},{value:"15",label:"意大利语",enLabel:"Italian"}],hFe=[{label:"按创建时间倒序",value:0},{label:"按更新时间倒序",value:1},{label:"按送达率倒序",value:2},{label:"按打开率倒序",value:3},{label:"按回复率倒序",value:4},{label:"按累计发送数倒序",value:5}],pFe=[{value:"1",label:`${mu.t("template.invite_cooperation")}`},{value:"2",label:`${mu.t("template.price_negotiation")}`},{value:"3",label:`${mu.t("template.contract_template")}`},{value:"4",label:`${mu.t("template.video_production")}`},{value:"5",label:`${mu.t("template.expense_settlement")}`}];function fFe(e){let t={templatesTitle:"",scene:"",mailSubject:"",content:"",type:null,modelLanguage:"",isShared:"",userId:"",searchSort:1,currentPage:1,pageSize:10};return e&&(t=Object.assign(t,e)),t}var mFe={components:{Empty:Ld},props:{userId:{type:[Number,String],default:""}},data(){return{contentSelect:"1",contentInput:"",mailTitleSelect:"1",mailTitleInput:"",searchForm:fFe(),language:dFe,sortConfig:hFe,accountList:[],templateList:[],templateSystemScene:pFe,total:0,loading:!1}},mounted(){this.getAccountList(),this.getCardList()},methods:{getLangLabel(e){const t=this.language.find((t=>t.value==e));if(t)return t.label},setMailTemplate(e){this.$emit("setMailTemplate",e)},toDetail(e){const t=this.$router.resolve({path:"/emailTempDetail",query:{type:"edit",id:e.id}});window.open(t.href,"_blank")},getCardList(){"1"==this.contentSelect?this.searchForm.templatesTitle=this.contentInput:"2"==this.contentSelect&&1!=this.searchForm.type&&(this.searchForm.scene=this.contentInput),"1"==this.mailTitleSelect?this.searchForm.mailSubject=this.mailTitleInput:"2"==this.mailTitleSelect&&(this.searchForm.content=this.mailTitleInput),this.loading=!0,Ts(this.searchForm).then((e=>{"0"==e.code?(this.templateList=e.data.rows,this.total=e.data.total,this.loading=!1):(this.loading=!1,this.$message.error(e.message))}))},modelTypeChange(e){this.searchForm.scene="",this.contentInput=""},resetEvt(){this.searchForm=fFe(),this.contentSelect="1",this.contentInput="",this.mailTitleSelect="1",this.mailTitleInput="",this.getCardList()},getAccountList(){Os().then((e=>{"0"==e.code?this.accountList=e.data:this.$message.error(e.message)}))},clickDropdownItem(e){this.searchForm.currentPage=1,this.searchForm.searchSort=e.value,this.getCardList()},handleSizeChange(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.getCardList()},handleCurrentChange(e){this.searchForm.currentPage=e,this.getCardList()}}},gFe=mFe,vFe=Ba(gFe,cFe,uFe,!1,null,"0854720c",null),yFe=vFe.exports,bFe={components:{TemplateList:yFe},props:{visible:{type:Boolean,default:!1},userId:{type:[Number,String],default:""}},data(){return{loading:!1,language:Wi.get("language")}},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},setMailTemplate(e){this.$emit("setMailTemplate",e)}}},wFe=bFe,_Fe=Ba(wFe,sFe,lFe,!1,null,"2b36ea26",null),CFe=_Fe.exports,xFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ai-mail"},[e.visible?t("div",{staticClass:"ai-mail-base",class:{"ai-mail-base-en":"en"===e.language}},[t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.baseClose}}),t("div",{staticClass:"title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt",class:{"txt-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v82")))])]),t("div",{staticClass:"sub-title"},[e._v(" "+e._s(e.$t("edm5.v83"))+" ")]),t("div",{staticClass:"step-content"},[t("div",{staticClass:"step-item step-one",on:{click:function(t){e.isShowProductDrawer=!0}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v84")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v85")))])]),t("div",{staticClass:"right"},[e.aiProducts.length>0?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"step-item step-two",on:{click:()=>{e.isShowCoopDrawer=!0,e.getLanguages()}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v88")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v89")))])]),t("div",{staticClass:"right"},[e.isCoopComplete?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("div",{staticClass:"make"},[t("el-button",{staticClass:"make-btn",attrs:{type:"primary"},on:{click:e.makeAiEmails}},[e._v(e._s(e.$t("edm5.v90")))])],1),t("div",{staticClass:"point"},[t("span",{staticClass:"point-txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{from:"ai",isShowProductDrawer:e.isShowProductDrawer,defaultSelectedProduct:e.aiProducts},on:{addAiProduct:e.addAiProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),t("el-drawer",{staticClass:"ai-coop",attrs:{title:e.$t("edm5.v89"),"custom-class":"ai-coop-drawer",visible:e.isShowCoopDrawer,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.coopDrawerClose}},[t("div",{staticClass:"coop-subTitle"},[e._v(e._s(e.$t("edm5.v92")))]),t("div",{staticClass:"coop-form"},[t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[t("span",{staticClass:"required"},[e._v("*")]),e._v(e._s(e.$t("edm5.v93"))+" ")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-input",{attrs:{type:"textarea",rows:4,resize:"none",placeholder:"Best regards\n[Your Full Name]\n[Your Title/Position]\n[Your Company/Organization]",maxlength:"100","show-word-limit":""},model:{value:e.coopForm.signature,callback:function(t){e.$set(e.coopForm,"signature",t)},expression:"coopForm.signature"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v94")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.brandInformation,callback:function(t){e.$set(e.coopForm,"brandInformation",t)},expression:"coopForm.brandInformation"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v96")))]),t("div",{staticClass:"form-item-value"},[t("el-select",{attrs:{size:"medium",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.isFreeShipping,callback:function(t){e.$set(e.coopForm,"isFreeShipping",t)},expression:"coopForm.isFreeShipping"}},[t("el-option",{attrs:{label:e.$t("edm5.v49"),value:!1}}),t("el-option",{attrs:{label:e.$t("edm5.v48"),value:!0}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v97")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v99")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v100")))]),t("div",{staticClass:"form-item-value style-value"},[t("el-autocomplete",{attrs:{"fetch-suggestions":e.querySearch,placeholder:e.$t("edm5.v95")},model:{value:e.coopForm.videoStyle,callback:function(t){e.$set(e.coopForm,"videoStyle",t)},expression:"coopForm.videoStyle"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v101")))]),t("div",{staticClass:"form-item-value number-value"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95"),type:"number"},model:{value:e.coopForm.videoDuration,callback:function(t){e.$set(e.coopForm,"videoDuration",t)},expression:"coopForm.videoDuration"}},[t("template",{slot:"append"},[e._v(e._s(e.$t("edm5.v102")))])],2)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v("hashtag")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-select",{attrs:{"popper-class":"coop-tag-select",multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("edm5.v103")},model:{value:e.coopForm.hashtags,callback:function(t){e.$set(e.coopForm,"hashtags",t)},expression:"coopForm.hashtags"}},[t("el-option",{attrs:{label:"test",value:"test"}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v104")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.otherRequirements,callback:function(t){e.$set(e.coopForm,"otherRequirements",t)},expression:"coopForm.otherRequirements"}})],1)])]),t("div",{staticClass:"coop-bottom"},[t("div",{staticClass:"bottom-left"},[t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v105")))]),t("span",{staticClass:"value",staticStyle:{"margin-right":"6px"}},[t("el-select",{attrs:{size:"small",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.language,callback:function(t){e.$set(e.coopForm,"language",t)},expression:"coopForm.language"}},e._l(e.languageList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.label,value:e.value}})})),1)],1),t("Tooltip",{attrs:{content:e.$t("edm5.v106"),isShowRule:!1}})],1),t("div",{staticClass:"bottom-right"},[t("el-button",{on:{click:function(t){e.isShowCoopDrawer=!1}}},[e._v("取消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddCoop}},[e._v("确认")])],1)])]),t("el-drawer",{staticClass:"ai-build",attrs:{title:e.$t("edm5.v82"),"custom-class":"ai-build-drawer",visible:e.isShowBuildDrawer,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.buildDrawerClose}},[t("div",{staticClass:"build-content"},[t("div",{staticClass:"build-rule-part"},[e.aiProducts.length>0?t("div",{staticClass:"product-information"},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v107")))]),t("div",{staticClass:"title-right"},[t("div",{staticClass:"toggle-btn left",on:{click:function(t){return e.toggleProductCarousel("prev")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})]),t("div",{staticClass:"toggle-txt"},[t("span",{staticClass:"current"},[e._v(e._s(e.currentProductIndex+1))]),t("span",{staticClass:"total"},[e._v("/"+e._s(e.aiProducts.length))])]),t("div",{staticClass:"toggle-btn right",on:{click:function(t){return e.toggleProductCarousel("next")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("el-carousel",{ref:"productCarousel",staticClass:"product-carousel",attrs:{height:"160px",trigger:"click",autoplay:!1,"indicator-position":"none",arrow:"never"},on:{change:e.productCarouselChange}},e._l(e.aiProducts,(function(n){return t("el-carousel-item",{key:n.id},[t("div",{staticClass:"product-info"},[t("img",{staticClass:"left",attrs:{src:n.imageUrls[0],alt:""}}),t("div",{staticClass:"right"},[n.nameZh?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v108"))+e._s(n.nameZh||"-")+" ")]):e._e(),n.nameEn?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v109"))+e._s(n.nameEn||"-")+" ")]):e._e(),n.platformName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v110"))+e._s(n.platformName||"-")+" ")]):e._e(),n.productLink?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v111"))+e._s(n.productLink||"-")+" ")]):e._e(),n.countryName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v112"))+e._s(n.countryName||"-")+" ")]):e._e(),n.remark?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v113"))+e._s(n.remark||"-")+" ")]):e._e()])])])})),1)],1):e._e(),t("div",{staticClass:"coop-information",class:{"coop-larger":0===e.aiProducts.length}},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v114")))])]),t("div",{staticClass:"coop-content"},[t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.brandInformation||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v94"))+":"+e._s(e.coopForm.brandInformation||"-"))])])],1),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v116"))+e._s(e.coopMethods)+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v100"))+":"+e._s(e.coopForm.videoStyle||"-")+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v101"))+":"+e._s(e.coopForm.videoDuration)),e.coopForm.videoDuration?t("span",[e._v(e._s(e.$t("edm5.v102")))]):e._e()]),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.hashtagsStr||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" hashtags:"+e._s(e.hashtagsStr))])])],1),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.otherRequirements||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v119"))+e._s(e.coopForm.otherRequirements||"-"))])])],1)])])]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"build-content-part",attrs:{"element-loading-spinner":"el-icon-loading1","element-loading-background":"rgba(255, 255, 255, 0.7)","element-loading-customClass":"ai-email-loading"}},[e.isBuilding?t("el-progress",{staticClass:"ai-progress",attrs:{"text-inside":!0,"stroke-width":30,percentage:e.progressNum}}):e._e(),e.isBuilding?t("div",{staticClass:"loading-txt"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v120")))]),t("LoadingDots")],1):e._e(),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),t("i",{staticClass:"dss-iconfont icon-close",class:{"not-allowed":e.isBuilding},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}})])})),0),e.mailList.length<5?t("div",{staticClass:"email-add",class:{"not-allowed":e.isBuilding},on:{click:e.toAddEmail}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()]),e.mailList.length>0?t("div",{staticClass:"email-content"},[e.currentActiveMail.subject?t("div",{staticClass:"subject"},[e._v(" "+e._s(e.$t("edm5.v121"))+e._s(e.currentActiveMail.subject)+" ")]):e._e(),e.currentActiveMail.content?t("div",{staticClass:"content",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s(e.$t("edm5.v122")+e.currentActiveMail.content)}}):e._e()]):t("Empty",{attrs:{currentStyle:{"padding-top":"90px"},tips:e.$t("edm5.v123")}})],1)]),e.mailList.length>0?t("div",{staticClass:"build-footer"},[t("div",{staticClass:"ai-bottom"},[e.isBatchFinished?t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(1,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(2,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"redo",on:{click:e.rebuildSimpleEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]):e._e(),t("div",{staticClass:"point",style:{"margin-left":e.isBatchFinished?"24px":"0px"}},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.buildDrawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmails}},[e._v(e._s(e.$t("edm5.v124")))])],1)]):e._e()])],1)},SFe=[];function kFe(e){return wa("/edm/ai/aiWriteEmail/batchGenerate",e)}function EFe(e){return va(`/edm/ai/aiWriteEmail/generate/${e}`)}function AFe(e,t){return va(`/edm/ai/aiWriteEmail/regenerate/${e}/sceneType/${t}`)}function DFe(e){return va(`/edm/ai/aiWriteEmail/getByRequest/${e}`)}function OFe(e,t){return va(`/edm/ai/aiWriteEmail/getByResult/${e}/sceneType/${t}`)}function TFe(e){return wa("/edm/ai/aiWriteEmail/optimize",e)}function IFe(e,t){return va(`/edm/ai/aiOptimizeContent/getByRequest/${e}/sceneType/${t}`)}var PFe=function(){var e=this;e._self._c;return e._m(0)},FFe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loading-dots"},[t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"})])}],MFe={name:"LoadingDots"},BFe=MFe,NFe=Ba(BFe,PFe,FFe,!1,null,"9cfc5dac",null),RFe=NFe.exports,$Fe={components:{Tooltip:Ou,Empty:Ld,LoadingDots:RFe,productNewDrawer:XIe},props:{visible:{type:Boolean,default:!1},aiPoint:{type:Number,default:0}},data(){return{isShowProductDrawer:!1,isShowCoopDrawer:!1,isShowBuildDrawer:!1,aiProducts:[],coopForm:{brandInformation:"",isFreeShipping:!1,isPaid:!1,hasOrderCommission:!1,videoStyle:"",videoDuration:"",hashtags:[],signature:"",otherRequirements:"",language:"英语"},isCoopComplete:!1,languageList:[],language:Wi.get("language"),currentProductIndex:0,mailList:[{id:"1xx",subject:"",content:"",historyId:"",active:!0,feedLike:0},{id:"2xx",subject:"",content:"",historyId:"",active:!1,feedLike:0},{id:"3xx",subject:"",content:"",historyId:"",active:!1,feedLike:0}],isBatchFinished:!1,isBuilding:!1,aiEmailCounter:0,AiMailsTimer:null,idInfo:{requestId:"",ruleId:""},progressNum:0}},computed:{coopMethods(){const e=this.coopForm.isFreeShipping?this.$t("edm5.v125"):this.$t("edm5.v126"),t=this.coopForm.isPaid?this.$t("edm5.v127"):this.$t("edm5.v128");return e+"&"+t},hashtagsStr(){return this.coopForm.hashtags.join(",")||"-"},currentActiveMail(){return this.mailList.find((e=>e.active))||{}}},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{querySearch(e,t){var n=[{value:"场景植入",label:this.$t("edm5.v129")},{value:"反差对比",label:this.$t("edm5.v130")},{value:"体验分享",label:this.$t("edm5.v131")},{value:"直接展示",label:this.$t("edm5.v132")},{value:"开箱测评",label:this.$t("edm5.v133")}],i=e?n.filter(this.createFilter(e)):n;t(i)},createFilter(e){return t=>0===t.value.toLowerCase().indexOf(e.toLowerCase())},baseClose(){this.$emit("update:visible",!1)},closeProductDrawer(){this.isShowProductDrawer=!1},addAiProduct(e=[]){this.aiProducts=e,this.isShowProductDrawer=!1},coopDrawerClose(){this.isShowCoopDrawer=!1},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},confirmAddCoop(){if(""===this.coopForm.signature)return this.isCoopComplete=!1,this.$message.error(this.$t("edm5.v134"));this.isCoopComplete=!0,this.isShowCoopDrawer=!1},buildDrawerClose(){this.stopAiEmailsSetInterval(),this.isShowBuildDrawer=!1,this.currentProductIndex=0,this.mailList=this.$options.data().mailList,this.progressNum=0},productCarouselChange(e){this.currentProductIndex=e},toggleProductCarousel(e){const t=this.$refs.productCarousel;t&&t[e]()},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){return!this.isBuilding&&(!(this.mailList.length<=0)&&void this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.mailList.length>0&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})})).catch((()=>{})))},toAddEmail(){return!this.isBuilding&&(!(this.mailList.length>=5)&&(this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"add",subject:"",content:"",historyId:"",active:!0,feedLike:0}),void this.buildSingleAiEmail()))},async evaluateAi(e,t){try{const n=this.currentActiveMail.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"generate"});if("0"===i.code){const e=this.mailList.findIndex((e=>e.active));e>-1&&this.$set(this.mailList,e,{...this.mailList[e],feedLike:n}),this.$message.success(this.$t("inboxDetail.tips5"))}}catch(Rl){console.log(Rl)}},makeAiEmails(){if(0===this.aiProducts.length&&!this.isCoopComplete)return this.$message.error(this.$t("edm5.v135"));this.isShowBuildDrawer=!0,this.$nextTick((()=>{this.buildAiEmails()}))},async buildAiEmails(){try{this.progressNum=0;const e={productIds:this.aiProducts.map((e=>e.id)),cooperationRequirement:this.coopForm};this.isBuilding=!0,this.isBatchFinished=!1;const t=await kFe(e);"0"===t.code?(this.idInfo=t.data,this.getAiEmails(!1)):(this.$message.error(t.message),this.isBuilding=!1,this.buildFailed(!1))}catch(Rl){this.isBuilding=!1,this.buildFailed(!1),console.log(Rl)}},async getAiEmails(e=!1){try{const t=await DFe(this.idInfo.requestId);"0"==t.code?t.data?.isComplete?(this.progressNum=100,e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):(this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e}))),this.isBatchFinished=!0),this.isBuilding=!1):(this.isBuilding=!0,this.createAiEmailsSetInterval(e)):(this.isBuilding=!1,this.$message.error(t.message),this.buildFailed(e))}catch(Rl){this.buildFailed(e),console.log(Rl)}},createAiEmailsSetInterval(e=!1){const t=e?20:5,n=e?30:10;this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(t,n),this.progressNum>=99&&(this.progressNum=99);const i=await this.getAiEmailsProgress(e);i&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.progressNum=100,this.stopAiEmailsSetInterval(),e||(this.isBatchFinished=!0)),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")),this.buildFailed(e))}),2e3)},async getAiEmailsProgress(e){try{const t=await DFe(this.idInfo.requestId);return"0"==t.code?(t.data?.isComplete&&(e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e})))),t.data?.isComplete):(this.$message.error(t.message),this.buildFailed(e),!0)}catch(Rl){return this.buildFailed(e),console.log(Rl),!0}},stopAiEmailsSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},buildFailed(e=!1){this.progressNum=0,e?(this.mailList.splice(-1,1),this.mailList=this.mailList.map(((e,t)=>{const n=t===this.mailList.length-1;return{...e,active:n}}))):this.mailList=[]},async buildSingleAiEmail(){try{this.progressNum=0,this.isBuilding=!0;const e=await EFe(this.idInfo.ruleId);"0"===e.code?(this.idInfo.requestId=e.data,this.getAiEmails(!0)):(this.buildFailed(!0),this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.buildFailed(!0),this.isBuilding=!1,console.log(Rl)}},async rebuildSimpleEmail(){if(this.isBuilding)this.stopAiEmailsSetInterval(),this.progressNum=0,this.isBuilding=!1,"add"===this.currentActiveMail.id&&this.buildFailed(!0);else try{this.progressNum=0,this.isBuilding=!0;const e=await AFe(this.currentActiveMail.id,"generateEmail");"0"===e.code?this.getAiEmailByResult():(this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.progressNum=0,this.isBuilding=!1,console.log(Rl)}},async getAiEmailByResult(){try{const e=await OFe(this.currentActiveMail.id,"generateEmail");if("0"===e.code)if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0}),this.progressNum=100,this.isBuilding=!1}else this.isBuilding=!0,this.createRebuildSetInterval();else this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message)}catch(Rl){this.progressNum=0,this.isBuilding=!1,console.log(Rl)}},createRebuildSetInterval(){this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(20,30),this.progressNum>=99&&(this.progressNum=99);const e=await this.getRebuildsProgress();e&&(this.$emit("refreshPoint"),this.progressNum=100,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval()),this.aiEmailCounter>=60&&(this.progressNum=0,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getRebuildsProgress(){try{const e=await OFe(this.currentActiveMail.id,"generateEmail");if("0"==e.code){if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0})}return e.data?.isComplete}return this.$message.error(e.message),!0}catch(Rl){return console.log(Rl),!0}},toApplyEmails(){if(0===this.mailList.length)return this.$message.error(this.$t("edm5.v136"));this.$emit("applyEmails",this.mailList)},getRandomInt(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}}},jFe=$Fe,LFe=Ba(jFe,xFe,SFe,!1,null,"c29ad2c2",null),zFe=LFe.exports,VFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-optimize",attrs:{title:e.currentMailMap.title,"custom-class":"ai-optimize-drawer",visible:e.visible,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"sub-title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt"},[e._v(" "+e._s(e.currentMailMap.subTitle))])]),"7"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v240")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v241")))])],1):e._e(),"5"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v242")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v90")))])],1):e._e(),t("div",{staticClass:"ai-content"},[t("div",{staticClass:"content-left"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.$t("edm5.v244")))]),t("div",{staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s("6"===e.type?e.imitationOriginContent:e.resultInfo.originContent)}})]),t("div",{staticClass:"content-right"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.currentMailMap.resultTitle))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-optimize-loading"},domProps:{innerHTML:e._s("6"===e.type?e.imitationContent:e.resultInfo.resultContent)}})])]),t("div",{staticClass:"ai-footer"},[""!==e.requestId?t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(1,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(2,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmail}},[e._v(e._s(e.$t("edm5.v124")))])],1)])])},HFe=[],UFe={components:{Tooltip:Ou},props:{visible:{type:Boolean,default:!1},type:{type:String,default:"1"},aiPoint:{type:Number,default:0},originSubject:{type:String,default:""},originContent:{type:String,default:""}},data(){return{loading:!1,language:"英语",languageList:[],tone:"友好的",toneList:[],resultInfo:{originSubject:"",resultSubject:"",originContent:"",resultContent:"",feedLike:0,historyId:""},isBuilding:!1,aiEmailCounter:0,aiRebuildEmailCounter:0,AiMailsTimer:null,AiRebuildMailTimer:null,requestId:"",rebuildId:"",rebuildProgressId:"",imitationOriginContent:"",imitationContent:"",typeMap:{1:{title:"优化拼写与语法",subTitle:"AI工具会自动检测邮件中的拼写和语法错误,并自动修正,确保邮件内容准确无误,提升邮件的专业水平和可读性",resultTitle:"AI优化内容",sceneType:"optimizeSpellingAndGrammar"},2:{title:"缩短内容",subTitle:"AI工具分析邮件内容,识别并建议删除冗长的句子和段落,以精简邮件长度,使其更易于理解和消化",resultTitle:"AI优化内容",sceneType:"shorten"},3:{title:"扩充内容",subTitle:"根据邮件主题,AI工具会对内容进行扩充,以丰富邮件内容并增强信息的传达效果",resultTitle:"AI优化内容",sceneType:"expansion"},4:{title:"优化结构",subTitle:"AI工具分析邮件结构,推荐调整段落顺序、增加标题或子标题、优化段落分隔,以提升整体阅读体验和视觉吸引力",resultTitle:"AI优化内容",sceneType:"optimizeStructure"},5:{title:"改变语气",subTitle:"AI工具可以改变邮件的语气,使其更加符合受众需求和沟通目的",resultTitle:"AI优化内容",sceneType:"changeTone"},6:{title:"仿写邮件",subTitle:"基于原邮件的语言、字数、内容结构等,生成相似但有变化的邮件内容",resultTitle:"AI仿写内容",sceneType:"imitation"},7:{title:"翻译",subTitle:"选择目标语言,进行翻译",resultTitle:"译文",sceneType:"translate"}}}},computed:{currentMailMap(){return this.typeMap[this.type]},isReady(){return!!this.resultInfo.originContent&&!!this.type}},watch:{isReady:{handler(e){e&&("5"===this.type&&this.getTones(),"7"===this.type&&this.getLanguages(),"5"!==this.type&&"7"!==this.type&&this.buildOptimize())},deep:!0,immediate:!0}},created(){this.originSubject&&(this.resultInfo.originSubject=this.originSubject),this.originContent&&(this.resultInfo.originContent=this.originContent,"6"===this.type&&(this.imitationOriginContent=`${this.$t("edm5.v121")}${this.originSubject}\n\n`+this.$t("edm5.v262")+this.originContent))},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async getTones(){try{const e=await Cs();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async evaluateAi(e,t){if(this.isBuilding)return!1;try{const n=this.resultInfo.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:this.currentMailMap.sceneType});"0"===i.code?(this.resultInfo.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5"))):this.$message.error(i.message)}catch(Rl){console.log(Rl)}},async buildOptimize(){try{this.isBuilding=!0;const e=await TFe({sceneType:this.currentMailMap.sceneType,currentSubject:this.resultInfo.originSubject||void 0,currentContent:this.resultInfo.originContent,language:"7"===this.type?this.language:void 0,tone:"5"===this.type?this.tone:void 0});"0"===e.code?(this.requestId=e.data,this.getAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},async getAiEmail(){try{const e=await IFe(this.requestId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.content||"",this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},createAiEmailSetInterval(){this.stopAiEmailSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1;const e=await this.getAiEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval()),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiEmailProgress(){try{const e=await IFe(this.requestId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.content,this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},stopAiEmailSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},async rebuildEmail(){if(this.isBuilding)this.isBuilding=!1,this.stopAiEmailSetInterval();else try{this.isBuilding=!0;const e=await AFe(this.rebuildId,this.currentMailMap.sceneType);"0"===e.code?(this.rebuildProgressId=e.data,this.resultInfo.feedLike=0,this.getRebuildAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},async getRebuildAiEmail(){try{const e=await OFe(this.rebuildProgressId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.aiWrite.content||"",this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createRebuildAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},createRebuildAiEmailSetInterval(){this.stopRebuildAiEmailSetInterval(),this.aiRebuildEmailCounter=0,this.AiRebuildMailTimer=setInterval((async()=>{this.aiRebuildEmailCounter+=1;const e=await this.getAiRebuildEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval()),this.aiRebuildEmailCounter>=60&&(this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRebuildEmailProgress(){try{const e=await OFe(this.rebuildProgressId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.aiWrite.content,this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},stopRebuildAiEmailSetInterval(){this.AiRebuildMailTimer&&(clearInterval(this.AiRebuildMailTimer),this.AiRebuildMailTimer=null)},toApplyEmail(){const{resultSubject:e,resultContent:t}=this.resultInfo;if(!t)return this.$message.error("暂无可应用内容!");this.$emit("applyEmail","setContent",e,t,this.type),this.drawerClose(),this.$message.success("应用成功")}}},WFe=UFe,qFe=Ba(WFe,VFe,HFe,!1,null,"845a6210",null),YFe=qFe.exports,GFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:e.$t("edm5.v61"),width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"setting-tip"},[e._v(" "+e._s(e.$t("edm5.v253"))+" ")]),t("div",{staticClass:"setting-input"},[t("el-input",{attrs:{type:"input",placeholder:e.$t("edm5.v95")},model:{value:e.nickName,callback:function(t){e.nickName=t},expression:"nickName"}})],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeDialog}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:e.confirmSetting}},[e._v(e._s(e.$t("edm5.v45")))])],1)])])},KFe=[];function XFe(){return va("/edm/mail/getSenderInfo")}function ZFe(e){return wa("/edm/mail/saveSenderInfo",e)}function JFe(){return va("/edm/conf/sendEmailDelayLevel/list")}function QFe(){return va("/edm/conf/sendEmailDelayLevel/detail")}function eMe(e){return wa("/edm/conf/sendEmailDelayLevel/setting",e)}var tMe={props:{visible:{type:Boolean,default:!1},nickNameDefault:{type:String,default:""}},data(){return{nickName:"",confirmBtnLoading:!1,loading:!1}},created(){this.nickNameDefault&&(this.nickName=this.nickNameDefault)},methods:{closeDialog(){this.$emit("update:visible",!1)},async getNickname(){try{this.loading=!0;const e=await XFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(Rl){console.log(Rl),this.loading=!1}finally{this.loading=!1}},async confirmSetting(){try{if(!this.nickName)return this.$message.error(this.$t("edm5.v254"));this.confirmBtnLoading=!0;const e=await ZFe({nickName:this.nickName.trim()});"0"===e.code?(this.$message.success("设置成功!"),this.$emit("updateNickName",this.nickName),this.closeDialog()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}finally{this.confirmBtnLoading=!1}}}},nMe=tMe,iMe=Ba(nMe,GFe,KFe,!1,null,null,null),rMe=iMe.exports;function oMe(e){return wa("/edm/ai/inviteEmail/save",e)}function aMe(e){return va(`/edm/ai/inviteEmail/${e}`)}var sMe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:"存为模版",width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{"label-position":"top",model:e.ruleForm,rules:e.rules,"label-width":"100px"}},[t("el-form-item",{attrs:{label:"模版名称",prop:"templatesTitle"}},[t("el-input",{attrs:{maxlength:"30","show-word-limit":"",clearable:"",placeholder:"请输入模版名称"},model:{value:e.ruleForm.templatesTitle,callback:function(t){e.$set(e.ruleForm,"templatesTitle",t)},expression:"ruleForm.templatesTitle"}})],1),t("el-form-item",{attrs:{label:"应用场景",prop:"scene"}},[t("el-input",{attrs:{maxlength:"20","show-word-limit":"",placeholder:"请输入应用场景",clearable:""},model:{value:e.ruleForm.scene,callback:function(t){e.$set(e.ruleForm,"scene",t)},expression:"ruleForm.scene"}})],1),t("el-form-item",{attrs:{label:"语言",prop:"modelLanguage"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.ruleForm.modelLanguage,callback:function(t){e.$set(e.ruleForm,"modelLanguage",t)},expression:"ruleForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("el-form-item",{attrs:{label:"共享状态"}},[t("el-select",{attrs:{clearable:"",placeholder:"请选择共享状态"},model:{value:e.ruleForm.isShared,callback:function(t){e.$set(e.ruleForm,"isShared",t)},expression:"ruleForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:function(t){return e.resetForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:function(t){return e.submitForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v45")))])],1)],1)])},lMe=[];async function cMe(e){let t=await wa("/edm/outbox/sendData",e);return"0"===t.code?t:null}async function uMe(e){let t=await wa("/edm/inbox/receiveData",e);return t||null}async function dMe(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t||null}async function hMe(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t||null}async function pMe(e){let t=await va(`/edm/mail/sendDetail/${e}`);return"0"===t.code?t:null}async function fMe(e){let t=await va(`/edm/outbox/selAiReply/${e}`);return t||null}async function mMe(e){let t=await wa("/edm/inbox/aiReply",e);return t||null}async function gMe(e){let t=await wa("/edm/inbox/exportReceiveData",e,"blob");return t||null}async function vMe(e){let t=await wa("/edm/outbox/exportSendData",e,"blob");return t||null}async function yMe(e){let t=await wa("/edm/template/addTemplate",e);return t||null}var bMe={props:{visible:{type:Boolean,default:!1},mailTempList:{type:Array,default:()=>[]},tempProductCard:{type:String,default:""}},data(){return{confirmBtnLoading:!1,loading:!1,ruleForm:{templatesTitle:"",scene:"",modelLanguage:"",isShared:!1},rules:{templatesTitle:[{required:!0,message:"请输入模版名称",trigger:"blur"}],modelLanguage:[{required:!0,message:"请选择模版语言",trigger:"change"}],scene:[{required:!0,message:"请输入应用场景",trigger:"change"}]},language:LIe}},created(){},methods:{getMailParams(){const e=this.mailTempList.find((e=>e.active));let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+this.tempProductCard:e.getContent()+e.getReplyHtml()+this.tempProductCard,{mailSubject:e.subject,content:t,attachments:e.fileList}},submitForm(e){const t=this.getMailParams();this.$refs[e].validate((e=>{if(!e)return console.log("error submit!!"),!1;{const e={...this.ruleForm,...t};yMe(e).then((e=>{"0"==e.code?(this.$message.success("保存成功"),this.$emit("setMailTempHandle",e.data),this.closeDialog()):this.$message.error(e.message)}))}}))},resetForm(e){this.$refs[e].resetFields(),this.closeDialog()},closeDialog(){this.$emit("update:visible",!1)}}},wMe=bMe,_Me=Ba(wMe,sMe,lMe,!1,null,"9fbbb3e2",null),CMe=_Me.exports,xMe=i(432),SMe=i.n(xMe),kMe={name:"writeEmail",components:{MailBody:uh,Editor:PTe,DelayedTx:$Te,ProductList:oIe,sendNotice:dIe,sendLimit:vIe,checkMail:xIe,chooseMailNew:PIe,SettingNickName:rMe,productNewDrawer:XIe,productFormDrawer:wPe,productCardsDrawer:EPe,Tooltip:Ou,ContentBox:UPe,SignTextDrawer:aFe,MailTemplateDrawer:CFe,AiMailDialog:zFe,MailOptimizeDrawer:YFe,saveMailTempDialog:CMe,Draggable:SMe()},props:{isReply:{type:Boolean,default:!1},bloggerArr:{type:Array,default:()=>[]},plan_id:{type:[Number,String],default:""},isTiming:{type:[Number,String],default:0},rowTime:{type:[Number,String],default:""},draftId:{type:[Number,String],default:""},outboxId:{type:[Number,String],default:""},userId:{type:[Number,String],default:""},dssTaskId:{tyep:[Number,String],default:""},dssTaskName:{type:String,default:""},hubTaskId:{type:[Number,String],default:""},popularizePlanId:{type:[Number,String],default:""},popularizePlanName:{type:String,default:""},hubTaskName:{type:String,default:""},sendEntryKey:{type:String,default:""},currentEnv:{type:String,default:"https://www.wotohub.com"}},computed:{allSubjectList(){return this.mailList.map((e=>e.subject))},currentRadio(){return"WOTOMAIL"===this.sendType?"WOTOMAIL":this.email}},data(){return{mailList:[{id:"mockId-1",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}],replyInfo:null,addresseeArr:[],loading:!1,isShowSave:!0,isShowDelayed:!1,isSpreadAddress:!1,timer:null,isBack:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,timerId:"",editorHeight:450,cancleTimer:!1,isShowNotice:!1,isShowLimit:!1,isShowCheck:!1,isCheckType:!1,reContactList:[],riskList:[],cooperatedList:[],filterBloggerArr:[],isLimit:!1,totalSendNum:0,restSendNum:0,isSelfClick:!1,isScheduledMail:!1,isScheduledTime:null,checkEmails:[],isSendSuccess:!0,showChooseMail:!1,sendType:"",email:"",bizId:"",isMultiReply:"true"==this.$route.query.isMultiReply||1==this.$route.query.isMultiReply,isShowProductFormDrawer:!1,isShowProductDrawer:!1,isShowProductCardDrawer:!1,cardsArr:[],productTypeOpts:Object.freeze($Ie),writeId:"",currentApi:{NODE_ENV:"production",BASE_URL:"/"}.VUE_APP_BASE_API,existIds:[],signTextDrawerVisible:!1,mailTemplateDrawerVisible:!1,aiMailVisible:!0,mailOptimizeDrawerVisible:!1,aiOptimizeType:"",aiOptimizeOriginSubject:"",aiOptimizeOriginContent:"",aiPoint:0,editBloggerLoading:!1,domTimer:null,mailIdMap:[],deleteIdList:[],settingNicknameVisible:!1,nickName:"",pageFrom:this.$route.query.pageFrom||"",currentAiPlatform:this.$route.query.currentAiPlatform||"",saveMailTempDialogVisible:!1,tempProductCard:"",totalNum:0,checkLoading:!1,editorHeightMore:0}},created(){if(window.onbeforeunload=e=>(e=e||window.event,this.$t("edm5.v76")),this.isReply)this.getReplyDetail();else if(this.draftId)this.isShowSave=!1,this.getDraftDetail();else if(this.outboxId)this.getOutBoxDetail();else if(this.isMultiReply){const e=JSON.parse(localStorage.getItem("multiReplyBlogInfo"));e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))}else this.$route.query.inviteAITaskId?this.getInviteAITaskDetail():"payStatusDetail"==this.$route.query.pageFrom?this.payInitTemplate():this.getMailBlogger();"AIinvitePlan"!==this.pageFrom&&(this.isMultiReply||(this.timer=window.setInterval((()=>{this.saveDraft(!1)}),6e4)),this.showNoticeEvt(),this.getSendEmailConfig(),this.getAiPoint(),this.getNickname())},mounted(){this.domTimer=setTimeout((()=>{const e=this.$refs.pageContainer.clientHeight,t=document.getElementsByClassName("w-e-toolbar")[0].offsetHeight;this.editorHeight=e-436-t}),150)},beforeDestroy(){"AIinvitePlan"!==this.pageFrom&&this.remindSave(),clearInterval(this.timer),this.timer=null,clearTimeout(this.domTimer),this.domTimer=null},destroyed(){window.onbeforeunload=null},methods:{setMailTempHandle(e){this.mailList.forEach((t=>{t.active&&(t.templateId=e)}))},saveMailTemplate(){const e=this.mailList.find((e=>e.active));if(""==e.subject)return void this.$message.error("请输入邮件主题");let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id");this.tempProductCard=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,this.saveMailTempDialogVisible=!0},payInitTemplate(){const e=JSON.parse(localStorage.getItem("resultRecipientData")||"[]");e&&e.length&&e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}));const t=JSON.parse(localStorage.getItem("payWriteData")||"{}");this.mailList=[{attachments:[],content:`<p>To: ${this.addresseeArr[0].bloggerName}</p>\n <p>Hello!</p>\n <p>We are the official customer service team of WotoHub. On behalf of the platform and [${t.companyName}], we confirm the upcoming payment for the agreement you reached on the platform. </p>\n <p>Below are the contract details. Please review and sign them carefully:<a href="${t.payWriteUrl}" target="_blank">${t.payWriteUrl}</a></p>`,subject:"Contract Signature Required to Confirm Collaboration Payment ",id:"mockId-"+Date.now(),fileList:[],active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}]},getInviteAITaskDetail(){aMe(this.$route.query.inviteAITaskId).then((e=>{if("0"==e.code&&e.data.emails.length){if(this.mailList=e.data.emails.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachments||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data.emails||0===e.data.emails.length)return!1;if(e.data.emails[0]&&e.data.emails[0].content){let t=e.data.emails[0].content.indexOf("<product-card"),n=e.data.emails[0].content.indexOf("</product-card>"),i=e.data.emails[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}}}))},saveInviteEmail(){this.isShowSave=!1;let e=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),t=Vs(this.cardsArr,"id"),n=`<product-card cardIds=${t}><div style="display:flex;overflow-x:auto">${e}</div></product-card>`;const i=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+n:e.getContent()+e.getReplyHtml()+n,{id:e.frontId,subject:e.subject,content:t,attachments:e.fileList}})),r={taskId:this.$route.query.inviteAITaskId||"",platform:this.currentAiPlatform,emails:this.filterEmailId(i)},o=this.mailList.every((e=>!e.subject)),a=this.mailList.every((e=>e.isEmpty()));if(o||a)return this.$message.error("邮件主题和正文不能为空!");oMe(r).then((e=>{if("0"==e.code){const t=e.data;window.opener&&window.opener.postMessage(+t,window.location.origin),this.$router.push({path:this.$route.path,query:{...this.$route.query,inviteAITaskId:t}}).catch((e=>{if("NavigationDuplicated"!==e.name)throw e})),this.$message.success("邮件添加成功,请回到原窗口继续创建任务!")}else this.$message.error(e.message)}))},getMailBlogger(){this.bloggerArr&&this.bloggerArr.length&&this.bloggerArr.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))},getReplyDetail(){const e=this.$route.query.replyId,t=this.$route.query.chatId,n=this.$route.query.replyContentId;e&&t&&Ka(t).then((t=>{if(t&&t.length>0){if(e&&n){const i=t.find((e=>e.id.toString()===n));this.replyInfo=i;const r=t.find((t=>t.id.toString()===e));this.mailList[0].subject=r.subject,this.replyInfo.id=e}else{const n=t.find((t=>t.id.toString()===e));this.replyInfo=n,this.mailList[0].subject=n.subject,this.replyInfo.id=e}this.addresseeArr.push({bloggerId:this.replyInfo.bloggerId,bloggerName:this.replyInfo.bloggerName,popularizePlanId:this.$route.query.popularizePlanId&&-1!=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:void 0,popularizePlanName:this.$route.query.popularizePlanName&&"null"!=this.$route.query.popularizePlanName?this.$route.query.popularizePlanName:void 0})}}))},skipApply(e){XTe({productId:e}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},addProduct(){this.isShowProductCardDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Vs(this.cardsArr,"id")},isShowProductDrawerEvt(){this.isShowProductDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Vs(this.cardsArr,"id")},closeProductDrawer(e){this.isShowProductDrawer=!1,e&&this.addProductCard([e])},addProductCard(e){let t=[...new Set(e.concat(this.existIds))];this.cardsArr=[],t.map((e=>{GTe({id:e}).then((e=>{let t=[],n=[];3!==e.data.source?(t=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})),n=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.en_label;return t}))):t=e.data.type.map((e=>e));let i=t.slice();this.$set(e.data,"typeName",t),this.$set(e.data,"typeEnName",n),this.$set(e.data,"typeName3",i.splice(0,3)),this.cardsArr.push(e.data)}))}))},deleteItem(e){this.cardsArr.splice(e,1)},setProduct(e){this.singleSetEmail("addEditContent",e)},setProductFormLink(e){const t='<p><a href="'+e+'" target="_blank" >'+e+"</a></p><br />";this.singleSetEmail("addEditContent",t)},multiSendNow(){const e=JSON.parse(localStorage.getItem("multiReplyIds"));let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,r={replyIds:e,content:this.mailList[0].getContent()+i,attachments:this.mailList[0].fileList,sendEntryKey:"inboxMultiReply"};this.loading=!0,ns(r).then((e=>{"0"===e.code?(this.isShowSave=!1,this.$emit("skipToOutbox")):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},toGuide(){this.$emit("toGuide")},async getSendEmailConfig(){if(this.draftId);else try{const e=await xl({});"0"===e.code?(this.sendType=e.data.sendType,this.bizId=e.data.bizId||"",this.email=e.data.email||""):this.$message.error(e.message)}catch(Rl){console.log(Rl)}this.$route.query.code&&(this.showChooseMail=!0)},updateCurrentEmail({sendType:e,bizId:t,email:n}){console.log(e),console.log(t),console.log(n),this.sendType=e,this.bizId=t,this.email=n,this.draftId&&this.saveDraft(!1)},async getBindGmails(e){try{const t=await bl({});"0"===t.code?this.email=DIe(t.data||[],e):this.$message.error(t.message)}catch(Rl){console.log(Rl)}},async getBusinessEMails(e){try{const t=await ph({});"0"===t.code?this.email=t.data.find((t=>t.id===e))?.emailAddress||"":this.$message.error(t.message)}catch(Rl){console.log(Rl)}},closeChooseMail(){this.showChooseMail=!1,this.isCheckType=!1},showNoticeEvt(){const e=localStorage.getItem("remind14Flag");if(e){const e=localStorage.getItem("remind14Time"),t=(new Date).getTime();e?t-e<12096e5?this.isShowNotice=!1:(this.isShowNotice=!0,localStorage.removeItem("remind14Time")):this.isShowNotice=!0}else this.isShowNotice=!0},closeNoticeEvt(e){if(this.isShowNotice=!1,localStorage.setItem("remind14Flag",e),e){const e=(new Date).getTime();localStorage.setItem("remind14Time",e)}},cancelDelaySend(){this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.cancle_delay_tip")}`,`${this.$i18n.t("writeMail.whether_cancle_delay")}`,{confirmButtonText:`${this.$i18n.t("writeMail.cancle_delay")}`,cancelButtonText:`${this.$i18n.t("writeMail.no_cancle")}`,iconClass:"el-icon-warning",cancelButtonClass:"reback-btn-linear",confirmButtonClass:"reback-btn-face"}).then((()=>{this.cancleTimer=!0,this.saveDraft(!0)})).catch((()=>{})).finally((()=>{this.cancleTimer=!1}))},async getDraftDetail(){try{const e=await dh(this.draftId);if("0"===e.code){if(this.mailList=e.data.map(((e,t)=>({...e,id:e.writeEmailId,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,templateId:e.templateId,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data||0===e.data.length)return!1;if(e.data[0]&&e.data[0].content){let t=e.data[0].content.indexOf("<product-card"),n=e.data[0].content.indexOf("</product-card>"),i=e.data[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}"recipient"===this.$route.query.from?this.getMailBlogger():e.data[0]?.bloggerBeans.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})})),e.data[0]&&e.data[0].sendType&&("WOTOMAIL"===e.data[0].sendType?(this.sendType="WOTOMAIL",this.bizId="",this.email=""):"GMAIL"===e.data[0].sendType?(this.sendType="GMAIL",this.bizId=e.data[0].qiyeId,this.getBindGmails(this.bizId)):(this.bizId=e.data[0].qiyeId,this.sendType="QIYE",this.getBusinessEMails(this.bizId)))}else this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getOutBoxDetail(){try{const e=this.outboxId.split(","),t=await hh({writeIds:e});if("0"===t.code){if(this.mailList=t.data.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!t.data||0===t.data.length)return!1;if(t.data[0]&&t.data[0].content){let e=t.data[0].content.indexOf("<product-card"),n=t.data[0].content.indexOf("</product-card>"),i=t.data[0].content.slice(e,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}this.getMailBlogger()}else this.$message.error(t.message)}catch(Rl){console.log(Rl)}},async getSendNum(e,t){await ml({sendNum:e.length,timing:t}).then((e=>{if("0"===e.code){if(this.isLimit=0!=e.data.isExcess,this.restSendNum=e.data.surplusNum,this.totalSendNum=e.data.dayNum,this.isLimit)return this.isShowLimit=!0,!1;this.getReachNum(Vs(this.addresseeArr,"bloggerId"))}else this.$message.error(e.message)}))},async getReachNum(e=[]){try{if(!e||!Array.isArray(e))return!1;this.checkLoading=!0;const t=await gl({bloggerIds:e});if("0"===t.code){this.totalNum=this.addresseeArr.length||0,this.reContactList=t.data;const n=await Dl({bloggerIds:e});if("0"===n.code){this.riskList=n.data;const t=await Ol({bloggerIds:e});"0"===t.code&&(this.cooperatedList=t.data,this.updateFilterBloggerArr(!0,!0,!0),this.checkLoading=!1)}const i=await Sl();"0"===i.code&&i.data?(this.isCheckType=!0,this.showChooseMail=!0):(this.isCheckType=!1,this.isShowCheck=!0)}else this.checkLoading=!1,this.$message.error(t.message)}catch(Rl){console.log(Rl),this.checkLoading=!1}finally{this.checkLoading=!1}},updateFilterBloggerArr(e,t,n){this.filterBloggerArr=this.addresseeArr,e&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.reContactList.some((t=>t===e.bloggerId))))),t&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.riskList.some((t=>t===e.bloggerId))))),n&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.cooperatedList.some((t=>t===e.bloggerId)))))},openCheckNext(){this.isShowCheck=!0,this.showChooseMail=!1,this.isCheckType=!1},finallyCardHtml(e){const t=e.typeEnName.splice(0,2).map((e=>`<span style="margin-top:0;margin-bottom:4px;white-space:nowrap;padding:0 6px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;font-weight: 500;font-size: 12px;color: #ffffff;margin-right: 6px;height:24px;line-height:24px">${e}</span>`)).join("");let n=[];e.promotePlatformType.map((e=>{0==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"),1==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"),2==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png")}));const i=n.map((e=>`<div style="flex-shrink: 0;width: 24px;height: 24px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;margin-right: 6px;"><img style="object-fit: contain; padding: 4px" src="${e}"/></div>`)).join("");let r="https://api.wotohub.com",o=e.nameEn?e.nameEn.slice(0,25)+"···":"—",a=Qs(e.currency);return`<div style="display: flex"><div style="box-sizing:border-box;width: 274px; min-height: 310px; border-radius: 14px; border: 1px solid #e8e8e8; padding: 12px;margin-right:8px"><div style="position: relative; margin-bottom: 10px;width:250px;height:250px;"><img style="border: 1px solid #333;width: 100%;height: 100%;border-radius: 14px;object-fit:contain;" src="${e.imageUrls[0]}"/><div style="position: absolute;top: 12px;left: 12px;display: flex;align-items: center;flex-wrap:wrap">${i}${t}</div></div><div style="margin-bottom: 16px"><div style="font-weight: 600;font-size: 16px;color: #333333;line-height: 22px;margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">${o}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 4px;">Price:${a}${e.priceDollar||"—"}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 0;">Commission rate:${e.commissionPercent||"—"}%</div></div><div style="display: flex; align-items: center"><div style="font-weight: 400;font-size: 12px;color: #999999;line-height: 17px;margin-right: 20px;"><span style="font-family: MiSans, MiSans;font-weight: 800;font-size: 18px;color: #f85277;line-height: 24px;padding-right: 6px;">${a}${(e.priceDollar*(e.commissionPercent/100)).toFixed(2)}</span> /per ordered item</div><div style="width: 75px;height: 36px;border-radius: 10px;background: #f85277;font-weight: 600;font-size: 16px;color: #ffffff;line-height: 34px;text-align: center;"><a rel="noopener noreferrer" style="color:#fff;text-decoration:none" href='${r}/user/productCard/noAuth/email/apply?productId=${e.id}' target='_blank'>Apply</a></div></div></div></div>`},async selfSend(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+i:e.getContent()+e.getReplyHtml()+i,{id:e.id,subject:e.subject,content:t,attachments:e.fileList,templateId:e.templateId}}));e&&"replaySend"===e&&(this.filterBloggerArr=this.addresseeArr);const o=this.filterBloggerArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={emails:this.filterEmailId(r),bloggerInfos:o,type:this.isScheduledMail?2:1,timing:this.isScheduledTime||void 0,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey||void 0,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:this.sendType,bizId:this.bizId||void 0};(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId),console.log("hubDataParams------"),console.log(a);try{this.timer&&clearInterval(this.timer),this.loading=!0;const e=await fl(a);0==e.code?(this.mailIdMap=e.data.emails||[],this.deleteIdList=[],this.handleAiReply(e.data.groupId),this.isSendSuccess=!0,this.isShowSave=!1,this.isScheduledMail?this.isShowDelayed?(this.isShowDelayed=!1,this.isReply?this.$emit("skipToDraft"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)):this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.save_tip")}`,`${this.$i18n.t("writeMail.set_delay_success")}`,{confirmButtonText:`${this.$i18n.t("writeMail.i_know")}`,type:"success",confirmButtonClass:"reback-btn-face",showCancelButton:!1}).then((()=>{this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1),setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)})):(this.$message({type:"success",message:"发送成功"}),this.isReply?this.$emit("skipToOutbox"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToOutbox"))}),3e3))):(this.isSendSuccess=!1,this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1),this.$message.error(e.message))}catch(Rl){console.log(Rl)}finally{this.loading=!1,this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1)}},skipToOut(){this.isSelfClick=!0,this.isShowCheck=!1,this.isShowSave=!1,this.isScheduledMail?this.$emit("skipToDraft"):this.$emit("skipToOutbox")},closeCheckEvt(){this.isShowCheck=!1,this.isShowDelayed=!1},send(){const e=this.checkForm();e&&(this.isScheduledMail=!1,this.isScheduledTime=null,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Vs(this.addresseeArr,"bloggerId"),null))},showDelayedTx(){const e=this.checkForm();e&&(this.isShowDelayed=!0)},sendTime(e){if(this.compareTime(new Date(e).valueOf()))return this.$message({message:`${this.$i18n.t("writeMail.time_limit")}`,type:"warning"}),!1;this.isScheduledMail=!0,this.isScheduledTime=e,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?(this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!0),this.selfSend("replaySend")):this.getSendNum(Vs(this.addresseeArr,"bloggerId"),e)},async saveDraft(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>({id:e.id,subject:e.subject,content:e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+i,attachments:e.fileList,templateId:e.templateId}))),o=this.addresseeArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={id:"",emails:this.filterEmailId(r),bloggerInfos:o,type:1!=this.isTiming||this.cancleTimer?99:2,timing:1!=this.isTiming||this.cancleTimer?void 0:this.rowTime,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:this.sendType,bizId:this.bizId||void 0};this.isAutoSave=!e,this.isAutoSaving=this.isAutoSave,(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId);const s=this.mailList.every((e=>!e.subject)),l=this.mailList.every((e=>e.isEmpty())),c=this.mailList.every((e=>0===e.fileList.length));if(0===o.length&&s&&l&&c)return!!e&&this.$message.error(this.$t("edm5.v77"));try{this.loading=!0;const t=await fl(a);return 0==t.code?(this.mailIdMap=t.data.emails||[],this.deleteIdList=[],this.draftId||this.timerId||(this.timerId=t.data.groupId,this.handleAiReply(t.data.groupId)),e?this.isBack?this.$router.go(-1):this.$emit("skipToDraft"):(setTimeout((()=>{this.isAutoSaving=!1}),1500),setTimeout((()=>{this.isAutoSaved=!0}),1501),setTimeout((()=>{this.isAutoSaved=!1,this.isAutoSave=!1}),3e3)),!0):(this.isAutoSave=!1,this.$message.error(t.message),!1)}catch(Rl){return console.log(Rl),!1}finally{this.loading=!1}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},checkForm(){if(!this.addresseeArr.length)return this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_receiver")}`}),!1;let e=!1,t=!1,n=!1,i=!1;return this.mailList.forEach((r=>{r.subject||(e=!0),r.length>100&&(t=!0),r.isEmpty()&&(n=!0),r.getTextContent().length>5e3&&(i=!0)})),e?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_subject")}`}),!1):t?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.subject_limit")}`}),!1):n?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_content")}`}),!1):!i||(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.content_limit")}`}),!1)},setMailTemplate(e){this.mailTemplateDrawerVisible=!1,Tl(e.id).then((e=>{if("0"==e.code){const t=e.data;if(t&&(t.attachmentRes&&t.attachmentRes.length&&t.attachmentRes.forEach((e=>{delete e.id})),t.content)){let e=t.content.indexOf("<product-card"),n=t.content.indexOf("</product-card>"),i=t.content.slice(e,n+15),r="";r=e>-1&&n>-1?t.content.slice(0,e)+t.content.slice(n+15):t.content,this.mailList.forEach((e=>{e.active&&(e.subject=t.mailSubject,e.templateId=t.id,e.fileList=t.attachmentRes,e.setContent&&e.setContent(r))}));const o=i.match(/cardids="([^"]+)"/);if(o&&o[1]){const e=o[1];this.addProductCard(e.split(","))}}}else this.$message.error(e.message)})).catch((()=>{}))},setMailSign(e){this.singleSetEmail("addEditContent",e)},compareTime(e){return new Date(e).getTime()-(new Date).getTime()<0},handleAiReply(e){this.$route.query.aiId&&hs({aiEmailId:Number(this.$route.query.aiId),writeId:e})},toAddEmail(e="",t="",n=!1){this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"mockId-"+Date.now(),subject:e,fileList:[],content:t,active:!0,isAiContent:n,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}})},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){if(this.mailList.length<=1)return!1;this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{const t=this.mailIdMap.find((t=>t.frontId===e));t&&this.deleteIdList.push(t.writeId),e&&!(e+"").includes("mockId-")&&this.deleteIdList.push(e),this.deleteEmailFn(e)})).catch((()=>{}))},deleteEmailFn(e){this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})},singleSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n.active&&n[e]&&n[e](t)}))},batchSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n[e]&&n[e](t)}))},applyEmails(e){const t=e.map(((e,t)=>{const{subject:n,content:i}=e;return{id:"mockId-"+Date.now()+t,subject:n,content:i,fileList:[],active:!1,isAiContent:!0,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}}));let n=this.mailList;n.forEach((e=>{if(""===e.subject&&e.isEmpty()&&0===e.fileList.length){const n=t.shift();e.isAiContent=!0,e.subject=n?n.subject:e.subject,e.content="",this.$nextTick((()=>{e.content=n?n.content:e.content}))}}));const i=n.length,r=t.length,o=i+r-5;if(o>0){const e=i-o;n.forEach(((n,i)=>{if(i>=e){const e=t.shift();n.isAiContent=!0,n.subject=e?e.subject:n.subject,n.content="",this.$nextTick((()=>{n.content=e?e.content:n.content}))}})),n=n.concat(t)}else n=n.concat(t);this.mailList=n,this.mailList.every((e=>!e.active))&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),active:!0}),this.aiMailVisible=!1},handleOptimize(e){this.aiOptimizeOriginSubject="",this.aiOptimizeOriginContent="";const t=this.mailList.find((e=>e.active));if(!(t&&t.getTextContent&&t.isEmpty)||t.isEmpty())return this.$message.error(this.$t("edm5.v80"));"6"===e&&(this.aiOptimizeOriginSubject=t.subject),this.aiOptimizeOriginContent=t.getContent(),this.aiOptimizeType=e,this.mailOptimizeDrawerVisible=!0},applyEmail(e,t,n,i){if("6"===i){const e=this.mailList.findIndex((e=>""===e.subject&&e.isEmpty()&&0===e.fileList.length));e>-1?this.$set(this.mailList,e,{...this.mailList[e],subject:t,content:n,active:!0,isAiContent:!0}):-1===e&&this.mailList.length<5?this.toAddEmail(t,n,!0):-1===e&&5===this.mailList.length&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),subject:t,content:n,active:!0,isAiContent:!0})}else this.singleSetEmail(e,n)},async getAiPoint(){this.aiPoint=await Js()},filterEmailId(e=[]){return e&&Array.isArray(e)&&e.length>0?e.map((e=>{const t=this.mailIdMap.find((t=>t.frontId===e.id));let n,i;return e.id&&(e.id+"").includes("mockId-")&&!t&&(n=e.id),e.id&&t&&t.frontId&&(n=t.frontId),e.id&&(e.id+"").includes("mockId-")&&t&&t.writeId&&(i=t.writeId),e.id&&!(e.id+"").includes("mockId-")&&(i=e.id),{...e,frontId:n,id:i}})):[]},async toEditBlogger(){this.editBloggerLoading=!0,this.isShowSave=!1,await this.saveDraft(!1);const e=this.draftId||this.timerId;e?(this.editBloggerLoading=!1,this.$router.push({path:"/recipientList",query:{draftId:e,isTiming:this.isTiming,rowTime:this.rowTime}})):(this.$message.error(this.$t("edm5.v81")),this.editBloggerLoading=!1)},test(){console.log(this.mailList)},filterEmptyEmail(){const e=this.mailList||[];if(!e||!Array.isArray(e))return[];{let t=0;e.some((e=>{const{subject:n,isEmpty:i,fileList:r}=e;if(""!==n||!i()||0!==r.length)return!0;t+=1})),t>0&&this.mailList.splice(0,t)}},async getNickname(){try{const e=await XFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(Rl){console.log(Rl)}},expandEditor(e){0===this.editorHeightMore?this.editorHeightMore=200:this.editorHeightMore=0}}},EMe=kMe,AMe=Ba(EMe,ih,rh,!1,null,"8a318fba",null),DMe=AMe.exports,OMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"outbox-container"},[t("div",{staticClass:"outbox-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},on:{"tab-click":e.handleTabClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1),t("div",{staticClass:"delay-btn",class:{"delay-btn-en":"en"===e.language},on:{click:function(t){e.revokeSettingVisible=!0}}},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),t("span",[e._v("设置")])]),"first"===e.activeName?t("div",{staticClass:"write-btn",class:{"write-btn-en":"en"===e.language},on:{click:e.writeEmail}},[t("i",{staticClass:"dss-iconfont icon-pen1"}),t("span",[e._v(e._s(e.$t("edm2.mailEn5")))])]):e._e()],1),e.revokeSettingVisible?t("RevokeSetting",{attrs:{visible:e.revokeSettingVisible},on:{"update:visible":function(t){e.revokeSettingVisible=t}}}):e._e()],1)},TMe=[],IMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:n.scope.readNum?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:n.scope.readNum?"":"mail-bold-name",staticStyle:{"white-space":"nowrap"}},[e._v(" "+e._s(n.scope.readNum===n.scope.number?`${e.$i18n.t("outboxMail.all_read")}`:n.scope.readNum?n.scope.readNum+`${e.$i18n.t("outboxMail.read")}`:`${e.$i18n.t("outboxMail.all_unread")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8",class:n.scope.readNum?"":"mail-bold-name"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.number?t("span",{class:{"span-hub":!0,"span-hub-ai":1==n.scope.isAiWoto}},[e._v(" "+e._s(n.scope.number>999?"999+":n.scope.number)+" ")]):e._e(),1==n.scope.isAiWoto?t("img",{staticClass:"ai-flag",attrs:{src:i(251),alt:""}}):e._e()])]}},{key:"deliveryRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.deliveryRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.deliveryRate).toFixed(2)),color:"#555CFD","show-text":!1}})]}},{key:"openRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.openRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.openRate).toFixed(2)),color:"#FFAC04","show-text":!1}})]}},{key:"replyRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.replyRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.replyRate).toFixed(2)),color:"#73DEB3","show-text":!1}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hiddenAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.searchForm.isHide?"显示AI自动邀约邮件":e.$i18n.t("edm2.mailEn20"),placement:"top"}},[e.searchForm.isHide?t("i",{staticClass:"dss-iconfont"},[e._v("")]):e._e(),e.searchForm.isHide?e._e():t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},PMe=[],FMe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHide:"true"==localStorage.getItem("aiEmailIsHidden"),currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"130"},{label:mu.t("writeMail.receiver"),scope:"bloggers",minWidth:"150"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:mu.t("edm2.mailEn9"),scope:"deliveryRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn10"),scope:"openRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn11"),scope:"replyRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn12"),prop:"sendTime",width:"180"},{label:"操作",scope:"operation",width:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]},isShowAiMail:!0}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?(this.searchForm=JSON.parse(localStorage.getItem("searchForm")),this.timeRange=[this.searchForm.sendTimeBegin,this.searchForm.sendTimeEnd]):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.getSendEmails(),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){console.log("初始化",e,this.searchForm),e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),Xu({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows.map((e=>({...e,showNames:Vs(e.bloggers,"bloggerName").join(",")}))),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","first"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:1,isRevocable:e.isRevocable}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},hiddenAiMail(){this.searchForm.isHide=!this.searchForm.isHide,localStorage.setItem("aiEmailIsHidden",this.searchForm.isHide),this.searchForm.currentPage=1,this.init()},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:1}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},MMe=FMe,BMe=Ba(MMe,IMe,PMe,!1,null,"79ca16ea",null),NMe=BMe.exports,RMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,isNeedScroll:!0,height:null,"max-height":null,"min-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:2==n.scope.isRead?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:2==n.scope.isRead?"":"mail-bold-name"},[e._v(" "+e._s(2==n.scope.isRead?`${e.$i18n.t("inboxMail.search.read")}`:`${e.$i18n.t("inboxMail.search.unRead")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[t("span",{staticStyle:{"max-width":"150px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[e._v(e._s(n.scope.bloggerName))]),1==n.scope.isAiWoto?t("img",{staticClass:"ai-flag",staticStyle:{width:"24px",height:"22px","margin-left":"6px"},attrs:{src:i(251),alt:""}}):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell",on:{click:function(t){return t.stopPropagation(),e.goPlanDetail(n.scope.popularizePlanId,n.scope)}}},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":1==n.scope.isRead&&null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},$Me=[],jMe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:mu.t("writeMail.receiver"),prop:"bloggerName",scope:"bloggers",width:"200",showOverflowTooltip:!0},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn7"),scope:"content"},{label:mu.t("edm2.mailEn12"),prop:"sendTime",width:"180"},{label:"操作",scope:"operation",width:"100"}],contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]},isShowAiMail:!0}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?(this.searchForm=JSON.parse(localStorage.getItem("searchForm")),this.timeRange=[this.searchForm.sendTimeBegin,this.searchForm.sendTimeEnd]):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init(),this.getSendEmails()},destroyed(){localStorage.removeItem("searchFlag")},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<pre>[\s\S]*?<\/pre>/i,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),Ju({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","third"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:2,isRevocable:e.isRevocable}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},goPlanDetail(e,t){"-1"!==e&&void 0!==e&&null!==e&&this.$router.push({path:"/planDetail",query:{planId:e}})},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:2}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},LMe=jMe,zMe=Ba(LMe,RMe,$Me,!1,null,"64137923",null),VMe=zMe.exports,HMe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"邮件设置",visible:e.visible,"append-to-body":!0,width:"480px","append-to-body":"","custom-class":"email-revoke-dialog"},on:{close:e.close}},[t("div",{staticClass:"container"},[t("div",{staticClass:"title"},[e._v("邮件撤回功能")]),t("div",{staticClass:"content"},[t("el-select",{attrs:{placeholder:"请选择撤回时间"},model:{value:e.revokeTime,callback:function(t){e.revokeTime=t},expression:"revokeTime"}},e._l(e.options,(function(e){return t("el-option",{key:e.code,attrs:{label:e.showText,value:e.code}})})),1)],1)]),t("div",{staticClass:"footer"},[t("el-button",{on:{click:e.close}},[e._v("取 消")]),t("el-button",{attrs:{loading:e.loading,type:"primary"},on:{click:e.saveRevokeSetting}},[e._v("保 存")])],1)])},UMe=[],WMe={props:{visible:{type:Boolean,default:!1}},data(){return{revokeTime:"",options:[],loading:!1}},created(){this.getRevokeList()},mounted(){this.getRevokeDetail()},methods:{close(){this.$emit("update:visible",!1)},async getRevokeList(){try{const e=await JFe({});"0"===e.code&&(this.options=e.data||[])}catch(Rl){console.log(Rl)}},async getRevokeDetail(){try{const e=await QFe({});"0"===e.code&&(this.revokeTime=e.data?.code)}catch(Rl){console.log(Rl)}},async saveRevokeSetting(){try{this.loading=!1;const e=await eMe({delayCode:this.revokeTime});"0"===e.code&&(this.$message.success("保存成功"),this.close())}catch(Rl){console.log(Rl)}finally{this.loading=!1}}}},qMe=WMe,YMe=Ba(qMe,HMe,UMe,!1,null,"26694b48",null),GMe=YMe.exports,KMe={name:"outBox",components:{singleSendMail:NMe,replySendMail:VMe,RevokeSetting:GMe},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,revokeSettingVisible:!1,language:Wi.get("language")}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("outboxActiveName")?this.activeName=localStorage.getItem("outboxActiveName"):this.activeName="first":(localStorage.removeItem("searchForm"),localStorage.removeItem("outboxActiveName"))},destroyed(){localStorage.removeItem("searchFlag")},methods:{handleTabClick(e){localStorage.setItem("outboxActiveName",e.name),localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag")},writeEmail(){localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData");const e=this.$router.resolve({path:"/recipientList"});window.open(e.href,"_blank")}}},XMe=KMe,ZMe=Ba(XMe,OMe,TMe,!1,null,"e46f06c2",null),JMe=ZMe.exports,QMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drafts-container"},[t("div",{staticClass:"drafts-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1)],1)])},eBe=[],tBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.bloggerName)+" ")]),n.scope.bloggerName?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>99?"99+":n.scope.number)+" ")]):e._e()])]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),88===n.scope.writeType?t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},nBe=[];function iBe(e){return wa("/edm/draftsV2/pageDraftSingle",e)}function rBe(e){return wa("/edm/draftsV2/pageDraftReply",e)}function oBe(e){return wa("/edm/draftsV2/validReceiver",e)}var aBe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:mu.t("writeMail.receiver"),scope:"bloggers"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:mu.t("edm5.v50"),prop:"writType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:mu.t("edm5.v52"),code:99},{name:mu.t("edm5.v53"),code:2},{name:mu.t("edm5.v54"),code:88}]},{label:mu.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]}}},created(){this.init(),this.getSendEmails()},methods:{getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),iBe({...this.searchForm,email:n||void 0,sentMail:t}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return zs(e,t)},formatDraftTime(e,t){return qs(e,t)}}},sBe=aBe,lBe=Ba(sBe,tBe,nBe,!1,null,"1285fc87",null),cBe=lBe.exports,uBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.showNames?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.emailNum>99?"99+":n.scope.emailNum)+" ")]):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell"},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),88===n.scope.writeType?t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},dBe=[],hBe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",isHidden:0,sentMail:"",currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:mu.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("edm2.mailEn6"),prop:"subject",width:"200",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn7"),scope:"content",minWidth:"250",showOverflowTooltip:!0},{label:mu.t("edm5.v50"),prop:"writeType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:mu.t("edm5.v52"),code:99},{name:mu.t("edm5.v53"),code:2},{name:mu.t("edm5.v54"),code:88}]},{label:mu.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]}}},created(){this.init(),this.getSendEmails()},methods:{getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),rBe({...this.searchForm,email:n||void 0,sentMail:t}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return zs(e,t)},formatDraftTime(e,t){return qs(e,t)}}},pBe=hBe,fBe=Ba(pBe,uBe,dBe,!1,null,"d29a009e",null),mBe=fBe.exports,gBe={name:"draftEmail",components:{singleDraftsMail:cBe,replyDraftsMail:mBe},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:Wi.get("language")}},methods:{}},vBe=gBe,yBe=Ba(vBe,QMe,eBe,!1,null,"403ba0a3",null),bBe=yBe.exports,wBe=function(){var e=this,t=e._self._c;return 0!==e.emailArr.length?t("div",{staticClass:"outbox-detail-container"},[t("div",{staticClass:"back",on:{click:e.backToOutbox}},[t("i",{staticClass:"el-icon-arrow-left"})]),"true"==e.$route.query.isRevocable?t("div",{staticClass:"back recall_btn",on:{click:e.recallMail}},[e._m(0)]):e._e(),t("div",{staticClass:"mail-items-box"},[t("div",{staticClass:"mail-item-row mail-template"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn13")))]),e._l(e.emailArr,(function(n,i){return t("span",{key:i,staticClass:"mail-item",class:{"mail-item-active":e.currentIndex===i},on:{click:function(t){e.currentIndex=i}}},[e._v(" "+e._s(e.$t("edm2.mailEn14"))+e._s(i+1)+" ")])})),t("div",{staticClass:"turn-page"},[t("span",{staticClass:"send-email"},[e._v(e._s(e.$t("edm5.v4"))+e._s(e.sendEmail))]),3!=e.$route.query.enterType?t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableDataList.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1):e._e()])],2),t("div",{staticClass:"mail-item-row mail-subject"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.subject")))]),t("el-input",{staticClass:"subject row-val",attrs:{readonly:!0},model:{value:e.emailArr[e.currentIndex].subject,callback:function(t){e.$set(e.emailArr[e.currentIndex],"subject",t)},expression:"emailArr[currentIndex].subject"}})],1),e.emailArr[e.currentIndex].attachmentRes?t("div",{staticClass:"mail-item-row mail-attachment"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn15")))]),t("div",{staticClass:"attachment-item row-val"},[e._l(e.handleShowFile(e.emailArr[e.currentIndex].attachmentRes),(function(n,i){return t("span",{key:i,staticClass:"file-item",on:{click:function(t){return e.downLoadFileItem(n)}}},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name)+"("+e._s(n.size)+"KB)")]),t("i",{staticClass:"dss-iconfont icon-download"})])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.emailArr[e.currentIndex].attachmentRes.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.emailArr[e.currentIndex].attachmentRes.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:function(t){return e.downloadAll(e.emailArr[e.currentIndex].attachmentRes)}}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)]):e._e(),t("div",{staticClass:"mail-item-row mail-content"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.text")))]),t("div",{staticClass:"content row-val",domProps:{innerHTML:e._s(e.filterBaseTag(e.emailArr[e.currentIndex].content))}})])]),t("div",{staticClass:"blogger-table-box"},[t("div",{staticClass:"blogger-title"},[e._v(e._s(e.$t("edm2.mailEn16")))]),t("WTable",{ref:"mailTable",staticClass:"mail-detail-table fixed-pagination",attrs:{isOutboxDetail:!0,"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.getOutboxDetailBlogger()},changeCurrent:function(t){return e.getOutboxDetailBlogger()},"selection-change":e.selectTableRow,confirmSearch:e.confirmSearch,handleBtnClick:e.handleBtnClick},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"country",fn:function({data:n}){return[t("div",{staticClass:"country-row"},[n.scope.regionCover?t("el-image",{staticClass:"flag-image",attrs:{src:n.scope.regionCover}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]):e._e(),n.scope.country?t("span",[e._v(e._s(n.scope.country||"—"))]):e._e()],1)]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}},{key:"popularizePlanName",fn:function({data:n}){return[n.scope.popularizePlanName?t("span",{staticClass:"plan"},[e._v(e._s(n.scope.popularizePlanName))]):e._e(),-1==n.scope.popularizePlanId?t("span",{staticClass:"no-plan",on:{click:function(t){return e.openPlan(n.scope)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),e._v(e._s(e.$t("inboxDetail.plan")))]):e._e()]}},{key:"isRead",fn:function({data:n}){return[1==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.unRead"))+" ")]):e._e(),2==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.read"))+" ")]):e._e()]}},{key:"isReply",fn:function({data:n}){return[0==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn21"))+" ")]):e._e(),1==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn22"))+" ")]):e._e()]}}],null,!1,1701738724)})],1),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,upbEsId:e.rowData.upbEsId,planIdRel:e.rowData.planId,bloggerId:e.rowData.bloggerId,platform:e.rowData.platform,pageSource:"outboxDetail",rowData:e.rowData,detailData:e.emailArr[0]},on:{"update:visible":function(t){e.planVisible=t},change:function(t){return e.getOutboxDetailBlogger()}}}):e._e()],1):e._e()},_Be=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"re_box"},[t("i",{staticClass:"dss-iconfont btn_con"},[e._v("")]),t("span",{staticClass:"btn_con"},[e._v("撤回")])])}],CBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"blogger-column"},[t("el-image",{attrs:{src:e.bloggerAvatar},nativeOn:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-bloger-name",placement:"top"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"nickname mb8"},[e._v(e._s(e.bloggerName))]),t("div",{directives:[{name:"show",rawName:"v-show",value:""!==e.bloggerUsername,expression:"bloggerUsername !== ''"}],staticClass:"username"},[e._v(" "+e._s(e.$t("edm5.v41"))+e._s(e.bloggerUsername)+" ")])]),t("span",{staticClass:"bloggerName",on:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[e._v(" "+e._s(e.bloggerName||"-")+" ")])]),e.showRcommend?t("span",{staticClass:"recommend",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}},[t("i",{staticClass:"iconfont",class:{"icon-crm-recommend0":0===e.isRecommend}})]):e._e(),1===e.isRecommend?t("span",{staticClass:"iconfont icon-crm-recommend1 icon-cursor",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}}):e._e()],1)},xBe=[],SBe={props:{bloggerUsername:{type:String,default:""},bloggerAvatar:{type:String,default:""},showRcommend:{type:Boolean,default:!1},isRecommend:{type:Number,default:-1},bloggerName:{type:String,default:""},bloggerId:{type:String,default:""},planBlogerId:{type:String,default:""},platform:{type:String,default:""},bloggerInfo:{type:Object,default:()=>({})}},methods:{toDetail(){return this.bloggerId?(this.$emit("toBloggerDeatil",this.bloggerInfo),!1):this.$message.error("红人id不能为空!")},onRecommend(){this.$emit("recommendHandle",this.bloggerId,this.isRecommend)}}},kBe=SBe,EBe=Ba(kBe,CBe,xBe,!1,null,"2b58a2e1",null),ABe=EBe.exports,DBe={name:"detail",components:{WTable:gPe,BloggerColumn:ABe,EmailPlan:ld},data(){return{emailArr:[],currentIndex:0,tableHeight:500,total:0,loading:!1,tableData:[],tableColumnConfig:[{label:mu.t("writeMail.blogger"),scope:"blogger",filter:"input"},{label:mu.t("edm2.mailEn17"),prop:"country",scope:"country"},{label:mu.t("edm2.mailEn18"),scope:"platform"},{label:mu.t("writeMail.fans_num"),prop:"fans",format:"numFormat"},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("receiveData.table.isRead"),scope:"isRead",filter:"readRadio"},{label:mu.t("edm2.mailEn19"),scope:"isReply",filter:"replyRadio"}],searchForm:{pageSize:20,currentPage:1,id:this.$route.query.id,bloggerName:"",isRead:"",isReply:""},isShrink:!0,planVisible:!1,rowData:null,searchFormList:{},tableDataList:[],checkEmailIndex:0}},computed:{sendEmail(){return this.emailArr[0]?.from||"-"}},created(){this.init(),this.getOutboxDetailBlogger(),this.getInboxList()},mounted(){localStorage.setItem("searchFlag",!0)},methods:{async pageInit(){this.searchForm.id=this.tableDataList[this.checkEmailIndex].id,this.init(),this.getOutboxDetailBlogger()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},async getInboxList(){let e;localStorage.getItem("searchForm")&&(this.searchFormList=JSON.parse(localStorage.getItem("searchForm"))||{},1==this.$route.query.enterType?e=await Xu({...this.searchFormList,sentMail:0===this.searchFormList.sentMail?0:"",email:this.searchFormList.sentMail?this.searchFormList.sentMail:""}):2==this.$route.query.enterType&&(e=await Ju(this.searchFormList)),0==e.code?(this.tableDataList=e.data.rows,this.tableDataList.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError")))},recallMail(){this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(this.$route.query.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.backToOutbox()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},backToOutbox(){this.$router.go(-1)},openPlan(e){if(!e.outboxId)return this.$message({type:"warning",message:"邮件处理中,暂时无法关联推广计划!",customClass:"custom-message"}),!1;this.planVisible=!0,this.rowData=e},confirmSearch(e,t){"blogger"===t?this.searchForm.bloggerName=e:"isRead"===t?this.searchForm.isRead=e:"isReply"===t&&(this.searchForm.isReply=e),this.getOutboxDetailBlogger()},getOutboxDetailBlogger(){this.loading=!0;let e=3==this.$route.query.enterType?id:td;e(this.searchForm).then((e=>{"0"===e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},init(){ed({id:this.searchForm.id,enterType:this.$route.query.enterType}).then((e=>{"0"===e.code?this.emailArr=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},handleShowFile(e){const t=JSON.parse(JSON.stringify(e));return this.isShrink?t.slice(0,4):t},downLoadFileItem(e){Ys(e.link,e.name)},downloadAll(e){e.forEach((e=>{Ys(e.link,e.name)}))},selectTableRow(){},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e},handleBtnClick(e,t){if("inviteAgain"==e.key){let e=[];t.map((t=>{e.push({bloggerId:t.bloggerId,bloggerName:t.bloggerName,bloggerUsername:t.bloggerUsername,bloggerAvatar:t.bloggerAvatar,country:t.country,platform:t.platform,fansNum:t.fans,popularizePlanId:t.popularizePlanId,popularizePlanName:t.popularizePlanName,bloggerEmail:null,chooseSource:0,chooseSourceStr:"其他",favorName:null,favorId:null,id:`other-${t.bloggerId}`})})),localStorage.setItem("beforeSelected",JSON.stringify(e)),localStorage.setItem("resultRecipientData",JSON.stringify(e));const n=this.$router.resolve({path:"/write",query:{outboxId:Vs(this.emailArr,"writeEmailId").join(",")}});window.open(n.href,"_blank"),this.clearChoose()}else this.$emit("handleBtnClick",e,t)},clearChoose(){this.$refs["mailTable"]&&this.$refs["mailTable"]?.removeChoose()}}},OBe=DBe,TBe=Ba(OBe,wBe,_Be,!1,null,"72a39792",null),IBe=TBe.exports,PBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"wrap z-index2 mb24"},[t("div",{staticClass:"grid grid-cols-3"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$i18n.t("blogMail.search_mail"))+":")]),t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1),t("div",{staticClass:"search-item"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("button",{staticClass:"search-btn search-btn-linear",on:{click:function(t){return e.reset()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])]),"search_blogger"===e.sourcePage?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.userId=e,this.init()}},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.subAccountOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.nickname,value:e.id}})})),1)],1):e._e(),"plan_detail"===e.sourcePage&&""===e.taskId?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.popularizePlanId=e,this.init()}},model:{value:e.searchForm.popularizePlanId,callback:function(t){e.$set(e.searchForm,"popularizePlanId",t)},expression:"searchForm.popularizePlanId"}},e._l(e.planOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1):e._e()])]),t("div",{staticClass:"mail-wrap legacy relative z-index2"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.del()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys,height:e.tableHeight},on:{"selection-change":e.changeSelection,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{style:{color:"2"==n.isRead?"#F75277":"#666666"}},[e._v(e._s("2"==n.isRead?`${e.$i18n.t("blogMail.read")}`:`${e.$i18n.t("blogMail.unread")}`))])]}}])}),t("el-table-column",{attrs:{prop:"bloggerName",width:"200"}}),"plan_detail"!==e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.taskName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipTaskDetail(n.taskId)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.taskName)+" ")])]):e._e(),n.taskName?e._e():t("span",[e._v(e._s(e.$i18n.t("outboxMail.no_task")))])])]}}],null,!1,2755730399)}):e._e(),"plan_detail"===e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.popularizePlanName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipPlanDetail(n)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.popularizePlanName)+" ")])]):e._e(),n.popularizePlanName?e._e():t("span",[e._v(e._s(e.$i18n.t("deliveryTime.no_promotion_plan")))])])]}}],null,!1,1375124427)}):e._e(),t("el-table-column",{scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-content"},[t("span",{staticClass:"mail-subject cursor-pointer beyond_eip mr6"},[e._v(" "+e._s(n.subject)+" ")]),e._v(" - "),t("span",{staticClass:"beyond_eip cursor-pointer ml6",domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}})])]}}])}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"box-tag",class:1==n.type?"box-tag-receive":"box-tag-send"},[1==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.receive_mail")))]):e._e(),2==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.send_mail")))]):e._e()])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(e._s(t.createTime))]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"current-change":e.changePage,"size-change":e.changeSize}})],1)])])},FBe=[];async function MBe(e){let t=await wa("/edm/mail/emailComeGo",e);return t}async function BBe(e){let t=await wa("/edm/mail/emailComeGo2",e);return t}async function NBe(e){let t=await ba("/edm/mail/delComeGo",e);return t}async function RBe(e){let t=await va("/edm/mail/sonFather",e);return t}async function $Be(e){let t=await wa("/user/popularize/planListToRead",e);return t}async function jBe(e){let t=await wa("/edm/mail/emailComeGoByPopularizePlan",e);return t}var LBe={name:"blogEmail",props:{sourcePage:{type:String,default:"search_blogger"},taskId:{type:[Number,String],default:""},bloggerId:{type:[Number,String],default:""}},data(){return{searchForm:{subject:"",bloggerId:this.bloggerId,currentPage:1,pageSize:20,popularizePlanId:this.taskId},loading:!1,tableHeight:0,tableData:[],tableTotal:0,selectData:[],subAccountOpts:[],planOpts:[]}},mounted(){this.$nextTick((()=>{this.tableHeight=this.$refs.mail.offsetHeight,this.init(),this.getSubAccountOpts(),this.getAllPlanOpts()}))},methods:{init(){this.loading=!0;let e="search_blogger"===this.sourcePage?MBe:"plan_detail"===this.sourcePage?jBe:BBe;"search_blogger"===this.sourcePage&&(this.searchForm.taskId=this.taskId),e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},getSubAccountOpts(){RBe().then((e=>{"0"===e.code&&(this.subAccountOpts=e.data)}))},getAllPlanOpts(){$Be().then((e=>{"0"===e.code&&(this.planOpts=e.data)}))},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},del(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{NBe({delOneMailReqs:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},reset(){this.searchForm.subject="",this.init()},getRowKeys(e){return e.id},changeSelection(e){this.selectData=[],e.forEach((e=>{this.selectData.push({id:e.id,type:e.type})}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},skipDetail(e){this.$emit("blogMailSkipDetail",e.id,e.type,e)},skipTaskDetail(e){this.$emit("skipTaskDetail",e)},skipPlanDetail(e){this.$emit("skipPlanDetail",e)}}},zBe=LBe,VBe=Ba(zBe,PBe,FBe,!1,null,"889a1e46",null),HBe=VBe.exports,UBe=function(){var e=this,t=e._self._c;return e.show?t("div",{staticClass:"notification",on:{click:e.changeRouter}},[t("div",{staticClass:"notification-title"},[t("span",{staticClass:"icon-container"},[t("svg",{staticClass:"icon",attrs:{"aria-hidden":"true"}},[t("use",{attrs:{"xlink:href":"#icon-mail"}})])]),t("span",{staticClass:"icon-txt"},[e._v(e._s(this.$t("newMail.title"))+" ")]),t("span",{staticClass:"el-icon-close close",on:{click:function(t){return t.stopPropagation(),e.handleClose.apply(null,arguments)}}})]),t("div",{staticClass:"content"},[t("span",[e._v(e._s(this.$t("newMail.content"))+"!")]),(e.isAi,e._e())])]):e._e()},WBe=[],qBe=(i(8333),{name:"edm-maillNotice",props:{title:{type:String,default:""},content:{type:String,default:""},showTime:{type:Number,default:6e4},requestTime:{type:Number,default:18e4},goBackUrl:{type:String,default:"/InboxView"}},data(){return{timer:null,timer_layer:null,show:!1,isAi:0}},computed:{style(){return{}}},mounted(){this.getNotice()},methods:{changeRouter(){let e=this.$route.path;e!==this.goBackUrl&&this.$router.push({path:this.goBackUrl}),this.$bus.$emit("mailTip")},handleClose(){this.show=!1},getNotice(){Ha().then((e=>{if(e){if(e.newMailCount>0){this.isAi=1===e.isAi;let t=this.$route.path;if(t===this.goBackUrl){let e=Math.floor(1e7*Math.random())+1;this.$router.push({path:t,query:{nums:e}})}this.show=!0,clearTimeout(this.timer_layer),this.timer_layer=setTimeout((()=>{this.show=!1}),this.showTime)}clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getNotice()}),this.requestTime)}}))}}}),YBe=qBe,GBe=Ba(YBe,UBe,WBe,!1,null,"31645193",null),KBe=GBe.exports,XBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("bread-crumb",{staticClass:"mb24 z-index2"}),t("div",{staticClass:"main"},[t("side-menu",{attrs:{"menu-data":e.menuData,"menu-active-index":e.menuActiveIndex},on:{selectMenu:e.selectMenu}}),t("div",{staticClass:"main-body"},[0===e.menuActiveIndex?t("send-data"):e._e(),1===e.menuActiveIndex?t("receive-data"):e._e()],1)],1)],1)},ZBe=[],JBe=function(){var e=this,t=e._self._c;return t("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[t("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(n,i){return t("el-breadcrumb-item",{key:n.path},["noRedirect"===n.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(" "+e._s(n.meta.title)+" ")]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(n)}}},[e._v(e._s(n.meta.title))])])})),1)],1)},QBe=[],eNe=i(5302),tNe=i.n(eNe),nNe={data(){return{levelList:null}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const e=this.$route.matched.filter((e=>e.meta&&e.meta.title));this.levelList=e.filter((e=>e.meta&&e.meta.title&&!1!==e.meta.breadcrumb))},pathCompile(e){const{params:t}=this.$route;var n=tNe().compile(e);return n(t)},handleLink(e){const{redirect:t,path:n}=e;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},iNe=nNe,rNe=Ba(iNe,JBe,QBe,!1,null,"48b1570f",null),oNe=rNe.exports,aNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu mr24 z-index2"},[t("ul",e._l(e.menuData,(function(n,i){return t("li",{key:i,class:e.menuActiveIndex===i?"menu-active":"",on:{click:function(t){return e.selectMenu(i)}}},[t("p",[e._v(e._s(n))])])})),0)])},sNe=[],lNe={props:{menuActiveIndex:{default:0,type:Number},menuData:{default:()=>[],type:Array}},methods:{selectMenu(e){this.$emit("selectMenu",e)}}},cNe=lNe,uNe=Ba(cNe,aNe,sNe,!1,null,"511ba295",null),dNe=uNe.exports,hNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.sendingTime")))]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.send_time,callback:function(t){e.$set(e.searchForm,"send_time",t)},expression:"searchForm.send_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.phoneNumber")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_account,callback:function(t){e.$set(e.searchForm,"sender_account",t)},expression:"searchForm.sender_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.companyName")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.addressee")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.textSearch")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.send")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.send_status,callback:function(t){e.$set(e.searchForm,"send_status",t)},expression:"searchForm.send_status"}},[t("el-option",{attrs:{value:0,label:"待发送"}}),t("el-option",{attrs:{value:1,label:"发送成功"}}),t("el-option",{attrs:{value:2,label:"发送失败"}}),t("el-option",{attrs:{value:3,label:"待审核"}}),t("el-option",{attrs:{value:5,label:"驳回"}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.open")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.read_status,callback:function(t){e.$set(e.searchForm,"read_status",t)},expression:"searchForm.read_status"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v46")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v47")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.LinkClick")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.click_link_status,callback:function(t){e.$set(e.searchForm,"click_link_status",t)},expression:"searchForm.click_link_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.reply")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.reply_status,callback:function(t){e.$set(e.searchForm,"reply_status",t)},expression:"searchForm.reply_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.return")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.return_status,callback:function(t){e.$set(e.searchForm,"return_status",t)},expression:"searchForm.return_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.unsubscribe")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.unsubscribe_status,callback:function(t){e.$set(e.searchForm,"unsubscribe_status",t)},expression:"searchForm.unsubscribe_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.emailComplaints")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.spam_complaints_status,callback:function(t){e.$set(e.searchForm,"spam_complaints_status",t)},expression:"searchForm.spam_complaints_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" "+e._s(e.$t("sendData.search.search"))+" ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn-txt",on:{click:e.shrinkSearch}},[e._v(" "+e._s(e.isShrink?e.$t("sendData.search.unfold"):e.$t("sendData.search.collapse"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow search-btn-icon",style:e.isShrink?"transform: rotate(180deg);":""})])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:e.$t("sendData.table.createTime"),width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"userNameOrMobile",label:e.$t("sendData.table.sender"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:e.$t("sendData.table.name"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:e.$t("sendData.table.company"),width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.addressee"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"cursor-pointer",staticStyle:{color:"#4aa8ff"},on:{click:function(t){return e.skipBlogDetail(n.bloggerId)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{prop:"subject",label:e.$t("sendData.table.subject"),width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.text"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:e.$t("sendData.table.send"),width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["发送失败"===n.statusTxt&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),"发送失败"===n.statusTxt&&n.message?t("p",[e._v(" 发送失败 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(n.statusTxt)+" ")])]}}])}),t("el-table-column",{attrs:{label:"打开",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(2===t.isRead?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"链接点击",width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isClick?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"回复",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isReply?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"退回",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReject&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),0===n.isReject&&n.message?t("p",[e._v(" 否 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(1===n.isReject?"是":"否"))])]}}])}),t("el-table-column",{attrs:{label:"退订",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isUnsub?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"垃圾邮件投诉","min-width":"110",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isSpam?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n.id)}}},[e._v(" 查看 ")]),t("div",{staticClass:"table-tool-btn-split"}),0===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.aiReplyContent="",e.isShowAi=!0}}},[e._v(" AI回复 ")]):e._e(),1===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.getAiReplyData(n.id)}}},[e._v(" 查看回复 ")]):e._e()])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowAi?t("editor",{attrs:{ai_reply_id:e.ai_reply_id,"ai-reply-content":e.aiReplyContent},on:{init:e.initPageData,close:e.close}}):e._e()],1)},pNe=[],fNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"mask"},[t("div",{staticClass:"main"},[t("div",{staticClass:"head"},[t("h1",[e._v("AI回复")]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.close}})]),t("div",{staticClass:"body"},[t("div",{staticClass:"editor-main mb24"},[t("Toolbar",{attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticStyle:{height:"376px","overflow-y":"hidden"},attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1),t("button",{staticClass:"btn",attrs:{disabled:e.isSending},on:{click:e.getContent}},[e.isSending?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 发 送 ")])])])])},mNe=[],gNe={name:"edm-editor",components:{Toolbar:kTe,Editor:STe},props:{ai_reply_id:{default:0,type:Number},aiReplyContent:{default:"",type:String}},data(){return{editor:null,content:"",isSending:!1,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;n.append("file",e),uploadFile(n).then((e=>{t(e.url)}))}}}}}},methods:{onCreated(e){this.editor=Object.seal(e),this.aiReplyContent&&this.editor.setHtml(this.aiReplyContent)},getContent(){this.editor.isEmpty()?this.$message({type:"warning",message:"请输入邮件正文内容"}):this.aiReplyContent?this.updateAiReply():this.createAiReply()},createAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,mMe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},updateAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,mMe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},close(){this.$emit("close",!1)}}},vNe=gNe,yNe=Ba(vNe,fNe,mNe,!1,null,"16051201",null),bNe=yNe.exports,wNe={name:"edm-sendPage",components:{Editor:bNe},data(){return{btnloading:!1,searchForm:{send_time:Hs(7),sender_account:"",company_name:"",recipient_name:"",content:"",commit_status:"",send_status:"",read_status:"",click_link_status:"",reply_status:"",return_status:"",unsubscribe_status:"",spam_complaints_status:"",page:1,page_size:10},tableData:[],tableTotal:0,isShrink:!1,loading:!1,isShowAi:!1,ai_reply_id:"",aiReplyContent:""}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,cMe(e).then((e=>{this.loading=!1,e&&(e.data.rows.map((e=>{let t=e.status;switch(t){case 0:e.statusTxt="待发送";break;case 1:e.statusTxt="发送成功";break;case 2:e.statusTxt="发送失败";break;case 3:e.statusTxt="待审核";break;case 5:e.statusTxt="驳回";break;default:break}})),this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,vMe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=Us();t.setAttribute("download",`发信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},getAiReplyData(e){fMe(e).then((e=>{"0"===e.code&&(this.aiReplyContent=e.data.content,this.isShowAi=!0)}))},close(){this.isShowAi=!1},skipBlogDetail(e){if(e&&""!==e){const t=this.$router.resolve({path:"/blogDetail",query:{id:e}});window.open(t.href,"_blank")}},skipDetail(e){const t=this.$router.resolve({path:"/sendDetail",query:{id:e}});window.open(t.href,"_blank")},reset(){this.searchForm.send_time=Hs(7),this.searchForm.sender_account="",this.searchForm.company_name="",this.searchForm.recipient_name="",this.searchForm.content="",this.searchForm.commit_status="",this.searchForm.send_status="",this.searchForm.read_status="",this.searchForm.click_link_status="",this.searchForm.reply_status="",this.searchForm.return_status="",this.searchForm.unsubscribe_status="",this.searchForm.spam_complaints_status=""},shrinkSearch(){this.isShrink=!this.isShrink},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":15===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},_Ne=wNe,CNe=Ba(_Ne,hNe,pNe,!1,null,"5fecc8a6",null),xNe=CNe.exports,SNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收信时间:")]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.recipient_time,callback:function(t){e.$set(e.searchForm,"recipient_time",t)},expression:"searchForm.recipient_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("发件人:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_name,callback:function(t){e.$set(e.searchForm,"sender_name",t)},expression:"searchForm.sender_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件账号:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_account,callback:function(t){e.$set(e.searchForm,"recipient_account",t)},expression:"searchForm.recipient_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件姓名:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("公司名称:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("正文检索:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" 查 询 ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn search-btn-linear mr24",on:{click:e.reset}},[e._v(" 重 置 ")])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:"收件时间",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nameAddresser",label:"发件人",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"usernameMobile",label:"收件人",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:"姓名",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:"公司",width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"subject",label:"主题",width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:"正文","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:"已读未读",width:"150",align:"center","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isRead?e.$t("edm5.v46"):e.$t("edm5.v47"))+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" 查看 ")])])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1)])},kNe=[],ENe={name:"edm-receivePage",data(){return{btnloading:!1,searchForm:{recipient_time:Hs(7),sender_name:"",recipient_account:"",recipient_name:"",company_name:"",content:"",page:1,page_size:10},tableData:[],tableTotal:0,loading:!1}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,uMe(e).then((e=>{this.loading=!1,"0"===e.code&&(this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,gMe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=Us();t.setAttribute("download",`收信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},skipDetail(e){const t=this.$router.resolve({path:"/receiveDetail",query:{id:e.id,chatId:e.chatId}});window.open(t.href,"_blank")},reset(){this.searchForm.recipient_time=Hs(7),this.searchForm.sender_name="",this.searchForm.recipient_account="",this.searchForm.recipient_name="",this.searchForm.company_name="",this.searchForm.content=""},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":8===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},ANe=ENe,DNe=Ba(ANe,SNe,kNe,!1,null,"4410779a",null),ONe=DNe.exports,TNe={name:"edm-maildata",components:{breadCrumb:oNe,sideMenu:dNe,SendData:xNe,ReceiveData:ONe},data(){return{menuData:["发信数据","收信数据"],menuActiveIndex:localStorage.getItem("edmMenuIndex")?1*localStorage.getItem("edmMenuIndex"):0}},methods:{selectMenu(e){this.menuActiveIndex=e,localStorage.setItem("edmMenuIndex",e)}}},INe=TNe,PNe=Ba(INe,XBe,ZBe,!1,null,"8922b0e2",null),FNe=PNe.exports,MNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("发信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 发信箱 ")]),0!==e.mailData.length?t("div",{staticClass:"body"},[t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData.subject)+" ")]),t("div",{staticClass:"mail-head mb24"},[t("el-image",{staticClass:"mail-avatar",attrs:{src:i(3690),fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(e.mailData.nickName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(e.mailData.bloggerNames))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(e.mailData.gmtCreate)+" ")])],1),e.mailData.attachmentRes?t("div",[e.mailData.attachmentRes.length?t("attachment-list",{attrs:{file:e.mailData.attachmentRes}}):e._e()],1):e._e(),t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.mailData.content))}})]):e._e()])])},BNe=[],NNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"file-list grid grid-cols-4 mb16"},[e._l(e.handleShowFile(),(function(n,i){return t("div",{key:i,staticClass:"file-item mb8"},[t("i",{staticClass:"dss-iconfont icon-file-4 mr8"}),t("h3",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.name)+" ")]),t("a",{on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-download"})])])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.file.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.file.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:e.downloadAll}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)},RNe=[],$Ne={props:{file:{default:()=>[],type:Array}},data(){return{isShrink:!0}},methods:{downFile(e){Ys(e.link,e.name)},downloadAll(){this.file.forEach((e=>{Ys(e.link,e.name)}))},handleShowFile(){const e=JSON.parse(JSON.stringify(this.file));return this.isShrink?e.slice(0,4):e}}},jNe=$Ne,LNe=Ba(jNe,NNe,RNe,!1,null,"1d8b2830",null),zNe=LNe.exports,VNe={name:"edm-send",components:{AttachmentList:zNe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:1*this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){pMe(this.id).then((e=>{e&&(this.mailData=e.data)}))},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},HNe=VNe,UNe=Ba(HNe,MNe,BNe,!1,null,"58a17d30",null),WNe=UNe.exports,qNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("收信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 收信箱 ")]),t("div",{staticClass:"body"},[0!==e.mailData.length?t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData[0].subject)+" ")]):e._e(),e._l(e.mailData,(function(n,i){return t("div",{key:i,staticClass:"mb24"},[t("div",{staticClass:"mail-head mb24",on:{click:function(t){return e.spreadMain(n.id)}}},[t("el-image",{staticClass:"mail-avatar",attrs:{src:n.bloggerAvatar,fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(1===n.type?n.bloggerName:n.userName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(1===n.type?n.userName:n.bloggerName))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(n.createTime)+" ")])],1),e.spreadId===n.id?t("div",[n.attachment?t("div",[n.attachment.length?t("attachment-list",{attrs:{file:n.attachment}}):e._e()],1):e._e()]):e._e(),e.spreadId===n.id?t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(n.content))}}):e._e()])}))],2)])])},YNe=[],GNe={name:"edm-receive",components:{AttachmentList:zNe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:this.$route.query.id,chatId:this.$route.query.chatId,spreadId:this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){this.chatId?dMe(this.chatId).then((e=>{"0"===e.code&&(this.mailData=e.data)})):hMe(this.id).then((e=>{"0"===e.code&&this.mailData.push(e.data)}))},spreadMain(e){e!==this.spreadId?this.spreadId=e:this.spreadId=-1},handleAvatar(e,t){return 1===e?"":2===e&&t?t:""},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},KNe=GNe,XNe=Ba(KNe,qNe,YNe,!1,null,"7a1abb1c",null),ZNe=XNe.exports,JNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"recipient-container"},[t("div",{staticClass:"recipient-box"},[t("div",{staticClass:"recipient-header"},[t("div",{staticClass:"header-left"},[e._v(e._s(e.$t("edm2.mailEn23")))]),t("div",{staticClass:"header-right"},[t("div",{staticClass:"add-recipient",on:{click:e.addRecipient}},[t("i",{staticClass:"dss-iconfont icon-add1"}),e._v(e._s(e.$t("edm2.mailEn24"))+" ")]),t("div",{staticClass:"remove-recipient",on:{click:e.removeRecipient}},[t("i",{staticClass:"dss-iconfont icon-remove"}),e._v(e._s(e.removeText)+" ")]),t("div",{staticClass:"next-btn"},[t("el-button",{on:{click:e.cancel}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.nextStep}},[e._v(" "+e._s(e.$t("edm2.mailEn25"))+" ")])],1)])]),t("div",{staticClass:"recipient-table"},[t("WTable",{ref:"mailTable",attrs:{"row-key":"id",tableConfig:{selection:e.tableConfigSelection,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableDataShow[e.tableDataShowIndex],height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.allTableData.length,isRecipientList:!0,tableConfigSelection:e.tableConfigSelection,countRecipient:e.allTableData.length,validRecipient:e.validRecipient,layout:"total, prev, pager, next, jumper"},on:{handleBtnClick:e.confirmRemoveRecipient,changeCurrent:e.tableChangeCurrent},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}}])})],1)]),e.isShowRepeatDrawer?t("repeat-recipient",{attrs:{isShowDrawer:e.isShowRepeatDrawer,repeatRecipientData:e.repeatRecipientData},on:{closeRecipientDrawer:e.closeRecipientDrawer,confirmRepeatRecipient:e.confirmRepeatRecipient}}):e._e()],1)},QNe=[],eRe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$t("edm2.mailEn31"),visible:e.isShowDrawer,size:"560px","append-to-body":!0},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeRecipientDrawer}},[t("p",{staticClass:"tips"},[e._v(e._s(e.$t("edm2.mailEn32")))]),e._l(e.repeatArr,(function(n,i){return t("div",{key:i,staticClass:"repeat-item"},[t("div",{staticClass:"blogger-info"},[t("div",{staticClass:"info-left"},[t("div",{staticClass:"avatar"},[t("el-image",{attrs:{src:n.bloggerAvatar}})],1),t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),null!==n.country?t("div",{staticClass:"country"},[t("i",{staticClass:"dss-iconfont icon-dss-weizhi"}),e._v(e._s(n.country)+" ")]):e._e(),t("div",{staticClass:"platform"},[t("el-image",{attrs:{src:"youtube"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png":"tiktok"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png":"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}})],1)]),t("div",{staticClass:"info-right"},[t("div",{staticClass:"right-top"},[e._v(e._s(e._f("numFormat")(n.fansNum)))]),t("div",{staticClass:"right-bottom"},[e._v(e._s(e.$t("writeMail.fans_num")))])])]),t("WTable",{attrs:{height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,tableColumnConfig:e.tableColumnConfig,tableData:n.repeatTableData,total:n.repeatTableData.length,layout:"total"},scopedSlots:e._u([{key:"radio",fn:function({data:i}){return[t("el-radio",{attrs:{label:i.scope.id},on:{input:function(t){return e.changeRadio(t,n.bloggerId)}},model:{value:n.radio,callback:function(t){e.$set(n,"radio",t)},expression:"item.radio"}},[t("span")])]}}],null,!0)})],1)})),t("div",{staticClass:"btns"},[t("el-button",{on:{click:e.cancelRepeatRecipient}},[e._v(" "+e._s(e.$t("common.cancle"))+" ")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmRepeatRecipient}},[e._v(" "+e._s(e.$t("inboxTable.confirm"))+" ")])],1)],2)},tRe=[],nRe={components:{WTable:gPe},props:{isShowDrawer:{type:Boolean,default:!1},repeatRecipientData:{type:Array,default:()=>[]}},data(){return{repeatArr:this.repeatRecipientData,tableHeight:256,loading:!1,tableColumnConfig:[{label:"",scope:"radio"},{label:mu.$t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:mu.$t("edm2.mailEn26"),prop:"chooseSourceStr"}],tableData:[],tableTotal:0,radio:"",selectedRepeatIds:[]}},methods:{changeRadio(e,t){let n={id:e,bloggerId:t};this.selectedRepeatIds.some((e=>e.bloggerId===n.bloggerId))||this.selectedRepeatIds.push(n),this.selectedRepeatIds=this.selectedRepeatIds.map((e=>e.bloggerId===n.bloggerId?n:e))},closeRecipientDrawer(){this.$emit("closeRecipientDrawer")},cancelRepeatRecipient(){this.closeRecipientDrawer()},confirmRepeatRecipient(){this.$emit("confirmRepeatRecipient",this.selectedRepeatIds)}}},iRe=nRe,rRe=Ba(iRe,eRe,tRe,!1,null,"606cf912",null),oRe=rRe.exports,aRe={name:"recipientList",components:{WTable:gPe,BloggerColumn:ABe,repeatRecipient:oRe},props:{allTableData:{type:Array,default:()=>[]}},data(){return{tableColumnConfig:[{label:"",scope:"blogger"},{label:mu.t("edm2.mailEn17"),prop:"country"},{label:mu.t("edm2.mailEn18"),scope:"platform"},{label:mu.t("writeMail.fans_num"),prop:"fansNum",format:"numFormat"},{label:mu.t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn26"),prop:"chooseSourceStr",showOverflowTooltip:!0}],tableDataShow:[],tableDataShowIndex:0,loading:!1,total:0,tableHeight:Xs(200),searchForm:{currentPage:1,pageSize:20},removeText:mu.t("edm2.mailEn27"),tableConfigSelection:!1,isShowRepeatDrawer:!1,repeatRecipientData:[],resultRecipientData:[],validRecipient:0,countRecipient:0,isShowSave:!1,draftEmails:[],hasNotice:!1}},watch:{allTableData:{deep:!0,handler(e){0!==e.length&&this.getValidReceiver(),this.tableDataShow=[];let t=JSON.parse(JSON.stringify(e));if(e.length>20){let n=Math.floor(e.length/20);for(let e=0;e<n;e++)this.tableDataShow[e]=t.splice(0,20);this.tableDataShow.push([...t])}else this.tableDataShow[0]=e},immediate:!0}},created(){this.init()},methods:{toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g"),""),e=e.replace(new RegExp("\n","g"),""),e=e.replace(new RegExp(" ","g"),"")),null==e||""==e||void 0==e},getValidReceiver(){let e=Vs(this.allTableData,"bloggerId");oBe({bloggerIds:e}).then((e=>{"0"===e.code?this.validRecipient=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},init(){this.tableDataShowIndex=0,this.$refs["mailTable"]&&(this.$refs["mailTable"].pageNum=1)},tableChangeCurrent({pageNum:e}){this.tableDataShowIndex=e-1},removeRecipient(){this.removeText=this.removeText==this.$t("edm2.mailEn27")?this.$t("edm2.mailEn28"):this.$t("edm2.mailEn27"),this.tableConfigSelection=this.removeText==this.$t("edm2.mailEn28"),this.$refs.mailTable.$refs.xTable.clearSelection()},addRecipient(){this.$emit("addRecipient")},confirmRemoveRecipient(e,t){this.$refs.mailTable.$refs.xTable.clearSelection(),this.init(),this.$emit("confirmRemoveRecipient",t)},cancel(){this.allTableData.length>500?this.$confirm(this.$t("edm5.v247"),"",{showCancelButton:!1,confirmButtonText:this.$t("edm5.v248")}):this.$route.query.draftId?this.getDraftDetail():0==this.allTableData.length?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):(this.isShowSave=!0,this.remindSave())},async getDraftDetail(){try{const e=await dh(this.$route.query.draftId);if("0"===e.code){this.draftEmails=e.data.map((e=>({id:e.writeEmailId,subject:e.subject,content:e.content,attachments:e.attachmentRes||[]})));const t=this.draftEmails.every((e=>!e.subject)),n=this.draftEmails.every((e=>this.filterHtmlTag(e.content))),i=this.draftEmails.every((e=>e.attachments&&0==e.attachments.length));console.log(t,n,i),0==this.allTableData.length&&t&&n&&i?this.$router.push("/outbox"):(this.isShowSave=!0,this.remindSave())}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){console.log(Rl)}},async saveDraft(){if(0!==this.allTableData.length){let e=await this.getBloggerMail(this.allTableData);if(0!==e.length){e.length<this.allTableData.length&&(this.hasNotice=!0);let t=[];e.forEach((e=>{let n=this.allTableData.find((t=>t.bloggerId===e.id));n&&t.push(n)}));const n=t.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId||void 0,popularizePlanName:e.popularizePlanName||void 0}))),i={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:n,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await fl(i);"0"===e.code?(this.hasNotice&&this.$message({type:"warning",message:this.$t("edm5.v249"),customClass:"custom-message",duration:2e3}),this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){return console.log(Rl),!1}}}else{const e=[],t={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:e,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await fl(t);"0"===e.code?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){return console.log(Rl),!1}}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},nextStep(){this.$emit("confirmToWritePage")},closeRecipientDrawer(){this.isShowRepeatDrawer=!1},confirmRepeatRecipient(e){0==e.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const e=new Set(this.repeatRecipientData.map((e=>e.bloggerId)));this.resultRecipientData=this.allTableData.filter((t=>!e.has(t.bloggerId))),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length<this.repeatRecipientData.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Set(e.map((e=>e.bloggerId))),n=this.repeatRecipientData.filter((e=>!t.has(e.bloggerId))),i=(this.repeatRecipientData.filter((e=>t.has(e.bloggerId))),new Set(n.map((e=>e.bloggerId)))),r=this.allTableData.filter((e=>!i.has(e.bloggerId))),o=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=r.filter((e=>{const t=o.get(e.bloggerId);return!t||e.id===t})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length==this.repeatRecipientData.length&&this.$confirm(this.$t("edm2.mailEn30"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=this.allTableData.filter((e=>{const n=t.get(e.bloggerId);return!n||e.id===n})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")}))},excludeMatchingBloggerId(e,t){const n=new Map(e.map((e=>[e.bloggerId,e.id])));return t.filter((e=>n.get(e.bloggerId)===e.id))},async getBloggerMail(e){let t=[],n=Vs(e,"bloggerId");return await _l({code:"checkBloggerhasEmail",data:{param:{bloggerIds:n}}}).then((n=>{if("0"===n.code){if(0===n.data.length)return void this.$message({type:"warning",message:this.$t("edm5.v251"),customClass:"custom-message"});if(n.data.length<e.length){let i=[];e.forEach((e=>{n.data.forEach((t=>{e.bloggerId===t.blogId&&i.push(e)}))})),i.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}else e.length===n.data.length&&e.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}})),t}}},sRe=aRe,lRe=Ba(sRe,JNe,QNe,!1,null,"40cd6474",null),cRe=lRe.exports,uRe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"bind-help"},[t("div",{staticClass:"box-main"},[t("div",{staticClass:"title1"},[e._v(e._s(e.$t("edm5.v137")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v138"))+" ")]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v139")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v140"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v141"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v142"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v143"))+" ")])]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v144")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v145"))+" ")]),e._m(0),t("p",{staticClass:"methods"},[e._v("   "+e._s(e.$t("edm5.v146")))]),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(e._s(e.$t("edm5.v147")))]),e._m(1),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v148"))+" ")]),e._m(2),e._m(3),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v149"))+" ")]),e._m(4),e._m(5)]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v150")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v151"))+" ")]),t("div",{staticClass:"rule-table"},[t("el-table",{staticClass:"bind-rule-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{width:"140",align:"center",prop:"name",label:e.$t("edm5.v152")}}),t("el-table-column",{attrs:{width:"168",align:"center",prop:"smtp",label:e.$t("edm5.v153")}}),t("el-table-column",{attrs:{width:"160",align:"center",prop:"isNeedAuth",label:e.$t("edm5.v154")}}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v155")},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"help-content",domProps:{innerHTML:e._s(n.row.helps)}})]}}])}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v156")},scopedSlots:e._u([{key:"default",fn:function(n){return[e._l(n.row.rules.rule,(function(n){return t("p",{key:n,staticClass:"rule-item"},[e._v(" "+e._s(n)+" ")])})),t("p",[t("a",{staticClass:"r-link",attrs:{href:n.row.rules.link,target:"_blank"}},[e._v(e._s(e.$t("edm5.v157")))])])]}}])})],1)],1),t("div",{staticClass:"other-tip"},[t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v158")))]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v159")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v160"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v161")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v162"))+" ")]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v163"))+" ")]),t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/email-rule.png",alt:""}}),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v164")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v165"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v166")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v167"))+" ")])])])])},dRe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-1.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-2.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-3.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-4.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-5.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-6.png",alt:""}})])}],hRe={name:"bind-help",data(){return{tableData:[{name:this.$t("edm5.v168"),smtp:"smtp.qiye.aliyun.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <a class="r-link" href="https://help.aliyun.com/document_detail/606337.html" target="_blank">${this.$t("edm5.v172")}</a>\n <a class="r-link" href="https://help.aliyun.com/document_detail/36576.html" target="_blank">${this.$t("edm5.v173")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v169"),this.$t("edm5.v170")],link:"https://help.aliyun.com/document_detail/439236.html"}},{name:this.$t("edm5.v171"),smtp:"smtp.exmail.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19886?person_id=1&subtype=1&id=20095&no=1001570" target="_blank">${this.$t("edm5.v174")}</a>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19902?person_id=0" target="_blank">${this.$t("edm5.v175")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v176"),this.$t("edm5.v177"),this.$t("edm5.v178")],link:"https://www.qqeml.com/exmail-help-rese/item/39-72"}},{name:this.$t("edm5.v179"),smtp:"smtp.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://service.mail.qq.com/detail/0/75" target="_blank">${this.$t("edm5.v180")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v181")],link:"https://kf.qq.com/faq/161223nMnQfm161223rEbQNr.html"}},{name:this.$t("edm5.v182"),smtp:"smtp-mail.outlook.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <p style="margin-bottom:12px;">Outlook SMTP<a style="margin-left:8px;display:inline;" class="r-link" href="https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040" target="_blank">${this.$t("edm5.v183")}</a></p>\n <p>${this.$t("edm5.v184")}<a class="r-link" href="https://outlook.live.com/mail/0/options/mail/accounts/popImap" target="_blank">${this.$t("edm5.v185")}</a></p>\n </p>`,rules:{rule:[this.$t("edm5.v186"),this.$t("edm5.v187"),this.$t("edm5.v188")],link:"https://support.microsoft.com/zh-cn/office/%E4%BB%A5-outlook-com-%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6-279ee200-594c-40f0-9ec8-bb6af7735c2e#:~:text=%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%20Outlook.com%20%E9%99%90%E5%88%B6%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%201%20%E6%AF%8F%E6%97%A5%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A5%2C000%202,%E6%AF%8F%E5%B0%81%E9%82%AE%E4%BB%B6%E7%9A%84%E6%9C%80%E5%A4%A7%E6%94%B6%E4%BB%B6%E4%BA%BA%E6%95%B0%EF%BC%9A500%203%20%E6%AF%8F%E6%97%A5%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A1%2C000%20%E6%B3%A8%E6%84%8F%3A%20%E9%99%90%E5%88%B6%E5%8F%AF%E8%83%BD%E5%9B%A0%E4%BD%BF%E7%94%A8%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%80%8C%E5%BC%82%EF%BC%8C%E5%AF%B9%E4%BA%8E%E9%9D%9E%E8%AE%A2%E9%98%85%E8%80%85%EF%BC%8C%E9%99%90%E5%88%B6%E5%B0%86%E8%BE%83%E4%BD%8E%E3%80%82%20%E2%80%9C%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%E2%80%9D%E6%98%AF%E6%8C%87%E4%BD%A0%E4%BB%A5%E5%89%8D%E4%BB%8E%E6%9C%AA%E5%8F%91%E9%80%81%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%E8%BF%87%E7%9A%84%E4%BA%BA%E3%80%82%20%E4%BB%BB%E4%BD%95%E7%AC%AC%E4%B8%89%E6%96%B9%E8%BF%9E%E6%8E%A5%E5%B8%90%E6%88%B7%E7%9A%84%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6%E5%8F%96%E5%86%B3%E4%BA%8E%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E3%80%82"}}]}}},pRe=hRe,fRe=Ba(pRe,uRe,dRe,!1,null,"02a9d603",null),mRe=fRe.exports;let gRe="",vRe="";function yRe(e){vRe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?gRe="https://api.kuku.info":"pre"===e?gRe="https://api.wotokol.com/index.php":"prod"!==e&&"production"!==e||(gRe="https://api.wotokol.com/index.php")}const bRe=xn.create({baseURL:"",timeout:25e4});bRe.interceptors.request.use((function(e){const t=(new Date).getTime(),n=In()+t,i=e.params||e.data;let r={},o="";i?(r=Nn(e.url,n,t,i),o=r.hmacBytes):(r=Nn(e.url,n,t),o=r.hmacBytes),e.baseURL=vRe?gRe:"https://api.wotokol.com/index.php",e.headers["appkey"]=On,e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=o,e.headers["sign"]=Ln(i).hmacBytes;let a=localStorage.getItem("sourceApp");return a&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),bRe.interceptors.response.use((function(e){return 503===e.status&&alert("服务器不可用,请联系系统管理员"),e.data}),(function(e){return Promise.reject(e)}));let wRe="",_Re="";function CRe(e){_Re=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?wRe="https://dss-apis.kuku.info":"pre"===e?wRe="https://dss-apis.wotokol.com/":"prod"!==e&&"production"!==e||(wRe="https://dss-apis.wotokol.com/")}const xRe=xn.create({baseURL:"",timeout:25e4});xRe.interceptors.request.use((function(e){return e.baseURL=_Re?wRe:"https://dss-apis.wotokol.com/",localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),e}),(function(e){return Promise.reject(e)})),xRe.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系系统管理员");try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return e.data}),(function(e){return Promise.reject(e)}));const SRe=[Ra,JMe,DMe,bBe,dl,nh,IBe,HBe,KBe,FNe,WNe,ZNe,cRe,mRe,PIe],kRe=function(e){SRe.forEach((t=>{e.component(t.name,t)}))};var ERe={install:kRe,initJavaService:ma,initHubService:yRe,initDssService:CRe},ARe=ERe}(),r}()}));
244
+ ***************************************************************************** */function pTe(e){var t=e.menus,n=e.renderElems,i=e.renderStyle,r=e.elemsToHtml,o=e.styleToHtml,a=e.preParseHtml,s=e.parseElemsHtml,l=e.parseStyleHtml,c=e.editorPlugin;t&&t.forEach((function(e){return hTe.registerMenu(e)})),n&&n.forEach((function(e){return hTe.registerRenderElem(e)})),i&&hTe.registerRenderStyle(i),r&&r.forEach((function(e){return hTe.registerElemToHtml(e)})),o&&hTe.registerStyleToHtml(o),a&&a.forEach((function(e){return hTe.registerPreParseHtml(e)})),s&&s.forEach((function(e){return hTe.registerParseElemHtml(e)})),l&&hTe.registerParseStyleHtml(l),c&&hTe.registerPlugin(c)}u8.forEach((function(e){return pTe(e)})),pTe(Tie),pTe(pce),pTe(Rve),pTe(Bke),pTe(sTe);var fTe='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',mTe={link:{menuKeys:["editLink","unLink","viewLink"]},image:{menuKeys:["imageWidth30","imageWidth50","imageWidth100","editImage","viewImageLink","deleteImage"]},pre:{menuKeys:["enter","codeBlock","codeSelectLang"]},table:{menuKeys:["enter","tableHeader","tableFullWidth","insertTableRow","deleteTableRow","insertTableCol","deleteTableCol","deleteTable"]},divider:{menuKeys:["enter"]},video:{menuKeys:["enter","editVideoSize"]}},gTe={hoverbarKeys:dTe(dTe({},mTe),{text:{menuKeys:["headerSelect","insertLink","bulletedList","|","bold","through","color","bgColor","clearStyle"]}})};hTe.setEditorConfig(dTe(dTe({},gTe),{decorate:uTe}));var vTe={hoverbarKeys:mTe};hTe.setSimpleEditorConfig(dTe(dTe({},vTe),{decorate:uTe}));var yTe={toolbarKeys:["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:iY("editor.more"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:iY("editor.justify"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:iY("editor.indent"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:iY("editor.image"),iconSvg:fTe,menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:iY("editor.video"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|","fullScreen"]};hTe.setToolbarConfig(yTe);var bTe={toolbarKeys:["blockquote","header1","header2","header3","|","bold","underline","italic","through","color","bgColor","clearStyle","|","bulletedList","numberedList","todo","justifyLeft","justifyRight","justifyCenter","|","insertLink",{key:"group-image",title:iY("editor.image"),iconSvg:fTe,menuKeys:["insertImage","uploadImage"]},"insertVideo","insertTable","codeBlock","|","undo","redo","|","fullScreen"]};function wTe(e){void 0===e&&(e={});var t=e.selector,n=void 0===t?"":t,i=e.content,r=void 0===i?[]:i,o=e.html,a=e.config,s=void 0===a?{}:a,l=e.mode,c="simple"===(void 0===l?"default":l)?hTe.simpleEditorConfig:hTe.editorConfig,u=dTe(dTe({},c.hoverbarKeys||{}),s.hoverbarKeys||{});return JW({selector:n,config:dTe(dTe(dTe({},c),s),{hoverbarKeys:u}),content:r,html:o,plugins:hTe.plugins})}function _Te(e){var t=e.selector,n=e.editor,i=e.config,r=void 0===i?{}:i,o=e.mode,a=void 0===o?"default":o;if(!t)throw new Error("Cannot find 'selector' when create toolbar");var s="simple"===a?hTe.simpleToolbarConfig:hTe.toolbarConfig,l=function(e,t){if(null==e)throw new Error("Cannot create toolbar, because editor is null");var n=t.selector,i=t.config,r=void 0===i?{}:i;if(function(e,t){return eU(e,"data-w-e-toolbar",t)}(e,n))throw new Error("Repeated create toolbar by selector '"+n+"'");var o=_j({toolbarKeys:[],excludeKeys:[],insertKeys:{index:0,keys:[]},modalAppendToBody:!1},r||{}),a=new iq(n,o);return SL.set(a,e),kL.set(e,a),a}(n,{selector:t,config:dTe(dTe({},s),r)});return l}hTe.setSimpleToolbarConfig(bTe);var CTe=function(){return CTe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},CTe.apply(this,arguments)};function xTe(e){var t="请使用 '@".concat(e,"' 事件,不要放在 props 中");return t+"\nPlease use '@".concat(e,"' event instead of props")}var STe=qn().extend({render:function(e){return e("div",{ref:"box"})},name:"Editor",data:function(){return{curValue:"",editor:null}},props:["defaultContent","defaultConfig","mode","defaultHtml","value"],mounted:function(){this.create()},watch:{value:function(e){e===this.curValue||this.setHtml(e)}},methods:{setHtml:function(e){var t=this.editor;null!=t&&t.setHtml(e)},create:function(){var e=this;if(null!=this.$refs.box){var t=this.defaultConfig||{},n=JSON.stringify(Array.isArray(this.defaultContent)?this.defaultContent:[]);wTe({selector:this.$refs.box,html:this.defaultHtml||this.value||"",config:CTe(CTe({},t),{onCreated:function(n){if(e.editor=Object.seal(n),e.$emit("onCreated",n),t.onCreated){var i=xTe("onCreated");throw new Error(i)}},onChange:function(n){var i=n.getHtml();if(e.curValue=i,e.$emit("input",i),e.$emit("onChange",n),t.onChange){var r=xTe("onChange");throw new Error(r)}},onDestroyed:function(n){if(e.$emit("onDestroyed",n),t.onDestroyed){var i=xTe("onDestroyed");throw new Error(i)}},onMaxLength:function(n){if(e.$emit("onMaxLength",n),t.onMaxLength){var i=xTe("onMaxLength");throw new Error(i)}},onFocus:function(n){if(e.$emit("onFocus",n),t.onFocus){var i=xTe("onFocus");throw new Error(i)}},onBlur:function(n){if(e.$emit("onBlur",n),t.onBlur){var i=xTe("onBlur");throw new Error(i)}},customAlert:function(n,i){if(e.$emit("customAlert",n,i),t.customAlert){var r=xTe("customAlert");throw new Error(r)}},customPaste:function(n,i){if(t.customPaste){var r=xTe("customPaste");throw new Error(r)}var o;return e.$emit("customPaste",n,i,(function(e){o=e})),o}}),content:JSON.parse(n),mode:this.mode||"default"})}}}}),kTe=qn().extend({name:"Toolbar",render:function(e){return e("div",{ref:"box"})},props:["editor","defaultConfig","mode"],methods:{create:function(e){null!=this.$refs.box&&null!=e&&(gz.getToolbar(e)||_Te({editor:e,selector:this.$refs.box,config:this.defaultConfig||{},mode:this.mode||"default"}))}},watch:{editor:{handler:function(e){null!=e&&this.create(e)},immediate:!0}}}),ETe={listModule:{unOrderedList:"Bullet List",orderedList:"Numbered List"},common:{ok:"Confirm",delete:"Delete",enter:"Enter"},blockQuote:{title:"Quote"},codeBlock:{title:"Code Block"},color:{color:"Font Color",bgColor:"Background Color",default:"Default Color",clear:"Clear Background Color"},divider:{title:"Divider"},emotion:{title:"Emotion"},fontSize:{title:"Font Size",default:"Default Font"},fontFamily:{title:"Font",default:"Default Font Size"},fullScreen:{title:"Full Screen"},header:{title:"subject",text:"content"},uploadImgModule:{uploadImage:"Upload Image",uploadError:"{{fileName}} Error Occurred While Uploading Image"},image:{netImage:"Online Images",delete:"Delete Image",edit:"Edit Image",viewLink:"View Link",src:"Image Address",desc:"Image Description",link:"Image Link"},indent:{decrease:"Decrease Indentation",increase:"Increase Indentation"},justify:{left:"Left Align",right:"Right Align",center:"Center Align",justify:"Justify"},lineHeight:{title:"Line Height",default:"Default Line Height"},link:{insert:"Insert Link",text:"Link Text",url:"Link Address",unLink:"Remove Link",edit:"Edit Link",view:"View Link"},videoModule:{delete:"Delete Video",uploadVideo:"Upload Video",insertVideo:"Insert Video",videoSrc:"Video Address",insertPlaceHolder:"Video File URL or Third-Party <iframe>",ok:"OK",editSize:"Resize",width:"Width",height:"Height"},sub:{title:"sub"},textStyle:{bold:"bold",clear:"Clear formatting",code:"Inline Code",italic:"italic",sub:"Subscript",sup:"Superscript",through:"Strikethrough",underline:"Underline"},tableModule:{deleteCol:"Delete Column",deleteRow:"Delete Row",deleteTable:"Delete Table",widthAuto:"Auto Width",insertCol:"Insert Column",insertRow:"Insert Row",insertTable:"Insert Table",header:"Table Header"},undo:{undo:"Undo",redo:"Redo"},todo:{todo:"Todo"}};class ATe{constructor(e){this.title="展开/收起",this.tag="button",this.callback=e}getValue(e){return" hello "}isActive(e){return!1}isDisabled(e){return!1}exec(e,t){this.isDisabled(e)||e.emit("handleExpand",111)}}let DTe=Wi.get("language")||"zh";"en"===DTe?(tY("en",{...ETe}),nY("en")):"zh"===DTe&&nY("zh-CN");var OTe={components:{Toolbar:kTe,Editor:STe},props:{height:{default:350,type:Number},theme:{default:"",type:String},htmlText:{default:"",type:String}},data(){return{editor:null,content:this.htmlText,toolbarConfig:{insertKeys:{index:-1,keys:["wtExpand"]},excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;console.log("ff",e),n.append("file",e);let i=[];i.push({fileName:e.name,fileSize:e.size}),es({fileName:e.name,fileSize:e.size}).then((n=>{console.log("oss",n);let i=new FormData;i.append("key",n.data.objectName),i.append("success_action_status","200"),i.append("x-oss-object-acl","public-read"),i.append("OSSAccessKeyId",n.data.accessKeyId),i.append("policy",n.data.uploadPolicy),i.append("signature",n.data.uploadSignature),i.append("success_action_status","200"),i.append("file",e),ts(n.data.uploadHost,i).then((()=>{let e=n.data.uploadHost+"/"+n.data.objectName;t(e)}))}))}},emotion:{emotions:["😀","😁","😂","😃","😄","😅","😆","😉","😊","😋","😎","😍","😘","😗","😙","😚","😇","😐","😑","😶","😏","😣","😥","😮","😯","😪","😫","😴","😌","😛","😜","😝","😒","😓","😔","😕","😲","😷","😖","😞","😟","😤","😢","😭","😦","😧","😨","😬","😰","😱","😳","😵","😡","😠","💘","❤","💓","💔","💕","💖","💗","💙","💚","💛","💜","💝","💞","💟","❣","💪","👈","👉","☝","👆","👇","✌","✋","👌","👍","👎","✊","👊","👋","👏","👐","✍","🍇","🍈","🍉","🍊","🍋","🍌","🍍","🍎","🍏","🍐","🍑","🍒","🍓","🍅","🍆","🌽","🍄","🌰","🍞","🍖","🍗","🍔","🍟","🍕","🍳","🍲","🍱","🍘","🍙","🍚","🍛","🍜","🍝","🍠","🍢","🍣","🍤","🍥","🍡","🍦","🍧","🍨","🍩","🍪","🎂","🍰","🍫","🍬","🍭","🍮","🍯","🍼","☕","🍵","🍶","🍷","🍸","🍹","🍺","🍻","🍴","🌹","🍀","🍎","💰","📱","🌙","🍁","🍂","🍃","🌷","💎","🔪","🔫","🏀","⚽","⚡","👄","👍","🔥","🙈","🙉","🙊","🐵","🐒","🐶","🐕","🐩","🐺","🐱","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🐈","🐯","🐅","🐆","🐴","🐎","🐮","🐂","🐃","🐄","🐷","🐖","🐗","🐽","🐏","🐑","🐐","🐪","🐫","🐘","🐭","🐁","🐀","🐹","🐰","🐇","🐻","🐨","🐼","🐾","🐔","🐓","🐣","🐤","🐥","🐦","🐧","🐸","🐊","🐢","🐍","🐲","🐉","🐳","🐋","🐬","🐟","🐠","🐡","🐙","🐚","🐌","🐛","🐜","🐝","🐞","🦋","😈","👿","👹","👺","💀","☠","👻","👽","👾","💣","0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣","🔟","➡️","⬅️","⬆️","⬇️","↗️","↘️","↙️","↖️","↕️","↔️","🔴","🟣","🔵","🟢","🟡","🟠","⚫","⚪️","🟤"]}}},wtExpand:!1}},methods:{onCreated(e){this.editor=Object.seal(e),window.editor=this.editor,this.$emit("onload"),this.$nextTick((()=>{this.editor&&this.editor.getAllMenuKeys()&&-1===this.editor.getAllMenuKeys().findIndex((e=>"wtExpand"===e))&&hTe.registerMenu({key:"wtExpand",factory(){return new ATe}}),this.editor.on("handleExpand",(e=>{this.$emit("expandEditor",e)}))}))},getContent(){return this.editor.getHtml()},getTextContent(){return this.editor.getText()},setContent(e){return this.editor.setHtml(e)},addEditContent(e){return this.editor.setHtml(this.content+e)},insertEditContent(e){return this.editor.insertText(e)},dangerouslyInsertHtml(e){return this.editor.dangerouslyInsertHtml(e)},isEmpty(){return this.editor.isEmpty()},setDisable(){return this.editor.disable()},setFocus(){this.editor.focus()}}},TTe=OTe,ITe=Ba(TTe,yh,bh,!1,null,null,null),PTe=ITe.exports,FTe=function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,"close-on-click-modal":!1,"before-close":e.close,title:e.$i18n.t("writeMail.delayed_sending"),width:"462px"},on:{"update:visible":function(t){e.isShow=t}}},[t("div",{staticClass:"delayed"},[t("div",{staticClass:"delayed-form mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.choose_send_time"))+":")]),t("el-date-picker",{attrs:{type:"datetime",placeholder:e.$i18n.t("writeMail.choose_time_date"),format:"yyyy-MM-dd HH:mm:ss","value-format":"yyyy-MM-dd HH:mm:ss"},model:{value:e.form.time,callback:function(t){e.$set(e.form,"time",t)},expression:"form.time"}})],1),t("div",{staticClass:"delayed-tip"},[e._v(" "+e._s(e.$i18n.t("writeMail.will"))+" "),t("span",[e._v(e._s(e.form.time))]),e._v(" "+e._s(e.$i18n.t("writeMail.post_to"))+" ")])]),t("div",{staticClass:"delayed-foot"},[t("button",{staticClass:"dialog-btn dialog-btn-linear mr24",on:{click:e.close}},[e._v(" "+e._s(e.$i18n.t("writeMail.cancle"))+" ")]),t("el-button",{staticStyle:{padding:"0 16px","border-radius":"2px"},attrs:{type:"primary",loading:e.sendLoading},on:{click:e.affirm}},[e._v(" "+e._s(e.$i18n.t("writeMail.send"))+" ")])],1)])],1)},MTe=[],BTe={props:{isShow:{default:!1,type:Boolean},rowTime:{type:String,default:""}},data(){return{form:{time:this.rowTime?this.rowTime:this.$Formatter.getAfterMinuteTime(5)},sendLoading:!1}},methods:{affirm(){this.$emit("affirm",this.form.time)},close(){this.sendLoading=!1,this.$emit("close")}}},NTe=BTe,RTe=Ba(NTe,FTe,MTe,!1,null,"09a419ce",null),$Te=RTe.exports,jTe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"wrap-search px24 mb24"},[t("div",{staticClass:"form-item mr24"},[t("button",{staticClass:"search-btn search-btn-face",on:{click:function(t){e.isShowCreate=!0}}},[e._v(" "+e._s(e.$i18n.t("product.add_product"))+" ")])]),t("div",{staticClass:"form-item"},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.searchForm.name,callback:function(t){e.$set(e.searchForm,"name",t)},expression:"searchForm.name"}},[t("el-button",{attrs:{slot:"append",icon:"el-icon-search"},on:{click:function(t){return e.init()}},slot:"append"})],1)],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isLoading,expression:"isLoading"}],staticClass:"list hidden-scrollbar link-body"},[e._l(e.linkList,(function(n,i){return t("div",{key:i,staticClass:"link-item"},[t("img",{attrs:{src:n.image_url}}),t("div",{staticClass:"link-content"},[t("span",{staticClass:"link-name"},[e._v(e._s(n.name_zh))]),t("div",{staticClass:"link-btn-group"},[t("button",{staticClass:"link-item-btn",on:{click:function(t){return e.useProtLink(n.url)}}},[e._v(" "+e._s(e.$i18n.t("product.link"))+" ")])])])])})),0===e.tableTotal?t("div",{staticClass:"w-full h-full flex items-center justify-center"},[e._v(" "+e._s(e.$i18n.t("product.no_data"))+" ")]):e._e()],2),t("div",{staticClass:"list-page"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowCreate?t("add-link",{attrs:{addDialog:e.isShowCreate},on:{close:function(t){e.isShowCreate=!1},init:function(t){e.searchForm.page=1,e.init()}}}):e._e()],1)},LTe=[],zTe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShowDialog,"close-on-click-modal":!1,title:e.$i18n.t("product.create_product"),width:"440px","append-to-body":""},on:{"update:visible":function(t){e.isShowDialog=t},close:e.close}},[t("div",{staticClass:"flex flex-col items-center"},[t("div",{staticClass:"pro-upload-container mb24"},[t("div",{staticClass:"pro-upload-main",on:{click:e.uploadImg}},[t("input",{staticStyle:{display:"none"},attrs:{id:"pro-upload-input",type:"file",accept:"image/gif, image/jpeg, image/jpg, image/png"}}),e.proForm.image_url?e._e():t("i",{staticClass:"dss-iconfont icon-upload"}),e.proForm.image_url?t("img",{attrs:{src:e.proForm.image_url}}):e._e()]),t("h3",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.upload_picture"))+" ")]),t("span",[e._v("("+e._s(e.$i18n.t("product.length_limit"))+"5MB)")])]),t("div",{staticClass:"pro-form"},[t("el-form",{ref:"proForm",attrs:{model:e.proForm,rules:e.verifyProForm}},[t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_zh"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addZhName")}},model:{value:e.proForm.name_zh,callback:function(t){e.$set(e.proForm,"name_zh",t)},expression:"proForm.name_zh"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.en_name"))+": ")]),t("el-form-item",{attrs:{prop:"name_en"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},on:{input:function(t){return e.inputProName(t,"addEnName")}},model:{value:e.proForm.name_en,callback:function(t){e.$set(e.proForm,"name_en",t)},expression:"proForm.name_en"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_type"))+": ")]),t("el-form-item",{attrs:{prop:"type"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.type,callback:function(t){e.$set(e.proForm,"type",t)},expression:"proForm.type"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("product.link_goods")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("product.link_app")}}),t("el-option",{attrs:{value:3,label:e.$i18n.t("product.link_web")}})],1)],1)],1),1===e.proForm.type?t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.E_COMMERCE"))+": ")]),t("el-form-item",{attrs:{prop:"platform"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.proForm.platform,callback:function(t){e.$set(e.proForm,"platform",t)},expression:"proForm.platform"}},[t("el-option",{attrs:{value:"Amazon",label:e.$i18n.t("product.link_amazon")}}),t("el-option",{attrs:{value:"AliExpress",label:e.$i18n.t("product.link_aliExpress")}}),t("el-option",{attrs:{value:"Lazada",label:e.$i18n.t("product.link_lazada")}}),t("el-option",{attrs:{value:"Shopee",label:e.$i18n.t("product.link_shopee")}}),t("el-option",{attrs:{value:"OtherSite",label:e.$i18n.t("product.link_independent")}}),t("el-option",{attrs:{value:"Tiktok",label:"TikTok"}}),t("el-option",{attrs:{value:"TheOther",label:e.$i18n.t("product.link_other")}})],1)],1)],1):e._e(),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.produce_link"))+": ")]),t("el-form-item",{attrs:{prop:"url"}},[t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.proForm.url,callback:function(t){e.$set(e.proForm,"url",t)},expression:"proForm.url"}})],1)],1),t("div",{staticClass:"pro-form-item"},[t("span",[t("p",[e._v("*")]),e._v(" "+e._s(e.$i18n.t("product.product_price"))+": ")]),t("el-form-item",{attrs:{prop:"price_dollar"}},[t("el-input",{attrs:{type:"number",placeholder:e.$i18n.t("common.please_input")},model:{value:e.proForm.price_dollar,callback:function(t){e.$set(e.proForm,"price_dollar",t)},expression:"proForm.price_dollar"}})],1),t("div",{staticClass:"pro-form-tip"},[e._v(e._s(e.$i18n.t("product.dollar")))])],1)]),t("div",{staticClass:"flex justify-end"},[t("button",{staticClass:"pro-btn pro-btn-disabled mr12",on:{click:function(t){e.isShowDialog=!1}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"pro-btn pro-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.createPrd}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])],1)])])},VTe=[];async function HTe(e){let t=await wa("/koc/product/search",e);return t}async function UTe(e){let t=await wa("/koc/product/productCreate",e);return t}async function WTe(e){let t=await wa("/koc/product/upPrdCover",e);return t}async function qTe(e){let t=await wa("/koc/Blogger/keywordsAssociate",e);return t}async function YTe(e){let t=await wa("/user/product/search",e);return t}async function GTe(e){let t=await va(`/user/product/details/${e.id}`);return t}async function KTe(e){let t=await va("/user/product/allProductPullDown",e);return t}async function XTe(e){let t=await va("/user/productCard/apply",e);return t}async function ZTe(e){let t=await wa("/user/productCard/form/list",e);return t}var JTe={props:{addDialog:{type:Boolean,default:!1}},data(){return{isShowDialog:this.addDialog,proForm:{name_zh:"",name_en:"",image_url:"",url:"",type:"",platform:"",price_dollar:""},verifyProForm:{name_zh:[{required:!0,message:`${this.$i18n.t("product.empty_link_name")}`,trigger:"blur"}],name_en:[{required:!0,message:`${this.$i18n.t("product.empty_en_name")}`,trigger:"blur"},{max:100,message:`${this.$i18n.t("product.limit_en_words")}`,trigger:"blur"},{validator:(e,t,n)=>{const i=/^[0-9a-zA-Z,:,:%-_ ]+$/g;i.test(t)?n():n(new Error(`${this.$i18n.t("product.false_en_name")}`))},trigger:"blur"}],type:[{required:!0,message:`${this.$i18n.t("product.select_link_type")}`,trigger:"change"}],platform:[{validator:(e,t,n)=>{1!==this.proForm.type||t?n():n(new Error(`${this.$i18n.t("product.select_platform")}`))},trigger:"change"}],url:[{required:!0,message:`${this.$i18n.t("product.empty_link")}`,trigger:"blur"}],price_dollar:[{validator:(e,t,n)=>{1===this.proForm.type&&""===t?n(new Error(`${this.$i18n.t("product.empty_price")}`)):n()},trigger:"blur"}]},isSubmit:!1}},methods:{inputProName(e,t){e&&this.checkInput({keyword:e,is_show_error:1},t)},checkInput(e,t){qTe(e).then((e=>{400===e.code&&(this.$message.error(e.msg),"addZhName"===t?this.proForm.name_zh="":"addEnName"===t&&(this.proForm.name_en=""))}))},createPrd(){this.$refs["proForm"].validate((e=>{if(!e)return!1;{if(!this.proForm.image_url)return void this.$message({message:`${this.$i18n.t("product.no_img")}`,type:"warning"});const e={name_zh:this.proForm.name_zh,name_en:this.proForm.name_en,image_url:this.proForm.image_url,url:this.proForm.url,type:[this.proForm.type],platform:this.proForm.platform,price_dollar:1*this.proForm.price_dollar};this.isSubmit=!0,UTe(e).then((e=>{0===e.code?(this.$emit("init"),this.close(),this.$message({message:"`${this.$i18n.t('product.create_success')}`",type:"success"})):(this.isSubmit=!1,11e4===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.false_link")}`}):300001===e.code?this.$message({type:"warning",message:`${this.$i18n.t("product.re_link_name")}`}):this.$message({type:"warning",message:e.msg}))}))}}))},uploadImg(){const e=this,t=document.getElementById("pro-upload-input");t.click(),t.onchange=function(t){const n=this.files[0].size/1024/1024<5;if(!n)return void e.$message.error(`${e.$i18n.t("product.limit_upload")}`);const i=new FormData;i.append("file",this.files[0]),WTe(i).then((n=>{200===n.code?(e.$message({message:n.msg,type:"success"}),e.proForm.image_url=n.data.url,t.target.value=""):e.$message({message:n.msg,type:"warning"})}))}},close(){this.isSubmit=!1,this.proForm.name_zh="",this.proForm.name_en="",this.proForm.image_url="",this.proForm.url="",this.proForm.type="",this.proForm.platform="",this.proForm.price_dollar="",this.$emit("close")}}},QTe=JTe,eIe=Ba(QTe,zTe,VTe,!1,null,"3e764b9e",null),tIe=eIe.exports,nIe={components:{AddLink:tIe},data(){return{searchForm:{name:"",page:1,page_size:10},isLoading:!1,linkList:[],tableTotal:0,isShowCreate:!1}},created(){this.init()},methods:{init(){this.isLoading=!0,HTe(this.searchForm).then((e=>{0===e.code?(this.isLoading=!1,this.linkList=e.data.items,this.tableTotal=e.data.total):(this.isLoading=!1,this.$message.error(e.msg))}))},changePage(e){this.searchForm.page=e,this.init()},useProtLink(e){this.$emit("setMailLink",e)}}},iIe=nIe,rIe=Ba(iIe,jTe,LTe,!1,null,"e27f4ae4",null),oIe=rIe.exports,aIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.send_notice"),width:"480px","before-close":e.closeNotice,"custom-class":["notice-dialog","en"==e.language?"en-notice-dialog":""],"close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("ul",{staticClass:"notice-ul"},[e._l(e.noticeArr,(function(n,i){return t("li",{key:i},[e._v(e._s(n))])})),t("li",[t("span",[e._v(e._s(e.$i18n.t("checkMail.tip13")))])])],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-checkbox",{model:{value:e.remind14Day,callback:function(t){e.remind14Day=t},expression:"remind14Day"}},[e._v(e._s(e.$i18n.t("checkMail.tip14")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeNotice}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},sIe=[],lIe={props:{isShow:{default:!1,type:Boolean}},data(){return{noticeArr:[this.$i18n.t("checkMail.tip15"),this.$i18n.t("checkMail.tip16")],remind14Day:!1,language:Wi.get("language")}},methods:{closeNotice(){this.$emit("closeNotice",this.remind14Day)}}},cIe=lIe,uIe=Ba(cIe,aIe,sIe,!1,null,null,null),dIe=uIe.exports,hIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip9"),width:"480px","before-close":e.closeLimit,"custom-class":"limit-dialog","close-on-click-modal":!1},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip2"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip10_1",{value:e.totalSendNum}))+" "),t("span",[e._v(e._s(e.restSendNum))]),e._v(" "+e._s(e.$i18n.t("checkMail.tip10_2"))+" ")]),t("ul",{staticClass:"limit-ul"},[t("li",[e._v(e._s(e.$i18n.t("checkMail.tip11")))]),t("li",[e._v(e._s(e.$i18n.t("checkMail.tip12")))])]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.closeLimit}},[e._v(e._s(e.$i18n.t("checkMail.know")))])],1)])},pIe=[],fIe={props:{isShow:{default:!1,type:Boolean},totalSendNum:{type:Number,default:0},restSendNum:{type:Number,default:0}},data(){return{}},methods:{closeLimit(){this.$emit("closeLimit")}}},mIe=fIe,gIe=Ba(mIe,hIe,pIe,!1,null,null,null),vIe=gIe.exports,yIe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,width:"620px","before-close":e.closeCheck,"custom-class":"check-dialog "+("en"==e.language?"en-check-dialog":""),"close-on-click-modal":!1,"show-close":0===e.active&&1==e.currentStatus&&(0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum)},on:{"update:visible":function(t){e.isShow=t}}},[t("el-steps",{attrs:{active:e.active+1,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(e,n){return t("el-step",{key:n,attrs:{title:e}})})),1),0===e.active?t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.checkLoading,expression:"checkLoading"}],staticClass:"active1"},[t("div",{staticClass:"check-title",class:{"check-title-success":0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum}},[0!==e.reContactNum||0!==e.riskNum||0!==e.cooperatedNum?t("span",{staticClass:"txt"},[e._v("检测发现"+e._s(e.totalNum)+"位有效收件人中有以下情况,请选择是否过滤")]):e._e(),t("span",{staticClass:"tips"},[e._v("有效发件人:为了保障邮箱健康度,平台将会自动过滤掉当天有过重复标题发送的红人")])]),t("div",{staticClass:"check-item",class:{"item-success":0===e.reContactNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.reContactNum?"无":e.reContactNum+"位"))]),e._v("重复触达红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*30天内邮件联系过")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.reContactNum>0,expression:"reContactNum > 0"}],attrs:{"active-text":e.isFilterRepeat?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRepeat,callback:function(t){e.isFilterRepeat=t},expression:"isFilterRepeat"}})],1),t("img",{attrs:{src:e.reContactNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.riskNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.riskNum?"无":e.riskNum+"位"))]),e._v("履约风险红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*平台上记录有履约风险")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.riskNum>0,expression:"riskNum > 0"}],attrs:{"active-text":e.isFilterRisk?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterRisk,callback:function(t){e.isFilterRisk=t},expression:"isFilterRisk"}})],1),t("img",{attrs:{src:e.riskNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),t("div",{staticClass:"check-item",class:{"item-success":0===e.cooperatedNum}},[t("div",{staticClass:"check-item_left"},[t("div",{staticClass:"check-label"},[t("span",{staticClass:"red"},[e._v(e._s(0===e.cooperatedNum?"无":e.cooperatedNum+"位"))]),e._v("合作红人 ")]),t("div",{staticClass:"check-tip"},[e._v("*与企业账号有合作中或合作完成的红人")])]),t("div",{staticClass:"check-item_right"},[t("el-switch",{directives:[{name:"show",rawName:"v-show",value:e.cooperatedNum>0,expression:"cooperatedNum > 0"}],attrs:{"active-text":e.isFilterCooperate?"过滤":"不过滤"},on:{change:e.changeFilter},model:{value:e.isFilterCooperate,callback:function(t){e.isFilterCooperate=t},expression:"isFilterCooperate"}})],1),t("img",{attrs:{src:e.cooperatedNum>0?"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png":"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]),0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?t("div",{staticClass:"success-tips"},[e._v(" 收件人均为首次触达,将在"),t("span",{staticClass:"tips-red"},[e._v("3S")]),e._v("后自动进行到下一步 ")]):e._e()]):e._e(),1===e.active?t("div",{staticClass:"active2"},[t("div",{staticClass:"variable-check"},[e.isLoading?[t("div",{staticClass:"var-wait wait mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("p",{staticClass:"var-loads"},[t("i",{staticClass:"dss-iconfont icon-jiazaizhong var-load"})])])]:[e.hasVar?t("div",{staticClass:"var-success success mb16"},[t("p",[e._v(e._s(e.$i18n.t("checkMail.variable_replacement")))]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-success.png"}})]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-fail fail mb16"},[t("p",{staticClass:"fail-name"},[e._v(" "+e._s(e.$i18n.t("checkMail.variable_replacement"))+" ")]),t("p",{staticClass:"fail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip4"))+" ")]),t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/check-fail.png"}})])]],2),t("div",{staticClass:"spam-check"},[e.isLoading?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip5"))+" ")]):e._e(),e.isLoading?e._e():[e.hasVar?t("p",{staticClass:"mt40"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip6_1"))+" "),t("span",{staticClass:"underline-span"},[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip6_2"))+" ")]):e._e(),e.hasVar?e._e():t("div",{staticClass:"var-btns"},[e.checkVar?t("button",{staticClass:"tip-btn active1-btn1",attrs:{size:"small"},on:{click:e.varCheckSend}},[e._v(" "+e._s(e.$i18n.t("checkMail.continue_sending_emails"))+" ")]):e._e(),t("el-button",{staticClass:"tip-btn",attrs:{size:"small",type:"primary"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.optimize_emails")))])],1)]],2)]):e._e(),2===e.active?t("div",{staticClass:"active3"},[e.isSuccess&&e.isSendSuccess?[t("div",{staticClass:"sucess-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-success1"})]),t("p",{staticClass:"mail-status"},[e._v(" "+e._s(e.$i18n.t("checkMail.email_created_successfully"))+" ")]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip7_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip7_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.skipToOut}},[e._v(e._s(e.$i18n.t("checkMail.jump_immediately")))])]:e._e(),e.isSuccess&&e.isSendSuccess?e._e():[t("div",{staticClass:"fail-icon img-icon"},[t("i",{staticClass:"dss-iconfont icon-fail"})]),t("p",{staticClass:"mail-status"},[e._v(e._s(e.$i18n.t("checkMail.creation_failed")))]),t("p",{staticClass:"mail-tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip8_1"))+" "),t("span",[e._v("3S")]),e._v(" "+e._s(e.$i18n.t("checkMail.tip8_2"))+" ")]),t("el-button",{staticClass:"mail-btn",attrs:{type:"primary",size:"small"},on:{click:e.closeCheck}},[e._v(e._s(e.$i18n.t("checkMail.close")))])]],2):e._e(),0!==e.active||1!=e.currentStatus||0===e.reContactNum&&0===e.riskNum&&0===e.cooperatedNum?e._e():t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"active1-btn1",attrs:{size:"small"},on:{click:e.closeCheck}},[e._v(" 取 消 ")]),t("el-button",{staticClass:"active1-btn2",attrs:{size:"small",type:"primary"},on:{click:e.filterContactBlogger}},[e._v("下一步")])],1)],1)},bIe=[],wIe={props:{isShow:{default:!1,type:Boolean},totalNum:{type:Number,default:0},reContactNum:{type:Number,default:0},riskNum:{type:Number,default:0},cooperatedNum:{type:Number,default:0},filterBloggerArr:{type:Array,default:()=>[]},checkEmails:{type:Array,default:()=>[]},isSendSuccess:{type:Boolean,default:!0},isReply:{type:Boolean,default:!1},checkLoading:{type:Boolean,default:!1}},data(){return{active:0,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],isSuccess:!0,currentStatus:1,hasVar:!1,isLoading:!1,checkVar:!0,language:Wi.get("language"),isFilterRepeat:!0,isFilterRisk:!0,isFilterCooperate:!0}},mounted(){0===this.reContactNum&&0===this.riskNum&&0===this.cooperatedNum&&setTimeout((()=>{this.next()}),3e3)},methods:{closeCheck(){this.$emit("closeCheck")},next(){this.isSuccess?(this.active=1,this.isLoading=!0,vl({emails:this.checkEmails}).then((e=>{"0"===e.code?(this.checkVar=!0,this.isLoading=!1,e.data?(this.hasVar=!0,setTimeout((()=>{this.active=2,this.$emit("selfSend")}),3e3)):this.hasVar=!1):(this.checkVar=!1,this.isLoading=!1,this.$message.error(e.message))}))):(this.active=2,setTimeout((()=>{this.closeCheck()}),3e3))},filterContactBlogger(){0===this.filterBloggerArr.length&&(this.isSuccess=!1),this.next()},skipToOut(){this.$emit("skipToOut")},varCheckSend(){this.active=2,0===this.filterBloggerArr.length?this.isSuccess=!1:this.$emit("selfSend")},changeFilter(){this.$emit("updateFilterBloggerArr",this.isFilterRepeat,this.isFilterRisk,this.isFilterCooperate)}}},_Ie=wIe,CIe=Ba(_Ie,yIe,bIe,!1,null,null,null),xIe=CIe.exports,SIe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"choose-email-container"},[t("el-dialog",{attrs:{visible:e.isShow,title:e.isCheckType?"":e.$i18n.t("setMail.Sending_settings"),width:e.isCheckType?"620px":"560px","before-close":e.closeChooseMail,"custom-class":"choosemail-dialog2 "+(e.isCheckType?"choosemail-isCheck":""),"close-on-click-modal":!1,"append-to-body":""},on:{"update:visible":function(t){e.isShow=t}}},[e.isCheckType?t("el-steps",{attrs:{active:e.active,"align-center":"","finish-status":"finish"}},e._l(e.stepsArr,(function(n,i){return t("el-step",{key:i,attrs:{title:n,status:e.active>=i?"finish":"wait"}})})),1):e._e(),e.isCheckType?t("div",{staticClass:"send-tips"},[t("div",{staticClass:"tips-title"},[e._v(e._s(e.$t("edm5.v189")))]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v190",{value:e.totalSendNum}))+" ")]),t("div",{staticClass:"tips-item"},[e._v(" "+e._s(e.$t("edm5.v191"))+" ")])]):e._e(),e.isCheckType||"zh"!=e.language?e._e():t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.authLoading,expression:"authLoading"}],class:{"check-list":e.isCheckType}},[t("div",{class:{"woto-mail":!0,"mail-active":"WOTOMAIL"===e.radio},on:{click:function(t){return e.changeEmail("WOTOMAIL","","WOTOMAIL")}}},[t("el-radio",{attrs:{value:e.radio,label:"WOTOMAIL"}},[e._v(e._s(e.$i18n.t("setMail.mailbox_system")))]),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("WOTOMAIL")}}},[e._v(e._s("WOTOMAIL"===e.defaultEmail?e.$t("edm5.v193"):e.$t("edm5.v194")))])],1),e._l(e.gmailList,(function(n,i){return t("div",{key:n.id,class:{"woto-mail":!0,"gmail-woto-mail":!0,"gmail-alias":!0,"mail-active":e.extractEmails(n,e.radio)}},[t("div",{staticClass:"gmail-woto-mail-main"},[t("el-radio",{attrs:{value:e.radio,label:n.email},nativeOn:{click:function(t){return e.changeEmail(n.email,n.id,"GMAIL")}}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.email)+" ")]),t("span",{staticClass:"email-address"},[e._v(" "+e._s(n.email))])])],1),t("span",{staticClass:"alias-tips"},[t("span",{directives:[{name:"toggle-gmail-alias",rawName:"v-toggle-gmail-alias"}]},[e._v("别名邮箱")]),n.childEmails&&n.childEmails.length>0?t("span",[e._v("("+e._s(n.childEmails?n.childEmails.length:"")+")")]):e._e(),t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333","max-width":"300px"},attrs:{slot:"content"},slot:"content"},[e._v(" 别名邮箱是附加到你主邮箱的额外地址。例如,你可以添加 you+work@gmail.com,所有发送到该地址的邮件都会合并至主邮箱。 "),t("a",{staticStyle:{color:"#ff5277"},attrs:{target:"_blank",href:"https://support.google.com/a/answer/33327?hl=zh-Hans"}},[e._v("【Gmail别名邮箱说明】")])]),t("i",{staticClass:"dss-iconfont icon-bangzhushuomingbeifen",staticStyle:{"font-size":"14px",color:"#a9a9a9",cursor:"pointer","margin-left":"2px"}})])],1),t("span",{staticClass:"set-default",staticStyle:{"margin-left":"16px"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("GMAIL",n.id)}}},[e._v(e._s(e.defaultEmail===n.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbindEmail(n.email,"GMAIL")}}},[e._v(e._s(e.$t("edm5.v195")))])],1),t("div",{staticClass:"gmail-woto-mail-alias"},[t("div",{staticClass:"alias-list"},e._l(n.childEmails,(function(r){return t("div",{key:r.id,staticClass:"alias-item"},[t("el-radio",{attrs:{disabled:r.id&&(r.id+"").indexOf("new")>-1,value:e.radio,label:r.email},nativeOn:{click:function(t){return e.changeEmail(r.email,r.id,"GMAIL")}}},[r.id&&-1===(r.id+"").indexOf("new")?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(r.email)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(r.email))])]):t("el-input",{staticClass:"gmail-input",attrs:{placeholder:"请输入邮箱"},model:{value:r.email,callback:function(t){e.$set(r,"email",t)},expression:"child.email"}})],1),r.id&&(r.id+"").indexOf("new")>-1?t("span",{staticClass:"alias-delete",staticStyle:{"margin-left":"auto","margin-right":"12px"},on:{click:function(t){return e.confirmAddAliasGmail(n.id,r.email)}}},[e._v("授权")]):e._e(),r.id&&-1===(r.id+"").indexOf("new")?t("span",{staticClass:"alias-delete",staticStyle:{"margin-left":"auto","margin-right":"12px"},on:{click:function(t){return e.setDefaultBindEmail("GMAIL",r.id)}}},[e._v(e._s(e.defaultEmail===r.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]):e._e(),t("span",{staticClass:"alias-delete",on:{click:function(t){return e.deleteAliasGmail(r.id,r.email,i)}}},[e._v("删除")])],1)})),0),e.hasEditAlias?e._e():t("div",{staticClass:"alias-add",on:{click:function(t){return e.addAliasGmail(n,i)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"add-text"},[e._v("连接Gmail中已设置的别名邮箱")])])])])})),e._l(e.businessEmailList,(function(n){return t("div",{key:n.id,class:{"woto-mail":!0,"mail-active":e.radio===n.emailAddress},on:{click:function(t){return e.changeEmail(n.emailAddress,n.id,"QIYE")}}},[t("el-radio",{attrs:{value:e.radio,label:n.emailAddress}},[t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"content",staticStyle:{color:"#333"},attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(n.emailAddress)+" ")]),t("span",{staticClass:"email-address"},[e._v(e._s(n.emailAddress))])])],1),t("span",{staticClass:"set-default",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.setDefaultBindEmail("QIYE",n.id)}}},[e._v(e._s(e.defaultEmail===n.id?e.$t("edm5.v193"):e.$t("edm5.v194")))]),t("span",{staticClass:"unBind",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.unbindEmail(n.emailAddress,"QIYE")}}},[e._v(e._s(e.$t("edm5.v195")))])],1)})),0===e.businessEmailList.length?t("div",{staticClass:"add-mail",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):e._e()],2),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e.businessEmailList.length>0?t("div",{staticClass:"left",on:{click:e.toOpenBind}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v196")))])]):t("div"),e.isCheckType?t("el-button",{staticClass:"cancel-btn",attrs:{size:"small"},on:{click:e.closeChooseMail}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]):e._e(),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.confirmChoose}},[e._v(e._s(e.isCheckType?e.$i18n.t("edm2.mailEn25"):e.$i18n.t("setMail.confirm")))])],1)],1),t("el-dialog",{attrs:{title:e.$t("edm5.v196"),visible:e.bindEmailVisible,width:"480px","custom-class":"edm-bind-email-dialog","append-to-body":""},on:{"update:visible":function(t){e.bindEmailVisible=t}}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.bingLoading,expression:"bingLoading"}]},["zh"==e.language?t("span",{staticClass:"header-tips"},[e._v(e._s(e.$t("edm5.v192")))]):e._e(),t("div",{staticClass:"email-top"},[t("div",{staticClass:"top-left"},[e._v(e._s(e.$t("edm5.v197")))]),t("div",{staticClass:"top-right",on:{click:e.toBindHelp}},[t("span",{staticClass:"config-info"},[e._v(e._s(e.$t("edm5.v198")))]),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"email-kind"},[t("el-select",{staticClass:"kind-select",attrs:{placeholder:e.$t("edm5.v98")},on:{change:e.providerChange},model:{value:e.businessParams.id,callback:function(t){e.$set(e.businessParams,"id",t)},expression:"businessParams.id"}},e._l(e.businessTemplateList,(function(e){return t("el-option",{key:e.id,attrs:{label:e.provider,value:e.id}})})),1)],1),t("div",{staticClass:"email-content"},["Gmail"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v199")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.gmailValInput,callback:function(t){e.gmailValInput=t},expression:"gmailValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v202")))])])]:"Outlook"===e.businessParams.id?[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v203")))]),t("div",{staticClass:"item-input"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.outlookValInput,callback:function(t){e.outlookValInput=t},expression:"outlookValInput"}})],1)]),t("div",{staticClass:"gmail-tip"},[t("p",[e._v("-"+e._s(e.$t("edm5.v200")))]),t("p",[e._v("-"+e._s(e.$t("edm5.v201")))])])]:[t("el-form",{ref:"businessRuleForm",attrs:{model:e.businessParams,rules:e.businessRules}},[t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v204")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"emailAddress"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.emailAddress,callback:function(t){e.$set(e.businessParams,"emailAddress",t)},expression:"businessParams.emailAddress"}})],1)],1)]),t("div",{staticClass:"content-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v205")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{attrs:{prop:"pwd"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95")},model:{value:e.businessParams.pwd,callback:function(t){e.$set(e.businessParams,"pwd",t)},expression:"businessParams.pwd"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v206")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"smtpHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.smtpHost,callback:function(t){e.$set(e.businessParams,"smtpHost",t)},expression:"businessParams.smtpHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.businessParams.encryptionType,callback:function(t){e.$set(e.businessParams,"encryptionType",t)},expression:"businessParams.encryptionType"}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"smtpPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.smtpPort,callback:function(t){e.$set(e.businessParams,"smtpPort",t)},expression:"businessParams.smtpPort"}})],1)],1)]),t("div",{staticClass:"content-item multiple-item"},[t("div",{staticClass:"item-label"},[e._v(e._s(e.$t("edm5.v210")))]),t("div",{staticClass:"item-input"},[t("el-form-item",{staticClass:"form-item-one",attrs:{prop:"imapHost"}},[t("el-input",{staticClass:"input-one",attrs:{placeholder:e.$t("edm5.v207")},model:{value:e.businessParams.imapHost,callback:function(t){e.$set(e.businessParams,"imapHost",t)},expression:"businessParams.imapHost"}})],1),t("el-form-item",{staticClass:"form-item-two",attrs:{prop:"encryptionType"}},[t("el-select",{staticClass:"input-two",attrs:{value:"SSL",placeholder:e.$t("edm5.v98"),disabled:""}},[t("el-option",{attrs:{label:e.$t("edm5.v208"),value:0}}),t("el-option",{attrs:{label:"SSL",value:1}}),t("el-option",{attrs:{label:"TLS",value:2}})],1)],1),t("el-form-item",{staticClass:"form-item-three",attrs:{prop:"imapPort"}},[t("el-input",{staticClass:"input-three",attrs:{placeholder:e.$t("edm5.v209")},model:{value:e.businessParams.imapPort,callback:function(t){e.$set(e.businessParams,"imapPort",t)},expression:"businessParams.imapPort"}})],1)],1)])])]],2),t("span",{staticClass:"bind-dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("div"),t("div",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:e.toCancelBind}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{attrs:{size:"small",loading:e.confirmBindLoading,type:"primary"},on:{click:e.toConfirmBind}},[e._v(e._s(e.$t("edm5.v36")))])],1)])])]),t("el-dialog",{attrs:{title:e.$i18n.t("setMail.unbind"),visible:e.innerVisible,"append-to-body":"","custom-class":`inner-dialog2 ${"en"==e.language?"en-inner-dialog2":""} ${e.hasToSendEmail?"inner-dialog2-has":""}`},on:{"update:visible":function(t){e.innerVisible=t}}},[e.hasToSendEmail?t("div",{staticClass:"inner-has-tips"},[e._v(" "+e._s(e.$t("edm5.v211"))+" ")]):t("div",{staticClass:"inner-tip-text"},["GMAIL"===e.currentUnbindEmailType?t("span",[e._v(e._s(e.$i18n.t("setMail.tip1",{currentUnbindEmail:e.currentUnbindEmail})))]):t("span",[e._v(" "+e._s(e.$t("edm5.v212",{currentUnbindEmail:e.currentUnbindEmail}))+" ")]),"GMAIL"===e.currentUnbindEmailType?t("span",{staticClass:"guide",on:{click:e.toGuide}},[e._v("【"+e._s(e.$i18n.t("setMail.guide"))+"】")]):e._e()]),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){e.innerVisible=!1}}},[e._v(e._s(e.$i18n.t("setMail.cancle")))]),t("el-button",{attrs:{loading:e.unbindLoading,size:"small",type:"primary"},on:{click:e.confirmUnbind}},[e._v(e._s(e.$i18n.t("setMail.confirm_unbinding")))])],1)])],1)},kIe=[];const EIe={2:{pre:"https://k8s-mail.wotokol.com",prod:"https://mail.wotokol.com"},3:{pre:"https://gmailpre.wotovideo.com",prod:"https://gmail.wotovideo.com"}};function AIe(e,t){const n="https://pre.wotohub.com"==e?"pre":"prod";return EIe[t][n]||""}function DIe(e,t){for(const n of e){if(n.id===t)return n.email;if(n.childEmails&&Array.isArray(n.childEmails))for(const e of n.childEmails)if(e.id===t)return e.email}return null}var OIe={name:"chooseMailNew",components:{Tooltip:Ou},props:{isShow:{default:!1,type:Boolean},currentRadio:{type:String,default:"WOTOMAIL"},currentRadioId:{type:[Number,String],default:""},currentSendType:{type:String,default:"WOTOMAIL"},currentEnv:{type:String,default:"https://www.wotohub.com"},isCheckType:{type:Boolean,default:!0},userId:{type:[Number,String],default:""},addresseeArrLength:{type:Number,default:0},totalSendNum:{type:Number,default:0},isBindOpenNewTab:{type:Boolean,default:!1}},data(){return{radio:"",radioId:"",sendType:"",gmailValInput:"",gmailList:[],outlookValInput:"",scopeVal:"https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.send%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly%20https%3A%2F%2Fmail.google.com%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.modify%20",redirectUri:encodeURIComponent(this.currentEnv)+"%2Fwrite",code:"",innerVisible:!1,language:Wi.get("language")||this.$i18n.locale,bindEmailVisible:!1,businessEmailList:[],businessTemplateList:[],businessParams:{id:"Outlook",emailAddress:"",pwd:"",smtpHost:"",encryptionType:0,smtpPort:"",imapHost:"",imapPort:"",provider:""},businessRules:{id:[{required:!0,message:this.$t("edm5.v213"),trigger:"change"}],emailAddress:[{required:!0,message:this.$t("edm5.v214"),trigger:"blur"},{type:"email",message:this.$t("edm5.v215"),trigger:"blur"}],pwd:[{required:!0,message:this.$t("edm5.v216"),trigger:"blur"}],smtpHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],encryptionType:[{required:!0,message:this.$t("edm5.v98"),trigger:"change"}],smtpPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}],imapHost:[{required:!0,message:this.$t("edm5.v207"),trigger:"blur"},{validator:this.validateUrl,trigger:"blur"}],imapPort:[{required:!0,message:this.$t("edm5.v209"),trigger:"blur"},{validator:this.validatePort,trigger:"blur"}]},bingLoading:!1,currentUnbindEmail:"",currentUnbindEmailType:"",unbindLoading:!1,confirmBindLoading:!1,stepsArr:[this.$t("edm5.v219"),this.$i18n.t("checkMail.filter_contacted_influencers"),this.$i18n.t("checkMail.email_quality_inspection"),this.$i18n.t("checkMail.create_email")],active:0,defaultEmail:"",hasToSendEmail:!1,authLoading:!1,reloadTimer:null}},computed:{hasEditAlias(){return this.gmailList.some((e=>!(!e.childEmails||!Array.isArray(e.childEmails))&&e.childEmails.some((e=>e.id&&(e.id+"").includes("new")))))}},created(){if(this.radio=this.currentRadio,this.radioId=this.currentRadioId,this.sendType=this.currentSendType,this.$route.query.code){this.code=this.$route.query.code;const e=localStorage.getItem("authorType");e&&"Gmail"===e?this.handleGmailAuth():e&&"Outlook"===e&&this.handleOutLookAuth()}this.$route.query.from&&"bindGmailPage"===this.$route.query.from&&this.clearEmailStorage(),this.getBindGmails(),this.getBusinessEMails(),this.getBusinessTemplates(),this.getDefaultBindEmail()},beforeDestroy(){this.reloadTimer&&clearTimeout(this.reloadTimer)},directives:{toggleGmailAlias:{bind(e){e.addEventListener("click",(()=>{const t=e.parentNode?.parentNode?.parentNode;t&&t.classList.toggle("gmail-alias")}))},unbind(e){e.removeEventListener("click",(()=>{}))}}},methods:{changeEmail(e,t,n){if(!e)return!1;this.radio=e,this.radioId=t,this.sendType=n},async getBindGmails(){try{const e=await bl({});"0"===e.code?this.gmailList=e.data||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getBusinessEMails(){try{const e=await ph({});"0"===e.code?this.businessEmailList=e.data||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getBusinessTemplates(){try{const e=await fh({});"0"===e.code?this.businessTemplateList=[{provider:this.$t("edm5.v220"),value:"Outlook",id:"Outlook"}].concat([...e.data,{provider:"Gmail",value:"Gmail",id:"Gmail"}])||[]:this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getDefaultBindEmail(){try{const e=await xl({});return"0"===e.code?("WOTOMAIL"===e.data.sendType?this.defaultEmail="WOTOMAIL":this.defaultEmail=e.data.bizId,e.data):(this.$message.error(e.message),{})}catch(Rl){return console.log(Rl),{}}},async setDefaultBindEmail(e,t){try{if(t===this.defaultEmail)return!1;const n={};"WOTOMAIL"===e?n["sendType"]="WOTOMAIL":(n["bizId"]=t,n["sendType"]=e);const i=await Cl(n);"0"===i.code?(this.$message.success(this.$t("edm5.v221")),this.getDefaultBindEmail()):this.$message.error(i.message)}catch(Rl){console.log(Rl)}},toOpenBind(){this.bindEmailVisible=!0},toCancelBind(){this.bindEmailVisible=!1},toConfirmBind(){"Gmail"===this.businessParams.id?this.authorizeGmail():"Outlook"===this.businessParams.id?this.authorizeOutlook():this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.confirmBindLoading=!0;const e=await mh({...this.businessParams,providerId:this.businessParams.id});"0"===e.code?(this.$message.success(this.$t("edm5.v222")),this.getBusinessEMails(),this.bindEmailVisible=!1,this.$refs["businessRuleForm"].resetFields()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}finally{this.confirmBindLoading=!1}}))},closeChooseMail(){this.$emit("closeChooseMail",this.radio)},confirmChoose(){"WOTOMAIL"===this.radio||this.isCheckType?this.handlerCurrentBind():this.$confirm(this.$t("edm5.v223"),this.$t("edm5.v224"),{confirmButtonText:this.$t("edm5.v225"),cancelButtonText:this.$t("edm5.v226"),type:"warning"}).then((()=>{this.handlerCurrentBind()})).catch((()=>{this.radio="WOTOMAIL"}))},async handlerCurrentBind(){const e={sendType:"",bizId:void 0,email:void 0};if("WOTOMAIL"===this.sendType?e["sendType"]="WOTOMAIL":"GMAIL"===this.sendType?(e["sendType"]="GMAIL",e["bizId"]=this.radioId,e["email"]=this.radio):(e["sendType"]="QIYE",e["bizId"]=this.radioId,e["email"]=this.radio),this.$emit("updateCurrentEmail",e),"WOTOMAIL"!==this.radio&&this.isCheckType){const e=await Il(this.userId);if(!("0"===e.code&&e.data?.userBloggerEmailNum>=this.addresseeArrLength+e.data?.userUseBloggerEmailNum))return void this.$message.warning(this.$t("checkMail.messageTip1"));this.$emit("openCheckNext")}else"WOTOMAIL"===this.radio&&this.isCheckType?this.$emit("openCheckNext"):this.$message.success(this.$t("edm5.v227"));this.closeChooseMail()},authorizeGmail(){if(!this.gmailValInput)return void this.$message.warning(`${this.$i18n.t("setMail.tip9")}`);const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.gmailValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Gmail"),localStorage.setItem("authorLink",this.gmailValInput),yl({id:"",gmail:this.gmailValInput}).then((e=>{if("0"===e.code){let t="";if(1==e.data.type)t=`https://accounts.google.com/o/oauth2/auth?response_type=code&access_type=offline&client_id=478743684976-2e3nlm97t528lb0gn44notvkdacnjii9.apps.googleusercontent.com&redirect_uri=${this.redirectUri}&state=null&scope=${this.scopeVal}&approval_prompt=force&include_granted_scopes=true`;else{const n=JSON.parse(localStorage.getItem("user_info")||"{}");t=`${AIe(this.currentEnv,e.data.type)}/login?middleToken=${localStorage.getItem("token")}&user_id=${n.user_id}&nick_name=${n.nick_name}&company=${n.company}&phone=${n.phone}&vip=${n.vip}&auth_type=${e.data.type}&client_id=${e.data.gmailAppId}`}this.isBindOpenNewTab?(window.open(t,"_blank"),this.bindEmailVisible=!1,this.$emit("handleConfirmBind")):window.location.href=t}else this.$message.error(e.message)}))}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},handleGmailAuth(){this.authLoading=!0,wl({googleCode:this.code,authStatus:1,redirectUri:`${this.currentEnv}/write`}).then((e=>{"0"===e.code?(this.getBindGmails(),this.$message.success(`${this.$i18n.t("setMail.auth_success")}`)):(this.gmailList=[],this.$message.error(e.message)),this.clearEmailStorage(),this.authLoading=!1})).catch((()=>{this.clearEmailStorage(),this.authLoading=!1})).finally((()=>{this.authLoading=!1}))},addAliasGmail(e,t){this.$set(this.gmailList,t,{...this.gmailList[t],childEmails:[...this.gmailList[t].childEmails,{id:"new"+Date.now(),email:""}]})},async confirmAddAliasGmail(e,t){try{if(!e||!t)return this.$message.error("请输入邮箱!");if(!/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/.test(t))return this.$message.error(`${this.$i18n.t("setMail.tip10")}`);const n=await Pl({confId:e,email:t});"0"===n.code&&n.data?(this.getBindGmails(),this.$message.success(`别名邮箱【${t}】已成功添加!`)):this.$message.error(n.message)}catch(Rl){this.$message.error(Rl.message),console.log(Rl)}},deleteAliasGmail(e,t,n){if(!e)return!1;(e+"").indexOf("new")>-1?this.$set(this.gmailList,n,{...this.gmailList[n],childEmails:this.gmailList[n].childEmails.filter((t=>t.id!==e))}):this.$confirm("删除后,发送到此别名邮箱的邮件将不再被接收。你确定要继续吗?","确定删除该别名邮箱吗?",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((async()=>{try{const n=await Fl({confId:e});"0"===n.code?(this.getBindGmails(),this.$message.success(`别名邮箱【${t}】已成功删除!`)):this.$message.error(n.message)}catch(Rl){console.log(Rl)}})).catch((()=>{}))},async authorizeOutlook(){if(!this.outlookValInput)return void this.$message.warning(this.$t("edm5.v229"));const e=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(e.test(this.outlookValInput)){let e=this.$route.query;localStorage.setItem("beforeSkipPathQuery",JSON.stringify(e)),localStorage.setItem("authorType","Outlook"),localStorage.setItem("authorLink",this.outlookValInput);try{const e=await El({type:"outlook"});if("0"===e.code){const{authorizeUrl:t,clientId:n,scope:i}=e.data;let r=`${t}?scope=${encodeURIComponent(i)}&response_type=code&client_id=${n}&redirect_uri=${this.redirectUri}`;this.isBindOpenNewTab?(window.open(r,"_blank"),this.bindEmailVisible=!1,this.$emit("handleConfirmBind")):window.location.href=r}}catch(Rl){console.log(Rl)}}else this.$message.warning(`${this.$i18n.t("setMail.tip10")}`)},async handleOutLookAuth(){try{this.authLoading=!0;const e=localStorage.getItem("authorLink"),t=await Al({code:this.code,type:"outlook",email:e||void 0});"0"===t.code?(this.$message.success(`${this.$i18n.t(this.$t("edm5.v230"))}`),this.getBusinessEMails()):this.$message.error(t.message),this.clearEmailStorage(),this.authLoading=!1}catch(Rl){this.clearEmailStorage(),console.log(Rl),this.authLoading=!1}finally{this.authLoading=!1}},clearEmailStorage(){const e=localStorage.getItem("beforeSkipPathQuery");if(e){const t=JSON.parse(e);this.$router.push({query:Jd()({},t)}),localStorage.removeItem("beforeSkipPathQuery")}localStorage.removeItem("authorType"),localStorage.removeItem("authorLink"),this.$route.query.draftId&&(this.reloadTimer=setTimeout((()=>{location.reload()}),1e3))},async unbindEmail(e,t){try{const n=await kl({email:e});"0"===n.code?(this.hasToSendEmail=!n.data,this.currentUnbindEmail=e,this.currentUnbindEmailType=t,this.innerVisible=!0):this.$message.error(n.message)}catch(Rl){console.log(Rl)}},confirmUnbind(){this.unbindLoading=!0,"GMAIL"===this.currentUnbindEmailType?wl({authStatus:0,email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.innerVisible=!1,this.gmailValInput="",this.$message.success(e.message),this.currentUnbindEmail===this.radio||this.gmailList.find((e=>e.email===this.currentUnbindEmail))?.childEmails?.find((e=>e.email===this.currentUnbindEmail))?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1})):vh({email:this.currentUnbindEmail}).then((e=>{"0"===e.code?(this.$message.success(this.$t("edm5.v231")),this.innerVisible=!1,this.currentUnbindEmail===this.radio?this.handleUnbindDefault():this.$emit("closeChooseMail")):this.$message.error(e.message)})).finally((()=>{this.unbindLoading=!1}))},async handleUnbindDefault(){const{sendType:e,bizId:t,email:n}=await this.getDefaultBindEmail(),i={sendType:"",bizId:void 0,email:void 0};i.sendType=e,i.bizId=t,i.email=n,this.$emit("updateCurrentEmail",i),this.$emit("closeChooseMail")},toGuide(){this.$emit("toGuide")},toBindHelp(){window.open("/bindEmailHelp","_blank")},providerChange(e){const t=this.businessTemplateList.find((t=>t.id===e));if(t){const{imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}=t;this.businessParams={...this.businessParams,imapHost:e,imapPort:n,smtpHost:i,smtpPort:r,encryptionType:o,provider:a}}},async testEmailChannel(){this.$refs["businessRuleForm"].validate((async e=>{if(!e)return console.log("error submit!!"),!1;try{this.bingLoading=!0;const e=await gh({...this.businessParams});"0"===e.code?this.$message.success(this.$t("edm5.v232")):this.$message.error(e.message),this.bingLoading=!1}catch(Rl){console.log(Rl),this.bingLoading=!1}finally{this.bingLoading=!1}}))},validatePort(e,t,n){const i=Number(t);!1===Number.isNaN(i)&&"number"===typeof i?n():n(new Error(this.$t("edm5.v233")))},validateUrl(e,t,n){const i=/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/;i.test(t)?n():n(new Error(this.$t("edm5.v234")))},extractEmails(e,t){const n=[e.email];return e?.childEmails?.length&&n.push(...e.childEmails.map((e=>e.email))),n.includes(t)}}},TIe=OIe,IIe=Ba(TIe,SIe,kIe,!1,null,null,null),PIe=IIe.exports,FIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product"),visible:e.isShowDrawer,size:"560px","custom-class":"product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDrawer}},[t("div",{staticClass:"search-product-wrap"},[t("el-input",{staticClass:"input-with-select",class:{"input-with-select-en":"en"===e.language},attrs:{placeholder:2==e.productSelect?e.$i18n.t("newProduct.please_enter_num"):e.$i18n.t("newProduct.please_enter"),type:2==e.productSelect?"number":""},model:{value:e.productInput,callback:function(t){e.productInput=t},expression:"productInput"}},[t("el-select",{attrs:{slot:"prepend"},on:{change:e.changeProductMode},slot:"prepend",model:{value:e.productSelect,callback:function(t){e.productSelect=t},expression:"productSelect"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.product_name"),value:"1"}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.productId"),value:"2"}}),"ai"===e.from?t("el-option",{attrs:{label:e.$i18n.t("newProduct.productRemark"),value:"3"}}):e._e()],1)],1),t("div",{staticClass:"search-btns"},[t("el-button",{attrs:{type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],class:{"product-list":!0,"product-list-add":"ai"===e.from&&e.hasSelectedList.length>0}},e._l(e.productsArr,(function(n,i){return t("div",{key:i,staticClass:"product-item"},["ai"===e.from?t("div",{staticClass:"item-select"},[t("el-checkbox",{attrs:{value:e.isSelected(n)},on:{change:t=>e.selectChanged(t,n)}})],1):e._e(),t("div",{staticClass:"item-left"},[t("el-image",{attrs:{src:n.imageUrls[0]}}),2==n.source?t("p",{staticClass:"desc"},[e._v(" "+e._s(e.$i18n.t("newProduct.shopifyProduct"))+" ")]):e._e()],1),t("div",{staticClass:"item-center"},[t("p",{staticClass:"p1"},[e._v(" "+e._s(n.nameZh)+" ")]),"ai"===e.from?t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_en"))+":"+e._s(n.nameEn)+" ")]):e._e(),t("p",{staticClass:"p2"},[e._v(" "+e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark)+" ")]),t("p",{staticClass:"p3"},[e._v(" "+e._s(e.$i18n.t("newProduct.channel"))+":"+e._s(n.platformName)+" ")])]),"ai"!==e.from?t("div",{staticClass:"item-right",on:{click:function(t){return e.productDetailRow(n.id)}}},[t("span",[e._v(e._s(e.$i18n.t("newProduct.details"))),t("i",{staticClass:"el-icon-arrow-right"})])]):e._e()])})),0),"ai"===e.from&&e.hasSelectedList.length>0?t("div",{staticClass:"select-part"},[t("div",{staticClass:"left"},[e._v(" "+e._s(e.$t("edm5.v263"))+" "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.hasSelectedList.length))]),e._v(" "+e._s(e.$t("edm5.v264"))+" ")]),t("div",{staticClass:"right"},[t("el-button",{on:{click:e.closeProductDrawer}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddAi}},[e._v(e._s(e.$t("edm5.v45")))])],1)]):e._e(),t("div",{staticClass:"pagination"},[t("el-pagination",{staticClass:"edm-product-pagination",attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1),e.isShowProductDetailDrawer?t("product-detail-drawer",{attrs:{isShowProductDetailDrawer:e.isShowProductDetailDrawer,rowId:e.rowId},on:{setProduct:e.setProduct,closeProductDetailDrawer:e.closeProductDetailDrawer}}):e._e()],1)},MIe=[],BIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("newProduct.product_details"),visible:e.isShowDrawer,size:"560px","append-to-body":"","custom-class":"mannual-product-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductDetailDrawer}},[t("div",{staticClass:"product-card mb40"},[t("div",{staticClass:"card-title"},[e._v(" "+e._s(e.$i18n.t("productCard.product_card"))+" "),t("span",{staticClass:"card-i",on:{click:e.addProductCard}},[t("i",{staticClass:"dss-iconfont icon-applyproduct"})])]),t("div",{staticClass:"card-main"},[t("div",{staticClass:"cards-wrap"},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:e.form.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(e.form.promotePlatformType,(function(n,i){return t("div",{key:i,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/youtube.png"}}):e._e(),1==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/tiktok.png"}}):e._e(),2==n?t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/ins.png"}}):e._e()])})),e._l(e.typeName,(function(n,i){return t("span",{key:"typeName"+i},[e._v(e._s(n))])}))],2)],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(e.form.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(e.form.currency))+e._s(e.form.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(e.form.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==e.form.commissionPercent||0==e.form.commissionPercent}},[null!==e.form.commissionPercent&&0!==e.form.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(e.form.currency))+e._s((e.form.priceDollar*(e.form.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.skipApply}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.view_cards_times"))+":"+e._s(e.form.viewNum||"0"))])])])])]),t("div",{staticClass:"basic-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.basic_information"))+" ")])]),t("div",{staticClass:"name mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.name")))]),t("div",{staticClass:"zh-wrap mb8"},[t("div",{staticClass:"zh-name"},[t("span",[t("font",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.chinese")))],1),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameZh,callback:function(t){e.$set(e.form,"nameZh",t)},expression:"form.nameZh"}})],1),null!==e.form.nameZh&&""!==e.form.nameZh?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameZh,"normal")}}}):e._e()]),t("div",{staticClass:"zh-wrap"},[t("div",{staticClass:"en-name"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.english")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.nameEn,callback:function(t){e.$set(e.form,"nameEn",t)},expression:"form.nameEn"}})],1),null!==e.form.nameEn&&""!==e.form.nameEn?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.nameEn,"normal")}}}):e._e()])]),t("div",{staticClass:"remarks mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.remarks")))]),t("el-input",{attrs:{disabled:""},model:{value:e.form.remark,callback:function(t){e.$set(e.form,"remark",t)},expression:"form.remark"}})],1),t("div",{staticClass:"img mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.picture")))]),t("el-upload",{class:{"product-upload":!0,toMax:!0},attrs:{action:"#","list-type":"picture-card",accept:"image/gif,image/jpeg,image/jpg,image/png,image/svg","file-list":e.fileList,"auto-upload":!0,multiple:!1,disabled:""},scopedSlots:e._u([{key:"file",fn:function({file:n}){return t("div",{staticClass:"scope-upload"},[t("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:n.url,alt:""}}),e.currentMainPicUid===n.uid?t("div",{staticClass:"img-operate"},[t("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:e.$i18n.t("newProduct.Main_image"),placement:"top"}},[t("span",{class:{"is-main":e.currentMainPicUid===n.uid}},[t("i",{staticClass:"el-icon-s-home"})])])],1):e._e(),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i img-i",on:{click:function(t){return e.setProduct(n.url,"img")}}})])}}])},[t("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})])],1),t("div",{staticClass:"type mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.category"))+" ")]),t("el-select",{staticStyle:{width:"100%"},attrs:{filterable:"",clearable:"",disabled:"",multiple:"","collapse-tags":""},model:{value:e.form.type,callback:function(t){e.$set(e.form,"type",t)},expression:"form.type"}},e._l(e.productTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),t("div",{staticClass:"desc mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.describe")))]),t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.description,callback:function(t){e.$set(e.form,"description",t)},expression:"form.description"}})],1),t("div",{staticClass:"original"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.source")))]),t("el-select",{staticStyle:{width:"100%"},attrs:{disabled:"",filterable:"",clearable:""},model:{value:e.form.source,callback:function(t){e.$set(e.form,"source",t)},expression:"form.source"}},[t("el-option",{attrs:{label:e.$i18n.t("newProduct.Manual_addition"),value:1}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.Shopify_import"),value:2}}),t("el-option",{attrs:{label:e.$i18n.t("newProduct.TikTok_import"),value:3}}),t("el-option",{attrs:{label:"TikTok店铺同步",value:4}})],1)],1)]),t("div",{staticClass:"sell-info mb40"},[t("div",{staticClass:"title"},[t("p",{staticClass:"weight-title"},[e._v(" "+e._s(e.$i18n.t("newProduct.sales_information"))+" ")])]),t("div",{staticClass:"sell-price mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.price")))]),t("div",{staticClass:"price-box"},[t("el-select",{attrs:{clearable:"",filterable:"",disabled:""},model:{value:e.form.currency,callback:function(t){e.$set(e.form,"currency",t)},expression:"form.currency"}},e._l(e.moneyTypeOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{directives:[{name:"stopMousewheel",rawName:"v-stopMousewheel"}],attrs:{disabled:"",type:"number"},model:{value:e.form.priceDollar,callback:function(t){e.$set(e.form,"priceDollar",t)},expression:"form.priceDollar"}}),null!==e.form.priceDollar&&""!==e.form.priceDollar?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(e.form.priceDollar,"price")}}}):e._e()],1)]),t("div",{staticClass:"sku mb24"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.sku_description")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{type:"textarea",autosize:{minRows:4,maxRows:4},maxlength:"1000","show-word-limit":"",disabled:""},model:{value:e.form.sku,callback:function(t){e.$set(e.form,"sku",t)},expression:"form.sku"}}),null!==e.form.sku&&""!==e.form.sku?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.sku,"normal")}}}):e._e()],1)]),t("div",{staticClass:"shippableregions mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.shippable_regions"))+" ")]),0==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-cascader",{staticClass:"product-area-edm",attrs:{disabled:"",options:e.areaOptions,props:{multiple:!0,expandTrigger:"hover"},"collapse-tags":"",clearable:"",filterable:""},model:{value:e.areaList,callback:function(t){e.areaList=t},expression:"areaList"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e(),1==e.form.isGlobal?t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.formCountry,callback:function(t){e.formCountry=t},expression:"formCountry"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.isGlobal,"area")}}})],1):e._e()]),t("div",{staticClass:"channel mb24"},[t("p",{staticClass:"item-label"},[t("span",{staticClass:"mark"},[e._v("*")]),e._v(e._s(e.$i18n.t("newProduct.channel"))+" ")]),e._l(e.form.platformLink,(function(n,i){return t("div",{key:i,staticClass:"channel-item mb8"},[t("el-select",{attrs:{disabled:""},model:{value:n.platform,callback:function(t){e.$set(n,"platform",t)},expression:"item.platform"}},e._l(e.platFormOpts,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-input",{attrs:{disabled:""},model:{value:n.links,callback:function(t){e.$set(n,"links",t)},expression:"item.links"}}),t("i",{staticClass:"dss-iconfont icon-applyproduct card-i",on:{click:function(t){return e.setProduct(n.links,"links")}}})],1)}))],2),t("div",{staticClass:"keyword"},[t("p",{staticClass:"item-label"},[e._v(e._s(e.$i18n.t("newProduct.search_keywords")))]),t("div",{staticClass:"zh-wrap"},[t("el-input",{attrs:{disabled:""},model:{value:e.form.tags,callback:function(t){e.$set(e.form,"tags",t)},expression:"form.tags"}}),null!==e.form.tags&&""!==e.form.tags?t("i",{staticClass:"dss-iconfont icon-applyproduct card-i sku-i",on:{click:function(t){return e.setProduct(e.form.tags,"normal")}}}):e._e()],1)])])])},NIe=[];const RIe=[{label:"Shopify独立站",value:0},{label:"Shopline独立站",value:1},{label:"亚马逊Amazon",value:2},{label:"速卖通AliExpress",value:3},{label:"来赞达Lazada",value:4},{label:"虾皮Shopee",value:5},{label:"TikTok小店",value:6},{label:"其他",value:7}],$Ie=[{value:"1",label:"数码电器",en_label:"Electronics"},{value:"2",label:"母婴用品",en_label:"Mother & Kids"},{value:"3",label:"玩具",en_label:"Toys"},{value:"4",label:"食品",en_label:"Food & Drink"},{value:"5",label:"办公设备",en_label:"Office Products"},{value:"6",label:"宠物用品",en_label:"Animals & Pets"},{value:"7",label:"家居园艺",en_label:"Home & Garden"},{value:"8",label:"美容健康",en_label:"Health & Personal Care"},{value:"9",label:"运动用品",en_label:"Sports"},{value:"10",label:"户外用品",en_label:"Outdoor"},{value:"11",label:"汽摩配件",en_label:"Car & Motorbike"},{value:"12",label:"时尚服饰",en_label:"Clothing & Accessories"},{value:"13",label:"行李箱包",en_label:"Luggage & Travel Gear"},{value:"14",label:"五金工具",en_label:"Tools/Equipment"},{value:"15",label:"工艺及DIY",en_label:"Crafts & DIY"},{value:"16",label:"教育产品",en_label:"Education"},{value:"17",label:"音乐乐器",en_label:"Music"},{value:"19",label:"游戏",en_label:"Games"},{value:"18",label:"其他产品",en_label:"Other"}],jIe=[{label:"美元",value:0,code:"USD",symbol:"$"},{label:"欧元",value:1,code:"EUR",symbol:"€"},{label:"英镑",value:2,code:"GBP",symbol:"£"},{label:"日元",value:3,code:"JPY",symbol:"¥"},{label:"人民币",value:4,code:"CNY",symbol:"¥"},{label:"加拿大元",value:5,code:"CAD",symbol:"$"},{label:"澳大利亚元",value:6,code:"AUD",symbol:"$"},{label:"瑞士法郎",value:7,code:"CHF",symbol:"Fr"},{label:"新西兰元",value:8,code:"NZD",symbol:"$"},{label:"韩元",value:9,code:"KRW",symbol:"₩"},{label:"印度卢比",value:10,code:"INR",symbol:"₹"},{label:"巴西雷亚尔",value:11,code:"BRL",symbol:"R$"},{label:"南非兰特",value:12,code:"ZAR",symbol:"R"},{label:"西班牙比塞塔",value:13,code:"ESP",symbol:"₧"},{label:"泰国铢",value:14,code:"THB",symbol:"฿"},{label:"瑞典克朗",value:15,code:"SEK",symbol:"kr"},{label:"新加坡元",value:16,code:"SGD",symbol:"$"},{label:"阿联酋迪拉姆",value:17,code:"AED",symbol:"د.إ"},{label:"墨西哥比索",value:18,code:"MXN",symbol:"$"},{label:"俄罗斯卢布",value:19,code:"RUB",symbol:"₽"},{label:"沙特里亚尔",value:20,code:"SAR",symbol:"ر.س"},{label:"马来西亚林吉特",value:21,code:"MYR",symbol:"RM"},{label:"港元",value:22,code:"HKD",symbol:"HK$"},{label:"柬埔寨瑞尔",value:23,code:"KHR",symbol:"៛"},{label:"菲律宾比索",value:24,code:"PHP",symbol:"₱"},{label:"越南盾",value:25,code:"VND",symbol:"₫"},{label:"印尼盾",value:26,code:"IDR",symbol:"Rp"}],LIe=[{value:7,label:"汉语",enLabel:"Chinese"},{value:1,label:"英语",enLabel:"English"},{value:3,label:"法语",enLabel:"French"},{value:8,label:"德语",enLabel:"German"},{value:6,label:"日语",enLabel:"Japanese"},{value:9,label:"韩语",enLabel:"Korean"},{value:10,label:"越南语",enLabel:"Vietnamese"},{value:11,label:"泰国语",enLabel:"Thai"},{value:12,label:"菲律宾语",enLabel:"Filipino"},{value:13,label:"印度尼西亚语",enLabel:"Indonesian"},{value:14,label:"俄罗斯语",enLabel:"Russian"},{value:4,label:"西班牙语",enLabel:"Spanish"},{value:15,label:"意大利语",enLabel:"Italian"}];var zIe,VIe,HIe={props:{isShowProductDetailDrawer:{type:Boolean,default:!1},rowId:{type:[Number,String],default:""}},data(){return{isShowDrawer:this.isShowProductDetailDrawer,form:{nameZh:"",nameEn:"",remark:"",type:[],description:"",source:1,sku:"",isGlobal:1,currency:"",priceDollar:"",imageUrls:[],shippingArea:[],platformLink:[],tags:"",sharingUsers:[]},productTypeOpts:Object.freeze($Ie),moneyTypeOpts:Object.freeze(jIe),platFormOpts:Object.freeze(RIe),shareAccountOpts:[],areaOptions:[],fileList:[],tagList:[],inputTag:"",inputFocus:!1,createAccount:"",isFinished:!1,formCountry:"可全球发货",clickApplyProduct:!1,typeName:[]}},computed:{currentMainPicUid(){return(Array.isArray(this.fileList)&&this.fileList.length)>0?this.fileList[0]?.uid:""},areaList:{set(e){const t=[];e.forEach((e=>{const[n,i]=e,r=t.findIndex((e=>e.area===n));r>-1?t[r].countries.push(i):t.push({area:n,countries:[i]})})),this.form.shippingArea=t},get(){const e=[];return this.form.shippingArea.forEach((t=>{t.countries.forEach((n=>{e.push([t.area,n])}))})),e}},...ki(["user_info"])},created(){this.getCountryOpts(),this.getProductDetail()},methods:{skipApply(){XTe({productId:Number(this.rowId)}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},setProduct(e,t){let n="";if("normal"==t&&(n=e),"price"==t){let t="";this.moneyTypeOpts.map((e=>{e.value==this.form.currency&&(t=e.label)})),n=e+t}if("area"==t){let t="",i=[];1==e?t="可全球发货":0==e&&this.form.shippingArea.map((e=>{this.areaOptions.map((n=>{e.area==n.value&&(e.countries.length==n.children.length?t=n.label:e.countries.map((e=>{n.children.map((t=>{e==t.value&&i.push(`${n.label}/${t.label}`)}))})))}))})),n=i.join(",")+","+t}if("links"==t){let t="";this.form.platformLink.map((n=>{n.links==e&&this.platFormOpts.map((e=>{e.value==n.platform&&(t=e.label)}))})),n=`${t}:${e}`}"img"==t&&(n=e),this.$emit("setProduct",`<p>${n}</p>`)},addProductCard(){this.$message.success("商品卡添加成功"),this.clickApplyProduct=!0},getProductDetail(){GTe({id:this.rowId}).then((e=>{"0"===e.code?(this.form=e.data,this.form.description=this.htmlToPlainText(this.form.description),this.form.imageUrls&&this.form.imageUrls.forEach((e=>{this.fileList.push({url:e})})),e.data.type&&0!==e.data.type.length&&(this.typeName=[],3!==e.data.source?this.productTypeOpts.map((t=>{e.data.type.map((e=>{t.value==e&&this.typeName.push(t.label)}))})):this.typeName=e.data.type)):this.$message.error(e.message)}))},htmlToPlainText(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body.textContent||""},closeProductDetailDrawer(){let e="";e=this.clickApplyProduct?this.rowId:"",this.$emit("closeProductDetailDrawer",e)},getCountryOpts(){_l({code:"sysDictService",data:{param:{dictTypeCode:"dim_region"}}}).then((e=>{const t=[];e.data.forEach((e=>{const n=t.findIndex((t=>t.label===e.col1));n>-1?t[n].children.push({label:e.dictValue,value:e.dictCode,sort:e.orderNum}):t.push({label:e.col1,value:e.id,sort:Number(e.catLevel1),children:[{label:e.dictValue,value:e.dictCode,sort:e.orderNum}]})})),this.areaOptions=t.sort(((e,t)=>e.sort-t.sort))}))}}},UIe=HIe,WIe=Ba(UIe,BIe,NIe,!1,null,"4df2a52d",null),qIe=WIe.exports,YIe={components:{productDetailDrawer:qIe},props:{isShowProductDrawer:{type:Boolean,default:!1},from:{type:String,default:""},defaultSelectedProduct:{type:Array,default:()=>[]}},data(){return{productInput:"",productSelect:"1",productsArr:[],queryParams:{timeAsc:!1,pageSize:6,currentPage:1,productId:"",productName:"",remark:""},total:0,isShowProductDetailDrawer:!1,isShowDrawer:this.isShowProductDrawer,loading:!1,rowId:"",clickApplyProductId:"",hasSelectedList:[],language:Wi.get("language")}},created(){this.defaultSelectedProduct&&this.defaultSelectedProduct.length>0&&(this.hasSelectedList=this.defaultSelectedProduct),this.getProductList()},methods:{closeProductDetailDrawer(e){this.clickApplyProductId=e,this.isShowProductDetailDrawer=!1},productDetailRow(e){this.isShowProductDetailDrawer=!0,this.rowId=e},changeProductMode(e){this.productSelect=e,this.productInput=""},getProductList(){this.loading=!0,YTe({...Zs(this.queryParams)}).then((e=>{"0"===e.code?(this.productsArr=e.data.rows.map((e=>{let t=[];return null!==e.shippingAreaZh&&0!==e.shippingAreaZh.length&&0==e.isGlobal&&e.shippingAreaZh.map((e=>{t=[...t,...e.countries]})),1==e.isGlobal&&(t=["可全球发货"]),{...e,countryName:t.toString(),productLink:e.platformLink?.map((e=>e.links))?.join(",")}})),this.total=e.data.total):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},searchEvt(){1==this.productSelect?(this.queryParams.productName=this.productInput,this.queryParams.productId="",this.queryParams.remark=""):2==this.productSelect?(this.queryParams.productId=this.productInput,this.queryParams.productName="",this.queryParams.remark=""):3==this.productSelect&&(this.queryParams.productId="",this.queryParams.productName="",this.queryParams.remark=this.productInput),this.queryParams.currentPage=1,this.getProductList()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productInput="",this.productSelect="1",this.getProductList()},handleSizeChange(e){this.queryParams.pageSize=e,this.getProductList()},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductList()},closeProductDrawer(){this.$emit("closeProductDrawer",this.clickApplyProductId)},changeCommodityMode(e){this.productSelect=e,this.productInput=""},setProduct(e){this.$emit("setProduct",e)},selectChanged(e,t){const n=this.hasSelectedList.findIndex((e=>e.id===t.id));-1===n?t.nameEn?this.hasSelectedList.push(t):this.$confirm("当前所选产品没有设置英文名称,暂无法选择!",this.$t("edm5.v79"),{confirmButtonText:"去补全",cancelButtonText:"取消",type:"warning"}).then((()=>{window.open("/myProduct","_blank"),this.closeProductDrawer()})).catch((()=>{})):this.hasSelectedList.splice(n,1)},isSelected(e){return this.hasSelectedList.findIndex((t=>t.id===e.id))>-1},confirmAddAi(){this.$emit("addAiProduct",this.hasSelectedList)}}},GIe=YIe,KIe=Ba(GIe,FIe,MIe,!1,null,"430214a1",null),XIe=KIe.exports,ZIe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productForm.product_selection_form"),visible:e.isShowDrawer,size:"1000px","custom-class":"product-form-drawer"},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeProductFormDrawer}},[t("WTable",{attrs:{tableColumnConfig:e.tableColumnConfig,tableData:e.productFormTableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.queryParams.pageSize,pageNum:e.queryParams.currentPage},on:{"update:pageSize":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:page-size":function(t){return e.$set(e.queryParams,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.queryParams,"currentPage",t)},"update:page-num":function(t){return e.$set(e.queryParams,"currentPage",t)},changeSize:function(t){return e.getProductCardFormList()},changeCurrent:function(t){return e.getProductCardFormList()},sort:e.tableSort},scopedSlots:e._u([{key:"radio",fn:function({data:n}){return[t("el-radio",{attrs:{label:n.scope.id},on:{input:function(t){return e.changeRadio(t)}},model:{value:e.cellRadio,callback:function(t){e.cellRadio=t},expression:"cellRadio"}},[t("span")])]}},{key:"viewNum",fn:function({data:t}){return[e._v(" "+e._s(t.scope.viewNum)+" ")]}},{key:"operate",fn:function({data:n}){return[t("el-link",{attrs:{type:"primary",underline:!1},on:{click:function(t){return e.lookRow(n.scope)}}},[e._v(e._s(e.$i18n.t("productForm.see")))])]}}])}),t("div",{staticClass:"product-form-btn"},[t("el-button",{on:{click:e.closeProductFormDrawer}},[e._v(e._s(e.$i18n.t("productForm.cancel")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.setProductFormLink}},[e._v(e._s(e.$i18n.t("productForm.confirm")))])],1)],1)},JIe=[],QIe=function(){var e=this,t=e._self._c;return t("div",{class:{"crm-x-table":!0}},[t("el-table",e._g(e._b({directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"xTable",style:{"min-height":`${e.minHeight}px`},attrs:{data:e.tableData,height:e.height,"max-height":e.maxHeight,"row-key":e.getRowKeys,"row-class-name":"row-class-name","cell-class-name":"cell-class-name","tooltip-effect":"light myTooltip"},on:{"selection-change":e.selectionChange,"row-click":e.rowClick,"sort-change":e.sortChange}},"el-table",e.$attrs,!1),e.$listeners),[e.fullTableConfig.selection?[t("el-table-column",{attrs:{type:"selection",align:e.fullTableConfig.align||"center",width:e.fullTableConfig.selectionWidth||40,fixed:e.fullTableConfig.selectionFixed||null,selectable:e.fullTableConfig.handleSelectable,"reserve-selection":!0}})]:e._e(),e.fullTableConfig.index?[t("el-table-column",{attrs:{type:"index",width:e.fullTableConfig.indexWidth||50,label:e.fullTableConfig.indexLabel||"序号",fixed:e.fullTableConfig.indexFixed||null}})]:e._e(),e._l(e.fulColumnConfig,(function(n){return[n.scope&&n.isShow?t("el-table-column",{key:n.scope,attrs:{label:n.label||"",width:n.width||"","min-width":n.minWidth||"",align:n.align||"left",fixed:n.fixed,"class-name":n.isTag?"c-tag":""},scopedSlots:e._u([{key:n.options?"header":"",fn:function({column:n,$index:i}){return[t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("span",{staticStyle:{color:"#666666","font-weight":"400","margin-right":"26px"}},[e._v("全选")])])]}},{key:"input"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper"}},[t("el-input",{attrs:{placeholder:e.$t("edm5.v43")},model:{value:e.searchVal,callback:function(t){e.searchVal=t},expression:"searchVal"}}),t("div",{staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(e.$t("edm5.v42"))),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])],1)]}},{key:"readRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v46")))]),t("el-radio",{attrs:{label:"2"},model:{value:e.readRadio,callback:function(t){e.readRadio=t},expression:"readRadio"}},[e._v(e._s(e.$t("edm5.v47")))])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:"replyRadio"==n.filter?"header":"",fn:function(i){return[t("el-popover",{attrs:{trigger:"click",placement:"bottom",width:"280","popper-class":"input-popper radio-popper"}},[t("div",{staticClass:"radio-box"},[t("el-radio",{attrs:{label:"1"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("是")]),t("el-radio",{attrs:{label:"0"},model:{value:e.replyRadio,callback:function(t){e.replyRadio=t},expression:"replyRadio"}},[e._v("否")])],1),t("div",{staticClass:"radio-btn",staticStyle:{"text-align":"right","margin-top":"8px"}},[t("el-button",{attrs:{size:"mini"},on:{click:function(t){return e.resetSearch(n)}}},[e._v(e._s(e.$t("edm5.v44")))]),t("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.confirmSearch(n)}}},[e._v(e._s(e.$t("edm5.v45")))])],1),t("div",{staticClass:"label",attrs:{slot:"reference"},slot:"reference"},[e._v(" "+e._s(n.label)+" "),t("i",{staticClass:"dss-iconfont icon-filter",staticStyle:{"font-size":"13px",color:"#999999",cursor:"pointer"}})])])]}},{key:n.tips?"header":"",fn:function(i){return n.tips?[t("div",{staticClass:"tips-header",style:{"justify-content":e.handleAlgin(n.align)}},[t("span",{staticClass:"label"},[e._v(e._s(n.label))]),t("Tooltip",{staticClass:"tips-header-tooltip",attrs:{content:n.tips,isShowRule:!1}})],1)]:void 0}},{key:"default",fn:function(t){return[e._t(n.scope,null,{data:{scope:t.row,index:t.$index,item:n}})]}}],null,!0)}):!n.scope&&n.isShow?t("TableColumn",e._g(e._b({key:n.label,attrs:{"table-colum-config":n}},"TableColumn",e.$attrs,!1),e.$listeners)):e._e()]})),t("template",{slot:"empty"},[t("Empty",{attrs:{currentStyle:{padding:"0px 0"}}})],1),e._t("default")],2),e.hiddenPagination?e._e():t("div",{class:{"crm-pagination":!0,"has-selected":e.selectedList.length>0,"recipient-default":e.isRecipientList&&!e.tableConfigSelection},style:{top:e.isNeedScroll?`${e.topVal}px`:""}},[e.selectedList.length>0?t("div",{staticClass:"selection"},[t("div",{staticClass:"left"},[t("el-checkbox",{staticClass:"select-box is-indeterminate",attrs:{indeterminate:e.isIndeterminate},model:{value:e.isCheckAll,callback:function(t){e.isCheckAll=t},expression:"isCheckAll"}}),t("span",{staticClass:"select-num"},[e._v("已选中"),t("i",[e._v(e._s(e.selectedList.length))]),e._v("项")])],1),e.isOutboxDetail?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"再次邀约",key:"inviteAgain"})}}},[e._v(" 再次邀约 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至推广计划",key:"addToPlan"})}}},[e._v(" 添加至推广计划 ")]),t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"添加至收藏夹",key:"addToFavor"})}}},[e._v(" 添加至收藏夹 ")])]):e._e(),e.isRecipientList?t("div",{staticClass:"right add-right"},[t("div",{staticClass:"add-item",on:{click:function(t){return e.handleBtnClick({text:"确认移除收件人",key:"removeRecipient"})}}},[e._v(" 移除 ")])]):e._e()]):e._e(),e.isRecipientList?t("div",[e.tableConfigSelection||0===e.countRecipient?e._e():t("div",{staticClass:"recipient-tip"},[e._v(" 该列表共有"+e._s(e.countRecipient)+"位红人,其中含邮箱红人有 "),t("span",{staticStyle:{color:"#ff5277"}},[e._v(e._s(e.validRecipient))]),e._v(" 位 ")])]):e._e(),e.isSelectedDrawer?e._e():t("el-pagination",{staticClass:"pagination",attrs:{"popper-class":"table-pagination","current-page":e.pageNum,"page-size":e.pageSize,"page-sizes":e.pageSizes,layout:e.layout,total:e.total},on:{"update:currentPage":function(t){e.pageNum=t},"update:current-page":function(t){e.pageNum=t},"update:pageSize":function(t){e.pageSize=t},"update:page-size":function(t){e.pageSize=t},"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)],1)},ePe=[],tPe=function(){var e=this,t=e._self._c;return t("el-table-column",{attrs:{label:e.tableColumConfig.label||"",width:e.tableColumConfig.width||"","min-width":e.tableColumConfig.minWidth||"",prop:e.tableColumConfig.prop,align:e.tableColumConfig.align||"left",fixed:e.tableColumConfig.fixed||null,sortable:e.tableColumConfig.sortable?"custom":!!e.tableColumConfig.originSort&&e.tableColumConfig.originSort,"render-header":e.renderHeader,"sort-orders":["descending",null],"show-overflow-tooltip":e.tableColumConfig.showOverflowTooltip,"class-name":"wt-column-class"},scopedSlots:e._u([{key:"default",fn:function(n){return[e.tableColumConfig.template&&Array.isArray(e.tableColumConfig.template)?t("div",{class:{"x-table-template":!0,"x-table-template-center":"center"===e.tableColumConfig.align}},e._l(e.renderItem(e.tableColumConfig.template,n.row),(function(i,r){return t("div",{key:r},["button"===i.type?[t("el-button",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:e._e(),"text"===i.type?[t("el-button",{attrs:{type:"text",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"link"===i.type?[t("el-link",{attrs:{type:"primary",size:"small",disabled:!!i.disabledFn&&e.disabledFn({name:i.name,row:n.row,route:e.$route})},on:{click:function(t){return t.stopPropagation(),e.emitFunc("handleMethod",{name:i.name,row:n.row,index:n.$index})}}},[e._v(" "+e._s(i.text)+" ")])]:"render"===i.type?[t("ContextRender",e._g(e._b({attrs:{sc:n,row:n.row,render:i.render(n.row,e.that),rederStyle:i.classStyle?i.classStyle(n.row):""}},"ContextRender",e.$attrs,!1),e.$listeners))]:e._e()],2)})),0):["numFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("numFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"rateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("rateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"orateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`])+"% ")]):"dateFormat"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("dateFormat")(n.row[`${e.tableColumConfig.prop}`]))+" ")]):"common"===e.tableColumConfig.format?t("span",[e._v(" "+e._s(e._f("commonFormat")(n.row[`${e.tableColumConfig.prop}`],e.tableColumConfig.dict))+" ")]):t("span",[e._v(" "+e._s(n.row[`${e.tableColumConfig.prop}`]||"-")+" ")])]]}}])})},nPe=[],iPe={functional:!0,props:{row:{type:Object,required:!0},render:{type:Function,required:!0},sc:{type:Object,required:!0},rederStyle:{type:String,require:!0}},render:(e,t)=>{const n=[],i={row:t.props.row,index:t.props.sc.$index},r=t.props.render(e,i);return n.push(r),e("div",{class:t.props.rederStyle},n)}},rPe=iPe,oPe=Ba(rPe,zIe,VIe,!1,null,null,null),aPe=oPe.exports,sPe={name:"XTableReder",props:{tableColumConfig:{type:Object,default:()=>{}},disabledFn:{type:Function,default:function(){return!1}},showFn:{type:Function,default:function(){return!1}}},filters:{commonFormat(e,t){return t.find((t=>t.code==e))?.name||"-"}},mounted(){},computed:{that(){return this},renderItem(){return function(e,t){return Array.isArray(e)?e.filter((e=>!e.showFn||this.showFn({name:e.name,row:t,route:this.$route}))):[]}}},methods:{emitFunc(e,t){this.$emit(e,t)},renderHeader(e,{column:t,$index:n}){return t.sortable?"ascending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):"descending"===t.order?e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#F85277;font-weight: 800;transform: rotateY(180deg);"})])]):e("div",{style:"display:flex;align-items:center;justify-content:center;"},[e("span",{style:"margin-right:10px;"},[t.label]),e("span",{style:"letter-spacing: -8px;display:flex;align-items:center;"},[e("i",{class:"el-icon-sort-up",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"}),e("i",{class:"el-icon-sort-down",style:"color:#DADADA;font-weight: 800;transform: rotateY(180deg);"})])]):t.label}},components:{ContextRender:aPe}},lPe=sPe,cPe=Ba(lPe,tPe,nPe,!1,null,"6518c6f8",null),uPe=cPe.exports;const dPe={tableMaxHeight:800,index:!1,indexWidth:60,indexLabel:"序号",indexFixed:"left",selection:!1,selectionWidth:36,selectionFixed:"left",handleSelectable:function(e,t){return!0}},hPe={label:"",prop:"",isShow:!0,width:"auto",minWidth:"auto",fixed:!1,template:!1,align:"left",sortable:!1,order:1};var pPe={name:"XTable",props:{tableData:{type:Array,default:()=>[]},tableConfig:{type:Object,default:()=>{}},tableColumnConfig:{type:Array,require:!0,default:()=>[]},total:{type:Number,default:0},height:{type:Number,default:"auto"},maxHeight:{type:Number,default:"500px"},minHeight:{type:Number,default:500},hiddenPagination:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},layout:{type:String,default:"total,slot, sizes, prev, pager, next"},tableBtns:{type:Array,default:()=>[]},rowKey:{type:String,default:"id"},pageNum:{type:Number,default:1},pageSize:{type:Number,default:20},pageSizes:{type:Array,default:()=>[10,20,50,100]},isNeedScroll:{type:Boolean,default:!1},isSelectedDrawer:{type:Boolean,default:!1},topVal:{type:Number,default:0},isOutboxDetail:{type:Boolean,default:!1},isRecipientList:{type:Boolean,default:!1},tableConfigSelection:{type:Boolean,default:!1},countRecipient:{type:[Number,String],default:0},validRecipient:{type:[Number,String],default:0}},data(){return{selectedList:[],searchVal:"",readRadio:null,replyRadio:null}},watch:{height(e){e&&this.$nextTick((()=>{console.log("----9999999"),console.log(this.$refs.xTable),console.log(e)}))}},computed:{fullTableConfig(){return{...dPe,...this.tableConfig}},fulColumnConfig(){return this.tableColumnConfig.map((e=>({...hPe,...e})))},isCheckAll:{set(e){console.log(e),e?this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection():this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},get(){const e=this.selectedList.map((e=>e[this.rowKey])),t=this.tableData.every((t=>e.includes(t[this.rowKey])));return t}},isIndeterminate(){return!this.isCheckAll&&this.selectedList.length>0}},methods:{resetSearch(e){"blogger"==e.scope&&(this.searchVal=""),"isRead"==e.scope&&(this.readRadio=null),"isReply"==e.scope&&(this.replyRadio=null)},confirmSearch(e){document.body.click();let t="blogger"==e.scope?this.searchVal:"isReply"==e.scope?this.replyRadio:"isRead"==e.scope?this.readRadio:"";this.$emit("confirmSearch",t,e.scope),this.resetSearch()},selectionChange(e){this.selectedList=e,this.$emit("selectionChange",e)},toggleAllSelect(){this.isCheckAll?this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)})):this.$refs["xTable"]&&this.$refs["xTable"].toggleAllSelection()},handleSizeChange(e){this.$emit("update:pageNum",1),this.$emit("update:pageSize",e),this.$emit("changeSize",{pageNum:1,pageSize:e})},handleCurrentChange(e){this.$emit("update:pageNum",e),this.$emit("changeCurrent",{pageNum:e,pageSize:this.pageSize})},rowClick(e,t,n){this.$emit("rowClick",e,t,n)},sortChange(e){const t=this.fulColumnConfig.find((t=>t.prop===e.column.property));t&&t.sortable&&this.$emit("sort",e,t.sortable)},handleBtnClick(e){this.$emit("handleBtnClick",e,this.selectedList)},getRowKeys(e){return e[this.rowKey]},removeChoose(){this.tableData.forEach((e=>{this.$refs["xTable"]&&this.$refs["xTable"].toggleRowSelection(e,!1)}))},handleAlgin(e="left"){return"left"===e?"flex-start":"center"===e?"center":"right"===e?"flex-end":void 0}},components:{TableColumn:uPe,Empty:Ld,Tooltip:Ou}},fPe=pPe,mPe=Ba(fPe,QIe,ePe,!1,null,"6d45ba0e",null),gPe=mPe.exports,vPe={props:{isShowProductFormDrawer:{type:Boolean,default:!1},currentEnv:{type:String,default:"https://www.wotohub.com"}},components:{WTable:gPe},data(){return{isShowDrawer:this.isShowProductFormDrawer,tableColumnConfig:[{label:"",scope:"radio",width:"60"},{label:this.$i18n.t("productForm.creation_time"),prop:"gmtCreate",sortable:1,minWidth:120},{label:this.$i18n.t("productForm.selection_form_name"),prop:"name",showOverflowTooltip:!0,minWidth:120},{label:this.$i18n.t("productForm.number_of_product_cards"),prop:"cardNums",minWidth:100},{label:this.$i18n.t("productForm.viewing_frequency"),scope:"viewNum"},{label:this.$i18n.t("productForm.update_time"),prop:"gmtModify",sortable:2,minWidth:120},{label:this.$i18n.t("productForm.operation"),scope:"operate"}],productFormTableData:[],loading:!1,total:0,queryParams:{currentPage:1,pageSize:20,createTimeAsc:!1,modifyTimeAsc:null},tableHeight:Xs(204),cellRadio:"",productFormLink:""}},created(){this.getProductCardFormList()},methods:{closeProductFormDrawer(){this.$emit("closeProductFormDrawer")},getProductCardFormList(){this.loading=!0,ZTe(this.queryParams).then((e=>{"0"===e.code?(this.productFormTableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},tableSort({order:e},t){this.queryParams.createTimeAsc=!!e,this.queryParams.modifyTimeAsc=!!e,this.queryParams.currentPage=1,this.getProductCardFormList()},lookRow(e){window.open(`${this.currentEnv}/productFormDetail?id=${e.id}`,"_blank")},changeRadio(e){this.productFormLink=`${this.currentEnv}/shareForm?id=${e}`},setProductFormLink(){this.$emit("setProductFormLink",this.productFormLink),this.closeProductFormDrawer()}}},yPe=vPe,bPe=Ba(yPe,ZIe,JIe,!1,null,"9c6bea00",null),wPe=bPe.exports,_Pe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$i18n.t("productCard.add_product_card"),visible:e.showDrawer,size:"900px","custom-class":"productcard-drawer"},on:{"update:visible":function(t){e.showDrawer=t},close:e.closeProductCardDrawer}},[t("div",{staticClass:"card-search-wrap"},[t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("product.product_name")))]),t("el-select",{staticClass:"normal-select",staticStyle:{width:"100%"},attrs:{placeholder:e.$i18n.t("common.please_select"),filterable:"","popper-class":"select-popper"},model:{value:e.productName,callback:function(t){e.productName=t},expression:"productName"}},e._l(e.productOpts,(function(e,n){return t("el-option",{key:n,attrs:{label:e.productName,value:e.shopifyProductId}})})),1)],1),t("div",{staticClass:"card-search-item"},[t("span",[e._v(e._s(e.$i18n.t("newProduct.product_remarks")))]),t("el-input",{model:{value:e.queryParams.remark,callback:function(t){e.$set(e.queryParams,"remark",t)},expression:"queryParams.remark"}})],1),t("div",{staticClass:"card-search-btn"},[t("el-button",{attrs:{size:"small",type:"primary"},on:{click:e.searchEvt}},[e._v(e._s(e.$i18n.t("newProduct.query")))]),t("el-button",{attrs:{size:"small",type:"info"},on:{click:e.resetEvt}},[e._v(e._s(e.$i18n.t("newProduct.reset")))])],1)]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"card-body"},e._l(e.cardsArr,(function(n){return t("div",{key:n.id,staticClass:"cards-wrap",class:{selected:e.isSelected(n)},on:{click:function(t){return e.toggleSelection(n)}}},[t("div",{staticClass:"card-item"},[t("div",{staticClass:"card-img"},[t("el-image",{staticClass:"product-img",attrs:{src:n.imageUrls[0]}}),t("div",{staticClass:"card-tags"},[e._l(n.promotePlatformType,(function(n,r){return t("div",{key:"platform"+r,staticClass:"platform-img"},[0==n?t("img",{attrs:{src:i(4321)}}):e._e(),1==n?t("img",{attrs:{src:i(634)}}):e._e(),2==n?t("img",{attrs:{src:i(7682)}}):e._e()])})),e._l(n.typeName3,(function(n,i){return t("span",{key:"typeName"+i,staticClass:"span-item"},[e._v(" "+e._s(n)+" ")])})),n.typeName.length>3?t("el-tooltip",{attrs:{placement:"top","popper-class":"wt-tooltip tooltip-tips type-tooltip"}},[t("div",{staticClass:"content",attrs:{slot:"content"},slot:"content"},e._l(n.typeName,(function(n,i){return t("span",{key:"allTypeName"+i,staticClass:"type-item"},[e._v(e._s(n))])})),0),t("span",{staticClass:"span-item more-types"},[e._v("···")])]):e._e()],2),e.isSelected(n)?t("div",{staticClass:"checkbox"},[t("img",{attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/selected.svg"}})]):e._e()],1),t("p",{staticClass:"card-name"},[e._v(" "+e._s(n.nameEn||"—")+" ")]),t("p",{staticClass:"card-price"},[e._v(" Price:"+e._s(e._f("getMoneySymbol")(n.currency))+e._s(n.priceDollar||"—")+" ")]),t("p",{staticClass:"card-commission"},[e._v(" Commission rate:"+e._s(n.commissionPercent||"—")+"% ")]),t("div",{staticClass:"card-apply",class:{"only-btn":null==n.commissionPercent||0==n.commissionPercent}},[null!==n.commissionPercent&&0!==n.commissionPercent?t("p",{staticClass:"money"},[t("span",[e._v(e._s(e._f("getMoneySymbol")(n.currency))+e._s((n.priceDollar*(n.commissionPercent/100)).toFixed(2)))]),e._v(" /per orderd item ")]):e._e(),t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return t.stopPropagation(),e.skipApply(n.id)}}},[e._v("Apply")])],1)]),t("div",{staticClass:"cark-views"},[t("p",[e._v(e._s(e.$i18n.t("newProduct.productId"))+":"+e._s(n.id))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_name"))+":"+e._s(n.nameZh))]),t("p",[e._v(e._s(e.$i18n.t("newProduct.product_remarks"))+":"+e._s(n.remark))])])])})),0),t("el-pagination",{attrs:{"hide-on-single-page":0==e.total,total:e.total,"page-size":e.queryParams.pageSize,"current-page":e.queryParams.currentPage,layout:"total,prev, pager, next,jumper"},on:{"current-change":e.handleCurrentChange}}),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeProductCardDrawer}},[e._v(e._s(e.$i18n.t("newProduct.Cancel")))]),t("el-button",{attrs:{type:"primary",disabled:e.isFinished,loading:e.isFinished},on:{click:e.saveEvt}},[e._v(e._s(e.$i18n.t("newProduct.preservation")))])],1)],1)},CPe=[],xPe={props:{isShowProductCardDrawer:{type:Boolean,default:!1},formName:{type:String,default:""}},data(){return{queryParams:{productName:"",remark:"",pageSize:6,currentPage:1,timeAsc:!1},productOpts:[],cardsArr:[],selectedItems:[],total:0,isFinished:!1,showDrawer:this.isShowProductCardDrawer,productTypeOpts:Object.freeze($Ie),loading:!1,productName:""}},created(){this.getProductOpts(),this.getProductCardFormQuery()},methods:{searchEvt(){this.queryParams.currentPage=1,this.getProductCardFormQuery()},resetEvt(){this.queryParams=this.$options.data().queryParams,this.productName="",this.getProductCardFormQuery()},getProductCardFormQuery(){this.loading=!0,this.queryParams.formId=this.$route.query.id,this.productOpts.map((e=>{e.shopifyProductId==this.productName&&(this.queryParams.productName=e.productName)})),YTe({...Zs(this.queryParams)}).then((e=>{"0"===e.code?(this.cardsArr=e.data.rows,e.data.rows.forEach((e=>{let t=[];t=3!==e.source?e.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})):e.type.map((e=>e));let n=t.slice();e.typeName3=n.splice(0,3),e.typeName=t})),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},handleCurrentChange(e){this.queryParams.currentPage=e,this.getProductCardFormQuery()},getProductOpts(){KTe().then((e=>{"0"===e.code?this.productOpts=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},closeProductCardDrawer(){this.$emit("closeProductCardDrawer")},saveEvt(){0!=this.selectedItems.length?(this.$emit("addProductCard",this.selectedItems),this.closeProductCardDrawer()):this.$message({type:"warning",message:"请点击选择要添加的商品卡",customClass:"custom-message"})},skipApply(e){XTe({productId:e}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},isSelected(e){return this.selectedItems.includes(e.id)},toggleSelection(e){const t=e.id,n=this.selectedItems.indexOf(t);n>-1?this.selectedItems.splice(n,1):this.selectedItems.push(t)}}},SPe=xPe,kPe=Ba(SPe,_Pe,CPe,!1,null,"54b56ff8",null),EPe=kPe.exports,APe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"content-box"},[t("div",{directives:[{name:"show",rawName:"v-show",value:!e.isMultiReply,expression:"!isMultiReply"}],staticClass:"form-item mb12"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.subject")))]),t("div",{staticClass:"subject-wrap"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.form.subject,expression:"form.subject"}],ref:"subjectIpt",staticClass:"subject-input",attrs:{type:"text"},domProps:{value:e.form.subject},on:{focus:function(t){e.isFocusSubject=!0},input:function(t){t.target.composing||e.$set(e.form,"subject",t.target.value)}}})])]),t("div",{staticClass:"form-item mb4"},[t("span",{staticClass:"attachment-file"},[e._v(e._s(e.$t("edm5.v56"))+" "),t("Tooltip",{staticClass:"attachment-tooltip",attrs:{content:e.$t("edm5.v235"),isShowRule:!1}})],1),t("div",{staticClass:"attachment-list"},[t("div",{staticClass:"file-box"},[e._l(e.form.fileList,(function(n,i){return t("div",{key:n.link,staticClass:"file"},[t("i",{staticClass:"dss-iconfont icon-file-3"}),t("div",{staticClass:"name"},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name))]),t("span",{staticClass:"file-size"},[e._v(" ("+e._s(n.size<1024?n.size+"B":n.size<1048576?parseInt(n.size/1024)+"KB":parseInt(n.size/1024/1024)+"MB")+")")])]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:function(t){return e.delFile(i)}}})])})),t("div",{staticClass:"add",on:{click:e.clickUpload}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v236")))])])],2)])]),t("div",{staticClass:"form-item mb16"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.content")))]),t("div",{staticClass:"form-editor",on:{click:function(t){e.isFocusSubject=!1}}},[t("editor",{ref:"content",staticClass:"mail-editor",attrs:{height:e.editorHeight,theme:"light"},on:{expandEditor:e.expandEditor,onload:e.editorOnload}}),t("div",{staticClass:"editor-opt-bar"},["aiBar"===e.showBar?t("div",{staticClass:"ai-bar"},[t("img",{staticClass:"bar-icon",attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v237")))]),t("div",{staticClass:"bar-items"},e._l(e.aiBarItems,(function(n,i){return t("span",{key:i,staticClass:"item",on:{click:function(t){return e.toOpenAiOptimize(n.type)}}},[e._v(e._s(n.name))])})),0),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})]):e._e(),"variableBar"===e.showBar?t("div",{staticClass:"variable-bar"},[t("i",{staticClass:"dss-iconfont icon-temp1"}),t("span",{staticClass:"bar-name"},[e._v(e._s(e.$t("edm5.v71")))]),t("Tooltip",{attrs:{content:e.$i18n.t("writeMail.infoPop"),isShowRule:!1},nativeOn:{click:function(t){e.showTemplateUsage=!0}}}),t("div",{staticClass:"bar-items"},[t("el-popover",{attrs:{trigger:"hover",width:"80",placement:"top-start","popper-class":"variable-popover"}},[t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(0)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_name"))+" ")]),t("div",{staticClass:"pop-item",on:{click:function(t){return e.setVariable(3)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_Id"))+" ")]),t("span",{staticClass:"item",staticStyle:{display:"inline-block"},attrs:{slot:"reference"},slot:"reference"},[e._v(e._s(e.$t("edm5.v239")))])]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(1)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.fans_num"))+" ")]),t("span",{staticClass:"item",on:{click:function(t){return e.setVariable(2)}}},[e._v(" "+e._s(e.$i18n.t("writeMail.channel_link"))+" ")])],1),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.toCloseBar}})],1):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.isAutoSave,expression:"isAutoSave"}],staticClass:"save-icon"},[e.isAutoSaving?t("i",{staticClass:"el-icon-refresh-right"}):e._e(),e.isAutoSaved?t("img",{attrs:{src:i(3475)}}):e._e()])],1)]),t("mail-upload",{attrs:{isShow:e.isShowUpload,fileMaxNum:10-e.form.fileList.length,fileMaxSize:200-e.totalSize},on:{onSuccess:e.onSuccess,close:e.handleOnClose}}),e.showTemplateUsage?t("template-usage",{attrs:{isShow:e.showTemplateUsage},on:{closeTemplateUsage:function(t){e.showTemplateUsage=!1}}}):e._e()],1)},DPe=[],OPe=(i(8237),function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{visible:e.isShow,rendered:"","before-close":e.close,"close-on-click-modal":!1,title:e.$t("uploadDialog.title"),width:"550px",top:"50px","custom-class":"edm-upload-dialog"},on:{"update:visible":function(t){e.isShow=t},open:function(t){return e.open()}}},[t("div",{staticClass:"container-fileUpload"},[t("el-button",{ref:"btn-upload",staticClass:"btn-upload",attrs:{type:"primary",disabled:e.isUploading},on:{click:e.handleSelectFile}},[t("i",{staticClass:"el-icon-upload"}),e._v(" "+e._s(e.$t("uploadDialog.btnUpload")))]),t("div",{staticClass:"upload-select"},[t("input",{ref:"upload",staticClass:"upload",attrs:{type:"file",multiple:"",id:"uploads"},on:{change:e.fileChange}})]),t("h2",{staticClass:"txt-tip",staticStyle:{"margin-left":"8px"}},[e._v(" * "+e._s(e.$t("uploadDialog.tip"))+" ")]),t("div",{staticClass:"files"},[0===e.files.length?t("el-empty",{attrs:{"image-size":200}}):e._e(),e._l(e.files,(function(n,i){return t("div",{key:i,staticClass:"file"},[t("div",{staticClass:"file-name"},[t("span",{attrs:{title:n.file.name}},[e._v(e._s(n.file.name)+" ("+e._s(n.file.size<1024?n.file.size+"B":n.file.size<1048576?parseInt(n.file.size/1024)+"KB":parseInt(n.file.size/1024/1024)+"MB")+")")]),0===n.percentage?t("span",{staticClass:"del-icon",on:{click:function(t){return e.del(i)}}},[e._v(" "),t("i",{staticClass:"el-icon-delete"})]):e._e()]),t("div",[n.percentage>0?t("div",{staticClass:"progress"},[t("el-progress",{attrs:{"text-inside":!1,"stroke-width":7,format:e.format,percentage:n.percentage}}),t("div",{staticClass:"progress-percent"},[t("span",{style:100===n.percentage&&"display:none"},[e._v(e._s(n.percentage)+"%")]),100===n.percentage?t("i",{staticClass:"el-icon-circle-check color"}):e._e()])],1):e._e()])])}))],2)],1),t("div",{staticClass:"popup-foot"},[t("div",{staticClass:"txt-tip"},[e._v(" * "+e._s(e.$t("uploadDialog.tip1"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(parseInt(e.fileMaxSize))+"MB")]),e._v(","+e._s(e.$t("uploadDialog.tip2"))),t("span",{staticStyle:{color:"#1a89fa"}},[e._v(e._s(e.fileMaxNum))]),"zh"===e.$i18n.locale||"zh-CN"===e.$i18n.locale?t("span",[e._v("个")]):e._e()]),t("div",{staticClass:"footer-btns"},[t("el-button",{staticClass:"btnOk",attrs:{type:"primary",loading:e.btnloading},on:{click:e.handleOnUpload}},[e._v(e._s(e.$t("uploadDialog.btnOk")))]),e.btnloading?e._e():t("el-button",{staticClass:"btnOk",attrs:{type:"primary"},on:{click:e.handleOnReset}},[e._v(e._s(e.$t("uploadDialog.btnClear")))])],1)])])],1)}),TPe=[],IPe={name:"edm-upload",props:{isShow:{default:!1,type:Boolean},fileMaxNum:{default:10,type:Number},fileMaxSize:{default:200,type:Number}},data(){return{showFile:!0,files:[],fileList:[],btnloading:!1,isUploading:!1}},methods:{open(){this.files=[],this.fileList=[]},close(){this.btnloading&&this.$message.warning(this.$t("uploadDialog.wait")),this.$emit("close",this.btnloading)},handleSelectFile(){this.showFile=!0;let e=this.$refs["upload"];e&&e.click()},format(e){return""},fileChange(e){let t=e.target.files;if(t.length+this.files.length>this.fileMaxNum)this.$message.warning(this.$t("uploadDialog.maxNum"));else{if(t.length>0)for(let e=0;e<t.length;e++){let n=this.files.find((n=>n.file.name===t[e].name));if(!n){let n=0;if(this.files.forEach((e=>{n+=e.file.size/1024/1024})),n+t[e].size/1024/1024>this.fileMaxSize)return void this.$message.warning(this.$t("uploadDialog.maxSize"));this.files.push({file:t[e],percentage:0})}}document.getElementById("uploads").value=""}},handleOnReset(){this.files=[]},del(e){this.files.splice(e,1)},handleOnUpload(){if(0===this.files.length)return void this.$message.warning(this.$t("uploadDialog.empty"));this.btnloading=!0;let e=[];if(this.files.length>0)for(let n=0;n<this.files.length;n++)e.push({fileName:this.files[n].file.name,fileSize:this.files[n].file.size});let t=[];e.map((e=>{t.push(Qa(e))})),this.isUploading=!0,Promise.all(t).then((e=>e)).then((e=>{console.log("ossparams",e);let t=[],n=this;e.map(((e,i)=>{let r=new FormData;r.append("key",e.data.objectName),r.append("success_action_status","200"),r.append("x-oss-object-acl","public-read"),r.append("OSSAccessKeyId",e.data.accessKeyId),r.append("policy",e.data.uploadPolicy),r.append("signature",e.data.uploadSignature),r.append("success_action_status","200"),r.append("file",n.files[i].file),t.push(ts(e.data.uploadHost,r,(e=>{e.upload&&n.files[i]&&n.files[i].percentage&&(n.files[i].percentage=Math.floor(100*e.progress))}))),this.fileList.push({uuid:this.$md5(n.files[i].file.name),name:n.files[i].file.name,link:e.data.uploadHost+"/"+encodeURI(e.data.objectName),size:n.files[i].file.size,oss:e.data})})),console.log("合并信息",this.fileList),Promise.all(t).then((()=>{this.btnloading=!1,this.$message.success(this.$t("uploadDialog.success")),this.isUploading=!1,this.$emit("onSuccess",this.fileList),this.files=[],this.fileList=[]}))}))}}},PPe=IPe,FPe=Ba(PPe,OPe,TPe,!1,null,"56c0850c",null),MPe=FPe.exports,BPe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.isShow,title:e.$i18n.t("checkMail.tip17"),width:"620px","before-close":e.closeTemplateUsage,"custom-class":"usage-dialog"},on:{"update:visible":function(t){e.isShow=t}}},[t("p",{staticClass:"tip"},[e._v(" "+e._s(e.$i18n.t("checkMail.tip18"))+" ")]),t("img",{staticClass:"usage-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/usage.png"}})])},NPe=[],RPe={props:{isShow:{default:!1,type:Boolean}},data(){return{}},methods:{closeTemplateUsage(){this.$emit("closeTemplateUsage")}}},$Pe=RPe,jPe=Ba($Pe,BPe,NPe,!1,null,null,null),LPe=jPe.exports,zPe={props:{isMultiReply:{type:Boolean,default:!1},isDraft:{type:Boolean,default:!1},isReply:{type:Boolean,default:!1},isOuterBox:{type:Boolean,default:!1},form:{type:Object,default:{id:"",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}},replyInfo:{type:Object,default:()=>{}},editorHeight:{type:Number,default:350},aiPoint:{type:Number,default:0}},components:{mailUpload:MPe,templateUsage:LPe,Editor:PTe,Tooltip:Ou},data(){return{isFocusSubject:!1,totalSize:0,isShowUpload:!1,showTemplateUsage:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,replyHtml:"",editorRef:null,editorReady:!1,aiBarItems:[{name:this.$t("edm5.v265"),type:"1"},{name:this.$t("edm5.v266"),type:"2"},{name:this.$t("edm5.v267"),type:"3"},{name:this.$t("edm5.v268"),type:"4"},{name:this.$t("edm5.v269"),type:"5"}],showBar:"",pageFrom:this.$route.query.pageFrom||""}},computed:{isAiInvitePlanContentReady(){return this.editorReady&&!!this.form.content&&"AIinvitePlan"===this.pageFrom&&!this.form.isAiContent},isNormalContentReady(){return this.editorReady&&!!this.form.content&&!this.isDraft&&!this.isOuterBox&&!this.form.isAiContent&&"AIinvitePlan"!=this.pageFrom},isDraftContentReady(){return this.editorReady&&!!this.form.content&&!!this.isDraft&&!this.form.isAiContent},isAiContentReady(){return this.editorReady&&!!this.form.content&&!!this.form.isAiContent},isOuterBoxContentReady(){return this.editorReady&&!!this.form.content&&!!this.isOuterBox},isFileReady(){return this.form.fileList&&Array.isArray(this.form.fileList)&&this.form.fileList.length>0},isReplyContentReady(){return this.editorReady&&this.replyInfo&&this.isReply&&Object.keys(this.replyInfo).length>0}},watch:{isAiInvitePlanContentReady(e){e&&this.setInitDraftContent()},isNormalContentReady(e){console.log("normal",e),e&&this.setContent(this.form.content)},isDraftContentReady(e){console.log("Draft",e),e&&this.setInitDraftContent()},isOuterBoxContentReady(e){e&&this.setInitOuterBoxContent()},isReplyContentReady(e){e&&this.setInitReply()},isFileReady(e){e&&this.setInitFileSize()},isAiContentReady(e){console.log("ai",e),e&&this.setContent(this.form.content)}},created(){},mounted(){},methods:{editorOnload(){this.editorRef=this.$refs.content,this.editorReady=!0,this.initEditor()},initEditor(){this.$refs.content&&(this.form.getContent=this.getContent,this.form.setContent=this.setContent,this.form.addEditContent=this.addEditContent,this.form.setReplyDom=this.setReplyDom,this.form.getReplyHtml=this.getReplyHtml,this.form.getTextContent=this.getTextContent,this.form.isEmpty=this.getIsEmpty,this.form.setEditorBar=this.setEditorBar,this.setInitEmail())},getContent(){return this.editorRef.getContent()},setContent(e){let t=e;e&&e.trim&&(t=e.trim()),this.editorRef.setContent(t)},addEditContent(e){this.editorRef.addEditContent(e)},getTextContent(){return this.editorRef.getTextContent()},getReplyHtml(){return this.replyHtml},getIsEmpty(){return this.editorRef.isEmpty()},setEditorBar(e){this.showBar=e},clickUpload(){10!==this.form.fileList.length&&this.totalSize<200?this.isShowUpload=!0:this.$message({type:"warning",message:`${this.$i18n.t("writeMail.attachment_length_limit")}${this.$i18n.t("writeMail.attachment_size_limit")}`})},onSuccess(e){e.forEach((e=>{this.totalSize+=e.size/1024/1024,this.form.fileList.push({uuid:e.uuid,name:e.name,link:e.link,size:e.size})})),this.isShowUpload=!1},delFile(e){this.form.fileList.splice(e,1),0===this.form.fileList.length&&(this.totalSize=0),0!==this.form.fileList.length&&this.form.fileList.length<=10&&this.computeTotalSize()},handleOnClose(e){this.isShowUpload=!!e},setVariable(e){let t="";if(this.isFocusSubject){switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}const n=this.$refs.subjectIpt.selectionStart,i=this.form.subject.slice(0,n)+t+this.form.subject.slice(n);this.form.subject=i,this.isFocusSubject=!1}else{switch(e){case 0:t="{$channelName}";break;case 1:t="{$subscriber}";break;case 2:t="{$link}";break;case 3:t="{$channelId}";break}this.editorRef.setFocus(),this.editorRef.insertEditContent(t)}},setInitEmail(){},setInitDraftContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>");let i="";i=t>-1&&n>-1?e.slice(0,t)+e.slice(n+15):e;const r=i.split("&nbsp;&nbsp;&nbsp;");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitOuterBoxContent(){const e=this.form.content;if(!e)return!1;const t=e.indexOf("<product-card"),n=e.indexOf("</product-card>"),i=e.slice(0,t)+e.slice(n+15),r=i.split("&nbsp;&nbsp;&nbsp;");if(r.length>1){this.setContent(r[0]);const e=this.$refs.content.$el;if(e){const t=e.getElementsByClassName("w-e-scroll")[0],n=t.firstChild;n.setAttribute("class","mail-w");const i=document.createElement("div");i.innerHTML=r[1],t.appendChild(i),this.replyHtml=r[1]}}else this.setContent(i)},setInitReply(){const e=this.$refs.content.$el;if(e){let n=e.getElementsByClassName("w-e-scroll")[0];var t=document.createElement("div");let i="<div style='color:#333'>";if(i+=`<p>------ ${this.$t("inboxDetail.omail")} ------<p>`,i+="<div style='background:#f5f5f5;padding:20px !important';overflow-x:auto;>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span> ${this.$t("inboxDetail.to")}:</span>`,i+=`<span>${Ws(this.replyInfo.bloggerName)}</span>`,i+="</div>",i+="<div style='margin-bottom:10px;!important'>",i+=`<span style='display:inline-block;width:65px;'> ${this.$t("inboxDetail.subject")}:</span>`,i+=`<span>${this.replyInfo.subject}</span>`,i+="</div>",i+="<div style='display:flex'>",i+=`<span style='display:block;width:65px;margin: 0px;white-space:nowrap;'> ${this.$t("inboxDetail.content")}:</span>`,i+=`<div>${this.replyInfo.content}</div>`,i+="</div>",i+="<div>",i+="</div>",i=this.filterTag(i),t.innerHTML=i,this.replyHtml=i,n.appendChild(t),this.$route.query.isSimple){const e=localStorage.getItem("simpleWiteTxt")||"";this.setContent(e)}n.firstChild&&n.firstChild.setAttribute("class","mail-w")}},setInitFileSize(){const e=this.form.fileList;e&&Array.isArray(e)&&e.length>0&&(this.totalSize=this.form.fileList.reduce(((e,t)=>e+t.size/1024/1024),0))},filterTag(e){return e.replace(/<style\b[^<]*(?:(?!<\/style>)<[^<]*)*<\/style>|<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"")},toCloseBar(){this.showBar=""},toOpenAiOptimize(e){this.$emit("handleOptimize",e)},expandEditor(e){this.$emit("expandEditor",e)}}},VPe=zPe,HPe=Ba(VPe,APe,DPe,!1,null,"d89c89a8",null),UPe=HPe.exports,WPe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-sign",attrs:{title:e.$t("edm5.v73"),"custom-class":"ai-side-sign-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"main-box"},[t("div",{staticClass:"search-part"},[t("el-input",{staticClass:"search-input",attrs:{placeholder:e.$t("edm5.v256"),clearable:""},on:{clear:()=>{e.searchForm.currentPage=1,e.init()}},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(()=>{e.searchForm.currentPage=1,e.init()}).apply(null,arguments)}},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}},[t("i",{staticClass:"dss-iconfont icon-search2",attrs:{slot:"suffix"},on:{click:()=>{e.searchForm.currentPage=1,e.init()}},slot:"suffix"})]),t("el-button",{staticClass:"add-sign",class:{"add-sign-en":"en"===e.language},on:{click:function(t){e.isShowSet=!0}}},[t("div",{staticClass:"warp"},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",{staticClass:"text"},[e._v(e._s(e.$t("edm5.v257")))])])])],1),t("div",{staticClass:"content-part"},e._l(e.tableData,(function(n,i){return t("div",{key:n.id,staticClass:"part-item"},[t("div",{staticClass:"item-top"},[t("span",{staticClass:"left",domProps:{innerHTML:e._s(n.content)}}),t("span",{staticClass:"right",on:{click:function(t){return e.showSetSign(n)}}},[e._v(" "+e._s(e.$t("edm5.v258"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"item-bottom"},[t("span",{staticClass:"left"},[e._v(e._s(e.$t("edm5.v259"))+e._s(n.gmtModify))]),t("span",{staticClass:"right"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){return e.del(n.id)}}},[e._v(e._s(e.$t("edm5.v260")))]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.setMailSign(n.content)}}},[e._v(e._s(e.$t("edm5.v261")))])],1)])])})),0)]),t("div",{staticClass:"pagination-part"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,"pager-count":5,small:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),t("el-drawer",{attrs:{visible:e.isShowSet,"with-header":!1,"wrapper-closable":!1,"append-to-body":"",size:"780px"},on:{"update:visible":function(t){e.isShowSet=t}}},[e.isShowSet?t("set-sign",{attrs:{id:e.setId,content:e.detailContent},on:{init:function(t){e.searchForm.currentPage=1,e.init()},close:function(t){e.setId=0,e.isShowSet=!1}}}):e._e()],1)],1)},qPe=[];async function YPe(e){let t=await va("/edm/sign/selSigns",e);return t}async function GPe(e){let t=await wa("/edm/sign/addSign",e);return t}async function KPe(e){let t=await _a("/edm/sign/editSign",e);return t}async function XPe(e){let t=await ya(`/edm/sign/delSign/${e.id}`);return t}var ZPe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drawer"},[t("div",{staticClass:"drawer-head"},[t("h3",[e._v(e._s(e.id?`${e.$i18n.t("signature.edite_sign")}`:`${e.$i18n.t("signature.create_sign")}`))]),t("button",{staticClass:"close-btn",on:{click:function(t){return e.close()}}},[t("i",{staticClass:"dss-iconfont icon-close"})])]),t("div",{staticClass:"drawer-body hidden-scrollbar"},[t("div",{staticClass:"form-editor mb24"},[t("span",[e._v(e._s(e.$i18n.t("writeMail.signature")))]),t("div",{staticClass:"form-editor-wrap"},[t("editor",{ref:"signContent",attrs:{height:400,theme:"light"}})],1)])]),t("div",{staticClass:"drawer-foot"},[t("button",{staticClass:"drawer-btn drawer-btn-linear mr24",on:{click:function(t){return e.close()}}},[e._v(" "+e._s(e.$i18n.t("common.cancle"))+" ")]),t("button",{staticClass:"drawer-btn drawer-btn-face",attrs:{disabled:e.isSubmit},on:{click:e.submit}},[e.isSubmit?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" "+e._s(e.$i18n.t("common.confirm"))+" ")])])])},JPe=[],QPe={components:{Editor:PTe},props:{id:{default:0,type:Number},content:{type:String,default:""}},data(){return{isSubmit:!1}},created(){this.id&&this.init()},methods:{init(){setTimeout((()=>{this.$refs.signContent.setContent(this.content)}),100)},submit(){if(this.$refs.signContent.isEmpty())return void this.$message({type:"warning",message:`${this.$i18n.t("signature.sign_not_empty")}`});const e={content:this.$refs.signContent.getContent()};this.isSubmit=!0,this.id?(e.id=this.id,KPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))):GPe(e).then((e=>{0==e.code?(this.isSubmit=!1,this.$emit("init"),this.close(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`})):this.$message.error(e.message)}))},close(){this.$emit("close")}}},eFe=QPe,tFe=Ba(eFe,ZPe,JPe,!1,null,"b369729e",null),nFe=tFe.exports,iFe={components:{SetSign:nFe},props:{visible:{type:Boolean,default:!1}},data(){return{searchForm:{content:"",currentPage:1,pageSize:5},tableData:[],tableTotal:0,isShowSet:!1,setId:0,detailContent:"",loading:!1,language:Wi.get("language")||"zh"}},created(){this.init()},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},init(){this.loading=!0,YPe(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},changePage(e){this.searchForm.currentPage=e,this.init()},del(e){this.$confirm(`${this.$i18n.t("signature.confirm_del")}`,"",{confirmButtonClass:"confirm_del"}).then((()=>{XPe({id:e}).then((e=>{0==e.code?(this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{}))},setMailSign(e){this.$emit("setMailSign",e)},showSetSign(e){this.setId=e.id,this.detailContent=e.content,this.isShowSet=!0}}},rFe=iFe,oFe=Ba(rFe,WPe,qPe,!1,null,"104128f9",null),aFe=oFe.exports,sFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-side-template",attrs:{title:e.$t("edm5.v245"),"custom-class":"ai-side-template-drawer",visible:e.visible,"close-on-press-escape":!1,direction:"rtl",size:"800px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"title-tips",class:{"title-tips-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v246")))]),t("TemplateList",{attrs:{userId:e.userId},on:{setMailTemplate:e.setMailTemplate}})],1)},lFe=[],cFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"wrap"},[t("div",{staticClass:"inbox-search-wrap"},[t("el-row",{attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-select",{staticClass:"template_select",attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.searchForm.scene="",e.contentInput=""}},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:"模版名称",value:"1"}}),t("el-option",{attrs:{label:"应用场景",value:"2"}})],1),1==e.searchForm.type&&2==e.contentSelect?t("div",{staticClass:"temp_right"},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},slot:"prepend",model:{value:e.searchForm.scene,callback:function(t){e.$set(e.searchForm,"scene",t)},expression:"searchForm.scene"}},e._l(e.templateSystemScene,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1):t("div",{staticClass:"temp_right"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.mailTitleInput,callback:function(t){e.mailTitleInput=t},expression:"mailTitleInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:function(t){e.mailTitleInput="",e.searchForm.content="",e.searchForm.mailSubject=""}},slot:"prepend",model:{value:e.mailTitleSelect,callback:function(t){e.mailTitleSelect=t},expression:"mailTitleSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模版语言")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.modelLanguage,callback:function(t){e.$set(e.searchForm,"modelLanguage",t)},expression:"searchForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:12}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("模板类型")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},on:{change:e.modelTypeChange},model:{value:e.searchForm.type,callback:function(t){e.$set(e.searchForm,"type",t)},expression:"searchForm.type"}},[t("el-option",{key:1,attrs:{value:1,label:"系统模版"}}),t("el-option",{key:2,attrs:{value:2,label:"自定义模版"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("共享状态")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isShared,callback:function(t){e.$set(e.searchForm,"isShared",t)},expression:"searchForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)]),t("el-col",{attrs:{span:8}},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v("创建人")]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.accountList,(function(e){return t("el-option",{key:e.userId,attrs:{label:e.userName,value:e.userId}})})),1)],1)])],1),t("el-row",{staticStyle:{"margin-top":"8px"},attrs:{gutter:20}},[t("el-col",{attrs:{span:24}},[t("div",{staticClass:"btns_box"},[t("div",[t("el-button",{attrs:{type:"primary"},on:{click:function(t){e.searchForm.currentPage=1,e.getCardList()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1),t("div",{staticStyle:{display:"flex","align-items":"center"}},[t("div",{staticClass:"right_sort"},[t("el-dropdown",{attrs:{placement:"bottom"}},[t("div",{staticClass:"sort_btn"},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),e._v(" "+e._s(e.sortConfig.find((t=>t.value==e.searchForm.searchSort)).label)+" ")]),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},e._l(e.sortConfig,(function(n,i){return t("el-dropdown-item",{key:i,staticStyle:{"white-space":"nowrap"},attrs:{command:n.value},nativeOn:{click:function(t){return e.clickDropdownItem(n)}}},[e._v(e._s(n.label))])})),1)],1)],1)])])])],1)],1),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticClass:"temp_box"},[e.templateList.length?t("div",{staticClass:"temp_list"},e._l(e.templateList,(function(n){return t("div",{key:n.id,staticClass:"temp_item"},[t("div",{staticClass:"temp_content"},[t("div",{staticClass:"temp_top"},[t("div",{staticClass:"temp_title"},[t("div",{staticClass:"title_text"},[e._v(" "+e._s(n.templatesTitle)+" ")]),t("div",{staticClass:"more_icon",on:{click:function(t){return e.toDetail(n)}}},[e._v(" 详情"),t("i",{staticClass:"el-icon-arrow-right"})])]),t("div",{staticClass:"num_box"},[t("div",{staticClass:"lang_box"},[e._v(" 语言:"+e._s(e.getLangLabel(n.modelLanguage))+" ")]),n.attachmentNum?t("div",{staticClass:"lang_box"},[e._v(" 附件:"+e._s(n.attachmentNum)+"个 ")]):e._e(),n.productCardNum?t("div",{staticClass:"lang_box"},[e._v(" 商品卡:"+e._s(n.productCardNum)+"个 ")]):e._e()])]),t("div",{staticClass:"temp_middle"},[t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("送达率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.deliveryRate?"-":n.deliveryRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("打开率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.openRate?"-":n.openRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("回复率")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.replyRate?"-":n.replyRate+"%")+" ")])]),t("div",{staticClass:"nu_box"},[t("div",{staticClass:"nu_title"},[e._v("累计发送数")]),t("div",{staticClass:"nu_number"},[e._v(" "+e._s(null==n.totalSentNumber?"-":n.totalSentNumber)+" ")])])]),t("div",{staticClass:"tem_bottom"},[t("div",{staticClass:"tem_desc"},[e._v("邮件标题:"+e._s(n.mailSubject))]),t("div",{staticClass:"tem_desc"},[e._v("应用场景:"+e._s(n.scene))]),t("div",{staticClass:"desc_btns"},[t("div",{staticClass:"desc_text"},[t("div",{staticClass:"tem_desc"},[e._v("创建人:"+e._s(n.creator))]),t("div",{staticClass:"tem_desc"},[e._v("更新时间:"+e._s(n.gmtModify))])]),t("div",{staticClass:"apply_btn"},[t("el-button",{attrs:{type:"primary"},on:{click:function(t){return e.setMailTemplate(n)}}},[e._v("应用")])],1)])])])])})),0):t("Empty")],1),t("div",{staticClass:"page_box"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,"page-size":e.searchForm.pageSize,layout:"total,prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange,"update:currentPage":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:current-page":function(t){return e.$set(e.searchForm,"currentPage",t)}}})],1)])},uFe=[];const dFe=[{value:"7",label:"汉语",enLabel:"Chinese"},{value:"1",label:"英语",enLabel:"English"},{value:"3",label:"法语",enLabel:"French"},{value:"8",label:"德语",enLabel:"German"},{value:"6",label:"日语",enLabel:"Japanese"},{value:"9",label:"韩语",enLabel:"Korean"},{value:"10",label:"越南语",enLabel:"Vietnamese"},{value:"11",label:"泰国语",enLabel:"Thai"},{value:"12",label:"菲律宾语",enLabel:"Filipino"},{value:"13",label:"印度尼西亚语",enLabel:"Indonesian"},{value:"14",label:"俄罗斯语",enLabel:"Russian"},{value:"4",label:"西班牙语",enLabel:"Spanish"},{value:"15",label:"意大利语",enLabel:"Italian"}],hFe=[{label:"按创建时间倒序",value:0},{label:"按更新时间倒序",value:1},{label:"按送达率倒序",value:2},{label:"按打开率倒序",value:3},{label:"按回复率倒序",value:4},{label:"按累计发送数倒序",value:5}],pFe=[{value:"1",label:`${mu.t("template.invite_cooperation")}`},{value:"2",label:`${mu.t("template.price_negotiation")}`},{value:"3",label:`${mu.t("template.contract_template")}`},{value:"4",label:`${mu.t("template.video_production")}`},{value:"5",label:`${mu.t("template.expense_settlement")}`}];function fFe(e){let t={templatesTitle:"",scene:"",mailSubject:"",content:"",type:null,modelLanguage:"",isShared:"",userId:"",searchSort:1,currentPage:1,pageSize:10};return e&&(t=Object.assign(t,e)),t}var mFe={components:{Empty:Ld},props:{userId:{type:[Number,String],default:""}},data(){return{contentSelect:"1",contentInput:"",mailTitleSelect:"1",mailTitleInput:"",searchForm:fFe(),language:dFe,sortConfig:hFe,accountList:[],templateList:[],templateSystemScene:pFe,total:0,loading:!1}},mounted(){this.getAccountList(),this.getCardList()},methods:{getLangLabel(e){const t=this.language.find((t=>t.value==e));if(t)return t.label},setMailTemplate(e){this.$emit("setMailTemplate",e)},toDetail(e){const t=this.$router.resolve({path:"/emailTempDetail",query:{type:"edit",id:e.id}});window.open(t.href,"_blank")},getCardList(){"1"==this.contentSelect?this.searchForm.templatesTitle=this.contentInput:"2"==this.contentSelect&&1!=this.searchForm.type&&(this.searchForm.scene=this.contentInput),"1"==this.mailTitleSelect?this.searchForm.mailSubject=this.mailTitleInput:"2"==this.mailTitleSelect&&(this.searchForm.content=this.mailTitleInput),this.loading=!0,Ts(this.searchForm).then((e=>{"0"==e.code?(this.templateList=e.data.rows,this.total=e.data.total,this.loading=!1):(this.loading=!1,this.$message.error(e.message))}))},modelTypeChange(e){this.searchForm.scene="",this.contentInput=""},resetEvt(){this.searchForm=fFe(),this.contentSelect="1",this.contentInput="",this.mailTitleSelect="1",this.mailTitleInput="",this.getCardList()},getAccountList(){Os().then((e=>{"0"==e.code?this.accountList=e.data:this.$message.error(e.message)}))},clickDropdownItem(e){this.searchForm.currentPage=1,this.searchForm.searchSort=e.value,this.getCardList()},handleSizeChange(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.getCardList()},handleCurrentChange(e){this.searchForm.currentPage=e,this.getCardList()}}},gFe=mFe,vFe=Ba(gFe,cFe,uFe,!1,null,"0854720c",null),yFe=vFe.exports,bFe={components:{TemplateList:yFe},props:{visible:{type:Boolean,default:!1},userId:{type:[Number,String],default:""}},data(){return{loading:!1,language:Wi.get("language")}},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},setMailTemplate(e){this.$emit("setMailTemplate",e)}}},wFe=bFe,_Fe=Ba(wFe,sFe,lFe,!1,null,"2b36ea26",null),CFe=_Fe.exports,xFe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ai-mail"},[e.visible?t("div",{staticClass:"ai-mail-base",class:{"ai-mail-base-en":"en"===e.language}},[t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.baseClose}}),t("div",{staticClass:"title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt",class:{"txt-en":"en"===e.language}},[e._v(e._s(e.$t("edm5.v82")))])]),t("div",{staticClass:"sub-title"},[e._v(" "+e._s(e.$t("edm5.v83"))+" ")]),t("div",{staticClass:"step-content"},[t("div",{staticClass:"step-item step-one",on:{click:function(t){e.isShowProductDrawer=!0}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v84")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v85")))])]),t("div",{staticClass:"right"},[e.aiProducts.length>0?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])]),t("div",{staticClass:"step-item step-two",on:{click:()=>{e.isShowCoopDrawer=!0,e.getLanguages()}}},[t("div",{staticClass:"left"},[t("span",{staticClass:"label-step"},[e._v(e._s(e.$t("edm5.v88")))]),t("span",{staticClass:"label-name"},[e._v(e._s(e.$t("edm5.v89")))])]),t("div",{staticClass:"right"},[e.isCoopComplete?t("span",{staticClass:"isComplete"},[e._v(e._s(e.$t("edm5.v86")))]):e._e(),t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("div",{staticClass:"make"},[t("el-button",{staticClass:"make-btn",attrs:{type:"primary"},on:{click:e.makeAiEmails}},[e._v(e._s(e.$t("edm5.v90")))])],1),t("div",{staticClass:"point"},[t("span",{staticClass:"point-txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),e.isShowProductDrawer?t("product-new-drawer",{attrs:{from:"ai",isShowProductDrawer:e.isShowProductDrawer,defaultSelectedProduct:e.aiProducts},on:{addAiProduct:e.addAiProduct,closeProductDrawer:e.closeProductDrawer}}):e._e(),t("el-drawer",{staticClass:"ai-coop",attrs:{title:e.$t("edm5.v89"),"custom-class":"ai-coop-drawer",visible:e.isShowCoopDrawer,"close-on-press-escape":!1,direction:"rtl",size:"560px","append-to-body":!0},on:{close:e.coopDrawerClose}},[t("div",{staticClass:"coop-subTitle"},[e._v(e._s(e.$t("edm5.v92")))]),t("div",{staticClass:"coop-form"},[t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[t("span",{staticClass:"required"},[e._v("*")]),e._v(e._s(e.$t("edm5.v93"))+" ")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-input",{attrs:{type:"textarea",rows:4,resize:"none",placeholder:"Best regards\n[Your Full Name]\n[Your Title/Position]\n[Your Company/Organization]",maxlength:"100","show-word-limit":""},model:{value:e.coopForm.signature,callback:function(t){e.$set(e.coopForm,"signature",t)},expression:"coopForm.signature"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v94")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.brandInformation,callback:function(t){e.$set(e.coopForm,"brandInformation",t)},expression:"coopForm.brandInformation"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v96")))]),t("div",{staticClass:"form-item-value"},[t("el-select",{attrs:{size:"medium",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.isFreeShipping,callback:function(t){e.$set(e.coopForm,"isFreeShipping",t)},expression:"coopForm.isFreeShipping"}},[t("el-option",{attrs:{label:e.$t("edm5.v49"),value:!1}}),t("el-option",{attrs:{label:e.$t("edm5.v48"),value:!0}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v97")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.isPaid,callback:function(t){e.$set(e.coopForm,"isPaid",t)},expression:"coopForm.isPaid"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v99")))]),t("div",{staticClass:"form-item-value radio-value"},[t("el-radio",{attrs:{label:!0},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v48")))]),t("el-radio",{attrs:{label:!1},model:{value:e.coopForm.hasOrderCommission,callback:function(t){e.$set(e.coopForm,"hasOrderCommission",t)},expression:"coopForm.hasOrderCommission"}},[e._v(e._s(e.$t("edm5.v49")))])],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v100")))]),t("div",{staticClass:"form-item-value style-value"},[t("el-autocomplete",{attrs:{"fetch-suggestions":e.querySearch,placeholder:e.$t("edm5.v95")},model:{value:e.coopForm.videoStyle,callback:function(t){e.$set(e.coopForm,"videoStyle",t)},expression:"coopForm.videoStyle"}})],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v101")))]),t("div",{staticClass:"form-item-value number-value"},[t("el-input",{attrs:{placeholder:e.$t("edm5.v95"),type:"number"},model:{value:e.coopForm.videoDuration,callback:function(t){e.$set(e.coopForm,"videoDuration",t)},expression:"coopForm.videoDuration"}},[t("template",{slot:"append"},[e._v(e._s(e.$t("edm5.v102")))])],2)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v("hashtag")]),t("div",{staticClass:"form-item-value tag-value"},[t("el-select",{attrs:{"popper-class":"coop-tag-select",multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("edm5.v103")},model:{value:e.coopForm.hashtags,callback:function(t){e.$set(e.coopForm,"hashtags",t)},expression:"coopForm.hashtags"}},[t("el-option",{attrs:{label:"test",value:"test"}})],1)],1)]),t("div",{staticClass:"form-item"},[t("div",{staticClass:"form-item-label"},[e._v(e._s(e.$t("edm5.v104")))]),t("div",{staticClass:"form-item-value"},[t("el-input",{attrs:{type:"textarea",rows:3,resize:"none",placeholder:e.$t("edm5.v95"),maxlength:"100","show-word-limit":""},model:{value:e.coopForm.otherRequirements,callback:function(t){e.$set(e.coopForm,"otherRequirements",t)},expression:"coopForm.otherRequirements"}})],1)])]),t("div",{staticClass:"coop-bottom"},[t("div",{staticClass:"bottom-left"},[t("span",{staticClass:"label"},[e._v(e._s(e.$t("edm5.v105")))]),t("span",{staticClass:"value",staticStyle:{"margin-right":"6px"}},[t("el-select",{attrs:{size:"small",placeholder:e.$t("edm5.v98")},model:{value:e.coopForm.language,callback:function(t){e.$set(e.coopForm,"language",t)},expression:"coopForm.language"}},e._l(e.languageList,(function(e,n){return t("el-option",{key:n,attrs:{label:e.label,value:e.value}})})),1)],1),t("Tooltip",{attrs:{content:e.$t("edm5.v106"),isShowRule:!1}})],1),t("div",{staticClass:"bottom-right"},[t("el-button",{on:{click:function(t){e.isShowCoopDrawer=!1}}},[e._v("取消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmAddCoop}},[e._v("确认")])],1)])]),t("el-drawer",{staticClass:"ai-build",attrs:{title:e.$t("edm5.v82"),"custom-class":"ai-build-drawer",visible:e.isShowBuildDrawer,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.buildDrawerClose}},[t("div",{staticClass:"build-content"},[t("div",{staticClass:"build-rule-part"},[e.aiProducts.length>0?t("div",{staticClass:"product-information"},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v107")))]),t("div",{staticClass:"title-right"},[t("div",{staticClass:"toggle-btn left",on:{click:function(t){return e.toggleProductCarousel("prev")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})]),t("div",{staticClass:"toggle-txt"},[t("span",{staticClass:"current"},[e._v(e._s(e.currentProductIndex+1))]),t("span",{staticClass:"total"},[e._v("/"+e._s(e.aiProducts.length))])]),t("div",{staticClass:"toggle-btn right",on:{click:function(t){return e.toggleProductCarousel("next")}}},[t("i",{staticClass:"dss-iconfont icon-arrow"})])])]),t("el-carousel",{ref:"productCarousel",staticClass:"product-carousel",attrs:{height:"160px",trigger:"click",autoplay:!1,"indicator-position":"none",arrow:"never"},on:{change:e.productCarouselChange}},e._l(e.aiProducts,(function(n){return t("el-carousel-item",{key:n.id},[t("div",{staticClass:"product-info"},[t("img",{staticClass:"left",attrs:{src:n.imageUrls[0],alt:""}}),t("div",{staticClass:"right"},[n.nameZh?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v108"))+e._s(n.nameZh||"-")+" ")]):e._e(),n.nameEn?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v109"))+e._s(n.nameEn||"-")+" ")]):e._e(),n.platformName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v110"))+e._s(n.platformName||"-")+" ")]):e._e(),n.productLink?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v111"))+e._s(n.productLink||"-")+" ")]):e._e(),n.countryName?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v112"))+e._s(n.countryName||"-")+" ")]):e._e(),n.remark?t("div",{staticClass:"info-item"},[e._v(" "+e._s(e.$t("edm5.v113"))+e._s(n.remark||"-")+" ")]):e._e()])])])})),1)],1):e._e(),t("div",{staticClass:"coop-information",class:{"coop-larger":0===e.aiProducts.length}},[t("div",{staticClass:"info-title"},[t("div",{staticClass:"title-left"},[e._v(e._s(e.$t("edm5.v114")))])]),t("div",{staticClass:"coop-content"},[t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.brandInformation||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v94"))+":"+e._s(e.coopForm.brandInformation||"-"))])])],1),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v116"))+e._s(e.coopMethods)+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v100"))+":"+e._s(e.coopForm.videoStyle||"-")+" ")]),t("div",{staticClass:"coop-item"},[e._v(" "+e._s(e.$t("edm5.v101"))+":"+e._s(e.coopForm.videoDuration)),e.coopForm.videoDuration?t("span",[e._v(e._s(e.$t("edm5.v102")))]):e._e()]),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.hashtagsStr||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" hashtags:"+e._s(e.hashtagsStr))])])],1),t("div",{staticClass:"coop-item"},[t("el-tooltip",{staticClass:"item",attrs:{placement:"top","popper-class":"wt-tooltip"}},[t("div",{staticClass:"ai-coop-tooltip",attrs:{slot:"content"},slot:"content"},[e._v(" "+e._s(e.coopForm.otherRequirements||"-")+" ")]),t("span",{staticClass:"text-overflow"},[e._v(" "+e._s(e.$t("edm5.v119"))+e._s(e.coopForm.otherRequirements||"-"))])])],1)])])]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"build-content-part",attrs:{"element-loading-spinner":"el-icon-loading1","element-loading-background":"rgba(255, 255, 255, 0.7)","element-loading-customClass":"ai-email-loading"}},[e.isBuilding?t("el-progress",{staticClass:"ai-progress",attrs:{"text-inside":!0,"stroke-width":30,percentage:e.progressNum}}):e._e(),e.isBuilding?t("div",{staticClass:"loading-txt"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v120")))]),t("LoadingDots")],1):e._e(),t("div",{staticClass:"email-box"},[t("div",{staticClass:"email-tab"},e._l(e.mailList,(function(n,i){return t("div",{key:n.id,class:{tab:!0,"active-tab":n.active},on:{click:function(t){return e.toggleEmailTag(n.id)}}},[t("span",{staticClass:"tab-txt"},[e._v(e._s(e.$t("edm5.v59"))+e._s(i+1))]),t("i",{staticClass:"dss-iconfont icon-close",class:{"not-allowed":e.isBuilding},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.deleteEmail(n.id)}}})])})),0),e.mailList.length<5?t("div",{staticClass:"email-add",class:{"not-allowed":e.isBuilding},on:{click:e.toAddEmail}},[t("i",{staticClass:"dss-iconfont icon-add2"}),t("span",[e._v(e._s(e.$t("edm5.v60")))])]):e._e()]),e.mailList.length>0?t("div",{staticClass:"email-content"},[e.currentActiveMail.subject?t("div",{staticClass:"subject"},[e._v(" "+e._s(e.$t("edm5.v121"))+e._s(e.currentActiveMail.subject)+" ")]):e._e(),e.currentActiveMail.content?t("div",{staticClass:"content",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s(e.$t("edm5.v122")+e.currentActiveMail.content)}}):e._e()]):t("Empty",{attrs:{currentStyle:{"padding-top":"90px"},tips:e.$t("edm5.v123")}})],1)]),e.mailList.length>0?t("div",{staticClass:"build-footer"},[t("div",{staticClass:"ai-bottom"},[e.isBatchFinished?t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(1,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.currentActiveMail.feedLike},on:{click:function(t){return e.evaluateAi(2,e.currentActiveMail.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]):e._e(),e.isBatchFinished?t("div",{staticClass:"redo",on:{click:e.rebuildSimpleEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]):e._e(),t("div",{staticClass:"point",style:{"margin-left":e.isBatchFinished?"24px":"0px"}},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.buildDrawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmails}},[e._v(e._s(e.$t("edm5.v124")))])],1)]):e._e()])],1)},SFe=[];function kFe(e){return wa("/edm/ai/aiWriteEmail/batchGenerate",e)}function EFe(e){return va(`/edm/ai/aiWriteEmail/generate/${e}`)}function AFe(e,t){return va(`/edm/ai/aiWriteEmail/regenerate/${e}/sceneType/${t}`)}function DFe(e){return va(`/edm/ai/aiWriteEmail/getByRequest/${e}`)}function OFe(e,t){return va(`/edm/ai/aiWriteEmail/getByResult/${e}/sceneType/${t}`)}function TFe(e){return wa("/edm/ai/aiWriteEmail/optimize",e)}function IFe(e,t){return va(`/edm/ai/aiOptimizeContent/getByRequest/${e}/sceneType/${t}`)}var PFe=function(){var e=this;e._self._c;return e._m(0)},FFe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loading-dots"},[t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"}),t("span",{staticClass:"dot"})])}],MFe={name:"LoadingDots"},BFe=MFe,NFe=Ba(BFe,PFe,FFe,!1,null,"9cfc5dac",null),RFe=NFe.exports,$Fe={components:{Tooltip:Ou,Empty:Ld,LoadingDots:RFe,productNewDrawer:XIe},props:{visible:{type:Boolean,default:!1},aiPoint:{type:Number,default:0}},data(){return{isShowProductDrawer:!1,isShowCoopDrawer:!1,isShowBuildDrawer:!1,aiProducts:[],coopForm:{brandInformation:"",isFreeShipping:!1,isPaid:!1,hasOrderCommission:!1,videoStyle:"",videoDuration:"",hashtags:[],signature:"",otherRequirements:"",language:"英语"},isCoopComplete:!1,languageList:[],language:Wi.get("language"),currentProductIndex:0,mailList:[{id:"1xx",subject:"",content:"",historyId:"",active:!0,feedLike:0},{id:"2xx",subject:"",content:"",historyId:"",active:!1,feedLike:0},{id:"3xx",subject:"",content:"",historyId:"",active:!1,feedLike:0}],isBatchFinished:!1,isBuilding:!1,aiEmailCounter:0,AiMailsTimer:null,idInfo:{requestId:"",ruleId:""},progressNum:0}},computed:{coopMethods(){const e=this.coopForm.isFreeShipping?this.$t("edm5.v125"):this.$t("edm5.v126"),t=this.coopForm.isPaid?this.$t("edm5.v127"):this.$t("edm5.v128");return e+"&"+t},hashtagsStr(){return this.coopForm.hashtags.join(",")||"-"},currentActiveMail(){return this.mailList.find((e=>e.active))||{}}},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{querySearch(e,t){var n=[{value:"场景植入",label:this.$t("edm5.v129")},{value:"反差对比",label:this.$t("edm5.v130")},{value:"体验分享",label:this.$t("edm5.v131")},{value:"直接展示",label:this.$t("edm5.v132")},{value:"开箱测评",label:this.$t("edm5.v133")}],i=e?n.filter(this.createFilter(e)):n;t(i)},createFilter(e){return t=>0===t.value.toLowerCase().indexOf(e.toLowerCase())},baseClose(){this.$emit("update:visible",!1)},closeProductDrawer(){this.isShowProductDrawer=!1},addAiProduct(e=[]){this.aiProducts=e,this.isShowProductDrawer=!1},coopDrawerClose(){this.isShowCoopDrawer=!1},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},confirmAddCoop(){if(""===this.coopForm.signature)return this.isCoopComplete=!1,this.$message.error(this.$t("edm5.v134"));this.isCoopComplete=!0,this.isShowCoopDrawer=!1},buildDrawerClose(){this.stopAiEmailsSetInterval(),this.isShowBuildDrawer=!1,this.currentProductIndex=0,this.mailList=this.$options.data().mailList,this.progressNum=0},productCarouselChange(e){this.currentProductIndex=e},toggleProductCarousel(e){const t=this.$refs.productCarousel;t&&t[e]()},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){return!this.isBuilding&&(!(this.mailList.length<=0)&&void this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.mailList.length>0&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})})).catch((()=>{})))},toAddEmail(){return!this.isBuilding&&(!(this.mailList.length>=5)&&(this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"add",subject:"",content:"",historyId:"",active:!0,feedLike:0}),void this.buildSingleAiEmail()))},async evaluateAi(e,t){try{const n=this.currentActiveMail.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:"generate"});if("0"===i.code){const e=this.mailList.findIndex((e=>e.active));e>-1&&this.$set(this.mailList,e,{...this.mailList[e],feedLike:n}),this.$message.success(this.$t("inboxDetail.tips5"))}}catch(Rl){console.log(Rl)}},makeAiEmails(){if(0===this.aiProducts.length&&!this.isCoopComplete)return this.$message.error(this.$t("edm5.v135"));this.isShowBuildDrawer=!0,this.$nextTick((()=>{this.buildAiEmails()}))},async buildAiEmails(){try{this.progressNum=0;const e={productIds:this.aiProducts.map((e=>e.id)),cooperationRequirement:this.coopForm};this.isBuilding=!0,this.isBatchFinished=!1;const t=await kFe(e);"0"===t.code?(this.idInfo=t.data,this.getAiEmails(!1)):(this.$message.error(t.message),this.isBuilding=!1,this.buildFailed(!1))}catch(Rl){this.isBuilding=!1,this.buildFailed(!1),console.log(Rl)}},async getAiEmails(e=!1){try{const t=await DFe(this.idInfo.requestId);"0"==t.code?t.data?.isComplete?(this.progressNum=100,e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):(this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e}))),this.isBatchFinished=!0),this.isBuilding=!1):(this.isBuilding=!0,this.createAiEmailsSetInterval(e)):(this.isBuilding=!1,this.$message.error(t.message),this.buildFailed(e))}catch(Rl){this.buildFailed(e),console.log(Rl)}},createAiEmailsSetInterval(e=!1){const t=e?20:5,n=e?30:10;this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(t,n),this.progressNum>=99&&(this.progressNum=99);const i=await this.getAiEmailsProgress(e);i&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.progressNum=100,this.stopAiEmailsSetInterval(),e||(this.isBatchFinished=!0)),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")),this.buildFailed(e))}),2e3)},async getAiEmailsProgress(e){try{const t=await DFe(this.idInfo.requestId);return"0"==t.code?(t.data?.isComplete&&(e?t.data.aiWriteList&&t.data.aiWriteList.length>0&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),...t.data.aiWriteList[0]}):this.mailList=t.data.aiWriteList.map(((e,t)=>({active:0===t,feedLike:0,...e})))),t.data?.isComplete):(this.$message.error(t.message),this.buildFailed(e),!0)}catch(Rl){return this.buildFailed(e),console.log(Rl),!0}},stopAiEmailsSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},buildFailed(e=!1){this.progressNum=0,e?(this.mailList.splice(-1,1),this.mailList=this.mailList.map(((e,t)=>{const n=t===this.mailList.length-1;return{...e,active:n}}))):this.mailList=[]},async buildSingleAiEmail(){try{this.progressNum=0,this.isBuilding=!0;const e=await EFe(this.idInfo.ruleId);"0"===e.code?(this.idInfo.requestId=e.data,this.getAiEmails(!0)):(this.buildFailed(!0),this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.buildFailed(!0),this.isBuilding=!1,console.log(Rl)}},async rebuildSimpleEmail(){if(this.isBuilding)this.stopAiEmailsSetInterval(),this.progressNum=0,this.isBuilding=!1,"add"===this.currentActiveMail.id&&this.buildFailed(!0);else try{this.progressNum=0,this.isBuilding=!0;const e=await AFe(this.currentActiveMail.id,"generateEmail");"0"===e.code?this.getAiEmailByResult():(this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.progressNum=0,this.isBuilding=!1,console.log(Rl)}},async getAiEmailByResult(){try{const e=await OFe(this.currentActiveMail.id,"generateEmail");if("0"===e.code)if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0}),this.progressNum=100,this.isBuilding=!1}else this.isBuilding=!0,this.createRebuildSetInterval();else this.progressNum=0,this.isBuilding=!1,this.$message.error(e.message)}catch(Rl){this.progressNum=0,this.isBuilding=!1,console.log(Rl)}},createRebuildSetInterval(){this.stopAiEmailsSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1,this.progressNum+=this.getRandomInt(20,30),this.progressNum>=99&&(this.progressNum=99);const e=await this.getRebuildsProgress();e&&(this.$emit("refreshPoint"),this.progressNum=100,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval()),this.aiEmailCounter>=60&&(this.progressNum=0,this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailsSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getRebuildsProgress(){try{const e=await OFe(this.currentActiveMail.id,"generateEmail");if("0"==e.code){if(e.data?.isComplete){const t=this.mailList.findIndex((e=>e.active));t>-1&&this.$set(this.mailList,t,{...this.mailList[t],...e.data.aiWrite,feedLike:0})}return e.data?.isComplete}return this.$message.error(e.message),!0}catch(Rl){return console.log(Rl),!0}},toApplyEmails(){if(0===this.mailList.length)return this.$message.error(this.$t("edm5.v136"));this.$emit("applyEmails",this.mailList)},getRandomInt(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e}}},jFe=$Fe,LFe=Ba(jFe,xFe,SFe,!1,null,"c29ad2c2",null),zFe=LFe.exports,VFe=function(){var e=this,t=e._self._c;return t("el-drawer",{staticClass:"ai-optimize",attrs:{title:e.currentMailMap.title,"custom-class":"ai-optimize-drawer",visible:e.visible,"close-on-press-escape":!1,wrapperClosable:!1,direction:"rtl",size:"1000px","append-to-body":!0},on:{close:e.drawerClose}},[t("div",{staticClass:"sub-title"},[t("img",{attrs:{src:i(7346),alt:""}}),t("span",{staticClass:"txt"},[e._v(" "+e._s(e.currentMailMap.subTitle))])]),"7"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v240")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.language,callback:function(t){e.language=t},expression:"language"}},e._l(e.languageList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v241")))])],1):e._e(),"5"===e.type?t("div",{staticClass:"ai-select"},[t("div",{staticClass:"select-prepend"},[e._v(e._s(e.$t("edm5.v242")))]),t("el-select",{attrs:{placeholder:e.$t("edm5.v98")},model:{value:e.tone,callback:function(t){e.tone=t},expression:"tone"}},e._l(e.toneList,(function(e){return t("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1),t("el-button",{attrs:{type:"primary"},on:{click:e.buildOptimize}},[e._v(e._s(e.$t("edm5.v90")))])],1):e._e(),t("div",{staticClass:"ai-content"},[t("div",{staticClass:"content-left"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.$t("edm5.v244")))]),t("div",{staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},domProps:{innerHTML:e._s("6"===e.type?e.imitationOriginContent:e.resultInfo.originContent)}})]),t("div",{staticClass:"content-right"},[t("div",{staticClass:"content-title"},[e._v(e._s(e.currentMailMap.resultTitle))]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.isBuilding,expression:"isBuilding"}],staticClass:"content-box",staticStyle:{"white-space":"pre-wrap"},attrs:{"element-loading-spinner":"el-icon-loading","element-loading-background":"rgba(0, 0, 0, 0)","element-loading-customClass":"ai-optimize-loading"},domProps:{innerHTML:e._s("6"===e.type?e.imitationContent:e.resultInfo.resultContent)}})])]),t("div",{staticClass:"ai-footer"},[""!==e.requestId?t("div",{staticClass:"ai-bottom"},[t("div",{staticClass:"like-item first",class:{notAllow:e.isBuilding,active:1===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(1,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-like-dz"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"like-item",class:{notAllow:e.isBuilding,active:2===e.resultInfo.feedLike},on:{click:function(t){return e.evaluateAi(2,e.resultInfo.historyId)}}},[t("i",{staticClass:"dss-iconfont icon-dianzan_kuaibeifen"}),t("span",{staticStyle:{"font-size":"14px","margin-left":"8px"}},[e._v(e._s(e.$t("edm5.v32")))])]),t("div",{staticClass:"redo",on:{click:e.rebuildEmail}},[e.isBuilding?t("span",{staticClass:"stop-icon",staticStyle:{width:"12px",height:"12px","border-radius":"4px",background:"#f85277","margin-right":"7px"}}):t("i",{staticClass:"dss-iconfont icon-a-zhongxinshengchengbeifen2"}),e.isBuilding?t("span",{staticStyle:{color:"#f85277"}},[e._v(e._s(e.$t("edm5.v35")))]):t("span",[e._v(e._s(e.$t("edm5.v34")))])]),t("div",{staticClass:"point"},[t("span",{staticClass:"txt"},[e._v(e._s(e.$t("edm5.v17"))+e._s(e.aiPoint))]),t("Tooltip",{attrs:{content:e.$t("edm5.v18"),isShowRule:!0}})],1)]):e._e(),t("div",{staticClass:"footer-right"},[t("el-button",{staticClass:"reply-btn cancel-btn",attrs:{size:"small"},on:{click:e.drawerClose}},[e._v(e._s(e.$t("edm5.v19")))]),t("el-button",{staticClass:"reply-btn make-btn",attrs:{size:"small",type:"primary",disabled:e.isBuilding},on:{click:e.toApplyEmail}},[e._v(e._s(e.$t("edm5.v124")))])],1)])])},HFe=[],UFe={components:{Tooltip:Ou},props:{visible:{type:Boolean,default:!1},type:{type:String,default:"1"},aiPoint:{type:Number,default:0},originSubject:{type:String,default:""},originContent:{type:String,default:""}},data(){return{loading:!1,language:"英语",languageList:[],tone:"友好的",toneList:[],resultInfo:{originSubject:"",resultSubject:"",originContent:"",resultContent:"",feedLike:0,historyId:""},isBuilding:!1,aiEmailCounter:0,aiRebuildEmailCounter:0,AiMailsTimer:null,AiRebuildMailTimer:null,requestId:"",rebuildId:"",rebuildProgressId:"",imitationOriginContent:"",imitationContent:"",typeMap:{1:{title:"优化拼写与语法",subTitle:"AI工具会自动检测邮件中的拼写和语法错误,并自动修正,确保邮件内容准确无误,提升邮件的专业水平和可读性",resultTitle:"AI优化内容",sceneType:"optimizeSpellingAndGrammar"},2:{title:"缩短内容",subTitle:"AI工具分析邮件内容,识别并建议删除冗长的句子和段落,以精简邮件长度,使其更易于理解和消化",resultTitle:"AI优化内容",sceneType:"shorten"},3:{title:"扩充内容",subTitle:"根据邮件主题,AI工具会对内容进行扩充,以丰富邮件内容并增强信息的传达效果",resultTitle:"AI优化内容",sceneType:"expansion"},4:{title:"优化结构",subTitle:"AI工具分析邮件结构,推荐调整段落顺序、增加标题或子标题、优化段落分隔,以提升整体阅读体验和视觉吸引力",resultTitle:"AI优化内容",sceneType:"optimizeStructure"},5:{title:"改变语气",subTitle:"AI工具可以改变邮件的语气,使其更加符合受众需求和沟通目的",resultTitle:"AI优化内容",sceneType:"changeTone"},6:{title:"仿写邮件",subTitle:"基于原邮件的语言、字数、内容结构等,生成相似但有变化的邮件内容",resultTitle:"AI仿写内容",sceneType:"imitation"},7:{title:"翻译",subTitle:"选择目标语言,进行翻译",resultTitle:"译文",sceneType:"translate"}}}},computed:{currentMailMap(){return this.typeMap[this.type]},isReady(){return!!this.resultInfo.originContent&&!!this.type}},watch:{isReady:{handler(e){e&&("5"===this.type&&this.getTones(),"7"===this.type&&this.getLanguages(),"5"!==this.type&&"7"!==this.type&&this.buildOptimize())},deep:!0,immediate:!0}},created(){this.originSubject&&(this.resultInfo.originSubject=this.originSubject),this.originContent&&(this.resultInfo.originContent=this.originContent,"6"===this.type&&(this.imitationOriginContent=`${this.$t("edm5.v121")}${this.originSubject}\n\n`+this.$t("edm5.v262")+this.originContent))},beforeDestroy(){this.AiMailsTimer&&clearInterval(this.AiMailsTimer)},methods:{drawerClose(){this.$emit("update:visible",!1),this.$emit("closed")},async getLanguages(){try{const e=await _s();"0"===e.code&&(this.languageList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async getTones(){try{const e=await Cs();"0"===e.code&&(this.toneList=e.data?.map((e=>({label:e,value:e}))))}catch(Rl){console.log(Rl)}},async evaluateAi(e,t){if(this.isBuilding)return!1;try{const n=this.resultInfo.feedLike===e?0:e,i=await fs({historyId:t,isLike:n,aiScene:this.currentMailMap.sceneType});"0"===i.code?(this.resultInfo.feedLike=n,this.$message.success(this.$t("inboxDetail.tips5"))):this.$message.error(i.message)}catch(Rl){console.log(Rl)}},async buildOptimize(){try{this.isBuilding=!0;const e=await TFe({sceneType:this.currentMailMap.sceneType,currentSubject:this.resultInfo.originSubject||void 0,currentContent:this.resultInfo.originContent,language:"7"===this.type?this.language:void 0,tone:"5"===this.type?this.tone:void 0});"0"===e.code?(this.requestId=e.data,this.getAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},async getAiEmail(){try{const e=await IFe(this.requestId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.content||"",this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},createAiEmailSetInterval(){this.stopAiEmailSetInterval(),this.aiEmailCounter=0,this.AiMailsTimer=setInterval((async()=>{this.aiEmailCounter+=1;const e=await this.getAiEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval()),this.aiEmailCounter>=60&&(this.isBuilding=!1,this.aiEmailCounter=0,this.stopAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiEmailProgress(){try{const e=await IFe(this.requestId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.content,this.rebuildId=e.data.resultId,this.resultInfo.historyId=e.data.resultId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.subject||"",this.imitationContent=`subject:${e.data.subject}\n\ncontent:`+e.data.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},stopAiEmailSetInterval(){this.AiMailsTimer&&(clearInterval(this.AiMailsTimer),this.AiMailsTimer=null)},async rebuildEmail(){if(this.isBuilding)this.isBuilding=!1,this.stopAiEmailSetInterval();else try{this.isBuilding=!0;const e=await AFe(this.rebuildId,this.currentMailMap.sceneType);"0"===e.code?(this.rebuildProgressId=e.data,this.resultInfo.feedLike=0,this.getRebuildAiEmail()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},async getRebuildAiEmail(){try{const e=await OFe(this.rebuildProgressId,this.currentMailMap.sceneType);"0"==e.code?e.data?.isComplete?(this.isBuilding=!1,this.resultInfo.resultContent=e.data.aiWrite.content||"",this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content),this.$emit("refreshPoint")):(this.isBuilding=!0,this.createRebuildAiEmailSetInterval()):(this.isBuilding=!1,this.$message.error(e.message))}catch(Rl){this.isBuilding=!1,console.log(Rl)}},createRebuildAiEmailSetInterval(){this.stopRebuildAiEmailSetInterval(),this.aiRebuildEmailCounter=0,this.AiRebuildMailTimer=setInterval((async()=>{this.aiRebuildEmailCounter+=1;const e=await this.getAiRebuildEmailProgress();e&&(this.$emit("refreshPoint"),this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval()),this.aiRebuildEmailCounter>=60&&(this.isBuilding=!1,this.aiRebuildEmailCounter=0,this.stopRebuildAiEmailSetInterval(),this.$message.error(this.$t("inboxDetail.tips2")))}),2e3)},async getAiRebuildEmailProgress(){try{const e=await OFe(this.rebuildProgressId,this.currentMailMap.sceneType);return"0"==e.code?(e.data?.isComplete&&(this.resultInfo.resultContent=e.data.aiWrite.content,this.resultInfo.historyId=e.data.aiWrite.historyId,"6"===this.type&&(this.resultInfo.resultSubject=e.data.aiWrite.subject||"",this.imitationContent=`subject:${e.data.aiWrite.subject}\n\ncontent:`+e.data.aiWrite.content)),e.data?.isComplete):(this.$message.error(e.message),!0)}catch(Rl){return console.log(Rl),!0}},stopRebuildAiEmailSetInterval(){this.AiRebuildMailTimer&&(clearInterval(this.AiRebuildMailTimer),this.AiRebuildMailTimer=null)},toApplyEmail(){const{resultSubject:e,resultContent:t}=this.resultInfo;if(!t)return this.$message.error("暂无可应用内容!");this.$emit("applyEmail","setContent",e,t,this.type),this.drawerClose(),this.$message.success("应用成功")}}},WFe=UFe,qFe=Ba(WFe,VFe,HFe,!1,null,"845a6210",null),YFe=qFe.exports,GFe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:e.$t("edm5.v61"),width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("div",{staticClass:"setting-tip"},[e._v(" "+e._s(e.$t("edm5.v253"))+" ")]),t("div",{staticClass:"setting-input"},[t("el-input",{attrs:{type:"input",placeholder:e.$t("edm5.v95")},model:{value:e.nickName,callback:function(t){e.nickName=t},expression:"nickName"}})],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:e.closeDialog}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:e.confirmSetting}},[e._v(e._s(e.$t("edm5.v45")))])],1)])])},KFe=[];function XFe(){return va("/edm/mail/getSenderInfo")}function ZFe(e){return wa("/edm/mail/saveSenderInfo",e)}function JFe(){return va("/edm/conf/sendEmailDelayLevel/list")}function QFe(){return va("/edm/conf/sendEmailDelayLevel/detail")}function eMe(e){return wa("/edm/conf/sendEmailDelayLevel/setting",e)}var tMe={props:{visible:{type:Boolean,default:!1},nickNameDefault:{type:String,default:""}},data(){return{nickName:"",confirmBtnLoading:!1,loading:!1}},created(){this.nickNameDefault&&(this.nickName=this.nickNameDefault)},methods:{closeDialog(){this.$emit("update:visible",!1)},async getNickname(){try{this.loading=!0;const e=await XFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(Rl){console.log(Rl),this.loading=!1}finally{this.loading=!1}},async confirmSetting(){try{if(!this.nickName)return this.$message.error(this.$t("edm5.v254"));this.confirmBtnLoading=!0;const e=await ZFe({nickName:this.nickName.trim()});"0"===e.code?(this.$message.success("设置成功!"),this.$emit("updateNickName",this.nickName),this.closeDialog()):this.$message.error(e.message)}catch(Rl){console.log(Rl)}finally{this.confirmBtnLoading=!1}}}},nMe=tMe,iMe=Ba(nMe,GFe,KFe,!1,null,null,null),rMe=iMe.exports;function oMe(e){return wa("/edm/ai/inviteEmail/save",e)}function aMe(e){return va(`/edm/ai/inviteEmail/${e}`)}var sMe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{visible:e.visible,title:"存为模版",width:"480px","before-close":e.closeDialog,"custom-class":"setting-nickname-dialog","close-on-click-modal":!1}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{"label-position":"top",model:e.ruleForm,rules:e.rules,"label-width":"100px"}},[t("el-form-item",{attrs:{label:"模版名称",prop:"templatesTitle"}},[t("el-input",{attrs:{maxlength:"30","show-word-limit":"",clearable:"",placeholder:"请输入模版名称"},model:{value:e.ruleForm.templatesTitle,callback:function(t){e.$set(e.ruleForm,"templatesTitle",t)},expression:"ruleForm.templatesTitle"}})],1),t("el-form-item",{attrs:{label:"应用场景",prop:"scene"}},[t("el-input",{attrs:{maxlength:"20","show-word-limit":"",placeholder:"请输入应用场景",clearable:""},model:{value:e.ruleForm.scene,callback:function(t){e.$set(e.ruleForm,"scene",t)},expression:"ruleForm.scene"}})],1),t("el-form-item",{attrs:{label:"语言",prop:"modelLanguage"}},[t("el-select",{attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:"",filterable:""},model:{value:e.ruleForm.modelLanguage,callback:function(t){e.$set(e.ruleForm,"modelLanguage",t)},expression:"ruleForm.modelLanguage"}},e._l(e.language,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("el-form-item",{attrs:{label:"共享状态"}},[t("el-select",{attrs:{clearable:"",placeholder:"请选择共享状态"},model:{value:e.ruleForm.isShared,callback:function(t){e.$set(e.ruleForm,"isShared",t)},expression:"ruleForm.isShared"}},[t("el-option",{key:1,attrs:{value:!0,label:"公开"}}),t("el-option",{key:2,attrs:{value:!1,label:"私有"}})],1)],1)],1),t("div",{staticClass:"footer-btn"},[t("el-button",{on:{click:function(t){return e.resetForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v226")))]),t("el-button",{attrs:{type:"primary",loading:e.confirmBtnLoading},on:{click:function(t){return e.submitForm("ruleForm")}}},[e._v(e._s(e.$t("edm5.v45")))])],1)],1)])},lMe=[];async function cMe(e){let t=await wa("/edm/outbox/sendData",e);return"0"===t.code?t:null}async function uMe(e){let t=await wa("/edm/inbox/receiveData",e);return t||null}async function dMe(e){let t=await va(`/edm/inbox/inboxDialogue/${e}`);return t||null}async function hMe(e){let t=await va(`/edm/inbox/inboxDetail/${e}`);return t||null}async function pMe(e){let t=await va(`/edm/mail/sendDetail/${e}`);return"0"===t.code?t:null}async function fMe(e){let t=await va(`/edm/outbox/selAiReply/${e}`);return t||null}async function mMe(e){let t=await wa("/edm/inbox/aiReply",e);return t||null}async function gMe(e){let t=await wa("/edm/inbox/exportReceiveData",e,"blob");return t||null}async function vMe(e){let t=await wa("/edm/outbox/exportSendData",e,"blob");return t||null}async function yMe(e){let t=await wa("/edm/template/addTemplate",e);return t||null}var bMe={props:{visible:{type:Boolean,default:!1},mailTempList:{type:Array,default:()=>[]},tempProductCard:{type:String,default:""}},data(){return{confirmBtnLoading:!1,loading:!1,ruleForm:{templatesTitle:"",scene:"",modelLanguage:"",isShared:!1},rules:{templatesTitle:[{required:!0,message:"请输入模版名称",trigger:"blur"}],modelLanguage:[{required:!0,message:"请选择模版语言",trigger:"change"}],scene:[{required:!0,message:"请输入应用场景",trigger:"change"}]},language:LIe}},created(){},methods:{getMailParams(){const e=this.mailTempList.find((e=>e.active));let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+this.tempProductCard:e.getContent()+e.getReplyHtml()+this.tempProductCard,{mailSubject:e.subject,content:t,attachments:e.fileList}},submitForm(e){const t=this.getMailParams();this.$refs[e].validate((e=>{if(!e)return console.log("error submit!!"),!1;{const e={...this.ruleForm,...t};yMe(e).then((e=>{"0"==e.code?(this.$message.success("保存成功"),this.$emit("setMailTempHandle",e.data),this.closeDialog()):this.$message.error(e.message)}))}}))},resetForm(e){this.$refs[e].resetFields(),this.closeDialog()},closeDialog(){this.$emit("update:visible",!1)}}},wMe=bMe,_Me=Ba(wMe,sMe,lMe,!1,null,"9fbbb3e2",null),CMe=_Me.exports,xMe=i(432),SMe=i.n(xMe),kMe={name:"writeEmail",components:{MailBody:uh,Editor:PTe,DelayedTx:$Te,ProductList:oIe,sendNotice:dIe,sendLimit:vIe,checkMail:xIe,chooseMailNew:PIe,SettingNickName:rMe,productNewDrawer:XIe,productFormDrawer:wPe,productCardsDrawer:EPe,Tooltip:Ou,ContentBox:UPe,SignTextDrawer:aFe,MailTemplateDrawer:CFe,AiMailDialog:zFe,MailOptimizeDrawer:YFe,saveMailTempDialog:CMe,Draggable:SMe()},props:{isReply:{type:Boolean,default:!1},bloggerArr:{type:Array,default:()=>[]},plan_id:{type:[Number,String],default:""},isTiming:{type:[Number,String],default:0},rowTime:{type:[Number,String],default:""},draftId:{type:[Number,String],default:""},outboxId:{type:[Number,String],default:""},userId:{type:[Number,String],default:""},dssTaskId:{tyep:[Number,String],default:""},dssTaskName:{type:String,default:""},hubTaskId:{type:[Number,String],default:""},popularizePlanId:{type:[Number,String],default:""},popularizePlanName:{type:String,default:""},hubTaskName:{type:String,default:""},sendEntryKey:{type:String,default:""},currentEnv:{type:String,default:"https://www.wotohub.com"}},computed:{allSubjectList(){return this.mailList.map((e=>e.subject))},currentRadio(){return"WOTOMAIL"===this.sendType?"WOTOMAIL":this.email}},data(){return{mailList:[{id:"mockId-1",subject:"",fileList:[],content:"",active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}],replyInfo:null,addresseeArr:[],loading:!1,isShowSave:!0,isShowDelayed:!1,isSpreadAddress:!1,timer:null,isBack:!1,isAutoSave:!1,isAutoSaving:!1,isAutoSaved:!1,timerId:"",editorHeight:450,cancleTimer:!1,isShowNotice:!1,isShowLimit:!1,isShowCheck:!1,isCheckType:!1,reContactList:[],riskList:[],cooperatedList:[],filterBloggerArr:[],isLimit:!1,totalSendNum:0,restSendNum:0,isSelfClick:!1,isScheduledMail:!1,isScheduledTime:null,checkEmails:[],isSendSuccess:!0,showChooseMail:!1,sendType:"",email:"",bizId:"",isMultiReply:"true"==this.$route.query.isMultiReply||1==this.$route.query.isMultiReply,isShowProductFormDrawer:!1,isShowProductDrawer:!1,isShowProductCardDrawer:!1,cardsArr:[],productTypeOpts:Object.freeze($Ie),writeId:"",currentApi:{NODE_ENV:"production",BASE_URL:"/"}.VUE_APP_BASE_API,existIds:[],signTextDrawerVisible:!1,mailTemplateDrawerVisible:!1,aiMailVisible:!0,mailOptimizeDrawerVisible:!1,aiOptimizeType:"",aiOptimizeOriginSubject:"",aiOptimizeOriginContent:"",aiPoint:0,editBloggerLoading:!1,domTimer:null,mailIdMap:[],deleteIdList:[],settingNicknameVisible:!1,nickName:"",pageFrom:this.$route.query.pageFrom||"",currentAiPlatform:this.$route.query.currentAiPlatform||"",saveMailTempDialogVisible:!1,tempProductCard:"",totalNum:0,checkLoading:!1,editorHeightMore:0}},created(){if(window.onbeforeunload=e=>(e=e||window.event,this.$t("edm5.v76")),this.isReply)this.getReplyDetail();else if(this.draftId)this.isShowSave=!1,this.getDraftDetail();else if(this.outboxId)this.getOutBoxDetail();else if(this.isMultiReply){const e=JSON.parse(localStorage.getItem("multiReplyBlogInfo"));e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))}else this.$route.query.inviteAITaskId?this.getInviteAITaskDetail():"payStatusDetail"==this.$route.query.pageFrom?this.payInitTemplate():this.getMailBlogger();"AIinvitePlan"!==this.pageFrom&&(this.isMultiReply||(this.timer=window.setInterval((()=>{this.saveDraft(!1)}),6e4)),this.showNoticeEvt(),this.getSendEmailConfig(),this.getAiPoint(),this.getNickname())},mounted(){this.domTimer=setTimeout((()=>{const e=this.$refs.pageContainer.clientHeight,t=document.getElementsByClassName("w-e-toolbar")[0].offsetHeight;this.editorHeight=e-436-t}),150)},beforeDestroy(){"AIinvitePlan"!==this.pageFrom&&this.remindSave(),clearInterval(this.timer),this.timer=null,clearTimeout(this.domTimer),this.domTimer=null},destroyed(){window.onbeforeunload=null},methods:{setMailTempHandle(e){this.mailList.forEach((t=>{t.active&&(t.templateId=e)}))},saveMailTemplate(){const e=this.mailList.find((e=>e.active));if(""==e.subject)return void this.$message.error("请输入邮件主题");let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id");this.tempProductCard=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,this.saveMailTempDialogVisible=!0},payInitTemplate(){const e=JSON.parse(localStorage.getItem("resultRecipientData")||"[]");e&&e.length&&e.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}));const t=JSON.parse(localStorage.getItem("payWriteData")||"{}");this.mailList=[{attachments:[],content:`<p>To: ${this.addresseeArr[0].bloggerName}</p>\n <p>Hello!</p>\n <p>We are the official customer service team of WotoHub. On behalf of the platform and [${t.companyName}], we confirm the upcoming payment for the agreement you reached on the platform. </p>\n <p>Below are the contract details. Please review and sign them carefully:<a href="${t.payWriteUrl}" target="_blank">${t.payWriteUrl}</a></p>`,subject:"Contract Signature Required to Confirm Collaboration Payment ",id:"mockId-"+Date.now(),fileList:[],active:!0,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}]},getInviteAITaskDetail(){aMe(this.$route.query.inviteAITaskId).then((e=>{if("0"==e.code&&e.data.emails.length){if(this.mailList=e.data.emails.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachments||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data.emails||0===e.data.emails.length)return!1;if(e.data.emails[0]&&e.data.emails[0].content){let t=e.data.emails[0].content.indexOf("<product-card"),n=e.data.emails[0].content.indexOf("</product-card>"),i=e.data.emails[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}}}))},saveInviteEmail(){this.isShowSave=!1;let e=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),t=Vs(this.cardsArr,"id"),n=`<product-card cardIds=${t}><div style="display:flex;overflow-x:auto">${e}</div></product-card>`;const i=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+n:e.getContent()+e.getReplyHtml()+n,{id:e.frontId,subject:e.subject,content:t,attachments:e.fileList}})),r={taskId:this.$route.query.inviteAITaskId||"",platform:this.currentAiPlatform,emails:this.filterEmailId(i)},o=this.mailList.every((e=>!e.subject)),a=this.mailList.every((e=>e.isEmpty()));if(o||a)return this.$message.error("邮件主题和正文不能为空!");oMe(r).then((e=>{if("0"==e.code){const t=e.data;window.opener&&window.opener.postMessage(+t,window.location.origin),this.$router.push({path:this.$route.path,query:{...this.$route.query,inviteAITaskId:t}}).catch((e=>{if("NavigationDuplicated"!==e.name)throw e})),this.$message.success("邮件添加成功,请回到原窗口继续创建任务!")}else this.$message.error(e.message)}))},getMailBlogger(){this.bloggerArr&&this.bloggerArr.length&&this.bloggerArr.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})}))},getReplyDetail(){const e=this.$route.query.replyId,t=this.$route.query.chatId,n=this.$route.query.replyContentId;e&&t&&Ka(t).then((t=>{if(t&&t.length>0){if(e&&n){const i=t.find((e=>e.id.toString()===n));this.replyInfo=i;const r=t.find((t=>t.id.toString()===e));this.mailList[0].subject=r.subject,this.replyInfo.id=e}else{const n=t.find((t=>t.id.toString()===e));this.replyInfo=n,this.mailList[0].subject=n.subject,this.replyInfo.id=e}this.addresseeArr.push({bloggerId:this.replyInfo.bloggerId,bloggerName:this.replyInfo.bloggerName,popularizePlanId:this.$route.query.popularizePlanId&&-1!=this.$route.query.popularizePlanId?this.$route.query.popularizePlanId:void 0,popularizePlanName:this.$route.query.popularizePlanName&&"null"!=this.$route.query.popularizePlanName?this.$route.query.popularizePlanName:void 0})}}))},skipApply(e){XTe({productId:e}).then((e=>{"0"===e.code?da(e.data):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},addProduct(){this.isShowProductCardDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Vs(this.cardsArr,"id")},isShowProductDrawerEvt(){this.isShowProductDrawer=!0,this.existIds=0==this.cardsArr.length?[]:Vs(this.cardsArr,"id")},closeProductDrawer(e){this.isShowProductDrawer=!1,e&&this.addProductCard([e])},addProductCard(e){let t=[...new Set(e.concat(this.existIds))];this.cardsArr=[],t.map((e=>{GTe({id:e}).then((e=>{let t=[],n=[];3!==e.data.source?(t=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.label;return t})),n=e.data.type.map((e=>{const t=this.productTypeOpts.find((t=>t.value===e))?.en_label;return t}))):t=e.data.type.map((e=>e));let i=t.slice();this.$set(e.data,"typeName",t),this.$set(e.data,"typeEnName",n),this.$set(e.data,"typeName3",i.splice(0,3)),this.cardsArr.push(e.data)}))}))},deleteItem(e){this.cardsArr.splice(e,1)},setProduct(e){this.singleSetEmail("addEditContent",e)},setProductFormLink(e){const t='<p><a href="'+e+'" target="_blank" >'+e+"</a></p><br />";this.singleSetEmail("addEditContent",t)},multiSendNow(){const e=JSON.parse(localStorage.getItem("multiReplyIds"));let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`,r={replyIds:e,content:this.mailList[0].getContent()+i,attachments:this.mailList[0].fileList,sendEntryKey:"inboxMultiReply"};this.loading=!0,ns(r).then((e=>{"0"===e.code?(this.isShowSave=!1,this.$emit("skipToOutbox")):this.$message.error(e.message)})).finally((()=>{this.loading=!1}))},toGuide(){this.$emit("toGuide")},async getSendEmailConfig(){if(this.draftId);else try{const e=await xl({});"0"===e.code?(this.sendType=e.data.sendType,this.bizId=e.data.bizId||"",this.email=e.data.email||""):this.$message.error(e.message)}catch(Rl){console.log(Rl)}this.$route.query.code&&(this.showChooseMail=!0)},updateCurrentEmail({sendType:e,bizId:t,email:n}){console.log(e),console.log(t),console.log(n),this.sendType=e,this.bizId=t,this.email=n,this.draftId&&this.saveDraft(!1)},async getBindGmails(e){try{const t=await bl({});"0"===t.code?this.email=DIe(t.data||[],e):this.$message.error(t.message)}catch(Rl){console.log(Rl)}},async getBusinessEMails(e){try{const t=await ph({});"0"===t.code?this.email=t.data.find((t=>t.id===e))?.emailAddress||"":this.$message.error(t.message)}catch(Rl){console.log(Rl)}},closeChooseMail(){this.showChooseMail=!1,this.isCheckType=!1},showNoticeEvt(){const e=localStorage.getItem("remind14Flag");if(e){const e=localStorage.getItem("remind14Time"),t=(new Date).getTime();e?t-e<12096e5?this.isShowNotice=!1:(this.isShowNotice=!0,localStorage.removeItem("remind14Time")):this.isShowNotice=!0}else this.isShowNotice=!0},closeNoticeEvt(e){if(this.isShowNotice=!1,localStorage.setItem("remind14Flag",e),e){const e=(new Date).getTime();localStorage.setItem("remind14Time",e)}},cancelDelaySend(){this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.cancle_delay_tip")}`,`${this.$i18n.t("writeMail.whether_cancle_delay")}`,{confirmButtonText:`${this.$i18n.t("writeMail.cancle_delay")}`,cancelButtonText:`${this.$i18n.t("writeMail.no_cancle")}`,iconClass:"el-icon-warning",cancelButtonClass:"reback-btn-linear",confirmButtonClass:"reback-btn-face"}).then((()=>{this.cancleTimer=!0,this.saveDraft(!0)})).catch((()=>{})).finally((()=>{this.cancleTimer=!1}))},async getDraftDetail(){try{const e=await dh(this.draftId);if("0"===e.code){if(this.mailList=e.data.map(((e,t)=>({...e,id:e.writeEmailId,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,templateId:e.templateId,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!e.data||0===e.data.length)return!1;if(e.data[0]&&e.data[0].content){let t=e.data[0].content.indexOf("<product-card"),n=e.data[0].content.indexOf("</product-card>"),i=e.data[0].content.slice(t,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}"recipient"===this.$route.query.from?this.getMailBlogger():e.data[0]?.bloggerBeans.forEach((e=>{this.addresseeArr.push({...e,bloggerId:e.bloggerId,bloggerName:e.bloggerName})})),e.data[0]&&e.data[0].sendType&&("WOTOMAIL"===e.data[0].sendType?(this.sendType="WOTOMAIL",this.bizId="",this.email=""):"GMAIL"===e.data[0].sendType?(this.sendType="GMAIL",this.bizId=e.data[0].qiyeId,this.getBindGmails(this.bizId)):(this.bizId=e.data[0].qiyeId,this.sendType="QIYE",this.getBusinessEMails(this.bizId)))}else this.$message.error(e.message)}catch(Rl){console.log(Rl)}},async getOutBoxDetail(){try{const e=this.outboxId.split(","),t=await hh({writeIds:e});if("0"===t.code){if(this.mailList=t.data.map(((e,t)=>({...e,id:"mockId-"+Date.now()+t,fileList:e.attachmentRes||[],active:0===t,isAiContent:!1,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}))),!t.data||0===t.data.length)return!1;if(t.data[0]&&t.data[0].content){let e=t.data[0].content.indexOf("<product-card"),n=t.data[0].content.indexOf("</product-card>"),i=t.data[0].content.slice(e,n+15);const r=i.match(/cardids="([^"]+)"/);if(r&&r[1]){const e=r[1];this.addProductCard(e.split(","))}}this.getMailBlogger()}else this.$message.error(t.message)}catch(Rl){console.log(Rl)}},async getSendNum(e,t){await ml({sendNum:e.length,timing:t}).then((e=>{if("0"===e.code){if(this.isLimit=0!=e.data.isExcess,this.restSendNum=e.data.surplusNum,this.totalSendNum=e.data.dayNum,this.isLimit)return this.isShowLimit=!0,!1;this.getReachNum(Vs(this.addresseeArr,"bloggerId"))}else this.$message.error(e.message)}))},async getReachNum(e=[]){try{if(!e||!Array.isArray(e))return!1;this.checkLoading=!0;const t=await gl({bloggerIds:e});if("0"===t.code){this.totalNum=this.addresseeArr.length||0,this.reContactList=t.data;const n=await Dl({bloggerIds:e});if("0"===n.code){this.riskList=n.data;const t=await Ol({bloggerIds:e});"0"===t.code&&(this.cooperatedList=t.data,this.updateFilterBloggerArr(!0,!0,!0),this.checkLoading=!1)}const i=await Sl();"0"===i.code&&i.data?(this.isCheckType=!0,this.showChooseMail=!0):(this.isCheckType=!1,this.isShowCheck=!0)}else this.checkLoading=!1,this.$message.error(t.message)}catch(Rl){console.log(Rl),this.checkLoading=!1}finally{this.checkLoading=!1}},updateFilterBloggerArr(e,t,n){this.filterBloggerArr=this.addresseeArr,e&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.reContactList.some((t=>t===e.bloggerId))))),t&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.riskList.some((t=>t===e.bloggerId))))),n&&(this.filterBloggerArr=this.filterBloggerArr.filter((e=>!this.cooperatedList.some((t=>t===e.bloggerId)))))},openCheckNext(){this.isShowCheck=!0,this.showChooseMail=!1,this.isCheckType=!1},finallyCardHtml(e){const t=e.typeEnName.splice(0,2).map((e=>`<span style="margin-top:0;margin-bottom:4px;white-space:nowrap;padding:0 6px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;font-weight: 500;font-size: 12px;color: #ffffff;margin-right: 6px;height:24px;line-height:24px">${e}</span>`)).join("");let n=[];e.promotePlatformType.map((e=>{0==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"),1==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"),2==e&&n.push("https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png")}));const i=n.map((e=>`<div style="flex-shrink: 0;width: 24px;height: 24px;background: rgba(0, 0, 0, 0.3);border-radius: 12px;margin-right: 6px;"><img style="object-fit: contain; padding: 4px" src="${e}"/></div>`)).join("");let r="https://api.wotohub.com",o=e.nameEn?e.nameEn.slice(0,25)+"···":"—",a=Qs(e.currency);return`<div style="display: flex"><div style="box-sizing:border-box;width: 274px; min-height: 310px; border-radius: 14px; border: 1px solid #e8e8e8; padding: 12px;margin-right:8px"><div style="position: relative; margin-bottom: 10px;width:250px;height:250px;"><img style="border: 1px solid #333;width: 100%;height: 100%;border-radius: 14px;object-fit:contain;" src="${e.imageUrls[0]}"/><div style="position: absolute;top: 12px;left: 12px;display: flex;align-items: center;flex-wrap:wrap">${i}${t}</div></div><div style="margin-bottom: 16px"><div style="font-weight: 600;font-size: 16px;color: #333333;line-height: 22px;margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">${o}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 4px;">Price:${a}${e.priceDollar||"—"}</div><div style="font-weight: 400;font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 0;">Commission rate:${e.commissionPercent||"—"}%</div></div><div style="display: flex; align-items: center"><div style="font-weight: 400;font-size: 12px;color: #999999;line-height: 17px;margin-right: 20px;"><span style="font-family: MiSans, MiSans;font-weight: 800;font-size: 18px;color: #f85277;line-height: 24px;padding-right: 6px;">${a}${(e.priceDollar*(e.commissionPercent/100)).toFixed(2)}</span> /per ordered item</div><div style="width: 75px;height: 36px;border-radius: 10px;background: #f85277;font-weight: 600;font-size: 16px;color: #ffffff;line-height: 34px;text-align: center;"><a rel="noopener noreferrer" style="color:#fff;text-decoration:none" href='${r}/user/productCard/noAuth/email/apply?productId=${e.id}' target='_blank'>Apply</a></div></div></div></div>`},async selfSend(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>{let t="";return t=e.getReplyHtml()?e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+i:e.getContent()+e.getReplyHtml()+i,{id:e.id,subject:e.subject,content:t,attachments:e.fileList,templateId:e.templateId}}));e&&"replaySend"===e&&(this.filterBloggerArr=this.addresseeArr);const o=this.filterBloggerArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={emails:this.filterEmailId(r),bloggerInfos:o,type:this.isScheduledMail?2:1,timing:this.isScheduledTime||void 0,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey||void 0,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:this.sendType,bizId:this.bizId||void 0};(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId),console.log("hubDataParams------"),console.log(a);try{this.timer&&clearInterval(this.timer),this.loading=!0;const e=await fl(a);0==e.code?(this.mailIdMap=e.data.emails||[],this.deleteIdList=[],this.handleAiReply(e.data.groupId),this.isSendSuccess=!0,this.isShowSave=!1,this.isScheduledMail?this.isShowDelayed?(this.isShowDelayed=!1,this.isReply?this.$emit("skipToDraft"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)):this.$confirm(`${this.$i18n.t("writeMail.mail_will")}${this.rowTime}${this.$i18n.t("writeMail.save_tip")}`,`${this.$i18n.t("writeMail.set_delay_success")}`,{confirmButtonText:`${this.$i18n.t("writeMail.i_know")}`,type:"success",confirmButtonClass:"reback-btn-face",showCancelButton:!1}).then((()=>{this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1),setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToDraft"))}),3e3)})):(this.$message({type:"success",message:"发送成功"}),this.isReply?this.$emit("skipToOutbox"):setTimeout((()=>{this.isSelfClick||(this.isShowCheck=!1,this.$emit("skipToOutbox"))}),3e3))):(this.isSendSuccess=!1,this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1),this.$message.error(e.message))}catch(Rl){console.log(Rl)}finally{this.loading=!1,this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!1)}},skipToOut(){this.isSelfClick=!0,this.isShowCheck=!1,this.isShowSave=!1,this.isScheduledMail?this.$emit("skipToDraft"):this.$emit("skipToOutbox")},closeCheckEvt(){this.isShowCheck=!1,this.isShowDelayed=!1},send(){const e=this.checkForm();e&&(this.isScheduledMail=!1,this.isScheduledTime=null,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?this.selfSend("replaySend"):this.getSendNum(Vs(this.addresseeArr,"bloggerId"),null))},showDelayedTx(){const e=this.checkForm();e&&(this.isShowDelayed=!0)},sendTime(e){if(this.compareTime(new Date(e).valueOf()))return this.$message({message:`${this.$i18n.t("writeMail.time_limit")}`,type:"warning"}),!1;this.isScheduledMail=!0,this.isScheduledTime=e,this.checkEmails=this.mailList.map((e=>({subject:e.subject,content:e.getContent()}))),this.isReply?(this.isShowDelayed&&(this.$refs.delayedTxRef.sendLoading=!0),this.selfSend("replaySend")):this.getSendNum(Vs(this.addresseeArr,"bloggerId"),e)},async saveDraft(e){let t=this.cardsArr.map((e=>this.finallyCardHtml(e))).join(""),n=Vs(this.cardsArr,"id"),i=`<product-card cardIds=${n}><div style="display:flex;overflow-x:auto">${t}</div></product-card>`;const r=this.mailList.map((e=>({id:e.id,subject:e.subject,content:e.getContent()+"&nbsp;&nbsp;&nbsp;"+e.getReplyHtml()+i,attachments:e.fileList,templateId:e.templateId}))),o=this.addresseeArr.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId&&-1!=e.popularizePlanId?e.popularizePlanId:void 0,popularizePlanName:e.popularizePlanName&&"null"!=e.popularizePlanName?e.popularizePlanName:void 0}))),a={id:"",emails:this.filterEmailId(r),bloggerInfos:o,type:1!=this.isTiming||this.cancleTimer?99:2,timing:1!=this.isTiming||this.cancleTimer?void 0:this.rowTime,replyId:this.isReply?this.replyInfo.id:void 0,sendEntryKey:this.sendEntryKey,writeIds:this.deleteIdList.length>0?this.deleteIdList:void 0,sendType:this.sendType,bizId:this.bizId||void 0};this.isAutoSave=!e,this.isAutoSaving=this.isAutoSave,(this.draftId||this.timerId)&&(a.id=this.draftId||this.timerId);const s=this.mailList.every((e=>!e.subject)),l=this.mailList.every((e=>e.isEmpty())),c=this.mailList.every((e=>0===e.fileList.length));if(0===o.length&&s&&l&&c)return!!e&&this.$message.error(this.$t("edm5.v77"));try{this.loading=!0;const t=await fl(a);return 0==t.code?(this.mailIdMap=t.data.emails||[],this.deleteIdList=[],this.draftId||this.timerId||(this.timerId=t.data.groupId,this.handleAiReply(t.data.groupId)),e?this.isBack?this.$router.go(-1):this.$emit("skipToDraft"):(setTimeout((()=>{this.isAutoSaving=!1}),1500),setTimeout((()=>{this.isAutoSaved=!0}),1501),setTimeout((()=>{this.isAutoSaved=!1,this.isAutoSave=!1}),3e3)),!0):(this.isAutoSave=!1,this.$message.error(t.message),!1)}catch(Rl){return console.log(Rl),!1}finally{this.loading=!1}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},checkForm(){if(!this.addresseeArr.length)return this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_receiver")}`}),!1;let e=!1,t=!1,n=!1,i=!1;return this.mailList.forEach((r=>{r.subject||(e=!0),r.length>100&&(t=!0),r.isEmpty()&&(n=!0),r.getTextContent().length>5e3&&(i=!0)})),e?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_subject")}`}),!1):t?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.subject_limit")}`}),!1):n?(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.no_content")}`}),!1):!i||(this.$message({type:"warning",message:`${this.$i18n.t("writeMail.content_limit")}`}),!1)},setMailTemplate(e){this.mailTemplateDrawerVisible=!1,Tl(e.id).then((e=>{if("0"==e.code){const t=e.data;if(t&&(t.attachmentRes&&t.attachmentRes.length&&t.attachmentRes.forEach((e=>{delete e.id})),t.content)){let e=t.content.indexOf("<product-card"),n=t.content.indexOf("</product-card>"),i=t.content.slice(e,n+15),r="";r=e>-1&&n>-1?t.content.slice(0,e)+t.content.slice(n+15):t.content,this.mailList.forEach((e=>{e.active&&(e.subject=t.mailSubject,e.templateId=t.id,e.fileList=t.attachmentRes,e.setContent&&e.setContent(r))}));const o=i.match(/cardids="([^"]+)"/);if(o&&o[1]){const e=o[1];this.addProductCard(e.split(","))}}}else this.$message.error(e.message)})).catch((()=>{}))},setMailSign(e){this.singleSetEmail("addEditContent",e)},compareTime(e){return new Date(e).getTime()-(new Date).getTime()<0},handleAiReply(e){this.$route.query.aiId&&hs({aiEmailId:Number(this.$route.query.aiId),writeId:e})},toAddEmail(e="",t="",n=!1){this.mailList=this.mailList.map((e=>({...e,active:!1}))),this.mailList.push({id:"mockId-"+Date.now(),subject:e,fileList:[],content:t,active:!0,isAiContent:n,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}})},toggleEmailTag(e){this.mailList=this.mailList.map((t=>({...t,active:e===t.id})))},deleteEmail(e){if(this.mailList.length<=1)return!1;this.$confirm(this.$t("edm5.v78"),this.$t("edm5.v79"),{confirmButtonText:this.$t("edm5.v45"),cancelButtonText:"取消",type:"warning"}).then((()=>{const t=this.mailIdMap.find((t=>t.frontId===e));t&&this.deleteIdList.push(t.writeId),e&&!(e+"").includes("mockId-")&&this.deleteIdList.push(e),this.deleteEmailFn(e)})).catch((()=>{}))},deleteEmailFn(e){this.mailList=this.mailList.filter((t=>t.id!==e)),this.mailList.every((e=>!e.active))&&this.$set(this.mailList,0,{...this.mailList[0],active:!0})},singleSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n.active&&n[e]&&n[e](t)}))},batchSetEmail(e,t){if(!e)return!1;this.mailList.forEach((n=>{n[e]&&n[e](t)}))},applyEmails(e){const t=e.map(((e,t)=>{const{subject:n,content:i}=e;return{id:"mockId-"+Date.now()+t,subject:n,content:i,fileList:[],active:!1,isAiContent:!0,getContent:()=>{},getTextContent:()=>{},setContent:()=>{},insertEditContent:()=>{},addEditContent:()=>{},dangerouslyInsertHtml:()=>{},isEmpty:()=>{},getReplyHtml:()=>{},setEditorBar:()=>{}}}));let n=this.mailList;n.forEach((e=>{if(""===e.subject&&e.isEmpty()&&0===e.fileList.length){const n=t.shift();e.isAiContent=!0,e.subject=n?n.subject:e.subject,e.content="",this.$nextTick((()=>{e.content=n?n.content:e.content}))}}));const i=n.length,r=t.length,o=i+r-5;if(o>0){const e=i-o;n.forEach(((n,i)=>{if(i>=e){const e=t.shift();n.isAiContent=!0,n.subject=e?e.subject:n.subject,n.content="",this.$nextTick((()=>{n.content=e?e.content:n.content}))}})),n=n.concat(t)}else n=n.concat(t);this.mailList=n,this.mailList.every((e=>!e.active))&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),active:!0}),this.aiMailVisible=!1},handleOptimize(e){this.aiOptimizeOriginSubject="",this.aiOptimizeOriginContent="";const t=this.mailList.find((e=>e.active));if(!(t&&t.getTextContent&&t.isEmpty)||t.isEmpty())return this.$message.error(this.$t("edm5.v80"));"6"===e&&(this.aiOptimizeOriginSubject=t.subject),this.aiOptimizeOriginContent=t.getContent(),this.aiOptimizeType=e,this.mailOptimizeDrawerVisible=!0},applyEmail(e,t,n,i){if("6"===i){const e=this.mailList.findIndex((e=>""===e.subject&&e.isEmpty()&&0===e.fileList.length));e>-1?this.$set(this.mailList,e,{...this.mailList[e],subject:t,content:n,active:!0,isAiContent:!0}):-1===e&&this.mailList.length<5?this.toAddEmail(t,n,!0):-1===e&&5===this.mailList.length&&this.$set(this.mailList,this.mailList.length-1,{...this.mailList.at(-1),subject:t,content:n,active:!0,isAiContent:!0})}else this.singleSetEmail(e,n)},async getAiPoint(){this.aiPoint=await Js()},filterEmailId(e=[]){return e&&Array.isArray(e)&&e.length>0?e.map((e=>{const t=this.mailIdMap.find((t=>t.frontId===e.id));let n,i;return e.id&&(e.id+"").includes("mockId-")&&!t&&(n=e.id),e.id&&t&&t.frontId&&(n=t.frontId),e.id&&(e.id+"").includes("mockId-")&&t&&t.writeId&&(i=t.writeId),e.id&&!(e.id+"").includes("mockId-")&&(i=e.id),{...e,frontId:n,id:i}})):[]},async toEditBlogger(){this.editBloggerLoading=!0,this.isShowSave=!1,await this.saveDraft(!1);const e=this.draftId||this.timerId;e?(this.editBloggerLoading=!1,this.$router.push({path:"/recipientList",query:{draftId:e,isTiming:this.isTiming,rowTime:this.rowTime}})):(this.$message.error(this.$t("edm5.v81")),this.editBloggerLoading=!1)},test(){console.log(this.mailList)},filterEmptyEmail(){const e=this.mailList||[];if(!e||!Array.isArray(e))return[];{let t=0;e.some((e=>{const{subject:n,isEmpty:i,fileList:r}=e;if(""!==n||!i()||0!==r.length)return!0;t+=1})),t>0&&this.mailList.splice(0,t)}},async getNickname(){try{const e=await XFe();"0"===e.code?this.nickName=e.data||"":this.$message.error(e.message)}catch(Rl){console.log(Rl)}},expandEditor(e){0===this.editorHeightMore?this.editorHeightMore=200:this.editorHeightMore=0}}},EMe=kMe,AMe=Ba(EMe,ih,rh,!1,null,"8a318fba",null),DMe=AMe.exports,OMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"outbox-container"},[t("div",{staticClass:"outbox-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},on:{"tab-click":e.handleTabClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-send-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1),t("div",{staticClass:"delay-btn",class:{"delay-btn-en":"en"===e.language},on:{click:function(t){e.revokeSettingVisible=!0}}},[t("i",{staticClass:"dss-iconfont"},[e._v("")]),t("span",[e._v("设置")])]),"first"===e.activeName?t("div",{staticClass:"write-btn",class:{"write-btn-en":"en"===e.language},on:{click:e.writeEmail}},[t("i",{staticClass:"dss-iconfont icon-pen1"}),t("span",[e._v(e._s(e.$t("edm2.mailEn5")))])]):e._e()],1),e.revokeSettingVisible?t("RevokeSetting",{attrs:{visible:e.revokeSettingVisible},on:{"update:visible":function(t){e.revokeSettingVisible=t}}}):e._e()],1)},TMe=[],IMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:n.scope.readNum?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:n.scope.readNum?"":"mail-bold-name",staticStyle:{"white-space":"nowrap"}},[e._v(" "+e._s(n.scope.readNum===n.scope.number?`${e.$i18n.t("outboxMail.all_read")}`:n.scope.readNum?n.scope.readNum+`${e.$i18n.t("outboxMail.read")}`:`${e.$i18n.t("outboxMail.all_unread")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8",class:n.scope.readNum?"":"mail-bold-name"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.number?t("span",{class:{"span-hub":!0,"span-hub-ai":1==n.scope.isAiWoto}},[e._v(" "+e._s(n.scope.number>999?"999+":n.scope.number)+" ")]):e._e(),1==n.scope.isAiWoto?t("img",{staticClass:"ai-flag",attrs:{src:i(251),alt:""}}):e._e()])]}},{key:"deliveryRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.deliveryRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.deliveryRate).toFixed(2)),color:"#555CFD","show-text":!1}})]}},{key:"openRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.openRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.openRate).toFixed(2)),color:"#FFAC04","show-text":!1}})]}},{key:"replyRate",fn:function({data:n}){return[t("div",{staticClass:"mail-rate"},[e._v(" "+e._s((100*n.scope.replyRate).toFixed(2))+"% ")]),t("el-progress",{staticClass:"list-progress",attrs:{percentage:Number((100*n.scope.replyRate).toFixed(2)),color:"#73DEB3","show-text":!1}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hiddenAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.searchForm.isHide?"显示AI自动邀约邮件":e.$i18n.t("edm2.mailEn20"),placement:"top"}},[e.searchForm.isHide?t("i",{staticClass:"dss-iconfont"},[e._v("")]):e._e(),e.searchForm.isHide?e._e():t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},PMe=[],FMe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHide:"true"==localStorage.getItem("aiEmailIsHidden"),currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"130"},{label:mu.t("writeMail.receiver"),scope:"bloggers",width:"200"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:mu.t("edm2.mailEn9"),scope:"deliveryRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn10"),scope:"openRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn11"),scope:"replyRate",width:"120",tips:mu.t("edm5.v40")},{label:mu.t("edm2.mailEn12"),prop:"sendTime",width:"180"},{label:"操作",scope:"operation",width:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]},isShowAiMail:!0}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?(this.searchForm=JSON.parse(localStorage.getItem("searchForm")),this.timeRange=[this.searchForm.sendTimeBegin,this.searchForm.sendTimeEnd]):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.getSendEmails(),this.init()},destroyed(){localStorage.removeItem("searchFlag")},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){console.log("初始化",e,this.searchForm),e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),Xu({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows.map((e=>({...e,showNames:Vs(e.bloggers,"bloggerName").join(",")}))),this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","first"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:1,isRevocable:e.isRevocable}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},hiddenAiMail(){this.searchForm.isHide=!this.searchForm.isHide,localStorage.setItem("aiEmailIsHidden",this.searchForm.isHide),this.searchForm.currentPage=1,this.init()},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:1}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},MMe=FMe,BMe=Ba(MMe,IMe,PMe,!1,null,"43b1185d",null),NMe=BMe.exports,RMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-send-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_type")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.normal")}}),t("el-option",{attrs:{value:2,label:e.$i18n.t("outboxMail.delay")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,isNeedScroll:!0,height:null,"max-height":null,"min-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow,"row-contextmenu":e.rightClick},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"readStatus",fn:function({data:n}){return[t("div",{staticClass:"flex items-center"},[t("i",{staticClass:"dss-iconfont relative mr8",class:2==n.scope.isRead?"icon-read-2 mail-read":"icon-contact2 mail-status-hub"}),t("p",{class:2==n.scope.isRead?"":"mail-bold-name"},[e._v(" "+e._s(2==n.scope.isRead?`${e.$i18n.t("inboxMail.search.read")}`:`${e.$i18n.t("inboxMail.search.unRead")}`)+" ")])])]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[t("span",{staticStyle:{"max-width":"150px",overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}},[e._v(e._s(n.scope.bloggerName))]),1==n.scope.isAiWoto?t("img",{staticClass:"ai-flag",staticStyle:{width:"24px",height:"22px","margin-left":"6px"},attrs:{src:i(251),alt:""}}):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell",on:{click:function(t){return t.stopPropagation(),e.goPlanDetail(n.scope.popularizePlanId,n.scope)}}},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":1==n.scope.isRead&&null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"operation",fn:function({data:n}){return[n.scope.isRevocable?t("el-link",{attrs:{type:"primary",size:"small",underline:!1},on:{click:function(t){return t.stopPropagation(),e.recallMail(n.scope)}}},[e._v("撤回")]):t("span",[e._v("-")])]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})]),t("div",{staticClass:"tool-item",on:{click:e.hideAiMail}},[t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-mail",content:e.isShowAiMail?"隐藏AI邮件":"显示AI邮件",placement:"top"}},[t("i",{staticClass:"dss-iconfont"},[e._v("")])])],1)])])],1)])},$Me=[],jMe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"readStatus",width:"110"},{label:mu.t("writeMail.receiver"),prop:"bloggerName",scope:"bloggers",width:"200",showOverflowTooltip:!0},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn7"),scope:"content"},{label:mu.t("edm2.mailEn12"),prop:"sendTime",width:"180"},{label:"操作",scope:"operation",width:"100"}],contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]},isShowAiMail:!0}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("searchForm")?(this.searchForm=JSON.parse(localStorage.getItem("searchForm")),this.timeRange=[this.searchForm.sendTimeBegin,this.searchForm.sendTimeEnd]):this.searchForm=this.$options.data().searchForm:localStorage.removeItem("searchForm"),this.init(),this.getSendEmails()},destroyed(){localStorage.removeItem("searchFlag")},methods:{hideAiMail(){this.isShowAiMail=!this.isShowAiMail,this.searchForm.currentPage=1,this.init()},getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},recallMail(e){console.log(e,"row"),this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(e.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.init()):(this.$message({type:"error",showClose:!0,duration:7e3,message:e.message}),this.init())}))})).catch((()=>{}))},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<pre>[\s\S]*?<\/pre>/i,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),Ju({...this.searchForm,email:n||void 0,sentMail:t,aiEmailScope:this.isShowAiMail?0:2}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("searchForm",JSON.stringify(this.searchForm)),localStorage.setItem("outboxActiveName","third"),this.$router.push({path:"/outboxDetail",query:{id:e.id,enterType:2,isRevocable:e.isRevocable}})},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag"),this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},goPlanDetail(e,t){"-1"!==e&&void 0!==e&&null!==e&&this.$router.push({path:"/planDetail",query:{planId:e}})},rightClick(e,t,n){return n.preventDefault(),this.$contextmenu({items:[{label:"在新标签页中打开邮件",icon:"el-icon-plus",onClick:()=>{const t=this.$router.resolve({path:"/outboxDetail",query:{id:e.id,enterType:2}});window.open(t.href,"_blank")}},{label:"刷新列表数据",icon:"el-icon-refresh",onClick:()=>{this.init()}},{label:"复制邮件主题",icon:"el-icon-document-copy",disabled:!e.subject,onClick:()=>{this.copyText(e.subject)}},{label:"复制推广计划名",icon:"el-icon-document-copy",disabled:!e.popularizePlanName,onClick:()=>{this.copyText(e.popularizePlanName)}}],event:n,customClass:"contextmenu-container",zIndex:3,minWidth:230}),!1},copyText(e){const t=document.createElement("input");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),this.$message({type:"success",message:"已复制到剪贴板"})}}},LMe=jMe,zMe=Ba(LMe,RMe,$Me,!1,null,"64137923",null),VMe=zMe.exports,HMe=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"邮件设置",visible:e.visible,"append-to-body":!0,width:"480px","append-to-body":"","custom-class":"email-revoke-dialog"},on:{close:e.close}},[t("div",{staticClass:"container"},[t("div",{staticClass:"title"},[e._v("邮件撤回功能")]),t("div",{staticClass:"content"},[t("el-select",{attrs:{placeholder:"请选择撤回时间"},model:{value:e.revokeTime,callback:function(t){e.revokeTime=t},expression:"revokeTime"}},e._l(e.options,(function(e){return t("el-option",{key:e.code,attrs:{label:e.showText,value:e.code}})})),1)],1)]),t("div",{staticClass:"footer"},[t("el-button",{on:{click:e.close}},[e._v("取 消")]),t("el-button",{attrs:{loading:e.loading,type:"primary"},on:{click:e.saveRevokeSetting}},[e._v("保 存")])],1)])},UMe=[],WMe={props:{visible:{type:Boolean,default:!1}},data(){return{revokeTime:"",options:[],loading:!1}},created(){this.getRevokeList()},mounted(){this.getRevokeDetail()},methods:{close(){this.$emit("update:visible",!1)},async getRevokeList(){try{const e=await JFe({});"0"===e.code&&(this.options=e.data||[])}catch(Rl){console.log(Rl)}},async getRevokeDetail(){try{const e=await QFe({});"0"===e.code&&(this.revokeTime=e.data?.code)}catch(Rl){console.log(Rl)}},async saveRevokeSetting(){try{this.loading=!1;const e=await eMe({delayCode:this.revokeTime});"0"===e.code&&(this.$message.success("保存成功"),this.close())}catch(Rl){console.log(Rl)}finally{this.loading=!1}}}},qMe=WMe,YMe=Ba(qMe,HMe,UMe,!1,null,"26694b48",null),GMe=YMe.exports,KMe={name:"outBox",components:{singleSendMail:NMe,replySendMail:VMe,RevokeSetting:GMe},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,revokeSettingVisible:!1,language:Wi.get("language")}},created(){localStorage.getItem("searchFlag")?localStorage.getItem("outboxActiveName")?this.activeName=localStorage.getItem("outboxActiveName"):this.activeName="first":(localStorage.removeItem("searchForm"),localStorage.removeItem("outboxActiveName"))},destroyed(){localStorage.removeItem("searchFlag")},methods:{handleTabClick(e){localStorage.setItem("outboxActiveName",e.name),localStorage.removeItem("searchForm"),localStorage.removeItem("searchFlag")},writeEmail(){localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData");const e=this.$router.resolve({path:"/recipientList"});window.open(e.href,"_blank")}}},XMe=KMe,ZMe=Ba(XMe,OMe,TMe,!1,null,"e46f06c2",null),JMe=ZMe.exports,QMe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"drafts-container"},[t("div",{staticClass:"drafts-tab"},[t("el-tabs",{staticClass:"tab-wrap",class:{"tab-wrap-en":"en"===e.language},attrs:{type:"card",stretch:""},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn1"),name:"first"}},["first"===e.activeName?t("single-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1),t("el-tab-pane",{attrs:{label:e.$t("edm2.mailEn3"),name:"third"}},["third"===e.activeName?t("reply-drafts-mail",{attrs:{isShowSearch:e.isShowSearch,scrollTop:e.scrollTop}}):e._e()],1)],1)],1)])},eBe=[],tBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"single-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.bloggerName)+" ")]),n.scope.bloggerName?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.number>99?"99+":n.scope.number)+" ")]):e._e()])]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),88===n.scope.writeType?t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},nBe=[];function iBe(e){return wa("/edm/draftsV2/pageDraftSingle",e)}function rBe(e){return wa("/edm/draftsV2/pageDraftReply",e)}function oBe(e){return wa("/edm/draftsV2/validReceiver",e)}var aBe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",sentMail:"",isHidden:0,currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:mu.t("writeMail.receiver"),scope:"bloggers"},{label:mu.t("edm2.mailEn6"),prop:"subject",showOverflowTooltip:!0,minWidth:"200"},{label:mu.t("edm5.v50"),prop:"writType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:mu.t("edm5.v52"),code:99},{name:mu.t("edm5.v53"),code:2},{name:mu.t("edm5.v54"),code:88}]},{label:mu.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]}}},created(){this.init(),this.getSendEmails()},methods:{getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),iBe({...this.searchForm,email:n||void 0,sentMail:t}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return zs(e,t)},formatDraftTime(e,t){return qs(e,t)}}},sBe=aBe,lBe=Ba(sBe,tBe,nBe,!1,null,"1285fc87",null),cBe=lBe.exports,uBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"reply-drafts-table"},[t("div",{staticClass:"inbox-search-wrap"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.blogger_name")))]),t("el-input",{staticClass:"col-input",attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.bloggerName,callback:function(t){e.$set(e.searchForm,"bloggerName",t)},expression:"searchForm.bloggerName"}})],1),t("div",{staticClass:"col-item col-select-input-item"},[t("el-input",{staticClass:"col-input-select",attrs:{placeholder:e.$i18n.t("common.please_input")},model:{value:e.contentInput,callback:function(t){e.contentInput=t},expression:"contentInput"}},[t("el-select",{attrs:{slot:"prepend",placeholder:e.$i18n.t("common.please_select")},on:{change:e.changeContentMode},slot:"prepend",model:{value:e.contentSelect,callback:function(t){e.contentSelect=t},expression:"contentSelect"}},[t("el-option",{attrs:{label:e.$t("edm2.mailEn6"),value:"1"}}),t("el-option",{attrs:{label:e.$t("edm2.mailEn7"),value:"2"}})],1)],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(" "+e._s(e.$i18n.t("deliveryTime.Delivery_time"))+" ")]),t("el-date-picker",{staticClass:"col-date",attrs:{align:"right",type:"daterange",placeholder:e.$t("edm2.mailEn8"),"picker-options":e.pickerOptions,"value-format":"yyyy-MM-dd"},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.star_mail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.isStar,callback:function(t){e.$set(e.searchForm,"isStar",t)},expression:"searchForm.isStar"}},[t("el-option",{attrs:{value:1,label:e.$i18n.t("outboxMail.star_mail")}}),t("el-option",{attrs:{value:"",label:e.$i18n.t("outboxMail.all_mail")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$i18n.t("outboxMail.mail_status")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$i18n.t("common.please_select"),clearable:""},model:{value:e.searchForm.writeType,callback:function(t){e.$set(e.searchForm,"writeType",t)},expression:"searchForm.writeType"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v52")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v53")}}),t("el-option",{attrs:{value:88,label:e.$t("edm5.v54")}})],1)],1),t("div",{staticClass:"col-item"},[t("span",{staticClass:"col-span"},[e._v(e._s(e.$t("inboxMail.search.sendEmail")))]),t("el-select",{staticClass:"col-select",attrs:{placeholder:e.$t("inboxMail.search.defaultSelect"),clearable:""},model:{value:e.searchForm.sentMail,callback:function(t){e.$set(e.searchForm,"sentMail",t)},expression:"searchForm.sentMail"}},e._l(e.qyEmailList,(function(e){return t("el-option",{key:e.value,attrs:{value:e.value,label:e.label}})})),1)],1),t("div",[t("el-button",{attrs:{type:"primary"},on:{click:e.confirmEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("el-button",{on:{click:e.resetEvt}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])],1)])]),t("div",{staticClass:"mail-table-wrap"},[t("WTable",{ref:"mailTable",staticClass:"mail-table",attrs:{"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:null,"max-height":null,"min-height":e.tableHeight,isNeedScroll:!0,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.init()},changeCurrent:function(t){return e.init()},"row-click":e.skipDetail,"selection-change":e.selectTableRow},scopedSlots:e._u([{key:"isStar",fn:function({data:n}){return[t("i",{staticClass:"pm-iconfont",class:1===n.scope.isStar?"icon-star1":"icon-star0",staticStyle:{cursor:"pointer"},on:{click:function(t){return t.stopPropagation(),e.starOutboxEvt(n.scope)}}})]}},{key:"writeType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("draftMail.draft"))+" ")]):e._e(),2===n.scope.writeType?t("span",[t("el-popover",{attrs:{trigger:"hover",content:e.parseTime(n.scope.timing,"{y}-{m}-{d} {h}:{i}")+`${e.$i18n.t("draftMail.send")}`,placement:"top-start","popper-class":"time-email"}},[t("i",{staticClass:"dss-iconfont icon-clock",attrs:{slot:"reference"},slot:"reference"})])],1):e._e()]}},{key:"bloggers",fn:function({data:n}){return[t("div",{staticClass:"mail-name flex items-center"},[t("p",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.scope.showNames)+" ")]),n.scope.showNames?t("span",{staticClass:"span-hub"},[e._v(" "+e._s(n.scope.emailNum>99?"99+":n.scope.emailNum)+" ")]):e._e()])]}},{key:"popularizePlanName",fn:function({data:n}){return[t("div",{staticClass:"plan-cell"},[n.scope.popularizePlanName?t("i",{staticClass:"dss-iconfont icon-task plan-i"}):e._e(),t("span",{class:{"overflow-text":!0,"bold-name":null!==n.scope.popularizePlanName&&""!==n.scope.popularizePlanName}},[e._v(" "+e._s(n.scope.popularizePlanName?n.scope.popularizePlanName:e.$t("deliveryTime.no_promotion_plan"))+" ")])])]}},{key:"content",fn:function({data:n}){return[t("span",{staticClass:"beyond_eip",domProps:{innerHTML:e._s(e.filterHtmlTag(n.scope.content))}})]}},{key:"emailType",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v52"))+" ")]):e._e(),88===n.scope.writeType?t("span",[t("span",{staticStyle:{"margin-right":"8px"}},[e._v("发送失败")]),t("el-tooltip",{attrs:{trigger:"hover",content:`邮箱【${n.scope.enterpriseEmail}】授权失效,请先解绑重新授权,再发件。`,"popper-class":"wt-tooltip-mail",placement:"top"}},[n.scope.isEnterpriseSendFailed?t("el-link",{attrs:{type:"primary"}},[e._v("失败原因")]):e._e()],1)],1):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.$i18n.t("edm5.v53"))+" ")]):e._e()]}},{key:"time",fn:function({data:n}){return[99===n.scope.writeType?t("span",[e._v(" "+e._s(n.scope.gmtCreate)+" ")]):e._e(),2===n.scope.writeType?t("span",[e._v(" "+e._s(e.formatDraftTime(n.scope.timing))+" ")]):e._e()]}}])}),t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){e.searchForm.currentPage=1,e.init(!0)}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.deleteEvt()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])])],1)])},dBe=[],hBe={components:{WTable:gPe},props:{isShowSearch:{type:Boolean,default:!0},scrollTop:{type:Number,default:0}},data(){return{searchForm:{bloggerName:"",subject:"",content:"",sendTimeBegin:"",sendTimeEnd:"",isStar:null,writeType:"",isHidden:0,sentMail:"",currentPage:1,pageSize:20},contentInput:"",contentSelect:"1",timeRange:[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],tableColumnConfig:[{label:"",scope:"isStar",width:"48"},{label:"",scope:"writeType",width:"110"},{label:mu.t("writeMail.receiver"),prop:"bloggerName",showOverflowTooltip:!0},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("edm2.mailEn6"),prop:"subject",width:"200",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn7"),scope:"content",minWidth:"250",showOverflowTooltip:!0},{label:mu.t("edm5.v50"),prop:"writeType",scope:"emailType",minWidth:"100",format:"common",dict:[{name:mu.t("edm5.v52"),code:99},{name:mu.t("edm5.v53"),code:2},{name:mu.t("edm5.v54"),code:88}]},{label:mu.t("edm5.v51"),scope:"time",minWidth:"100"}],tableData:[],loading:!1,total:0,tableHeight:Xs(332),selectData:[],qyEmailList:[],pickerOptions:{shortcuts:[{text:mu.t("deliveryTime.three_months"),onClick(e){e.$emit("pick",[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.past_six_months"),onClick(e){e.$emit("pick",[sl()().subtract(6,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}},{text:mu.t("deliveryTime.all_emails"),onClick(e){e.$emit("pick",[sl()().subtract(120,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")])}}]}}},created(){this.init(),this.getSendEmails()},methods:{getSendEmails(){const e=JSON.parse(localStorage.getItem("user_info")||"{}");Ps(e?.user_id).then((e=>{this.qyEmailList=[{label:this.$t("inboxMail.search.sysEmail"),value:0},...e.data.map((e=>({label:e,value:e})))]||[{label:this.$t("inboxMail.search.sysEmail"),value:0}]}))},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},changeContentMode(e){this.contentSelect=e,this.contentInput=""},init(e){e&&this.clearTableData(),this.loading=!0,1==this.contentSelect?(this.searchForm.content="",this.searchForm.subject=this.contentInput):2==this.contentSelect&&(this.searchForm.subject="",this.searchForm.content=this.contentInput),null==this.timeRange?(this.searchForm.sendTimeBegin="",this.searchForm.sendTimeEnd=""):(this.searchForm.sendTimeBegin=this.timeRange[0],this.searchForm.sendTimeEnd=this.timeRange[1]);let t="",n="";this.searchForm.sentMail?(n=this.searchForm.sentMail,t=""):0===this.searchForm.sentMail?(n="",t=0):(n="",t=""),rBe({...this.searchForm,email:n||void 0,sentMail:t}).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},starOutboxEvt(e){let t={mailId:e.id,isStar:0===e.isStar?1:0};Zu(t).then((e=>{0==e.code?this.init():this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},skipDetail(e){localStorage.setItem("sendEntryKey","draftNew_sendMail");const t=this.$router.resolve({path:"/write",query:{draftId:e.id,isTiming:2===e.writeType?1:0,rowTime:e.timing?e.timing:""}});window.open(t.href,"_blank")},deleteEvt(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{Qu({mailId:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message({type:"error",message:e.message,customClass:"custom-message"})}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},confirmEvt(){this.searchForm.currentPage=1,this.init()},resetEvt(){this.searchForm=this.$options.data().searchForm,this.timeRange=[sl()().subtract(3,"month").format("YYYY-MM-DD"),sl()().format("YYYY-MM-DD")],this.contentInput="",this.contentSelect="1",this.init(!0)},selectTableRow(e){this.selectData=Vs(e,"id")},clearTableData(){this.searchForm.currentPage=1,this.$refs.mailTable.$refs.xTable.clearSelection(),this.selectData=[]},parseTime(e,t){return zs(e,t)},formatDraftTime(e,t){return qs(e,t)}}},pBe=hBe,fBe=Ba(pBe,uBe,dBe,!1,null,"d29a009e",null),mBe=fBe.exports,gBe={name:"draftEmail",components:{singleDraftsMail:cBe,replyDraftsMail:mBe},props:{scrollTop:{type:Number,default:0}},data(){return{activeName:"first",isShowSearch:!0,language:Wi.get("language")}},methods:{}},vBe=gBe,yBe=Ba(vBe,QMe,eBe,!1,null,"403ba0a3",null),bBe=yBe.exports,wBe=function(){var e=this,t=e._self._c;return 0!==e.emailArr.length?t("div",{staticClass:"outbox-detail-container"},[t("div",{staticClass:"back",on:{click:e.backToOutbox}},[t("i",{staticClass:"el-icon-arrow-left"})]),"true"==e.$route.query.isRevocable?t("div",{staticClass:"back recall_btn",on:{click:e.recallMail}},[e._m(0)]):e._e(),t("div",{staticClass:"mail-items-box"},[t("div",{staticClass:"mail-item-row mail-template"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn13")))]),e._l(e.emailArr,(function(n,i){return t("span",{key:i,staticClass:"mail-item",class:{"mail-item-active":e.currentIndex===i},on:{click:function(t){e.currentIndex=i}}},[e._v(" "+e._s(e.$t("edm2.mailEn14"))+e._s(i+1)+" ")])})),t("div",{staticClass:"turn-page"},[t("span",{staticClass:"send-email"},[e._v(e._s(e.$t("edm5.v4"))+e._s(e.sendEmail))]),3!=e.$route.query.enterType?t("div",[t("el-button",{attrs:{type:"text",icon:"el-icon-arrow-left",disabled:0===e.checkEmailIndex},on:{click:e.handlePrevious}},[e._v(e._s(e.$t("inboxDetail.previousPage")))]),t("el-button",{attrs:{type:"text",disabled:e.checkEmailIndex===e.tableDataList.length-1},on:{click:e.handleNext}},[e._v(e._s(e.$t("inboxDetail.nextPage"))),t("i",{staticClass:"el-icon-arrow-right el-icon--right"})])],1):e._e()])],2),t("div",{staticClass:"mail-item-row mail-subject"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.subject")))]),t("el-input",{staticClass:"subject row-val",attrs:{readonly:!0},model:{value:e.emailArr[e.currentIndex].subject,callback:function(t){e.$set(e.emailArr[e.currentIndex],"subject",t)},expression:"emailArr[currentIndex].subject"}})],1),e.emailArr[e.currentIndex].attachmentRes?t("div",{staticClass:"mail-item-row mail-attachment"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("edm2.mailEn15")))]),t("div",{staticClass:"attachment-item row-val"},[e._l(e.handleShowFile(e.emailArr[e.currentIndex].attachmentRes),(function(n,i){return t("span",{key:i,staticClass:"file-item",on:{click:function(t){return e.downLoadFileItem(n)}}},[t("span",{staticClass:"file-name"},[e._v(e._s(n.name)+"("+e._s(n.size)+"KB)")]),t("i",{staticClass:"dss-iconfont icon-download"})])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.emailArr[e.currentIndex].attachmentRes.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.emailArr[e.currentIndex].attachmentRes.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:function(t){return e.downloadAll(e.emailArr[e.currentIndex].attachmentRes)}}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)]):e._e(),t("div",{staticClass:"mail-item-row mail-content"},[t("span",{staticClass:"span-label"},[e._v(e._s(e.$t("sendData.table.text")))]),t("div",{staticClass:"content row-val",domProps:{innerHTML:e._s(e.filterBaseTag(e.emailArr[e.currentIndex].content))}})])]),t("div",{staticClass:"blogger-table-box"},[t("div",{staticClass:"blogger-title"},[e._v(e._s(e.$t("edm2.mailEn16")))]),t("WTable",{ref:"mailTable",staticClass:"mail-detail-table fixed-pagination",attrs:{isOutboxDetail:!0,"row-key":"id",tableConfig:{selection:!0,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableData,height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.total,pageSize:e.searchForm.pageSize,pageNum:e.searchForm.currentPage},on:{"update:pageSize":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:page-size":function(t){return e.$set(e.searchForm,"pageSize",t)},"update:pageNum":function(t){return e.$set(e.searchForm,"currentPage",t)},"update:page-num":function(t){return e.$set(e.searchForm,"currentPage",t)},changeSize:function(t){return e.getOutboxDetailBlogger()},changeCurrent:function(t){return e.getOutboxDetailBlogger()},"selection-change":e.selectTableRow,confirmSearch:e.confirmSearch,handleBtnClick:e.handleBtnClick},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"country",fn:function({data:n}){return[t("div",{staticClass:"country-row"},[n.scope.regionCover?t("el-image",{staticClass:"flag-image",attrs:{src:n.scope.regionCover}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]):e._e(),n.scope.country?t("span",[e._v(e._s(n.scope.country||"—"))]):e._e()],1)]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}},{key:"popularizePlanName",fn:function({data:n}){return[n.scope.popularizePlanName?t("span",{staticClass:"plan"},[e._v(e._s(n.scope.popularizePlanName))]):e._e(),-1==n.scope.popularizePlanId?t("span",{staticClass:"no-plan",on:{click:function(t){return e.openPlan(n.scope)}}},[t("i",{staticClass:"dss-iconfont icon-add_dss"}),e._v(e._s(e.$t("inboxDetail.plan")))]):e._e()]}},{key:"isRead",fn:function({data:n}){return[1==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.unRead"))+" ")]):e._e(),2==n.scope.isRead?t("span",[e._v(" "+e._s(e.$t("inboxMail.search.read"))+" ")]):e._e()]}},{key:"isReply",fn:function({data:n}){return[0==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn21"))+" ")]):e._e(),1==n.scope.isReply?t("span",[e._v(" "+e._s(e.$t("edm2.mailEn22"))+" ")]):e._e()]}}],null,!1,1701738724)})],1),e.planVisible?t("EmailPlan",{attrs:{visible:e.planVisible,upbEsId:e.rowData.upbEsId,planIdRel:e.rowData.planId,bloggerId:e.rowData.bloggerId,platform:e.rowData.platform,pageSource:"outboxDetail",rowData:e.rowData,detailData:e.emailArr[0]},on:{"update:visible":function(t){e.planVisible=t},change:function(t){return e.getOutboxDetailBlogger()}}}):e._e()],1):e._e()},_Be=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"re_box"},[t("i",{staticClass:"dss-iconfont btn_con"},[e._v("")]),t("span",{staticClass:"btn_con"},[e._v("撤回")])])}],CBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"blogger-column"},[t("el-image",{attrs:{src:e.bloggerAvatar},nativeOn:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[t("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[t("i",{staticClass:"el-icon-picture-outline"})])]),t("el-tooltip",{attrs:{"popper-class":"wt-tooltip-bloger-name",placement:"top"}},[t("div",{attrs:{slot:"content"},slot:"content"},[t("div",{staticClass:"nickname mb8"},[e._v(e._s(e.bloggerName))]),t("div",{directives:[{name:"show",rawName:"v-show",value:""!==e.bloggerUsername,expression:"bloggerUsername !== ''"}],staticClass:"username"},[e._v(" "+e._s(e.$t("edm5.v41"))+e._s(e.bloggerUsername)+" ")])]),t("span",{staticClass:"bloggerName",on:{click:function(t){return t.stopPropagation(),e.toDetail.apply(null,arguments)}}},[e._v(" "+e._s(e.bloggerName||"-")+" ")])]),e.showRcommend?t("span",{staticClass:"recommend",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}},[t("i",{staticClass:"iconfont",class:{"icon-crm-recommend0":0===e.isRecommend}})]):e._e(),1===e.isRecommend?t("span",{staticClass:"iconfont icon-crm-recommend1 icon-cursor",on:{click:function(t){return t.stopPropagation(),e.onRecommend.apply(null,arguments)}}}):e._e()],1)},xBe=[],SBe={props:{bloggerUsername:{type:String,default:""},bloggerAvatar:{type:String,default:""},showRcommend:{type:Boolean,default:!1},isRecommend:{type:Number,default:-1},bloggerName:{type:String,default:""},bloggerId:{type:String,default:""},planBlogerId:{type:String,default:""},platform:{type:String,default:""},bloggerInfo:{type:Object,default:()=>({})}},methods:{toDetail(){return this.bloggerId?(this.$emit("toBloggerDeatil",this.bloggerInfo),!1):this.$message.error("红人id不能为空!")},onRecommend(){this.$emit("recommendHandle",this.bloggerId,this.isRecommend)}}},kBe=SBe,EBe=Ba(kBe,CBe,xBe,!1,null,"2b58a2e1",null),ABe=EBe.exports,DBe={name:"detail",components:{WTable:gPe,BloggerColumn:ABe,EmailPlan:ld},data(){return{emailArr:[],currentIndex:0,tableHeight:500,total:0,loading:!1,tableData:[],tableColumnConfig:[{label:mu.t("writeMail.blogger"),scope:"blogger",filter:"input"},{label:mu.t("edm2.mailEn17"),prop:"country",scope:"country"},{label:mu.t("edm2.mailEn18"),scope:"platform"},{label:mu.t("writeMail.fans_num"),prop:"fans",format:"numFormat"},{label:mu.t("inboxDetail.planVal"),scope:"popularizePlanName"},{label:mu.t("receiveData.table.isRead"),scope:"isRead",filter:"readRadio"},{label:mu.t("edm2.mailEn19"),scope:"isReply",filter:"replyRadio"}],searchForm:{pageSize:20,currentPage:1,id:this.$route.query.id,bloggerName:"",isRead:"",isReply:""},isShrink:!0,planVisible:!1,rowData:null,searchFormList:{},tableDataList:[],checkEmailIndex:0}},computed:{sendEmail(){return this.emailArr[0]?.from||"-"}},created(){this.init(),this.getOutboxDetailBlogger(),this.getInboxList()},mounted(){localStorage.setItem("searchFlag",!0)},methods:{async pageInit(){this.searchForm.id=this.tableDataList[this.checkEmailIndex].id,this.init(),this.getOutboxDetailBlogger()},handleNext(){this.checkEmailIndex++,this.pageInit()},handlePrevious(){this.checkEmailIndex--,this.pageInit()},async getInboxList(){let e;localStorage.getItem("searchForm")&&(this.searchFormList=JSON.parse(localStorage.getItem("searchForm"))||{},1==this.$route.query.enterType?e=await Xu({...this.searchFormList,sentMail:0===this.searchFormList.sentMail?0:"",email:this.searchFormList.sentMail?this.searchFormList.sentMail:""}):2==this.$route.query.enterType&&(e=await Ju(this.searchFormList)),0==e.code?(this.tableDataList=e.data.rows,this.tableDataList.forEach(((e,t)=>{e.id==this.$route.query.id&&(this.checkEmailIndex=t)}))):this.$message.warning(this.$t("inboxTable.requestError")))},recallMail(){this.$confirm("请确认是否撤回该邮件?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((()=>{rd(this.$route.query.id).then((e=>{"0"==e.code?(this.$message({type:"success",showClose:!0,duration:7e3,message:"撤回成功,该邮件现已被存放至草稿箱中,本次发件消耗的权益数已自动为您回退至账户中。"}),this.backToOutbox()):this.$message({type:"error",showClose:!0,duration:7e3,message:e.message})}))})).catch((()=>{}))},toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},backToOutbox(){this.$router.go(-1)},openPlan(e){if(!e.outboxId)return this.$message({type:"warning",message:"邮件处理中,暂时无法关联推广计划!",customClass:"custom-message"}),!1;this.planVisible=!0,this.rowData=e},confirmSearch(e,t){"blogger"===t?this.searchForm.bloggerName=e:"isRead"===t?this.searchForm.isRead=e:"isReply"===t&&(this.searchForm.isReply=e),this.getOutboxDetailBlogger()},getOutboxDetailBlogger(){this.loading=!0;let e=3==this.$route.query.enterType?id:td;e(this.searchForm).then((e=>{"0"===e.code?(this.tableData=e.data.rows,this.total=e.data.total):this.$message({type:"error",message:e.message,customClass:"custom-message"})})).finally((()=>{this.loading=!1}))},init(){ed({id:this.searchForm.id,enterType:this.$route.query.enterType}).then((e=>{"0"===e.code?this.emailArr=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},handleShowFile(e){const t=JSON.parse(JSON.stringify(e));return this.isShrink?t.slice(0,4):t},downLoadFileItem(e){Ys(e.link,e.name)},downloadAll(e){e.forEach((e=>{Ys(e.link,e.name)}))},selectTableRow(){},filterBaseTag(e){return e&&(e=e.replace("https://pixel.xin/emailControl.php?mid=","").replace("https://pixel.xin/hub.gif?mid=","").replace(new RegExp("unsubscribe","g"),"").replace(/\r\n/g,"<br />").replace(/ツ?/g,"").replace(/<base.*?(?:>|\/>)/gi,"").replace(/&gt; &gt;/g,"<br /><br />")),e},handleBtnClick(e,t){if("inviteAgain"==e.key){let e=[];t.map((t=>{e.push({bloggerId:t.bloggerId,bloggerName:t.bloggerName,bloggerUsername:t.bloggerUsername,bloggerAvatar:t.bloggerAvatar,country:t.country,platform:t.platform,fansNum:t.fans,popularizePlanId:t.popularizePlanId,popularizePlanName:t.popularizePlanName,bloggerEmail:null,chooseSource:0,chooseSourceStr:"其他",favorName:null,favorId:null,id:`other-${t.bloggerId}`})})),localStorage.setItem("beforeSelected",JSON.stringify(e)),localStorage.setItem("resultRecipientData",JSON.stringify(e));const n=this.$router.resolve({path:"/write",query:{outboxId:Vs(this.emailArr,"writeEmailId").join(",")}});window.open(n.href,"_blank"),this.clearChoose()}else this.$emit("handleBtnClick",e,t)},clearChoose(){this.$refs["mailTable"]&&this.$refs["mailTable"]?.removeChoose()}}},OBe=DBe,TBe=Ba(OBe,wBe,_Be,!1,null,"72a39792",null),IBe=TBe.exports,PBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"wrap z-index2 mb24"},[t("div",{staticClass:"grid grid-cols-3"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$i18n.t("blogMail.search_mail"))+":")]),t("el-input",{attrs:{placeholder:e.$i18n.t("common.please_input"),clearable:""},model:{value:e.searchForm.subject,callback:function(t){e.$set(e.searchForm,"subject",t)},expression:"searchForm.subject"}})],1),t("div",{staticClass:"search-item"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.currentPage=1,e.init()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.search"))+" ")]),t("button",{staticClass:"search-btn search-btn-linear",on:{click:function(t){return e.reset()}}},[e._v(" "+e._s(e.$i18n.t("searchButton.reset"))+" ")])]),"search_blogger"===e.sourcePage?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.userId=e,this.init()}},model:{value:e.searchForm.userId,callback:function(t){e.$set(e.searchForm,"userId",t)},expression:"searchForm.userId"}},e._l(e.subAccountOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.nickname,value:e.id}})})),1)],1):e._e(),"plan_detail"===e.sourcePage&&""===e.taskId?t("div",{staticClass:"search-item"},[t("el-select",{attrs:{clearable:"",placeholder:e.$i18n.t("common.please_select")},on:{change:e=>{this.searchForm.popularizePlanId=e,this.init()}},model:{value:e.searchForm.popularizePlanId,callback:function(t){e.$set(e.searchForm,"popularizePlanId",t)},expression:"searchForm.popularizePlanId"}},e._l(e.planOpts,(function(e){return t("el-option",{key:e.id,attrs:{label:e.name,value:e.id}})})),1)],1):e._e()])]),t("div",{staticClass:"mail-wrap legacy relative z-index2"},[t("div",{staticClass:"tool"},[t("div",{staticClass:"flex"},[t("div",{staticClass:"tool-item mr8",on:{click:function(t){return e.init()}}},[t("i",{staticClass:"dss-iconfont icon-refresh-1"})]),t("div",{staticClass:"tool-item",on:{click:function(t){return e.del()}}},[t("i",{staticClass:"dss-iconfont icon-delete-2"})])])]),t("div",{ref:"mail",staticClass:"mail-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"table",attrs:{data:e.tableData,"header-cell-class-name":e.headCellClass,"cell-class-name":e.cellClass,"row-class-name":e.rowClass,"row-key":e.getRowKeys,height:e.tableHeight},on:{"selection-change":e.changeSelection,"row-click":e.skipDetail}},[t("el-table-column",{attrs:{"reserve-selection":!0,type:"selection",align:"center",width:"48"}}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("span",{style:{color:"2"==n.isRead?"#F75277":"#666666"}},[e._v(e._s("2"==n.isRead?`${e.$i18n.t("blogMail.read")}`:`${e.$i18n.t("blogMail.unread")}`))])]}}])}),t("el-table-column",{attrs:{prop:"bloggerName",width:"200"}}),"plan_detail"!==e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.taskName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipTaskDetail(n.taskId)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.taskName)+" ")])]):e._e(),n.taskName?e._e():t("span",[e._v(e._s(e.$i18n.t("outboxMail.no_task")))])])]}}],null,!1,2755730399)}):e._e(),"plan_detail"===e.sourcePage?t("el-table-column",{attrs:{"show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-task flex items-center"},[n.popularizePlanName?t("div",{on:{click:function(t){return t.stopPropagation(),e.skipPlanDetail(n)}}},[t("i",{staticClass:"dss-iconfont icon-task"}),t("span",{staticClass:"beyond_eip"},[e._v(" "+e._s(n.popularizePlanName)+" ")])]):e._e(),n.popularizePlanName?e._e():t("span",[e._v(e._s(e.$i18n.t("deliveryTime.no_promotion_plan")))])])]}}],null,!1,1375124427)}):e._e(),t("el-table-column",{scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"mail-content"},[t("span",{staticClass:"mail-subject cursor-pointer beyond_eip mr6"},[e._v(" "+e._s(n.subject)+" ")]),e._v(" - "),t("span",{staticClass:"beyond_eip cursor-pointer ml6",domProps:{innerHTML:e._s(e.filterHtmlTag(n.content))}})])]}}])}),t("el-table-column",{attrs:{width:"80"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"box-tag",class:1==n.type?"box-tag-receive":"box-tag-send"},[1==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.receive_mail")))]):e._e(),2==n.type?t("span",[e._v(e._s(e.$i18n.t("blogMail.send_mail")))]):e._e()])]}}])}),t("el-table-column",{attrs:{width:"160"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(e._s(t.createTime))]}}])})],1)],1),t("div",{staticClass:"mail-foot mb16"},[t("el-pagination",{attrs:{"current-page":e.searchForm.currentPage,total:e.tableTotal,"page-size":e.searchForm.pageSize,background:"",layout:"total, sizes, prev, pager, next, jumper"},on:{"current-change":e.changePage,"size-change":e.changeSize}})],1)])])},FBe=[];async function MBe(e){let t=await wa("/edm/mail/emailComeGo",e);return t}async function BBe(e){let t=await wa("/edm/mail/emailComeGo2",e);return t}async function NBe(e){let t=await ba("/edm/mail/delComeGo",e);return t}async function RBe(e){let t=await va("/edm/mail/sonFather",e);return t}async function $Be(e){let t=await wa("/user/popularize/planListToRead",e);return t}async function jBe(e){let t=await wa("/edm/mail/emailComeGoByPopularizePlan",e);return t}var LBe={name:"blogEmail",props:{sourcePage:{type:String,default:"search_blogger"},taskId:{type:[Number,String],default:""},bloggerId:{type:[Number,String],default:""}},data(){return{searchForm:{subject:"",bloggerId:this.bloggerId,currentPage:1,pageSize:20,popularizePlanId:this.taskId},loading:!1,tableHeight:0,tableData:[],tableTotal:0,selectData:[],subAccountOpts:[],planOpts:[]}},mounted(){this.$nextTick((()=>{this.tableHeight=this.$refs.mail.offsetHeight,this.init(),this.getSubAccountOpts(),this.getAllPlanOpts()}))},methods:{init(){this.loading=!0;let e="search_blogger"===this.sourcePage?MBe:"plan_detail"===this.sourcePage?jBe:BBe;"search_blogger"===this.sourcePage&&(this.searchForm.taskId=this.taskId),e(this.searchForm).then((e=>{this.loading=!1,0==e.code?(this.tableData=e.data.rows,this.tableTotal=e.data.total):this.$message.error(e.message)}))},getSubAccountOpts(){RBe().then((e=>{"0"===e.code&&(this.subAccountOpts=e.data)}))},getAllPlanOpts(){$Be().then((e=>{"0"===e.code&&(this.planOpts=e.data)}))},changePage(e){this.searchForm.currentPage=e,this.init()},changeSize(e){this.searchForm.currentPage=1,this.searchForm.pageSize=e,this.init()},del(){this.selectData.length?this.$confirm(this.$t("inboxTable.delMail"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning"}).then((()=>{NBe({delOneMailReqs:this.selectData}).then((e=>{0==e.code?(this.clearTableData(),this.init(),this.$message({type:"success",message:`${this.$i18n.t("outboxMail.success")}`,duration:1500})):this.$message.error(e.message)}))})).catch((()=>{})):this.$message({type:"warning",message:`${this.$i18n.t("outboxMail.choose")}`})},reset(){this.searchForm.subject="",this.init()},getRowKeys(e){return e.id},changeSelection(e){this.selectData=[],e.forEach((e=>{this.selectData.push({id:e.id,type:e.type})}))},clearTableData(){this.$refs.table.clearSelection(),this.selectData=[]},headCellClass(){return"head"},rowClass(){return"row"},cellClass(){return"box-cell"},filterHtmlTag(e){return e&&(e=e.replace(/<\/?.+?\/?>/g,""),e=e.replace(new RegExp("&nbsp;","g")," ")),e},skipDetail(e){this.$emit("blogMailSkipDetail",e.id,e.type,e)},skipTaskDetail(e){this.$emit("skipTaskDetail",e)},skipPlanDetail(e){this.$emit("skipPlanDetail",e)}}},zBe=LBe,VBe=Ba(zBe,PBe,FBe,!1,null,"889a1e46",null),HBe=VBe.exports,UBe=function(){var e=this,t=e._self._c;return e.show?t("div",{staticClass:"notification",on:{click:e.changeRouter}},[t("div",{staticClass:"notification-title"},[t("span",{staticClass:"icon-container"},[t("svg",{staticClass:"icon",attrs:{"aria-hidden":"true"}},[t("use",{attrs:{"xlink:href":"#icon-mail"}})])]),t("span",{staticClass:"icon-txt"},[e._v(e._s(this.$t("newMail.title"))+" ")]),t("span",{staticClass:"el-icon-close close",on:{click:function(t){return t.stopPropagation(),e.handleClose.apply(null,arguments)}}})]),t("div",{staticClass:"content"},[t("span",[e._v(e._s(this.$t("newMail.content"))+"!")]),(e.isAi,e._e())])]):e._e()},WBe=[],qBe=(i(8333),{name:"edm-maillNotice",props:{title:{type:String,default:""},content:{type:String,default:""},showTime:{type:Number,default:6e4},requestTime:{type:Number,default:18e4},goBackUrl:{type:String,default:"/InboxView"}},data(){return{timer:null,timer_layer:null,show:!1,isAi:0}},computed:{style(){return{}}},mounted(){this.getNotice()},methods:{changeRouter(){let e=this.$route.path;e!==this.goBackUrl&&this.$router.push({path:this.goBackUrl}),this.$bus.$emit("mailTip")},handleClose(){this.show=!1},getNotice(){Ha().then((e=>{if(e){if(e.newMailCount>0){this.isAi=1===e.isAi;let t=this.$route.path;if(t===this.goBackUrl){let e=Math.floor(1e7*Math.random())+1;this.$router.push({path:t,query:{nums:e}})}this.show=!0,clearTimeout(this.timer_layer),this.timer_layer=setTimeout((()=>{this.show=!1}),this.showTime)}clearTimeout(this.timer),this.timer=setTimeout((()=>{this.getNotice()}),this.requestTime)}}))}}}),YBe=qBe,GBe=Ba(YBe,UBe,WBe,!1,null,"31645193",null),KBe=GBe.exports,XBe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("bread-crumb",{staticClass:"mb24 z-index2"}),t("div",{staticClass:"main"},[t("side-menu",{attrs:{"menu-data":e.menuData,"menu-active-index":e.menuActiveIndex},on:{selectMenu:e.selectMenu}}),t("div",{staticClass:"main-body"},[0===e.menuActiveIndex?t("send-data"):e._e(),1===e.menuActiveIndex?t("receive-data"):e._e()],1)],1)],1)},ZBe=[],JBe=function(){var e=this,t=e._self._c;return t("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[t("transition-group",{attrs:{name:"breadcrumb"}},e._l(e.levelList,(function(n,i){return t("el-breadcrumb-item",{key:n.path},["noRedirect"===n.redirect||i==e.levelList.length-1?t("span",{staticClass:"no-redirect"},[e._v(" "+e._s(n.meta.title)+" ")]):t("a",{on:{click:function(t){return t.preventDefault(),e.handleLink(n)}}},[e._v(e._s(n.meta.title))])])})),1)],1)},QBe=[],eNe=i(5302),tNe=i.n(eNe),nNe={data(){return{levelList:null}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const e=this.$route.matched.filter((e=>e.meta&&e.meta.title));this.levelList=e.filter((e=>e.meta&&e.meta.title&&!1!==e.meta.breadcrumb))},pathCompile(e){const{params:t}=this.$route;var n=tNe().compile(e);return n(t)},handleLink(e){const{redirect:t,path:n}=e;t?this.$router.push(t):this.$router.push(this.pathCompile(n))}}},iNe=nNe,rNe=Ba(iNe,JBe,QBe,!1,null,"48b1570f",null),oNe=rNe.exports,aNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"menu mr24 z-index2"},[t("ul",e._l(e.menuData,(function(n,i){return t("li",{key:i,class:e.menuActiveIndex===i?"menu-active":"",on:{click:function(t){return e.selectMenu(i)}}},[t("p",[e._v(e._s(n))])])})),0)])},sNe=[],lNe={props:{menuActiveIndex:{default:0,type:Number},menuData:{default:()=>[],type:Array}},methods:{selectMenu(e){this.$emit("selectMenu",e)}}},cNe=lNe,uNe=Ba(cNe,aNe,sNe,!1,null,"511ba295",null),dNe=uNe.exports,hNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.sendingTime")))]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.send_time,callback:function(t){e.$set(e.searchForm,"send_time",t)},expression:"searchForm.send_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.phoneNumber")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_account,callback:function(t){e.$set(e.searchForm,"sender_account",t)},expression:"searchForm.sender_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.companyName")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.addressee")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.textSearch")))]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.send")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.send_status,callback:function(t){e.$set(e.searchForm,"send_status",t)},expression:"searchForm.send_status"}},[t("el-option",{attrs:{value:0,label:"待发送"}}),t("el-option",{attrs:{value:1,label:"发送成功"}}),t("el-option",{attrs:{value:2,label:"发送失败"}}),t("el-option",{attrs:{value:3,label:"待审核"}}),t("el-option",{attrs:{value:5,label:"驳回"}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.open")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.read_status,callback:function(t){e.$set(e.searchForm,"read_status",t)},expression:"searchForm.read_status"}},[t("el-option",{attrs:{value:1,label:e.$t("edm5.v46")}}),t("el-option",{attrs:{value:2,label:e.$t("edm5.v47")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.LinkClick")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.click_link_status,callback:function(t){e.$set(e.searchForm,"click_link_status",t)},expression:"searchForm.click_link_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.reply")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.reply_status,callback:function(t){e.$set(e.searchForm,"reply_status",t)},expression:"searchForm.reply_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.return")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.return_status,callback:function(t){e.$set(e.searchForm,"return_status",t)},expression:"searchForm.return_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.unsubscribe")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.unsubscribe_status,callback:function(t){e.$set(e.searchForm,"unsubscribe_status",t)},expression:"searchForm.unsubscribe_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),e.isShrink?e._e():t("div",{staticClass:"search-item mr40"},[t("span",[e._v(e._s(e.$t("sendData.search.emailComplaints")))]),t("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:e.searchForm.spam_complaints_status,callback:function(t){e.$set(e.searchForm,"spam_complaints_status",t)},expression:"searchForm.spam_complaints_status"}},[t("el-option",{attrs:{value:0,label:"否"}}),t("el-option",{attrs:{value:1,label:e.$t("edm5.v48")}})],1)],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" "+e._s(e.$t("sendData.search.search"))+" ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn-txt",on:{click:e.shrinkSearch}},[e._v(" "+e._s(e.isShrink?e.$t("sendData.search.unfold"):e.$t("sendData.search.collapse"))+" "),t("i",{staticClass:"dss-iconfont icon-arrow search-btn-icon",style:e.isShrink?"transform: rotate(180deg);":""})])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:e.$t("sendData.table.createTime"),width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"userNameOrMobile",label:e.$t("sendData.table.sender"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:e.$t("sendData.table.name"),width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:e.$t("sendData.table.company"),width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.addressee"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("p",{staticClass:"cursor-pointer",staticStyle:{color:"#4aa8ff"},on:{click:function(t){return e.skipBlogDetail(n.bloggerId)}}},[e._v(" "+e._s(n.bloggerName)+" ")])]}}])}),t("el-table-column",{attrs:{prop:"subject",label:e.$t("sendData.table.subject"),width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:e.$t("sendData.table.text"),width:"150","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:e.$t("sendData.table.send"),width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return["发送失败"===n.statusTxt&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),"发送失败"===n.statusTxt&&n.message?t("p",[e._v(" 发送失败 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(n.statusTxt)+" ")])]}}])}),t("el-table-column",{attrs:{label:"打开",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(2===t.isRead?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"链接点击",width:"80",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isClick?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"回复",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isReply?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"退回",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[1===n.isReject&&n.message?t("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[t("span",{attrs:{slot:"content"},slot:"content"},[e._v(e._s(n.message))]),0===n.isReject&&n.message?t("p",[e._v(" 否 ")]):e._e()]):e._e(),t("p",[e._v(" "+e._s(1===n.isReject?"是":"否"))])]}}])}),t("el-table-column",{attrs:{label:"退订",width:"60",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isUnsub?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"垃圾邮件投诉","min-width":"110",align:"center"},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isSpam?"是":"否")+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n.id)}}},[e._v(" 查看 ")]),t("div",{staticClass:"table-tool-btn-split"}),0===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.aiReplyContent="",e.isShowAi=!0}}},[e._v(" AI回复 ")]):e._e(),1===n.aiReply?t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){e.ai_reply_id=n.id,e.getAiReplyData(n.id)}}},[e._v(" 查看回复 ")]):e._e()])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1),e.isShowAi?t("editor",{attrs:{ai_reply_id:e.ai_reply_id,"ai-reply-content":e.aiReplyContent},on:{init:e.initPageData,close:e.close}}):e._e()],1)},pNe=[],fNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"mask"},[t("div",{staticClass:"main"},[t("div",{staticClass:"head"},[t("h1",[e._v("AI回复")]),t("i",{staticClass:"dss-iconfont icon-close",on:{click:e.close}})]),t("div",{staticClass:"body"},[t("div",{staticClass:"editor-main mb24"},[t("Toolbar",{attrs:{editor:e.editor,"default-config":e.toolbarConfig}}),t("Editor",{staticStyle:{height:"376px","overflow-y":"hidden"},attrs:{"default-config":e.editorConfig},on:{onCreated:e.onCreated},model:{value:e.content,callback:function(t){e.content=t},expression:"content"}})],1),t("button",{staticClass:"btn",attrs:{disabled:e.isSending},on:{click:e.getContent}},[e.isSending?t("i",{staticClass:"el-icon-loading"}):e._e(),e._v(" 发 送 ")])])])])},mNe=[],gNe={name:"edm-editor",components:{Toolbar:kTe,Editor:STe},props:{ai_reply_id:{default:0,type:Number},aiReplyContent:{default:"",type:String}},data(){return{editor:null,content:"",isSending:!1,toolbarConfig:{excludeKeys:["blockquote","|","fullScreen","codeBlock","group-video"]},editorConfig:{MENU_CONF:{uploadImage:{server:"/upload/file",async customUpload(e,t){const n=new FormData;n.append("file",e),uploadFile(n).then((e=>{t(e.url)}))}}}}}},methods:{onCreated(e){this.editor=Object.seal(e),this.aiReplyContent&&this.editor.setHtml(this.aiReplyContent)},getContent(){this.editor.isEmpty()?this.$message({type:"warning",message:"请输入邮件正文内容"}):this.aiReplyContent?this.updateAiReply():this.createAiReply()},createAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,mMe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},updateAiReply(){const e={replyId:this.ai_reply_id,content:this.editor.getHtml()};this.isSending=!0,mMe(e).then((e=>{this.isSending=!1,"0"===e.code?(this.close(),this.$emit("init"),this.$message({type:"success",message:"发送成功"})):this.$message({type:"warning",message:"发送失败"})}))},close(){this.$emit("close",!1)}}},vNe=gNe,yNe=Ba(vNe,fNe,mNe,!1,null,"16051201",null),bNe=yNe.exports,wNe={name:"edm-sendPage",components:{Editor:bNe},data(){return{btnloading:!1,searchForm:{send_time:Hs(7),sender_account:"",company_name:"",recipient_name:"",content:"",commit_status:"",send_status:"",read_status:"",click_link_status:"",reply_status:"",return_status:"",unsubscribe_status:"",spam_complaints_status:"",page:1,page_size:10},tableData:[],tableTotal:0,isShrink:!1,loading:!1,isShowAi:!1,ai_reply_id:"",aiReplyContent:""}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,cMe(e).then((e=>{this.loading=!1,e&&(e.data.rows.map((e=>{let t=e.status;switch(t){case 0:e.statusTxt="待发送";break;case 1:e.statusTxt="发送成功";break;case 2:e.statusTxt="发送失败";break;case 3:e.statusTxt="待审核";break;case 5:e.statusTxt="驳回";break;default:break}})),this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.send_time?this.searchForm.send_time[0]+" 00:00:00":"",endTime:this.searchForm.send_time?this.searchForm.send_time[1]+" 23:59:59":"",mobile:this.searchForm.sender_account,companyName:this.searchForm.company_name,addressee:this.searchForm.recipient_name,content:this.searchForm.content,status:this.searchForm.send_status,isRead:this.searchForm.read_status,isClick:this.searchForm.click_link_status,isReply:this.searchForm.reply_status,isReject:this.searchForm.return_status,isUnsub:this.searchForm.unsubscribe_status,isSpam:this.searchForm.spam_complaints_status,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,vMe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=Us();t.setAttribute("download",`发信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},getAiReplyData(e){fMe(e).then((e=>{"0"===e.code&&(this.aiReplyContent=e.data.content,this.isShowAi=!0)}))},close(){this.isShowAi=!1},skipBlogDetail(e){if(e&&""!==e){const t=this.$router.resolve({path:"/blogDetail",query:{id:e}});window.open(t.href,"_blank")}},skipDetail(e){const t=this.$router.resolve({path:"/sendDetail",query:{id:e}});window.open(t.href,"_blank")},reset(){this.searchForm.send_time=Hs(7),this.searchForm.sender_account="",this.searchForm.company_name="",this.searchForm.recipient_name="",this.searchForm.content="",this.searchForm.commit_status="",this.searchForm.send_status="",this.searchForm.read_status="",this.searchForm.click_link_status="",this.searchForm.reply_status="",this.searchForm.return_status="",this.searchForm.unsubscribe_status="",this.searchForm.spam_complaints_status=""},shrinkSearch(){this.isShrink=!this.isShrink},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":15===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},_Ne=wNe,CNe=Ba(_Ne,hNe,pNe,!1,null,"5fecc8a6",null),xNe=CNe.exports,SNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"table-container"},[t("div",{staticClass:"grid grid-cols-3 mb8"},[t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收信时间:")]),t("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",type:"daterange",align:"right","unlink-panels":"","range-separator":" ","start-placeholder":"开始","end-placeholder":"结束"},model:{value:e.searchForm.recipient_time,callback:function(t){e.$set(e.searchForm,"recipient_time",t)},expression:"searchForm.recipient_time"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("发件人:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.sender_name,callback:function(t){e.$set(e.searchForm,"sender_name",t)},expression:"searchForm.sender_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件账号:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_account,callback:function(t){e.$set(e.searchForm,"recipient_account",t)},expression:"searchForm.recipient_account"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("收件姓名:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.recipient_name,callback:function(t){e.$set(e.searchForm,"recipient_name",t)},expression:"searchForm.recipient_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("公司名称:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.company_name,callback:function(t){e.$set(e.searchForm,"company_name",t)},expression:"searchForm.company_name"}})],1),t("div",{staticClass:"search-item mr40"},[t("span",[e._v("正文检索:")]),t("el-input",{attrs:{placeholder:"请输入",clearable:""},model:{value:e.searchForm.content,callback:function(t){e.$set(e.searchForm,"content",t)},expression:"searchForm.content"}})],1),t("div",{staticClass:"search-item col-span-3"},[t("button",{staticClass:"search-btn search-btn-face mr16",on:{click:function(t){e.searchForm.page=1,e.initPageData()}}},[e._v(" 查 询 ")]),t("el-button",{staticClass:"cutom-btnLoading",attrs:{type:"primary",loading:e.btnloading},on:{click:function(t){return e.down()}}},[e._v(e._s(this.btnloading?"下载中":"下载"))]),t("button",{staticClass:"search-btn search-btn-linear mr24",on:{click:e.reset}},[e._v(" 重 置 ")])],1)]),t("div",{staticClass:"table-body"},[t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.tableData,"header-cell-class-name":e.tableHeadClass,"cell-class-name":e.tableCellClass,height:"700px",border:""}},[t("el-table-column",{attrs:{prop:"gmtCreate",label:"收件时间",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nameAddresser",label:"发件人",width:"110","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"usernameMobile",label:"收件人",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"nickName",label:"姓名",width:"80","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"companyName",label:"公司",width:"90","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{prop:"subject",label:"主题",width:"150","show-overflow-tooltip":""}}),t("el-table-column",{attrs:{label:"正文","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(e.filterHtmlTag(t.contents))+" ")]}}])}),t("el-table-column",{attrs:{label:"已读未读",width:"150",align:"center","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function({row:t}){return[e._v(" "+e._s(1===t.isRead?e.$t("edm5.v46"):e.$t("edm5.v47"))+" ")]}}])}),t("el-table-column",{attrs:{label:"操作",width:"130",align:"center",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function({row:n}){return[t("div",{staticClass:"table-tool"},[t("button",{staticClass:"table-tool-btn-txt",on:{click:function(t){return e.skipDetail(n)}}},[e._v(" 查看 ")])])]}}])})],1)],1),t("div",{staticClass:"table-foot"},[t("el-pagination",{attrs:{"current-page":e.searchForm.page,total:e.tableTotal,"page-size":e.searchForm.page_size,background:"",layout:"total, prev, pager, next, jumper"},on:{"current-change":e.changePage}})],1)])},kNe=[],ENe={name:"edm-receivePage",data(){return{btnloading:!1,searchForm:{recipient_time:Hs(7),sender_name:"",recipient_account:"",recipient_name:"",company_name:"",content:"",page:1,page_size:10},tableData:[],tableTotal:0,loading:!1}},mounted(){this.initPageData()},methods:{initPageData(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.loading=!0,uMe(e).then((e=>{this.loading=!1,"0"===e.code&&(this.tableData=e.data.rows,this.tableTotal=e.data.total)}))},down(){const e={startTime:this.searchForm.recipient_time?this.searchForm.recipient_time[0]+" 00:00:00":"",endTime:this.searchForm.recipient_time?this.searchForm.recipient_time[1]+" 23:59:59":"",sender:this.searchForm.sender_name,usernameMobile:this.searchForm.recipient_account,nickName:this.searchForm.recipient_name,companyName:this.searchForm.company_name,content:this.searchForm.content,currentPage:this.searchForm.page,pageSize:this.searchForm.page_size};this.btnloading=!0,gMe(e).then((e=>{if(e){const t=document.createElement("a");let n=new Blob([e],{type:"application/x-download"});t.style.display="none",t.href=URL.createObjectURL(n);let i=Us();t.setAttribute("download",`收信数据-${i}.xlsx`),document.body.appendChild(t),t.click(),document.body.removeChild(t),window.URL.revokeObjectURL(t.href),this.btnloading=!1}}))},changePage(e){this.searchForm.page=e,this.initPageData()},skipDetail(e){const t=this.$router.resolve({path:"/receiveDetail",query:{id:e.id,chatId:e.chatId}});window.open(t.href,"_blank")},reset(){this.searchForm.recipient_time=Hs(7),this.searchForm.sender_name="",this.searchForm.recipient_account="",this.searchForm.recipient_name="",this.searchForm.company_name="",this.searchForm.content=""},filterHtmlTag(e){return e?(e=e.replace(/<\/?.+?\/?>/g,""),e):"-"},tableHeadClass({columnIndex:e}){return 0===e?"table-main-head-left":8===e?"table-main-head-right":"table-main-head"},tableCellClass(){return"table-main-cell"}}},ANe=ENe,DNe=Ba(ANe,SNe,kNe,!1,null,"4410779a",null),ONe=DNe.exports,TNe={name:"edm-maildata",components:{breadCrumb:oNe,sideMenu:dNe,SendData:xNe,ReceiveData:ONe},data(){return{menuData:["发信数据","收信数据"],menuActiveIndex:localStorage.getItem("edmMenuIndex")?1*localStorage.getItem("edmMenuIndex"):0}},methods:{selectMenu(e){this.menuActiveIndex=e,localStorage.setItem("edmMenuIndex",e)}}},INe=TNe,PNe=Ba(INe,XBe,ZBe,!1,null,"8922b0e2",null),FNe=PNe.exports,MNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("发信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 发信箱 ")]),0!==e.mailData.length?t("div",{staticClass:"body"},[t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData.subject)+" ")]),t("div",{staticClass:"mail-head mb24"},[t("el-image",{staticClass:"mail-avatar",attrs:{src:i(3690),fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(e.mailData.nickName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(e.mailData.bloggerNames))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(e.mailData.gmtCreate)+" ")])],1),e.mailData.attachmentRes?t("div",[e.mailData.attachmentRes.length?t("attachment-list",{attrs:{file:e.mailData.attachmentRes}}):e._e()],1):e._e(),t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(e.mailData.content))}})]):e._e()])])},BNe=[],NNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"file-list grid grid-cols-4 mb16"},[e._l(e.handleShowFile(),(function(n,i){return t("div",{key:i,staticClass:"file-item mb8"},[t("i",{staticClass:"dss-iconfont icon-file-4 mr8"}),t("h3",{staticClass:"beyond_eip mr8"},[e._v(" "+e._s(n.name)+" ")]),t("a",{on:{click:function(t){return e.downFile(n)}}},[t("i",{staticClass:"dss-iconfont icon-download"})])])})),t("div",{staticClass:"file-action col-span-4 mb8"},[e.file.length>4?t("button",{staticClass:"file-btn mr12",on:{click:function(t){e.isShrink=!e.isShrink}}},[t("i",{staticClass:"dss-iconfont icon-arrow-down mr4",style:e.isShrink?"":"transform: rotate(180deg);"}),t("p",[e._v(" "+e._s(e.isShrink?`${e.$i18n.t("outboxDetail.show_all")}`+(e.file.length-4)+`${e.$i18n.t("outboxDetail.file_num")}`:`${e.$i18n.t("outboxDetail.retract")}`)+" ")])]):e._e(),t("button",{staticClass:"file-btn mr12",on:{click:e.downloadAll}},[t("p",{staticClass:"mr4"},[e._v(e._s(e.$i18n.t("outboxDetail.down_all"))+":")]),t("i",{staticClass:"dss-iconfont icon-download"})])])],2)},RNe=[],$Ne={props:{file:{default:()=>[],type:Array}},data(){return{isShrink:!0}},methods:{downFile(e){Ys(e.link,e.name)},downloadAll(){this.file.forEach((e=>{Ys(e.link,e.name)}))},handleShowFile(){const e=JSON.parse(JSON.stringify(this.file));return this.isShrink?e.slice(0,4):e}}},jNe=$Ne,LNe=Ba(jNe,NNe,RNe,!1,null,"1d8b2830",null),zNe=LNe.exports,VNe={name:"edm-send",components:{AttachmentList:zNe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:1*this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){pMe(this.id).then((e=>{e&&(this.mailData=e.data)}))},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},HNe=VNe,UNe=Ba(HNe,MNe,BNe,!1,null,"58a17d30",null),WNe=UNe.exports,qNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"page-container page-overflow hidden-scrollbar"},[t("div",{staticClass:"bread mb24"},[t("el-breadcrumb",{attrs:{separator:"/"}},[t("el-breadcrumb-item",[e._v("EDM")]),t("el-breadcrumb-item",{attrs:{to:{path:e.goBackUrl}}},[e._v(" 邮件数据 ")]),t("el-breadcrumb-item",[e._v("收信详情")])],1)],1),t("div",{staticClass:"main"},[t("div",{staticClass:"head mb24"},[e._v(" 收信箱 ")]),t("div",{staticClass:"body"},[0!==e.mailData.length?t("h1",{staticClass:"beyond_eip mb32"},[e._v(" "+e._s(e.mailData[0].subject)+" ")]):e._e(),e._l(e.mailData,(function(n,i){return t("div",{key:i,staticClass:"mb24"},[t("div",{staticClass:"mail-head mb24",on:{click:function(t){return e.spreadMain(n.id)}}},[t("el-image",{staticClass:"mail-avatar",attrs:{src:n.bloggerAvatar,fit:"cover"}}),t("div",{staticClass:"mail-roster"},[t("h3",[e._v(e._s(1===n.type?n.bloggerName:n.userName))]),t("div",{staticClass:"mail-to"},[t("span",[e._v("发送至:")]),t("p",[e._v(e._s(1===n.type?n.userName:n.bloggerName))])])]),t("span",{staticClass:"mail-date"},[e._v(" "+e._s(n.createTime)+" ")])],1),e.spreadId===n.id?t("div",[n.attachment?t("div",[n.attachment.length?t("attachment-list",{attrs:{file:n.attachment}}):e._e()],1):e._e()]):e._e(),e.spreadId===n.id?t("div",{staticClass:"mail-main",domProps:{innerHTML:e._s(e.filterBaseTag(n.content))}}):e._e()])}))],2)])])},YNe=[],GNe={name:"edm-receive",components:{AttachmentList:zNe},props:{goBackUrl:{type:String,default:"/edmManage/mailData"}},data(){return{id:this.$route.query.id,chatId:this.$route.query.chatId,spreadId:this.$route.query.id,mailData:[]}},created(){this.initPageData()},methods:{initPageData(){this.chatId?dMe(this.chatId).then((e=>{"0"===e.code&&(this.mailData=e.data)})):hMe(this.id).then((e=>{"0"===e.code&&this.mailData.push(e.data)}))},spreadMain(e){e!==this.spreadId?this.spreadId=e:this.spreadId=-1},handleAvatar(e,t){return 1===e?"":2===e&&t?t:""},filterBaseTag(e){if(e)return e=e.replace("https://pixel.xin/emailControl.php?mid=",""),e=e.replace("https://pixel.xin/hub.gif?mid=",""),e=e.replace(new RegExp("unsubscribe","g"),""),e=e.replace(/\r\n/g,"<br />"),e=e.replace(/ツ?/g,""),e=e.replace(/<base.*?(?:>|\/>)/gi,""),e}}},KNe=GNe,XNe=Ba(KNe,qNe,YNe,!1,null,"7a1abb1c",null),ZNe=XNe.exports,JNe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"recipient-container"},[t("div",{staticClass:"recipient-box"},[t("div",{staticClass:"recipient-header"},[t("div",{staticClass:"header-left"},[e._v(e._s(e.$t("edm2.mailEn23")))]),t("div",{staticClass:"header-right"},[t("div",{staticClass:"add-recipient",on:{click:e.addRecipient}},[t("i",{staticClass:"dss-iconfont icon-add1"}),e._v(e._s(e.$t("edm2.mailEn24"))+" ")]),t("div",{staticClass:"remove-recipient",on:{click:e.removeRecipient}},[t("i",{staticClass:"dss-iconfont icon-remove"}),e._v(e._s(e.removeText)+" ")]),t("div",{staticClass:"next-btn"},[t("el-button",{on:{click:e.cancel}},[e._v(e._s(e.$t("common.cancle")))]),t("el-button",{attrs:{type:"primary"},on:{click:e.nextStep}},[e._v(" "+e._s(e.$t("edm2.mailEn25"))+" ")])],1)])]),t("div",{staticClass:"recipient-table"},[t("WTable",{ref:"mailTable",attrs:{"row-key":"id",tableConfig:{selection:e.tableConfigSelection,selectionFixed:!0},tableColumnConfig:e.tableColumnConfig,tableData:e.tableDataShow[e.tableDataShowIndex],height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,total:e.allTableData.length,isRecipientList:!0,tableConfigSelection:e.tableConfigSelection,countRecipient:e.allTableData.length,validRecipient:e.validRecipient,layout:"total, prev, pager, next, jumper"},on:{handleBtnClick:e.confirmRemoveRecipient,changeCurrent:e.tableChangeCurrent},scopedSlots:e._u([{key:"blogger",fn:function({data:n}){return[t("BloggerColumn",{attrs:{bloggerAvatar:n.scope.bloggerAvatar,bloggerName:n.scope.bloggerName,bloggerUsername:n.scope.bloggerUsername,bloggerId:n.scope.bloggerId,platform:n.scope.platform,bloggerInfo:n.scope},on:{toBloggerDeatil:e.toBloggerDeatil}})]}},{key:"platform",fn:function({data:n}){return["youtube"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png"}}):e._e(),"tiktok"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png"}}):e._e(),"instagram"==n.scope.platform?t("img",{attrs:{src:"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}}):e._e()]}}])})],1)]),e.isShowRepeatDrawer?t("repeat-recipient",{attrs:{isShowDrawer:e.isShowRepeatDrawer,repeatRecipientData:e.repeatRecipientData},on:{closeRecipientDrawer:e.closeRecipientDrawer,confirmRepeatRecipient:e.confirmRepeatRecipient}}):e._e()],1)},QNe=[],eRe=function(){var e=this,t=e._self._c;return t("el-drawer",{attrs:{title:e.$t("edm2.mailEn31"),visible:e.isShowDrawer,size:"560px","append-to-body":!0},on:{"update:visible":function(t){e.isShowDrawer=t},close:e.closeRecipientDrawer}},[t("p",{staticClass:"tips"},[e._v(e._s(e.$t("edm2.mailEn32")))]),e._l(e.repeatArr,(function(n,i){return t("div",{key:i,staticClass:"repeat-item"},[t("div",{staticClass:"blogger-info"},[t("div",{staticClass:"info-left"},[t("div",{staticClass:"avatar"},[t("el-image",{attrs:{src:n.bloggerAvatar}})],1),t("div",{staticClass:"username"},[e._v(e._s(n.bloggerName))]),null!==n.country?t("div",{staticClass:"country"},[t("i",{staticClass:"dss-iconfont icon-dss-weizhi"}),e._v(e._s(n.country)+" ")]):e._e(),t("div",{staticClass:"platform"},[t("el-image",{attrs:{src:"youtube"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/youtube.png":"tiktok"==n.platform?"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/tiktok.png":"https://tmpxjp0510.oss-ap-southeast-1.aliyuncs.com/icon-img/ins.png"}})],1)]),t("div",{staticClass:"info-right"},[t("div",{staticClass:"right-top"},[e._v(e._s(e._f("numFormat")(n.fansNum)))]),t("div",{staticClass:"right-bottom"},[e._v(e._s(e.$t("writeMail.fans_num")))])])]),t("WTable",{attrs:{height:e.tableHeight,"max-height":e.tableHeight,loading:e.loading,tableColumnConfig:e.tableColumnConfig,tableData:n.repeatTableData,total:n.repeatTableData.length,layout:"total"},scopedSlots:e._u([{key:"radio",fn:function({data:i}){return[t("el-radio",{attrs:{label:i.scope.id},on:{input:function(t){return e.changeRadio(t,n.bloggerId)}},model:{value:n.radio,callback:function(t){e.$set(n,"radio",t)},expression:"item.radio"}},[t("span")])]}}],null,!0)})],1)})),t("div",{staticClass:"btns"},[t("el-button",{on:{click:e.cancelRepeatRecipient}},[e._v(" "+e._s(e.$t("common.cancle"))+" ")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmRepeatRecipient}},[e._v(" "+e._s(e.$t("inboxTable.confirm"))+" ")])],1)],2)},tRe=[],nRe={components:{WTable:gPe},props:{isShowDrawer:{type:Boolean,default:!1},repeatRecipientData:{type:Array,default:()=>[]}},data(){return{repeatArr:this.repeatRecipientData,tableHeight:256,loading:!1,tableColumnConfig:[{label:"",scope:"radio"},{label:mu.$t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:mu.$t("edm2.mailEn26"),prop:"chooseSourceStr"}],tableData:[],tableTotal:0,radio:"",selectedRepeatIds:[]}},methods:{changeRadio(e,t){let n={id:e,bloggerId:t};this.selectedRepeatIds.some((e=>e.bloggerId===n.bloggerId))||this.selectedRepeatIds.push(n),this.selectedRepeatIds=this.selectedRepeatIds.map((e=>e.bloggerId===n.bloggerId?n:e))},closeRecipientDrawer(){this.$emit("closeRecipientDrawer")},cancelRepeatRecipient(){this.closeRecipientDrawer()},confirmRepeatRecipient(){this.$emit("confirmRepeatRecipient",this.selectedRepeatIds)}}},iRe=nRe,rRe=Ba(iRe,eRe,tRe,!1,null,"606cf912",null),oRe=rRe.exports,aRe={name:"recipientList",components:{WTable:gPe,BloggerColumn:ABe,repeatRecipient:oRe},props:{allTableData:{type:Array,default:()=>[]}},data(){return{tableColumnConfig:[{label:"",scope:"blogger"},{label:mu.t("edm2.mailEn17"),prop:"country"},{label:mu.t("edm2.mailEn18"),scope:"platform"},{label:mu.t("writeMail.fans_num"),prop:"fansNum",format:"numFormat"},{label:mu.t("inboxDetail.planVal"),prop:"popularizePlanName",showOverflowTooltip:!0},{label:mu.t("edm2.mailEn26"),prop:"chooseSourceStr",showOverflowTooltip:!0}],tableDataShow:[],tableDataShowIndex:0,loading:!1,total:0,tableHeight:Xs(200),searchForm:{currentPage:1,pageSize:20},removeText:mu.t("edm2.mailEn27"),tableConfigSelection:!1,isShowRepeatDrawer:!1,repeatRecipientData:[],resultRecipientData:[],validRecipient:0,countRecipient:0,isShowSave:!1,draftEmails:[],hasNotice:!1}},watch:{allTableData:{deep:!0,handler(e){0!==e.length&&this.getValidReceiver(),this.tableDataShow=[];let t=JSON.parse(JSON.stringify(e));if(e.length>20){let n=Math.floor(e.length/20);for(let e=0;e<n;e++)this.tableDataShow[e]=t.splice(0,20);this.tableDataShow.push([...t])}else this.tableDataShow[0]=e},immediate:!0}},created(){this.init()},methods:{toBloggerDeatil(e){this.$emit("toBloggerDeatil",e)},filterHtmlTag(e){return e&&(e=e.replace(/<head>[\s\S]*?<\/head>/i,""),e=e.replace(/<img[^>]*>/gi,""),e=e.replace(/<[^>]+>|&[^>]+;/g,""),e=e.replace(new RegExp("&nbsp;","g"),""),e=e.replace(new RegExp("\n","g"),""),e=e.replace(new RegExp(" ","g"),"")),null==e||""==e||void 0==e},getValidReceiver(){let e=Vs(this.allTableData,"bloggerId");oBe({bloggerIds:e}).then((e=>{"0"===e.code?this.validRecipient=e.data:this.$message({type:"error",message:e.message,customClass:"custom-message"})}))},init(){this.tableDataShowIndex=0,this.$refs["mailTable"]&&(this.$refs["mailTable"].pageNum=1)},tableChangeCurrent({pageNum:e}){this.tableDataShowIndex=e-1},removeRecipient(){this.removeText=this.removeText==this.$t("edm2.mailEn27")?this.$t("edm2.mailEn28"):this.$t("edm2.mailEn27"),this.tableConfigSelection=this.removeText==this.$t("edm2.mailEn28"),this.$refs.mailTable.$refs.xTable.clearSelection()},addRecipient(){this.$emit("addRecipient")},confirmRemoveRecipient(e,t){this.$refs.mailTable.$refs.xTable.clearSelection(),this.init(),this.$emit("confirmRemoveRecipient",t)},cancel(){this.allTableData.length>500?this.$confirm(this.$t("edm5.v247"),"",{showCancelButton:!1,confirmButtonText:this.$t("edm5.v248")}):this.$route.query.draftId?this.getDraftDetail():0==this.allTableData.length?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):(this.isShowSave=!0,this.remindSave())},async getDraftDetail(){try{const e=await dh(this.$route.query.draftId);if("0"===e.code){this.draftEmails=e.data.map((e=>({id:e.writeEmailId,subject:e.subject,content:e.content,attachments:e.attachmentRes||[]})));const t=this.draftEmails.every((e=>!e.subject)),n=this.draftEmails.every((e=>this.filterHtmlTag(e.content))),i=this.draftEmails.every((e=>e.attachments&&0==e.attachments.length));console.log(t,n,i),0==this.allTableData.length&&t&&n&&i?this.$router.push("/outbox"):(this.isShowSave=!0,this.remindSave())}else this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){console.log(Rl)}},async saveDraft(){if(0!==this.allTableData.length){let e=await this.getBloggerMail(this.allTableData);if(0!==e.length){e.length<this.allTableData.length&&(this.hasNotice=!0);let t=[];e.forEach((e=>{let n=this.allTableData.find((t=>t.bloggerId===e.id));n&&t.push(n)}));const n=t.map((e=>({bloggerId:e.bloggerId,chooseSource:e.chooseSource||void 0,popularizePlanId:e.popularizePlanId||void 0,popularizePlanName:e.popularizePlanName||void 0}))),i={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:n,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await fl(i);"0"===e.code?(this.hasNotice&&this.$message({type:"warning",message:this.$t("edm5.v249"),customClass:"custom-message",duration:2e3}),this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){return console.log(Rl),!1}}}else{const e=[],t={id:this.$route.query.draftId?this.$route.query.draftId:"",emails:this.$route.query.draftId?this.draftEmails:[],bloggerInfos:e,type:1==this.$route.query.isTiming?2:99,timing:1==this.$route.query.isTiming?this.$route.query.rowTime:void 0,replyId:void 0,sendEntryKey:"outbox-cancle",writeIds:[]};try{const e=await fl(t);"0"===e.code?(this.$router.push("/outbox"),localStorage.removeItem("beforeSelected"),localStorage.removeItem("resultRecipientData")):this.$message({type:"error",message:e.message,customClass:"custom-message"})}catch(Rl){return console.log(Rl),!1}}},remindSave(){if(this.isShowSave){const e=confirm(`${this.$i18n.t("writeMail.save_draft_tip")}`);e&&this.saveDraft(!0)}},nextStep(){this.$emit("confirmToWritePage")},closeRecipientDrawer(){this.isShowRepeatDrawer=!1},confirmRepeatRecipient(e){0==e.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const e=new Set(this.repeatRecipientData.map((e=>e.bloggerId)));this.resultRecipientData=this.allTableData.filter((t=>!e.has(t.bloggerId))),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length<this.repeatRecipientData.length?this.$confirm(this.$t("edm2.mailEn29"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Set(e.map((e=>e.bloggerId))),n=this.repeatRecipientData.filter((e=>!t.has(e.bloggerId))),i=(this.repeatRecipientData.filter((e=>t.has(e.bloggerId))),new Set(n.map((e=>e.bloggerId)))),r=this.allTableData.filter((e=>!i.has(e.bloggerId))),o=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=r.filter((e=>{const t=o.get(e.bloggerId);return!t||e.id===t})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")})):e.length==this.repeatRecipientData.length&&this.$confirm(this.$t("edm2.mailEn30"),this.$t("inboxTable.tip"),{confirmButtonText:this.$t("inboxTable.confirm"),cancelButtonText:this.$t("inboxTable.cancel"),type:"warning",customClass:"custom-confirm"}).then((()=>{const t=new Map(e.map((e=>[e.bloggerId,e.id])));this.resultRecipientData=this.allTableData.filter((e=>{const n=t.get(e.bloggerId);return!n||e.id===n})),this.$emit("confirmToWritePage",this.resultRecipientData)})).catch((()=>{console.log("取消操作")}))},excludeMatchingBloggerId(e,t){const n=new Map(e.map((e=>[e.bloggerId,e.id])));return t.filter((e=>n.get(e.bloggerId)===e.id))},async getBloggerMail(e){let t=[],n=Vs(e,"bloggerId");return await _l({code:"checkBloggerhasEmail",data:{param:{bloggerIds:n}}}).then((n=>{if("0"===n.code){if(0===n.data.length)return void this.$message({type:"warning",message:this.$t("edm5.v251"),customClass:"custom-message"});if(n.data.length<e.length){let i=[];e.forEach((e=>{n.data.forEach((t=>{e.bloggerId===t.blogId&&i.push(e)}))})),i.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}else e.length===n.data.length&&e.forEach((e=>{t.push({id:e.bloggerId,name:e.bloggerName})}))}})),t}}},sRe=aRe,lRe=Ba(sRe,JNe,QNe,!1,null,"40cd6474",null),cRe=lRe.exports,uRe=function(){var e=this,t=e._self._c;return t("div",{staticClass:"bind-help"},[t("div",{staticClass:"box-main"},[t("div",{staticClass:"title1"},[e._v(e._s(e.$t("edm5.v137")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v138"))+" ")]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v139")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v140"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v141"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v142"))+" ")]),t("p",{staticClass:"method"},[e._v(" "+e._s(e.$t("edm5.v143"))+" ")])]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v144")))]),t("div",{staticClass:"content"},[t("p",{staticClass:"methods"},[e._v(" "+e._s(e.$t("edm5.v145"))+" ")]),e._m(0),t("p",{staticClass:"methods"},[e._v("   "+e._s(e.$t("edm5.v146")))]),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(e._s(e.$t("edm5.v147")))]),e._m(1),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v148"))+" ")]),e._m(2),e._m(3),t("p",{staticStyle:{"font-weight":"500","margin-top":"6px"}},[e._v(" "+e._s(e.$t("edm5.v149"))+" ")]),e._m(4),e._m(5)]),t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v150")))]),t("div",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v151"))+" ")]),t("div",{staticClass:"rule-table"},[t("el-table",{staticClass:"bind-rule-table",staticStyle:{width:"100%"},attrs:{border:"",data:e.tableData}},[t("el-table-column",{attrs:{width:"140",align:"center",prop:"name",label:e.$t("edm5.v152")}}),t("el-table-column",{attrs:{width:"168",align:"center",prop:"smtp",label:e.$t("edm5.v153")}}),t("el-table-column",{attrs:{width:"160",align:"center",prop:"isNeedAuth",label:e.$t("edm5.v154")}}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v155")},scopedSlots:e._u([{key:"default",fn:function(n){return[t("div",{staticClass:"help-content",domProps:{innerHTML:e._s(n.row.helps)}})]}}])}),t("el-table-column",{attrs:{align:"left",prop:"value",label:e.$t("edm5.v156")},scopedSlots:e._u([{key:"default",fn:function(n){return[e._l(n.row.rules.rule,(function(n){return t("p",{key:n,staticClass:"rule-item"},[e._v(" "+e._s(n)+" ")])})),t("p",[t("a",{staticClass:"r-link",attrs:{href:n.row.rules.link,target:"_blank"}},[e._v(e._s(e.$t("edm5.v157")))])])]}}])})],1)],1),t("div",{staticClass:"other-tip"},[t("div",{staticClass:"title2"},[e._v(e._s(e.$t("edm5.v158")))]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v159")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v160"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v161")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v162"))+" ")]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v163"))+" ")]),t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/email-rule.png",alt:""}}),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v164")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v165"))+" ")]),t("p",{staticClass:"content"},[e._v(e._s(e.$t("edm5.v166")))]),t("li",{staticClass:"content"},[e._v(" "+e._s(e.$t("edm5.v167"))+" ")])])])])},dRe=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-1.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-2.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-3.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-4.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"img-box"},[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-5.png",alt:""}})])},function(){var e=this,t=e._self._c;return t("div",[t("img",{staticClass:"tips-img",attrs:{src:"https://wotokol-oss.oss-cn-hangzhou.aliyuncs.com/edm/gmail-6.png",alt:""}})])}],hRe={name:"bind-help",data(){return{tableData:[{name:this.$t("edm5.v168"),smtp:"smtp.qiye.aliyun.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <a class="r-link" href="https://help.aliyun.com/document_detail/606337.html" target="_blank">${this.$t("edm5.v172")}</a>\n <a class="r-link" href="https://help.aliyun.com/document_detail/36576.html" target="_blank">${this.$t("edm5.v173")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v169"),this.$t("edm5.v170")],link:"https://help.aliyun.com/document_detail/439236.html"}},{name:this.$t("edm5.v171"),smtp:"smtp.exmail.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19886?person_id=1&subtype=1&id=20095&no=1001570" target="_blank">${this.$t("edm5.v174")}</a>\n <a class="r-link" href="https://open.work.weixin.qq.com/help2/pc/19902?person_id=0" target="_blank">${this.$t("edm5.v175")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v176"),this.$t("edm5.v177"),this.$t("edm5.v178")],link:"https://www.qqeml.com/exmail-help-rese/item/39-72"}},{name:this.$t("edm5.v179"),smtp:"smtp.qq.com",isNeedAuth:this.$t("edm5.v48"),helps:`<p>\n <a class="r-link" href="https://service.mail.qq.com/detail/0/75" target="_blank">${this.$t("edm5.v180")}</a>\n </p>`,rules:{rule:[this.$t("edm5.v181")],link:"https://kf.qq.com/faq/161223nMnQfm161223rEbQNr.html"}},{name:this.$t("edm5.v182"),smtp:"smtp-mail.outlook.com",isNeedAuth:this.$t("edm5.v49"),helps:`<p>\n <p style="margin-bottom:12px;">Outlook SMTP<a style="margin-left:8px;display:inline;" class="r-link" href="https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040" target="_blank">${this.$t("edm5.v183")}</a></p>\n <p>${this.$t("edm5.v184")}<a class="r-link" href="https://outlook.live.com/mail/0/options/mail/accounts/popImap" target="_blank">${this.$t("edm5.v185")}</a></p>\n </p>`,rules:{rule:[this.$t("edm5.v186"),this.$t("edm5.v187"),this.$t("edm5.v188")],link:"https://support.microsoft.com/zh-cn/office/%E4%BB%A5-outlook-com-%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6-279ee200-594c-40f0-9ec8-bb6af7735c2e#:~:text=%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%20Outlook.com%20%E9%99%90%E5%88%B6%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%201%20%E6%AF%8F%E6%97%A5%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A5%2C000%202,%E6%AF%8F%E5%B0%81%E9%82%AE%E4%BB%B6%E7%9A%84%E6%9C%80%E5%A4%A7%E6%94%B6%E4%BB%B6%E4%BA%BA%E6%95%B0%EF%BC%9A500%203%20%E6%AF%8F%E6%97%A5%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%EF%BC%9A1%2C000%20%E6%B3%A8%E6%84%8F%3A%20%E9%99%90%E5%88%B6%E5%8F%AF%E8%83%BD%E5%9B%A0%E4%BD%BF%E7%94%A8%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%80%8C%E5%BC%82%EF%BC%8C%E5%AF%B9%E4%BA%8E%E9%9D%9E%E8%AE%A2%E9%98%85%E8%80%85%EF%BC%8C%E9%99%90%E5%88%B6%E5%B0%86%E8%BE%83%E4%BD%8E%E3%80%82%20%E2%80%9C%E9%9D%9E%E5%85%B3%E7%B3%BB%E6%94%B6%E4%BB%B6%E4%BA%BA%E2%80%9D%E6%98%AF%E6%8C%87%E4%BD%A0%E4%BB%A5%E5%89%8D%E4%BB%8E%E6%9C%AA%E5%8F%91%E9%80%81%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%E8%BF%87%E7%9A%84%E4%BA%BA%E3%80%82%20%E4%BB%BB%E4%BD%95%E7%AC%AC%E4%B8%89%E6%96%B9%E8%BF%9E%E6%8E%A5%E5%B8%90%E6%88%B7%E7%9A%84%E5%8F%91%E9%80%81%E9%99%90%E5%88%B6%E5%8F%96%E5%86%B3%E4%BA%8E%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E3%80%82"}}]}}},pRe=hRe,fRe=Ba(pRe,uRe,dRe,!1,null,"02a9d603",null),mRe=fRe.exports;let gRe="",vRe="";function yRe(e){vRe=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?gRe="https://api.kuku.info":"pre"===e?gRe="https://api.wotokol.com/index.php":"prod"!==e&&"production"!==e||(gRe="https://api.wotokol.com/index.php")}const bRe=xn.create({baseURL:"",timeout:25e4});bRe.interceptors.request.use((function(e){const t=(new Date).getTime(),n=In()+t,i=e.params||e.data;let r={},o="";i?(r=Nn(e.url,n,t,i),o=r.hmacBytes):(r=Nn(e.url,n,t),o=r.hmacBytes),e.baseURL=vRe?gRe:"https://api.wotokol.com/index.php",e.headers["appkey"]=On,e.headers["timestamp"]=t,e.headers["nonce"]=n,e.headers["cookieid"]=o,e.headers["sign"]=Ln(i).hmacBytes;let a=localStorage.getItem("sourceApp");return a&&(e.headers["sourceApp"]=localStorage.getItem("sourceApp")),localStorage.getItem("token")&&(e.headers["token"]=localStorage.getItem("token")),localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),localStorage.getItem("dss_token")&&(e.headers["dss-token"]=localStorage.getItem("dss_token")),e}),(function(e){return Promise.reject(e)})),bRe.interceptors.response.use((function(e){return 503===e.status&&alert("服务器不可用,请联系系统管理员"),e.data}),(function(e){return Promise.reject(e)}));let wRe="",_Re="";function CRe(e){_Re=e,localStorage.setItem("EDMDefaultEnv",e),"dev"===e||"development"===e||"test"===e?wRe="https://dss-apis.kuku.info":"pre"===e?wRe="https://dss-apis.wotokol.com/":"prod"!==e&&"production"!==e||(wRe="https://dss-apis.wotokol.com/")}const xRe=xn.create({baseURL:"",timeout:25e4});xRe.interceptors.request.use((function(e){return e.baseURL=_Re?wRe:"https://dss-apis.wotokol.com/",localStorage.getItem("Authorization")&&(e.headers["Authorization"]=localStorage.getItem("Authorization")),e}),(function(e){return Promise.reject(e)})),xRe.interceptors.response.use((function(e){503===e.status&&alert("服务器不可用,请联系系统管理员");try{if("object"===typeof e.data&&e.data.hasOwnProperty("code")&&0!=e.data.code){const t=JSON.parse(localStorage.getItem("user_info")||"{}"),n=t.user_id?t.user_id+"_":"";throw new Error(n+e.request.responseURL+e.request.responseText||e.data.code)}}catch(Rl){console.error("An error occurred:",Rl),Sa(Rl)}return e.data}),(function(e){return Promise.reject(e)}));const SRe=[Ra,JMe,DMe,bBe,dl,nh,IBe,HBe,KBe,FNe,WNe,ZNe,cRe,mRe,PIe],kRe=function(e){SRe.forEach((t=>{e.component(t.name,t)}))};var ERe={install:kRe,initJavaService:ma,initHubService:yRe,initDssService:CRe},ARe=ERe}(),r}()}));