1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-message-content~pages-notify-content"],{"022c4":function(t,n,r){"use strict";var e=function(t){(t.options.wxs||(t.options.wxs={}))["handler"]=function(t){var n={abbr:!0,b:!0,big:!0,code:!0,del:!0,em:!0,i:!0,ins:!0,label:!0,q:!0,small:!0,span:!0,strong:!0,sub:!0,sup:!0};return t.exports={use:function(t){return!t.c&&(!n[t.name]&&-1==(t.attrs.style||"").indexOf("display:inline"))}},t.exports}({exports:{}})};n["a"]=e},"0ddd":function(t,n,r){r("c975"),r("e25e"),r("caad"),r("2532"),r("99af"),r("acd8"),r("498a"),r("baa5"),r("ac1f"),r("5319"),r("14d9"),r("d401"),r("d3b7"),r("25f0"),r("a434");var e={trustTags:c("a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,ruby,rt,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video"),blockTags:c("address,article,aside,body,caption,center,cite,footer,header,html,nav,pre,section"),ignoreTags:c("area,base,canvas,embed,frame,head,iframe,input,link,map,meta,param,rp,script,source,style,textarea,title,track,wbr"),voidTags:c("area,base,br,col,circle,ellipse,embed,frame,hr,img,input,line,link,meta,param,path,polygon,rect,source,track,use,wbr"),entities:{lt:"<",gt:">",quot:'"',apos:"'",ensp:" ",emsp:" ",nbsp:" ",semi:";",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"},tagStyle:{address:"font-style:italic",big:"display:inline;font-size:1.2em",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",mark:"background-color:yellow",pre:"font-family:monospace;white-space:pre",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",strike:"text-decoration:line-through",u:"text-decoration:underline"}},i={},s=uni.getSystemInfoSync(),a=s.windowWidth,o=c(" ,\r,\n,\t,\f"),l=0;function c(t){for(var n=Object.create(null),r=t.split(","),e=r.length;e--;)n[r[e]]=!0;return n}function h(t,n){var r=t.indexOf("&");while(-1!==r){var i=t.indexOf(";",r+3),s=void 0;if(-1===i)break;"#"===t[r+1]?(s=parseInt(("x"===t[r+2]?"0":"")+t.substring(r+2,i)),isNaN(s)||(t=t.substr(0,r)+String.fromCharCode(s)+t.substr(i+1))):(s=t.substring(r+1,i),(e.entities[s]||"amp"===s&&n)&&(t=t.substr(0,r)+(e.entities[s]||"&")+t.substr(i+1))),r=t.indexOf("&",r+1)}return t}function d(t){this.options=t||{},this.tagStyle=Object.assign(e.tagStyle,this.options.tagStyle),this.imgList=t.imgList||[],this.plugins=t.plugins||[],this.attrs=Object.create(null),this.stack=[],this.nodes=[],this.pre=(this.options.containerStyle||"").includes("white-space")&&this.options.containerStyle.includes("pre")?2:0}function f(t){this.handler=t}e.ignoreTags.iframe=void 0,e.trustTags.iframe=!0,e.ignoreTags.embed=void 0,e.trustTags.embed=!0,d.prototype.parse=function(t){for(var n=this.plugins.length;n--;)this.plugins[n].onUpdate&&(t=this.plugins[n].onUpdate(t,e)||t);new f(this).parse(t);while(this.stack.length)this.popNode();return this.nodes},d.prototype.expose=function(){for(var t=this.stack.length;t--;){var n=this.stack[t];if("a"===n.name||n.c)return;n.c=1}},d.prototype.hook=function(t){for(var n=this.plugins.length;n--;)if(this.plugins[n].onParse&&!1===this.plugins[n].onParse(t,this))return!1;return!0},d.prototype.getUrl=function(t){var n=this.options.domain;return"/"===t[0]?"/"===t[1]?t=(n?n.split("://")[0]:"http")+":"+t:n&&(t=n+t):!n||t.includes("data:")||t.includes("://")||(t=n+"/"+t),t},d.prototype.parseStyle=function(t){var n=t.attrs,r=(this.tagStyle[t.name]||"").split(";").concat((n.style||"").split(";")),e={},i="";n.id&&(this.options.useAnchor?this.expose():"img"!==t.name&&"a"!==t.name&&"video"!==t.name&&"audio"!==t.name&&(n.id=void 0)),n.width&&(e.width=parseFloat(n.width)+(n.width.includes("%")?"%":"px"),n.width=void 0),n.height&&(e.height=parseFloat(n.height)+(n.height.includes("%")?"%":"px"),n.height=void 0);for(var s=0,l=r.length;s<l;s++){var c=r[s].split(":");if(!(c.length<2)){var h=c.shift().trim().toLowerCase(),d=c.join(":").trim();if("-"===d[0]&&d.lastIndexOf("-")>0||d.includes("safe"))i+=";".concat(h,":").concat(d);else if(!e[h]||d.includes("import")||!e[h].includes("import")){if(d.includes("url")){var f=d.indexOf("(")+1;if(f){while('"'===d[f]||"'"===d[f]||o[d[f]])f++;d=d.substr(0,f)+this.getUrl(d.substr(f))}}else d.includes("rpx")&&(d=d.replace(/[0-9.]+\s*rpx/g,(function(t){return parseFloat(t)*a/750+"px"})));e[h]=d}}}return t.attrs.style=i,e},d.prototype.onTagName=function(t){this.tagName=this.xml?t:t.toLowerCase(),"svg"===this.tagName&&(this.xml=(this.xml||0)+1)},d.prototype.onAttrName=function(t){t=this.xml?t:t.toLowerCase(),"data-"===t.substr(0,5)?"data-src"!==t||this.attrs.src?"img"===this.tagName||"a"===this.tagName?this.attrName=t:this.attrName=void 0:this.attrName="src":(this.attrName=t,this.attrs[t]="T")},d.prototype.onAttrVal=function(t){var n=this.attrName||"";"style"===n||"href"===n?this.attrs[n]=h(t,!0):n.includes("src")?this.attrs[n]=this.getUrl(h(t,!0)):n&&(this.attrs[n]=t)},d.prototype.onOpenTag=function(t){var n=Object.create(null);n.name=this.tagName,n.attrs=this.attrs,this.options.nodes.length&&(n.type="node"),this.attrs=Object.create(null);var r=n.attrs,s=this.stack[this.stack.length-1],o=s?s.children:this.nodes,c=this.xml?t:e.voidTags[n.name];if(i[n.name]&&(r.class=i[n.name]+(r.class?" "+r.class:"")),"embed"===n.name&&this.expose(),"video"!==n.name&&"audio"!==n.name||("video"!==n.name||r.id||(r.id="v"+l++),r.controls||r.autoplay||(r.controls="T"),n.src=[],r.src&&(n.src.push(r.src),r.src=void 0),this.expose()),c){if(!this.hook(n)||e.ignoreTags[n.name])return void("base"!==n.name||this.options.domain?"source"===n.name&&s&&("video"===s.name||"audio"===s.name)&&r.src&&s.src.push(r.src):this.options.domain=r.href);var h=this.parseStyle(n);if("img"===n.name){if(r.src&&(r.src.includes("webp")&&(n.webp="T"),r.src.includes("data:")&&!r["original-src"]&&(r.ignore="T"),!r.ignore||n.webp||r.src.includes("cloud://"))){for(var d=this.stack.length;d--;){var f=this.stack[d];if("a"===f.name){n.a=f.attrs;break}f.c=1}r.i=this.imgList.length.toString();var u=r["original-src"]||r.src;this.imgList.push(u),this.options.lazyLoad&&(r["data-src"]=r.src,r.src=void 0)}"inline"===h.display&&(h.display=""),r.ignore&&(h["max-width"]=h["max-width"]||"100%",r.style+=";-webkit-touch-callout:none"),parseInt(h.width)>a&&(h.height=void 0),h.width&&(h.width.includes("auto")?h.width="":(n.w="T",h.height&&!h.height.includes("auto")&&(n.h="T")))}else if("svg"===n.name)return o.push(n),this.stack.push(n),void this.popNode();for(var p in h)h[p]&&(r.style+=";".concat(p,":").concat(h[p].replace(" !important","")));r.style=r.style.substr(1)||void 0}else("pre"===n.name||(r.style||"").includes("white-space")&&r.style.includes("pre"))&&2!==this.pre&&(this.pre=n.pre=1),n.children=[],this.stack.push(n);o.push(n)},d.prototype.onCloseTag=function(t){var n;for(t=this.xml?t:t.toLowerCase(),n=this.stack.length;n--;)if(this.stack[n].name===t)break;if(-1!==n)while(this.stack.length>n)this.popNode();else if("p"===t||"br"===t){var r=this.stack.length?this.stack[this.stack.length-1].children:this.nodes;r.push({name:t,attrs:{class:i[t],style:this.tagStyle[t]}})}},d.prototype.popNode=function(){var t=this.stack.pop(),n=t.attrs,r=t.children,i=this.stack[this.stack.length-1],s=i?i.children:this.nodes;if(!this.hook(t)||e.ignoreTags[t.name])return"title"===t.name&&r.length&&"text"===r[0].type&&this.options.setTitle&&uni.setNavigationBarTitle({title:r[0].text}),void s.pop();if(t.pre&&2!==this.pre){this.pre=t.pre=void 0;for(var o=this.stack.length;o--;)this.stack[o].pre&&(this.pre=1)}var l={};if("svg"===t.name){if(this.xml>1)return void this.xml--;var c="",h=n.style;return n.style="",n.xmlns="http://www.w3.org/2000/svg",function t(n){if("text"!==n.type){for(var r in c+="<"+n.name,n.attrs){var e=n.attrs[r];e&&("viewbox"===r&&(r="viewBox"),c+=" ".concat(r,'="').concat(e,'"'))}if(n.children){c+=">";for(var i=0;i<n.children.length;i++)t(n.children[i]);c+="</"+n.name+">"}else c+="/>"}else c+=n.text}(t),t.name="img",t.attrs={src:"data:image/svg+xml;utf8,"+c.replace(/#/g,"%23"),style:h,ignore:"T"},t.children=void 0,void(this.xml=!1)}if(n.align&&("table"===t.name?"center"===n.align?l["margin-inline-start"]=l["margin-inline-end"]="auto":l.float=n.align:l["text-align"]=n.align,n.align=void 0),"font"===t.name&&(n.color&&(l.color=n.color,n.color=void 0),n.face&&(l["font-family"]=n.face,n.face=void 0),n.size)){var d=parseInt(n.size);isNaN(d)||(d<1?d=1:d>7&&(d=7),l["font-size"]=["xx-small","x-small","small","medium","large","x-large","xx-large"][d-1]),n.size=void 0}if((n.class||"").includes("align-center")&&(l["text-align"]="center"),Object.assign(l,this.parseStyle(t)),parseInt(l.width)>a&&(l["max-width"]="100%",l["box-sizing"]="border-box"),e.blockTags[t.name]?t.name="div":e.trustTags[t.name]||this.xml||(t.name="span"),"a"===t.name||"ad"===t.name||"iframe"===t.name)this.expose();else if("ul"!==t.name&&"ol"!==t.name||!t.c){if("table"===t.name){var f=parseFloat(n.cellpadding),u=parseFloat(n.cellspacing),p=parseFloat(n.border);if(t.c&&(isNaN(f)&&(f=2),isNaN(u)&&(u=2)),p&&(n.style+=";border:"+p+"px solid gray"),t.flag&&t.c){l.display="grid",u?(l["grid-gap"]=u+"px",l.padding=u+"px"):p&&(n.style+=";border-left:0;border-top:0");var g=[],v=[],m=[],y={};(function t(n){for(var r=0;r<n.length;r++)"tr"===n[r].name?v.push(n[r]):t(n[r].children||[])})(r);for(var b=1;b<=v.length;b++){for(var x=1,_=0;_<v[b-1].children.length;_++,x++){var w=v[b-1].children[_];if("td"===w.name||"th"===w.name){while(y[b+"."+x])x++;var k=w.attrs.style||"",T=k.indexOf("width")?k.indexOf(";width"):0;if(-1!==T){var N=k.indexOf(";",T+6);-1===N&&(N=k.length),w.attrs.colspan||(g[x]=k.substring(T?T+7:6,N)),k=k.substr(0,T)+k.substr(N)}if(k+=(p?";border:".concat(p,"px solid gray")+(u?"":";border-right:0;border-bottom:0"):"")+(f?";padding:".concat(f,"px"):""),w.attrs.colspan&&(k+=";grid-column-start:".concat(x,";grid-column-end:").concat(x+parseInt(w.attrs.colspan)),w.attrs.rowspan||(k+=";grid-row-start:".concat(b,";grid-row-end:").concat(b+1)),x+=parseInt(w.attrs.colspan)-1),w.attrs.rowspan){k+=";grid-row-start:".concat(b,";grid-row-end:").concat(b+parseInt(w.attrs.rowspan)),w.attrs.colspan||(k+=";grid-column-start:".concat(x,";grid-column-end:").concat(x+1));for(var O=1;O<w.attrs.rowspan;O++)y[b+O+"."+x]=1}k&&(w.attrs.style=k),m.push(w)}}if(1===b){for(var S="",I=1;I<x;I++)S+=(g[I]?g[I]:"auto")+" ";l["grid-template-columns"]=S}}t.children=m}else t.c&&(l.display="table"),isNaN(u)||(l["border-spacing"]=u+"px"),(p||f)&&function t(n){for(var r=0;r<n.length;r++){var e=n[r];"th"===e.name||"td"===e.name?(p&&(e.attrs.style="border:".concat(p,"px solid gray;").concat(e.attrs.style||"")),f&&(e.attrs.style="padding:".concat(f,"px;").concat(e.attrs.style||""))):e.children&&t(e.children)}}(r);if(this.options.scrollTable&&!(n.style||"").includes("inline")){var $=Object.assign({},t);t.name="div",t.attrs={style:"overflow:auto"},t.children=[$],n=$.attrs}}else if("td"!==t.name&&"th"!==t.name||!n.colspan&&!n.rowspan){if("ruby"===t.name){t.name="span";for(var C=0;C<r.length-1;C++)"text"===r[C].type&&"rt"===r[C+1].name&&(r[C]={name:"div",attrs:{style:"display:inline-block"},children:[{name:"div",attrs:{style:"font-size:50%;text-align:start"},children:r[C+1].children},r[C]]},r.splice(C+1,1))}else if(t.c){t.c=2;for(var L=t.children.length;L--;)t.children[L].c&&"table"!==t.children[L].name||(t.c=1)}}else for(var z=this.stack.length;z--;)if("table"===this.stack[z].name){this.stack[z].flag=1;break}}else{var E={a:"lower-alpha",A:"upper-alpha",i:"lower-roman",I:"upper-roman"};E[n.type]&&(n.style+=";list-style-type:"+E[n.type],n.type=void 0);for(var j=r.length;j--;)"li"===r[j].name&&(r[j].c=1)}if((l.display||"").includes("flex")&&!t.c)for(var A=r.length;A--;){var q=r[A];q.f&&(q.attrs.style=(q.attrs.style||"")+q.f,q.f=void 0)}var M=i&&(i.attrs.style||"").includes("flex")&&!t.c;for(var B in M&&(t.f=";max-width:100%"),l)if(l[B]){var V=";".concat(B,":").concat(l[B].replace(" !important",""));M&&(B.includes("flex")&&"flex-direction"!==B||"align-self"===B||"-"===l[B][0]||"width"===B&&V.includes("%"))?(t.f+=V,"width"===B&&(n.style+=";width:100%")):n.style+=V}n.style=n.style.substr(1)||void 0},d.prototype.onText=function(t){if(!this.pre){for(var n,r="",e=0,i=t.length;e<i;e++)o[t[e]]?(" "!==r[r.length-1]&&(r+=" "),"\n"!==t[e]||n||(n=!0)):r+=t[e];if(" "===r&&n)return;t=r}var s=Object.create(null);if(s.type="text",s.text=h(t),this.hook(s)){var a=this.stack.length?this.stack[this.stack.length-1].children:this.nodes;a.push(s)}},f.prototype.parse=function(t){this.content=t||"",this.i=0,this.start=0,this.state=this.text;for(var n=this.content.length;-1!==this.i&&this.i<n;)this.state()},f.prototype.checkClose=function(t){var n="/"===this.content[this.i];return!!(">"===this.content[this.i]||n&&">"===this.content[this.i+1])&&(t&&this.handler[t](this.content.substring(this.start,this.i)),this.i+=n?2:1,this.start=this.i,this.handler.onOpenTag(n),"script"===this.handler.tagName?(this.i=this.content.indexOf("</",this.i),-1!==this.i&&(this.i+=2,this.start=this.i),this.state=this.endTag):this.state=this.text,!0)},f.prototype.text=function(){if(this.i=this.content.indexOf("<",this.i),-1!==this.i){var t=this.content[this.i+1];if(t>="a"&&t<="z"||t>="A"&&t<="Z")this.start!==this.i&&this.handler.onText(this.content.substring(this.start,this.i)),this.start=++this.i,this.state=this.tagName;else if("/"===t||"!"===t||"?"===t){this.start!==this.i&&this.handler.onText(this.content.substring(this.start,this.i));var n=this.content[this.i+2];if("/"===t&&(n>="a"&&n<="z"||n>="A"&&n<="Z"))return this.i+=2,this.start=this.i,void(this.state=this.endTag);var r="--\x3e";"!"===t&&"-"===this.content[this.i+2]&&"-"===this.content[this.i+3]||(r=">"),this.i=this.content.indexOf(r,this.i),-1!==this.i&&(this.i+=r.length,this.start=this.i)}else this.i++}else this.start<this.content.length&&this.handler.onText(this.content.substring(this.start,this.content.length))},f.prototype.tagName=function(){if(o[this.content[this.i]]){this.handler.onTagName(this.content.substring(this.start,this.i));while(o[this.content[++this.i]]);this.i<this.content.length&&!this.checkClose()&&(this.start=this.i,this.state=this.attrName)}else this.checkClose("onTagName")||this.i++},f.prototype.attrName=function(){var t=this.content[this.i];if(o[t]||"="===t){this.handler.onAttrName(this.content.substring(this.start,this.i));var n="="===t,r=this.content.length;while(++this.i<r)if(t=this.content[this.i],!o[t]){if(this.checkClose())return;if(n)return this.start=this.i,void(this.state=this.attrVal);if("="!==this.content[this.i])return this.start=this.i,void(this.state=this.attrName);n=!0}}else this.checkClose("onAttrName")||this.i++},f.prototype.attrVal=function(){var t=this.content[this.i],n=this.content.length;if('"'===t||"'"===t){if(this.start=++this.i,this.i=this.content.indexOf(t,this.i),-1===this.i)return;this.handler.onAttrVal(this.content.substring(this.start,this.i))}else for(;this.i<n;this.i++){if(o[this.content[this.i]]){this.handler.onAttrVal(this.content.substring(this.start,this.i));break}if(this.checkClose("onAttrVal"))return}while(o[this.content[++this.i]]);this.i<n&&!this.checkClose()&&(this.start=this.i,this.state=this.attrName)},f.prototype.endTag=function(){var t=this.content[this.i];if(o[t]||">"===t||"/"===t){if(this.handler.onCloseTag(this.content.substring(this.start,this.i)),">"!==t&&(this.i=this.content.indexOf(">",this.i),-1===this.i))return;this.start=++this.i,this.state=this.text}else this.i++},t.exports=d},1026:function(t,n,r){"use strict";r.r(n);var e=r("a1fa"),i=r("9692");for(var s in i)["default"].indexOf(s)<0&&function(t){r.d(n,t,(function(){return i[t]}))}(s);r("e3af");var a,o=r("f0c5"),l=Object(o["a"])(i["default"],e["b"],e["c"],!1,null,"35df526d",null,!1,e["a"],a);n["default"]=l.exports},"29b2":function(t,n,r){"use strict";r("7a82");var e=r("4ea4").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,r("14d9"),r("e25e"),r("caad"),r("2532");var i=e(r("3499")),s={name:"node",options:{},data:function(){return{ctrl:{}}},props:{name:String,attrs:{type:Object,default:function(){return{}}},childs:Array,opts:Array},components:{node:i.default},mounted:function(){var t=this;for(this.root=this.$parent;"mp-html"!==this.root.$options.name;this.root=this.root.$parent);if(this.opts[0]){var n;for(n=this.childs.length;n--;)if("img"===this.childs[n].name)break;-1!==n&&(this.observer=uni.createIntersectionObserver(this).relativeToViewport({top:500,bottom:500}),this.observer.observe("._img",(function(n){n.intersectionRatio&&(t.$set(t.ctrl,"load",1),t.observer.disconnect())})))}},beforeDestroy:function(){this.observer&&this.observer.disconnect()},methods:{play:function(t){if(this.root.pauseVideo){for(var n=!1,r=t.target.id,e=this.root._videos.length;e--;)this.root._videos[e].id===r?n=!0:this.root._videos[e].pause();if(!n){var i=uni.createVideoContext(r,this);i.id=r,this.root._videos.push(i)}}},imgTap:function(t){var n=this.childs[t.currentTarget.dataset.i];n.a?this.linkTap(n.a):n.attrs.ignore||(n.attrs.src=n.attrs.src||n.attrs["data-src"],this.root.$emit("imgtap",n.attrs),this.root.previewImg&&uni.previewImage({current:parseInt(n.attrs.i),urls:this.root.imgList}))},imgLongTap:function(t){},imgLoad:function(t){var n=t.currentTarget.dataset.i;(this.opts[1]&&!this.ctrl[n]||-1===this.ctrl[n])&&this.$set(this.ctrl,n,1)},linkTap:function(t){var n=t.currentTarget?this.childs[t.currentTarget.dataset.i]:{},r=n.attrs||t,e=r.href;this.root.$emit("linktap",Object.assign({innerText:this.root.getText(n.children||[])},r)),e&&("#"===e[0]?this.root.navigateTo(e.substring(1)).catch((function(){})):e.includes("://")?this.root.copyLink&&window.open(e):uni.navigateTo({url:e,fail:function(){uni.switchTab({url:e,fail:function(){}})}}))},mediaError:function(t){var n=t.currentTarget.dataset.i,r=this.childs[n];if("video"===r.name||"audio"===r.name){var e=(this.ctrl[n]||0)+1;if(e>r.src.length&&(e=0),e<r.src.length)return void this.$set(this.ctrl,n,e)}else"img"===r.name&&this.opts[2]&&this.$set(this.ctrl,n,-1);this.root&&this.root.$emit("error",{source:r.name,attrs:r.attrs,errMsg:t.detail.errMsg})}}};n.default=s},3499:function(t,n,r){"use strict";r.r(n);var e=r("f188"),i=r("5916");for(var s in i)["default"].indexOf(s)<0&&function(t){r.d(n,t,(function(){return i[t]}))}(s);r("5d88");var a,o=r("f0c5"),l=r("022c4"),c=Object(o["a"])(i["default"],e["b"],e["c"],!1,null,"5805f00f",null,!1,e["a"],a);"function"===typeof l["a"]&&Object(l["a"])(c),n["default"]=c.exports},"3f00":function(t,n,r){var e=r("24fb");n=e(!1),n.push([t.i,"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n/* a 标签默认效果 */._a[data-v-5805f00f]{padding:1.5px 0 1.5px 0;color:#366092;word-break:break-all}\r\n/* a 标签点击态效果 */._hover[data-v-5805f00f]{text-decoration:underline;opacity:.7}\r\n/* 图片默认效果 */._img[data-v-5805f00f]{max-width:100%;-webkit-touch-callout:none}\r\n/* 内部样式 */._b[data-v-5805f00f],\r\n._strong[data-v-5805f00f]{font-weight:700}._code[data-v-5805f00f]{font-family:monospace}._del[data-v-5805f00f]{text-decoration:line-through}._em[data-v-5805f00f],\r\n._i[data-v-5805f00f]{font-style:italic}._h1[data-v-5805f00f]{font-size:2em}._h2[data-v-5805f00f]{font-size:1.5em}._h3[data-v-5805f00f]{font-size:1.17em}._h5[data-v-5805f00f]{font-size:.83em}._h6[data-v-5805f00f]{font-size:.67em}._h1[data-v-5805f00f],\r\n._h2[data-v-5805f00f],\r\n._h3[data-v-5805f00f],\r\n._h4[data-v-5805f00f],\r\n._h5[data-v-5805f00f],\r\n._h6[data-v-5805f00f]{display:block;font-weight:700}._image[data-v-5805f00f]{height:1px}._ins[data-v-5805f00f]{text-decoration:underline}._li[data-v-5805f00f]{display:list-item}._ol[data-v-5805f00f]{list-style-type:decimal}._ol[data-v-5805f00f],\r\n._ul[data-v-5805f00f]{display:block;padding-left:40px;margin:1em 0}._q[data-v-5805f00f]::before{content:'\"'}._q[data-v-5805f00f]::after{content:'\"'}._sub[data-v-5805f00f]{font-size:smaller;vertical-align:sub}._sup[data-v-5805f00f]{font-size:smaller;vertical-align:super}._thead[data-v-5805f00f],\r\n._tbody[data-v-5805f00f],\r\n._tfoot[data-v-5805f00f]{display:table-row-group}._tr[data-v-5805f00f]{display:table-row}._td[data-v-5805f00f],\r\n._th[data-v-5805f00f]{display:table-cell;vertical-align:middle}._th[data-v-5805f00f]{font-weight:700;text-align:center}._ul[data-v-5805f00f]{list-style-type:disc}._ul ._ul[data-v-5805f00f]{margin:0;list-style-type:circle}._ul ._ul ._ul[data-v-5805f00f]{list-style-type:square}._abbr[data-v-5805f00f],\r\n._b[data-v-5805f00f],\r\n._code[data-v-5805f00f],\r\n._del[data-v-5805f00f],\r\n._em[data-v-5805f00f],\r\n._i[data-v-5805f00f],\r\n._ins[data-v-5805f00f],\r\n._label[data-v-5805f00f],\r\n._q[data-v-5805f00f],\r\n._span[data-v-5805f00f],\r\n._strong[data-v-5805f00f],\r\n._sub[data-v-5805f00f],\r\n._sup[data-v-5805f00f]{display:inline}\r\n\r\n",""]),t.exports=n},4073:function(t,n,r){var e=r("24fb");n=e(!1),n.push([t.i,"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n/* 根节点样式 */._root[data-v-35df526d]{padding:1px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}\r\n/* 长按复制 */._select[data-v-35df526d]{-webkit-user-select:text;user-select:text}\r\n",""]),t.exports=n},5916:function(t,n,r){"use strict";r.r(n);var e=r("29b2"),i=r.n(e);for(var s in e)["default"].indexOf(s)<0&&function(t){r.d(n,t,(function(){return e[t]}))}(s);n["default"]=i.a},"5d88":function(t,n,r){"use strict";var e=r("dea9"),i=r.n(e);i.a},9692:function(t,n,r){"use strict";r.r(n);var e=r("e4b9"),i=r.n(e);for(var s in e)["default"].indexOf(s)<0&&function(t){r.d(n,t,(function(){return e[t]}))}(s);n["default"]=i.a},a1fa:function(t,n,r){"use strict";var e;r.d(n,"b",(function(){return i})),r.d(n,"c",(function(){return s})),r.d(n,"a",(function(){return e}));var i=function(){var t=this,n=t.$createElement,r=t._self._c||n;return r("v-uni-view",{class:(t.selectable?"_select ":"")+"_root",style:t.containerStyle,attrs:{id:"_root"}},[t.nodes[0]?r("node",{attrs:{childs:t.nodes,opts:[t.lazyLoad,t.loadingImg,t.errorImg,t.showImgMenu],name:"span"}}):t._t("default")],2)},s=[]},dea9:function(t,n,r){var e=r("3f00");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var i=r("4f06").default;i("36362d6c",e,!0,{sourceMap:!1,shadowMode:!1})},e3af:function(t,n,r){"use strict";var e=r("e472"),i=r.n(e);i.a},e472:function(t,n,r){var e=r("4073");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var i=r("4f06").default;i("1a1503e1",e,!0,{sourceMap:!1,shadowMode:!1})},e4b9:function(t,n,r){"use strict";r("7a82");var e=r("4ea4").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,r("a9e3"),r("14d9"),r("d3b7"),r("d9e2"),r("d401"),r("e25e"),r("ac1f"),r("5319"),r("99af");var i=e(r("3499")),s=[],a=r("0ddd"),o={name:"mp-html",data:function(){return{nodes:[]}},props:{containerStyle:{type:String,default:""},content:String,copyLink:{type:[Boolean,String],default:!0},domain:String,errorImg:{type:String,default:""},lazyLoad:{type:[Boolean,String],default:!1},loadingImg:{type:String,default:""},pauseVideo:{type:[Boolean,String],default:!0},previewImg:{type:[Boolean,String],default:!0},scrollTable:[Boolean,String],selectable:[Boolean,String],setTitle:{type:[Boolean,String],default:!0},showImgMenu:{type:[Boolean,String],default:!0},tagStyle:Object,useAnchor:[Boolean,Number]},components:{node:i.default},watch:{content:function(t){this.setContent(t)}},created:function(){this.plugins=[];for(var t=s.length;t--;)this.plugins.push(new s[t](this))},mounted:function(){this.content&&!this.nodes.length&&this.setContent(this.content)},beforeDestroy:function(){this._hook("onDetached"),clearInterval(this._timer)},methods:{in:function(t,n,r){t&&n&&r&&(this._in={page:t,selector:n,scrollTop:r})},navigateTo:function(t,n){var r=this;return new Promise((function(e,i){if(r.useAnchor){n=n||parseInt(r.useAnchor)||0;var s=" ",a=uni.createSelectorQuery().in(r._in?r._in.page:r).select((r._in?r._in.selector:"._root")+(t?"".concat(s,"#").concat(t):"")).boundingClientRect();r._in?a.select(r._in.selector).scrollOffset().select(r._in.selector).boundingClientRect():a.selectViewport().scrollOffset(),a.exec((function(t){if(t[0]){var s=t[1].scrollTop+t[0].top-(t[2]?t[2].top:0)+n;r._in?r._in.page[r._in.scrollTop]=s:uni.pageScrollTo({scrollTop:s,duration:300}),e()}else i(Error("Label not found"))}))}else i(Error("Anchor is disabled"))}))},getText:function(t){var n="";return function t(r){for(var e=0;e<r.length;e++){var i=r[e];if("text"===i.type)n+=i.text.replace(/&/g,"&");else if("br"===i.name)n+="\n";else{var s="p"===i.name||"div"===i.name||"tr"===i.name||"li"===i.name||"h"===i.name[0]&&i.name[1]>"0"&&i.name[1]<"7";s&&n&&"\n"!==n[n.length-1]&&(n+="\n"),i.children&&t(i.children),s&&"\n"!==n[n.length-1]?n+="\n":"td"!==i.name&&"th"!==i.name||(n+="\t")}}}(t||this.nodes),n},getRect:function(){var t=this;return new Promise((function(n,r){uni.createSelectorQuery().in(t).select("#_root").boundingClientRect().exec((function(t){return t[0]?n(t[0]):r(Error("Root label not found"))}))}))},setContent:function(t,n){var r=this;n&&this.imgList||(this.imgList=[]);var e,i=new a(this).parse(t);this.$set(this,"nodes",n?(this.nodes||[]).concat(i):i),this._videos=[],this.$nextTick((function(){r._hook("onLoad"),r.$emit("load")})),clearInterval(this._timer),this._timer=setInterval((function(){r.getRect().then((function(t){t.height===e&&(r.$emit("ready",t),clearInterval(r._timer)),e=t.height})).catch((function(){}))}),350)},_hook:function(t){for(var n=s.length;n--;)this.plugins[n][t]&&this.plugins[n][t]()}}};n.default=o},f188:function(t,n,r){"use strict";var e;r.d(n,"b",(function(){return i})),r.d(n,"c",(function(){return s})),r.d(n,"a",(function(){return e}));var i=function(){var t=this,n=t.$createElement,r=t._self._c||n;return r("v-uni-view",{class:"_"+t.name+" "+t.attrs.class,style:t.attrs.style,attrs:{id:t.attrs.id}},[t._l(t.childs,(function(n,e){return["img"===n.name&&(t.opts[1]&&!t.ctrl[e]||t.ctrl[e]<0)?r("v-uni-image",{key:e+"_0",staticClass:"_img",style:n.attrs.style,attrs:{src:t.ctrl[e]<0?t.opts[2]:t.opts[1],mode:"widthFix"}}):t._e(),"img"===n.name?r("img",{key:e+"_1",class:"_img "+n.attrs.class,style:(-1===t.ctrl[e]?"display:none;":"")+n.attrs.style,attrs:{id:n.attrs.id,src:n.attrs.src||(t.ctrl.load?n.attrs["data-src"]:""),"data-i":e},on:{load:function(n){arguments[0]=n=t.$handleEvent(n),t.imgLoad.apply(void 0,arguments)},error:function(n){arguments[0]=n=t.$handleEvent(n),t.mediaError.apply(void 0,arguments)},longpress:function(n){arguments[0]=n=t.$handleEvent(n),t.imgLongTap.apply(void 0,arguments)},click:function(n){n.stopPropagation(),arguments[0]=n=t.$handleEvent(n),t.imgTap.apply(void 0,arguments)}}}):n.text?r("v-uni-text",{attrs:{"user-select":n.us,decode:!0}},[t._v(t._s(n.text))]):"br"===n.name?r("v-uni-text",[t._v("\\n")]):"a"===n.name?r("v-uni-view",{class:(n.attrs.href?"_a ":"")+n.attrs.class,style:"display:inline;"+n.attrs.style,attrs:{id:n.attrs.id,"hover-class":"_hover","data-i":e},on:{click:function(n){n.stopPropagation(),arguments[0]=n=t.$handleEvent(n),t.linkTap.apply(void 0,arguments)}}},[r("node",{staticStyle:{display:"inherit"},attrs:{name:"span",childs:n.children,opts:t.opts}})],1):"video"===n.name?r("v-uni-video",{class:n.attrs.class,style:n.attrs.style,attrs:{id:n.attrs.id,autoplay:n.attrs.autoplay,controls:n.attrs.controls,loop:n.attrs.loop,muted:n.attrs.muted,poster:n.attrs.poster,src:n.src[t.ctrl[e]||0],"data-i":e},on:{play:function(n){arguments[0]=n=t.$handleEvent(n),t.play.apply(void 0,arguments)},error:function(n){arguments[0]=n=t.$handleEvent(n),t.mediaError.apply(void 0,arguments)}}}):"iframe"===n.name?r("iframe",{style:n.attrs.style,attrs:{allowfullscreen:n.attrs.allowfullscreen,frameborder:n.attrs.frameborder,src:n.attrs.src}}):"embed"===n.name?r("embed",{style:n.attrs.style,attrs:{src:n.attrs.src}}):"audio"===n.name?r("v-uni-audio",{class:n.attrs.class,style:n.attrs.style,attrs:{id:n.attrs.id,author:n.attrs.author,controls:n.attrs.controls,loop:n.attrs.loop,name:n.attrs.name,poster:n.attrs.poster,src:n.src[t.ctrl[e]||0],"data-i":e},on:{play:function(n){arguments[0]=n=t.$handleEvent(n),t.play.apply(void 0,arguments)},error:function(n){arguments[0]=n=t.$handleEvent(n),t.mediaError.apply(void 0,arguments)}}}):"table"===n.name&&n.c||"li"===n.name?r("v-uni-view",{class:"_"+n.name+" "+n.attrs.class,style:n.attrs.style,attrs:{id:n.attrs.id}},["li"===n.name?r("node",{attrs:{childs:n.children,opts:t.opts}}):t._l(n.children,(function(n,e){return r("v-uni-view",{key:e,class:"_"+n.name+" "+n.attrs.class,style:n.attrs.style},["td"===n.name||"th"===n.name?r("node",{attrs:{childs:n.children,opts:t.opts}}):t._l(n.children,(function(n,e){return["td"===n.name||"th"===n.name?r("v-uni-view",{key:e+"_0",class:"_"+n.name+" "+n.attrs.class,style:n.attrs.style},[r("node",{attrs:{childs:n.children,opts:t.opts}})],1):r("v-uni-view",{class:"_"+n.name+" "+n.attrs.class,style:n.attrs.style},t._l(n.children,(function(n,e){return r("v-uni-view",{key:e,class:"_"+n.name+" "+n.attrs.class,style:n.attrs.style},[r("node",{attrs:{childs:n.children,opts:t.opts}})],1)})),1)]}))],2)}))],2):t.handler.use(n)?r("v-uni-rich-text",{style:n.f,attrs:{id:n.attrs.id,nodes:[n]}}):2===n.c?r("v-uni-view",{class:"_"+n.name+" "+n.attrs.class,style:n.f+";"+n.attrs.style,attrs:{id:n.attrs.id}},t._l(n.children,(function(n,e){return r("node",{key:e,style:n.f,attrs:{name:n.name,attrs:n.attrs,childs:n.children,opts:t.opts}})})),1):r("node",{style:n.f,attrs:{name:n.name,attrs:n.attrs,childs:n.children,opts:t.opts}})]}))],2)},s=[]}}]);
|