|
- !function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e=function(){return n};var r,n={},o=Object.prototype,i=o.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},c="function"==typeof Symbol?Symbol:{},l=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",s=c.toStringTag||"@@toStringTag";function f(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(r){f=function(t,e,r){return t[e]=r}}function d(t,e,r,n){var o=e&&e.prototype instanceof b?e:b,i=Object.create(o.prototype),c=new G(n||[]);return a(i,"_invoke",{value:_(t,r,c)}),i}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}n.wrap=d;var p="suspendedStart",v="suspendedYield",m="executing",g="completed",y={};function b(){}function w(){}function x(){}var j={};f(j,l,(function(){return this}));var O=Object.getPrototypeOf,L=O&&O(O(z([])));L&&L!==o&&i.call(L,l)&&(j=L);var E=x.prototype=b.prototype=Object.create(j);function P(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function k(e,r){function n(o,a,c,l){var u=h(e[o],e,a);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==t(f)&&i.call(f,"__await")?r.resolve(f.__await).then((function(t){n("next",t,c,l)}),(function(t){n("throw",t,c,l)})):r.resolve(f).then((function(t){s.value=t,c(s)}),(function(t){return n("throw",t,c,l)}))}l(u.arg)}var o;a(this,"_invoke",{value:function(t,e){function i(){return new r((function(r,o){n(t,e,r,o)}))}return o=o?o.then(i,i):i()}})}function _(t,e,n){var o=p;return function(i,a){if(o===m)throw Error("Generator is already running");if(o===g){if("throw"===i)throw a;return{value:r,done:!0}}for(n.method=i,n.arg=a;;){var c=n.delegate;if(c){var l=S(c,n);if(l){if(l===y)continue;return l}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===p)throw o=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=m;var u=h(t,e,n);if("normal"===u.type){if(o=n.done?g:v,u.arg===y)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=g,n.method="throw",n.arg=u.arg)}}}function S(t,e){var n=e.method,o=t.iterator[n];if(o===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=r,S(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var i=h(o,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,y;var a=i.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=r),e.delegate=null,y):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,y)}function N(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function G(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(N,this),this.reset(!0)}function z(e){if(e||""===e){var n=e[l];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function t(){for(;++o<e.length;)if(i.call(e,o))return t.value=e[o],t.done=!1,t;return t.value=r,t.done=!0,t};return a.next=a}}throw new TypeError(t(e)+" is not iterable")}return w.prototype=x,a(E,"constructor",{value:x,configurable:!0}),a(x,"constructor",{value:w,configurable:!0}),w.displayName=f(x,s,"GeneratorFunction"),n.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===w||"GeneratorFunction"===(e.displayName||e.name))},n.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,x):(t.__proto__=x,f(t,s,"GeneratorFunction")),t.prototype=Object.create(E),t},n.awrap=function(t){return{__await:t}},P(k.prototype),f(k.prototype,u,(function(){return this})),n.AsyncIterator=k,n.async=function(t,e,r,o,i){void 0===i&&(i=Promise);var a=new k(d(t,e,r,o),i);return n.isGeneratorFunction(e)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},P(E),f(E,s,"Generator"),f(E,l,(function(){return this})),f(E,"toString",(function(){return"[object Generator]"})),n.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},n.values=z,G.prototype={constructor:G,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(T),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,o){return c.type="throw",c.arg=t,e.next=n,o&&(e.method="next",e.arg=r),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var l=i.call(a,"catchLoc"),u=i.call(a,"finallyLoc");if(l&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,y):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),T(r),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:z(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=r),y}},n}function r(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){o(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function o(e,r,n){return(r=function(e){var r=function(e,r){if("object"!=t(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,r||"default");if("object"!=t(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(e,"string");return"symbol"==t(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function i(t,e,r,n,o,i,a){try{var c=t[i](a),l=c.value}catch(t){return void r(t)}c.done?e(l):Promise.resolve(l).then(n,o)}System.register(["./base-legacy.5aa23bc0.js","./index-legacy.791c97452.js","./index-legacy.0af8d43f2.js","./index-legacy.a71edc95.js","./application-warning-legacy.929610e3.js"],(function(t,r){"use strict";var o,a,c,l,u,s,f,d,h,p,v,m,g,y,b,w,x,j,O,L,E=document.createElement("style");return E.innerHTML=".notice-record{flex:1;display:flex;flex-flow:column;min-height:100%}.notice-record .page-title{background:linear-gradient(270deg,rgba(210,225,255,0) 0%,#d2e1ff 100%);color:#0967fd;padding:.10667rem .16rem;font-size:.42667rem;font-weight:500;border-radius:.10667rem;width:40%;margin-left:.26667rem;margin-top:.26667rem}.notice-record .down-m{width:.16rem;height:.16rem}.notice-record .card-list{display:flex;flex:1;padding:.26667rem}.notice-record .card-list .arrow-icon{font-size:.53333rem;position:absolute;top:50%;transform:translateY(-50%);right:.13333rem}.notice-record .card-list .van-pull-refresh{flex:1}.notice-record .card-list .van-pull-refresh .card-list-item{font-size:.37333rem;background-color:#fff;border-radius:.26667rem;overflow:hidden}.notice-record .card-list .van-pull-refresh .card-list-item:not(:last-child){margin-bottom:.26667rem}.notice-record .card-list .van-pull-refresh .card-list-item .info{padding:.4rem .26667rem 0;position:relative}.notice-record .card-list .van-pull-refresh .card-list-item .info .status-icon{width:2.13333rem;height:1.76rem;position:absolute;top:.4rem;right:.4rem}.notice-record .card-list .van-pull-refresh .card-list-item .title{margin-bottom:.4rem;display:flex;align-items:center;font-weight:600;font-size:.42667rem;color:#000}.notice-record .card-list .van-pull-refresh .card-list-item .title .tag{display:inline-block;background-color:rgba(9,103,253,.1);border-radius:.13333rem;padding:.02667rem .26667rem;font-size:.26667rem;line-height:.37333rem;font-weight:400;margin-right:.13333rem;color:#0967fd}.notice-record .card-list .van-pull-refresh .card-list-item .title .tag.tag2{background-color:rgba(176,120,243,.1);color:#b078f3}.notice-record .card-list .van-pull-refresh .card-list-item .van-col{margin-bottom:.26667rem}.notice-record .card-list .van-pull-refresh .card-list-item .label{color:#646566}.notice-record .card-list .van-pull-refresh .card-list-item .label .svg{font-size:.42667rem}.notice-record .card-list .van-pull-refresh .card-list-item .btn{padding:.26667rem 0;text-align:center;color:#0967fd;background-color:rgba(9,103,253,.1);font-weight:700}.notice-record .card-list .van-pull-refresh .card-list-item .btn:active{background-color:rgba(9,103,253,.15)}.notice-record .no-data{font-size:.32rem}\n",document.head.appendChild(E),{setters:[function(){},function(){},function(){},function(t){o=t.d,a=t.r,c=t.l,l=t.B,u=t.R,s=t.L,f=t.D,d=t.c,h=t.b,p=t.e,v=t.w,m=t.o,g=t.g,y=t.F,b=t.v,w=t.t,x=t.K,j=t.u,O=t.h},function(t){L=t.w}],execute:function(){var r={class:"notice-record"},E=h("p",{class:"page-title"},"通知记录",-1),P={class:"card-list"},k={class:"info relative"},_={class:"title"},S=h("span",{class:"tag tag2"},"短信",-1),N={class:"flex items-center"},T={class:"label items-center flex"},G=h("span",null,"联系方式:",-1),z={class:"value"},F={class:"flex items-center"},D={class:"label flex items-center"},R=h("span",null,"提醒时间:",-1),U={class:"value"},I={key:1,class:"text-center text-info no-data"},V=o({name:"noticeRecord"});t("default",Object.assign(V,{setup:function(t){var o=a([]),V=a(!1),Y=a(!1),q=a(!1),A=function(){o.value=[],Y.value=!1,V.value=!0,B()},M=j(),B=function(){var t,r=(t=e().mark((function t(){var r,i;return e().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return V.value=!0,q.value=!0,t.next=4,L(n({},M.query));case 4:i=t.sent,o.value=(null===(r=i.data.records)||void 0===r||null===(r=r.find((function(t){return t.id===1*M.query.id})))||void 0===r?void 0:r.warnMailRecords)||[],q.value=!1,V.value=!1,Y.value=!0;case 9:case"end":return t.stop()}}),t)})),function(){var e=this,r=arguments;return new Promise((function(n,o){var a=t.apply(e,r);function c(t){i(a,n,o,c,l,"next",t)}function l(t){i(a,n,o,c,l,"throw",t)}c(void 0)}))});return function(){return r.apply(this,arguments)}}();return c((function(){B()})),function(t,e){var n=O,i=l,a=u,c=s,j=f;return m(),d("div",r,[E,h("div",P,[p(j,{modelValue:q.value,"onUpdate:modelValue":e[1]||(e[1]=function(t){return q.value=t}),onRefresh:A},{default:v((function(){return[o.value&&o.value.length?(m(),g(c,{key:0,loading:V.value,"onUpdate:loading":e[0]||(e[0]=function(t){return V.value=t}),finished:Y.value,"finished-text":"没有更多了",onLoad:B},{default:v((function(){return[(m(!0),d(y,null,b(o.value,(function(t,e){return m(),d("div",{key:e,class:"card-list-item"},[h("div",k,[h("div",_,[S,h("span",null,w(t.handleUserName||"-"),1)]),p(a,{gutter:"20"},{default:v((function(){return[p(i,{span:"24"},{default:v((function(){return[h("div",N,[h("span",T,[p(n,{name:"phone","svg-class":"svg",class:"mr-[10px]"}),G]),h("span",z,w(t.handleUserPhone||"-"),1)])]})),_:2},1024),p(i,{span:"24"},{default:v((function(){return[h("div",F,[h("span",D,[p(n,{name:"time","svg-class":"svg",class:"mr-[10px]"}),R]),h("span",U,w(t.sendTime),1)])]})),_:2},1024)]})),_:2},1024),p(n,{name:"".concat("发送失败"===t.sendStatus?"status4":"status2"),class:"status-icon"},null,8,["name"])])])})),128))]})),_:1},8,["loading","finished"])):q.value||V.value||o.value.length?x("",!0):(m(),d("p",I,"暂无数据"))]})),_:1},8,["modelValue"])])])}}}))}}}))}();
|