| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-withdrawal"],{2310:function(t,a,e){"use strict";var n=e("4ea4");Object.defineProperty(a,"__esModule",{value:!0}),a.spreadCommission=o,a.userBalance=c,a.extractCash=r,a.extractBank=l,a.rechargeWechat=s,a.aliInfo=u,a.bankInfo=d,a.setAliInfo=f,a.setBankInfo=p,a.balance=v;var i=n(e("c9b6"));function o(t,a){return(0,i.default)({url:"/api/spread/commission/"+a,method:"get",data:t})}function c(t){return(0,i.default)({url:"/api/user/balance",method:"get",data:t})}function r(t){return(0,i.default)({url:"/api/extract/cash",method:"post",data:t})}function l(t){return(0,i.default)({url:"/api/extract/bank",method:"get",data:t})}function s(t){return(0,i.default)({url:"/api/recharge/wechat",method:"post",data:t})}function u(t){return(0,i.default)({url:"/api/ali/info",method:"get",data:t})}function d(t){return(0,i.default)({url:"/api/bank/info",method:"get",data:t})}function f(t){return(0,i.default)({url:"/api/ali/edit",method:"post",data:t})}function p(t){return(0,i.default)({url:"/api/bank/edit",method:"post",data:t})}function v(t){return(0,i.default)({url:"/api/user/balance",method:"get",data:t})}},"2de8":function(t,a,e){"use strict";e.r(a);var n=e("4d83"),i=e.n(n);for(var o in n)"default"!==o&&function(t){e.d(a,t,(function(){return n[t]}))}(o);a["default"]=i.a},3731:function(t,a,e){"use strict";function n(t){var a=/(^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$)|(^[1-9]\d{5}\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{2}$)/;return!1!==a.test(t)||(console.log(t),!1)}function i(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;"string"==typeof t&&(t=(+t).toFixed(2)),"number"==typeof t&&(t=t.toFixed(2));var a=t.split(""),e=a.reverse().map((function(t,a,e){return a%3==0&&a/3>1&&a!=e.length?t+",":t}));return e=e.reverse().join(""),e}function o(t){var a=(new Date).getTime(),e=t-a;e<0&&(e*=-1);var n=Math.floor(e/1e3/60/60/24),i=Math.floor(e/1e3/60/60%24),o=Math.floor(e/1e3/60%60),c=Math.floor(e/1e3%60);return{hours:i,minutes:o,seconds:c,day:n}}function c(t){return new Promise((function(t,a){wx.getSetting({success:function(e){e.authSetting["scope.userLocation"]?t():wx.showModal({title:"提示",content:"请求获取位置权限",success:function(e){if(0==e.confirm)return a(),!1;wx.openSetting({success:function(a){a.authSetting["scope.userLocation"]?t():wx.showToast({title:"此功能需获取位置信息,请重新设置",duration:3e3,icon:"none"})}})}})}})}))}function r(t){for(var a=13-(t+"").length,e=1,n=0;n<a;n++)e+="0";e=parseInt(e);var i=new Date(parseInt(t)*e),o=i.getFullYear(),c=i.getMonth()+1,r=i.getDate(),l=i.getHours(),s=i.getMinutes(),u=i.getSeconds();return o+"-"+c+"-"+r+" "+l+":"+s+":"+u}e("d81d"),e("26e9"),e("d3b7"),e("e25e"),e("ac1f"),e("1276"),Object.defineProperty(a,"__esModule",{value:!0}),a.isCardNo=n,a.getMoneyStyle=i,a.timeComputed=o,a.openMap=c,a.getTime=r},"4d83":function(t,a,e){"use strict";var n=e("4ea4");e("a9e3"),e("d3b7"),e("ac1f"),e("25f0"),e("3ca3"),e("ddb0"),Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var i=n(e("d42d")),o={name:"UniNoticeBar",components:{uniIcons:i.default},props:{text:{type:String,default:""},moreText:{type:String,default:""},backgroundColor:{type:String,default:"#fffbe8"},speed:{type:Number,default:100},color:{type:String,default:"#de8c17"},moreColor:{type:String,default:"#999999"},single:{type:[Boolean,String],default:!1},scrollable:{type:[Boolean,String],default:!1},showIcon:{type:[Boolean,String],default:!1},showGetMore:{type:[Boolean,String],default:!1},showClose:{type:[Boolean,String],default:!1}},data:function(){var t="Uni_".concat(Math.ceil(1e6*Math.random()).toString(36)),a="Uni_".concat(Math.ceil(1e6*Math.random()).toString(36));return{textWidth:0,boxWidth:0,wrapWidth:"",webviewHide:!1,elId:t,elIdBox:a,show:!0,animationDuration:"none",animationPlayState:"paused",animationDelay:"0s"}},mounted:function(){var t=this;this.$nextTick((function(){t.initSize()}))},methods:{initSize:function(){var t=this;if(this.scrollable){var a=[],e=new Promise((function(a,e){uni.createSelectorQuery().in(t).select("#".concat(t.elId)).boundingClientRect().exec((function(e){t.textWidth=e[0].width,a()}))})),n=new Promise((function(a,e){uni.createSelectorQuery().in(t).select("#".concat(t.elIdBox)).boundingClientRect().exec((function(e){t.boxWidth=e[0].width,a()}))}));a.push(e),a.push(n),Promise.all(a).then((function(){t.animationDuration="".concat(t.textWidth/t.speed,"s"),t.animationDelay="-".concat(t.boxWidth/t.speed,"s"),setTimeout((function(){t.animationPlayState="running"}),1e3)}))}},loopAnimation:function(){},clickMore:function(){this.$emit("getmore")},close:function(){this.show=!1,this.$emit("close")},onClick:function(){this.$emit("click")}}};a.default=o},5902:function(t,a,e){"use strict";var n=e("7524"),i=e.n(n);i.a},"6fb5":function(t,a,e){"use strict";e.r(a);var n=e("91cf"),i=e("2de8");for(var o in i)"default"!==o&&function(t){e.d(a,t,(function(){return i[t]}))}(o);e("5902");var c,r=e("f0c5"),l=Object(r["a"])(i["default"],n["b"],n["c"],!1,null,"5a415af8",null,!1,n["a"],c);a["default"]=l.exports},7524:function(t,a,e){var n=e("96c9");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=e("4f06").default;i("15aaf815",n,!0,{sourceMap:!1,shadowMode:!1})},8531:function(t,a,e){"use strict";e.r(a);var n=e("f621"),i=e("9ea1");for(var o in i)"default"!==o&&function(t){e.d(a,t,(function(){return i[t]}))}(o);e("a314");var c,r=e("f0c5"),l=Object(r["a"])(i["default"],n["b"],n["c"],!1,null,"29c1a212",null,!1,n["a"],c);a["default"]=l.exports},"91cf":function(t,a,e){"use strict";e.d(a,"b",(function(){return i})),e.d(a,"c",(function(){return o})),e.d(a,"a",(function(){return n}));var n={uniIcons:e("d42d").default},i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return t.show?e("v-uni-view",{staticClass:"uni-noticebar",style:{backgroundColor:t.backgroundColor},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.onClick.apply(void 0,arguments)}}},[!0===t.showClose||"true"===t.showClose?e("uni-icons",{staticClass:"uni-noticebar-close",attrs:{type:"closefill",color:t.color,size:"12"},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.close.apply(void 0,arguments)}}}):t._e(),!0===t.showIcon||"true"===t.showIcon?e("uni-icons",{staticClass:"uni-noticebar-icon",attrs:{type:"sound",color:t.color,size:"14"}}):t._e(),e("v-uni-view",{ref:"textBox",staticClass:"uni-noticebar__content-wrapper",class:{"uni-noticebar__content-wrapper--scrollable":t.scrollable,"uni-noticebar__content-wrapper--single":!t.scrollable&&(t.single||t.moreText)}},[e("v-uni-view",{staticClass:"uni-noticebar__content",class:{"uni-noticebar__content--scrollable":t.scrollable,"uni-noticebar__content--single":!t.scrollable&&(t.single||t.moreText)},attrs:{id:t.elIdBox}},[e("v-uni-text",{ref:"animationEle",staticClass:"uni-noticebar__content-text",class:{"uni-noticebar__content-text--scrollable":t.scrollable,"uni-noticebar__content-text--single":!t.scrollable&&(t.single||t.moreText)},style:{color:t.color,width:t.wrapWidth+"px",animationDuration:t.animationDuration,"-webkit-animationDuration":t.animationDuration,animationPlayState:t.webviewHide?"paused":t.animationPlayState,"-webkit-animationPlayState":t.webviewHide?"paused":t.animationPlayState,animationDelay:t.animationDelay,"-webkit-animationDelay":t.animationDelay},attrs:{id:t.elId}},[t._v(t._s(t.text))])],1)],1),!0===t.showGetMore||"true"===t.showGetMore?e("v-uni-view",{staticClass:"uni-noticebar__more",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.clickMore.apply(void 0,arguments)}}},[t.moreText?e("v-uni-text",{staticClass:"uni-noticebar__more-text",style:{color:t.moreColor}},[t._v(t._s(t.moreText))]):t._e(),e("uni-icons",{attrs:{type:"arrowright",color:t.moreColor,size:"14"}})],1):t._e()],1):t._e()},o=[]},"96c9":function(t,a,e){var n=e("24fb");a=n(!1),a.push([t.i,'@charset "UTF-8";\n/* 页面左右间距 */\n/* 文字尺寸 */\n/*文字颜色*/\n/* 边框颜色 */\n/*颜色*/\n/* 图片加载中颜色 */\n/* 行为相关颜色 */\n/* 功能栏字体大小 */\n/*功能栏左侧小图标*/\n/* 页面左右间距 */\n/* 文字尺寸 */\n/*文字颜色*/\n/* 边框颜色 */\n/*颜色*/\n/* 图片加载中颜色 */\n/* 行为相关颜色 */\n/* 功能栏字体大小 */\n/*功能栏左侧小图标*/.uni-noticebar[data-v-5a415af8]{display:flex;width:100%;box-sizing:border-box;flex-direction:row;align-items:center;padding:6px 12px;margin-bottom:10px}.uni-noticebar-close[data-v-5a415af8]{margin-right:5px}.uni-noticebar-icon[data-v-5a415af8]{margin-right:5px}.uni-noticebar__content-wrapper[data-v-5a415af8]{flex:1;flex-direction:column;overflow:hidden}.uni-noticebar__content-wrapper--single[data-v-5a415af8]{line-height:18px}.uni-noticebar__content-wrapper--single[data-v-5a415af8],\n.uni-noticebar__content-wrapper--scrollable[data-v-5a415af8]{flex-direction:row}.uni-noticebar__content-wrapper--scrollable[data-v-5a415af8]{position:relative;height:18px}.uni-noticebar__content--scrollable[data-v-5a415af8]{flex:1;display:block;overflow:hidden}.uni-noticebar__content--single[data-v-5a415af8]{display:flex;flex:none;width:100%;justify-content:center}.uni-noticebar__content-text[data-v-5a415af8]{font-size:14px;line-height:18px;word-break:break-all}.uni-noticebar__content-text--single[data-v-5a415af8]{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uni-noticebar__content-text--scrollable[data-v-5a415af8]{position:absolute;display:block;height:18px;line-height:18px;white-space:nowrap;padding-left:100%;-webkit-animation:notice-data-v-5a415af8 10s 0s linear infinite both;animation:notice-data-v-5a415af8 10s 0s linear infinite both;-webkit-animation-play-state:paused;animation-play-state:paused}.uni-noticebar__more[data-v-5a415af8]{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding-left:5px}.uni-noticebar__more-text[data-v-5a415af8]{font-size:14px}@-webkit-keyframes notice-data-v-5a415af8{100%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes notice-data-v-5a415af8{100%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}',""]),t.exports=a},"97e5":function(t,a,e){var n=e("24fb");a=n(!1),a.push([t.i,'@charset "UTF-8";\n/* 页面左右间距 */\n/* 文字尺寸 */\n/*文字颜色*/\n/* 边框颜色 */\n/*颜色*/\n/* 图片加载中颜色 */\n/* 行为相关颜色 */\n/* 功能栏字体大小 */\n/*功能栏左侧小图标*/uni-page-body[data-v-29c1a212]{height:100%}.content-money[data-v-29c1a212]{padding:%?30?% 0;background:#fff}.flex[data-v-29c1a212]{background-color:#fff;text-align:center;margin:0 %?30?%;border-radius:%?15?%}.flex .buttom[data-v-29c1a212]{font-size:%?32?%;width:50%}.flex .interval[data-v-29c1a212]{width:2px;height:%?60?%;background-color:#eee}.flex .icon[data-v-29c1a212]{background-size:100%;font-size:%?42?%;color:#303133;font-weight:700;background-repeat:no-repeat;background-position:50%}.flex .text[data-v-29c1a212]{color:#909399}.row-box[data-v-29c1a212]{margin-top:%?30?%;padding:%?20?% %?30?%;background:#fff}.row-box .title[data-v-29c1a212]{font-size:%?30?%;color:#303133}.row-box .row[data-v-29c1a212]{display:flex;align-items:center;position:relative;height:%?80?%}.row-box .row .tit[data-v-29c1a212]{flex-shrink:0;width:%?40?%;font-size:%?30?%;color:#303133}.row-box .row .input[data-v-29c1a212]{flex:1;font-size:%?30?%;color:#303133}.row-box .row .iconlocation[data-v-29c1a212]{font-size:%?36?%;color:#909399}.row-box .row .buttom[data-v-29c1a212]{color:#5dbc7c;font-size:%?28?%}.add-btn[data-v-29c1a212]{display:flex;align-items:center;justify-content:center;width:%?690?%;height:%?80?%;margin:0 auto;margin-top:%?30?%;font-size:%?32?%;border-radius:%?10?%}.add-btn.modified[data-v-29c1a212]{color:#5dbc7c}.add-btn.up[data-v-29c1a212]{background-color:#5dbc7c;color:#fff}.list[data-v-29c1a212]{padding-left:%?30?%;margin-top:%?30?%;background-color:#fff}.list .box[data-v-29c1a212]{display:flex;align-items:center;width:100%;height:%?120?%;border-bottom:1px solid #ebeef5}.list .box .icon[data-v-29c1a212]{font-size:%?48?%;padding-right:%?20?%}.list .box .icon .icon-img[data-v-29c1a212]{height:%?50?%;width:%?50?%}.list .box .iconweixin1[data-v-29c1a212]{color:#18bf16}.list .box .iconzhifubao[data-v-29c1a212]{color:#08aaec}.list .box .title-box[data-v-29c1a212]{flex-grow:1;text-align:left}.list .box .title-box .title[data-v-29c1a212]{font-size:%?30?%;color:#606266}.list .box .title-box .node[data-v-29c1a212]{font-size:%?24?%;color:#909399}[data-v-29c1a212] .uni-radio-input{width:%?45?%;height:%?45?%}.row[data-v-29c1a212]{display:flex;align-items:center;position:relative;padding:0 %?30?%;height:%?110?%;background:#fff}.row .tit[data-v-29c1a212]{flex-shrink:0;width:%?250?%;font-size:%?30?%;color:#303133}.row .input[data-v-29c1a212]{flex:1;font-size:%?30?%;color:#303133}.row .iconlocation[data-v-29c1a212]{font-size:%?36?%;color:#909399}',""]),t.exports=a},"9a0c6":function(t,a,e){"use strict";var n=e("4ea4");Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0,e("96cf");var i=n(e("1da1")),o=e("3731"),c=e("2310"),r=n(e("6fb5")),l={filters:{getMoneyStyle:o.getMoneyStyle},components:{uniNoticeBar:r.default},data:function(){return{type:"alipay",money:"0.00",freeze:"0.0",withdrawal:"",minPrice:"",aliData:{},bankData:{},alipay_code:"",alipay_name:"",bank_code:"",bank_people:"",bank_name:"",weichatBsrowser:!1}},onLoad:function(t){this.weichatBsrowser=uni.getStorageSync("weichatBrowser"),this.loadData()},methods:{loadData:function(){var t=this;return(0,i.default)(regeneratorRuntime.mark((function a(){return regeneratorRuntime.wrap((function(a){while(1)switch(a.prev=a.next){case 0:(0,c.extractBank)({}).then((function(a){var e=a.data;t.money=e.commissionCount,t.minPrice=e.minPrice,t.freeze=e.incommissionCount}));case 1:case"end":return a.stop()}}),a)})))()},navTo:function(t){uni.navigateTo({url:t})},tabRadio:function(t){this.type=t.detail.value},confirm:function(){var t={extract_type:this.type,money:this.withdrawal,money_type:0};this.withdrawal<this.minPrice?uni.showToast({title:"提现金额不可少于"+this.minPrice,duration:2e3,mask:!1,icon:"none"}):("alipay"==this.type&&(console.log("alipay"),t.name=this.alipay_name,t.alipay_code=this.alipay_code),"bank"==this.type&&(console.log(bank),t.name=this.bank_people,t.bankname=this.bank_name,t.cardnum=this.bank_code),(0,c.extractCash)(t).then((function(t){uni.showToast({title:"提交成功",duration:2e3,position:"top"})})).catch((function(t){console.log()})))}}};a.default=l},"9ea1":function(t,a,e){"use strict";e.r(a);var n=e("9a0c6"),i=e.n(n);for(var o in n)"default"!==o&&function(t){e.d(a,t,(function(){return n[t]}))}(o);a["default"]=i.a},a314:function(t,a,e){"use strict";var n=e("c3af"),i=e.n(n);i.a},c3af:function(t,a,e){var n=e("97e5");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=e("4f06").default;i("244c0305",n,!0,{sourceMap:!1,shadowMode:!1})},f621:function(t,a,e){"use strict";e.d(a,"b",(function(){return i})),e.d(a,"c",(function(){return o})),e.d(a,"a",(function(){return n}));var n={uniNoticeBar:e("6fb5").default},i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("v-uni-view",{staticClass:"content"},[e("uni-notice-bar",{attrs:{single:"true",text:"实际到账70%,剩余30%转化为响亮积分"}}),e("v-uni-view",{staticClass:"content-money"},[e("v-uni-view",{staticClass:"flex ",staticStyle:{width:"750rpx","justify-content":"space-around","margin-left":"0"}},[e("v-uni-view",{staticClass:"buttom"},[e("v-uni-view",{staticClass:"icon"},[t._v(t._s(t._f("getMoneyStyle")(t.money)))]),e("v-uni-text",{staticClass:"text"},[t._v("可提现佣金")])],1)],1)],1),e("v-uni-view",{staticClass:"row-box"},[e("v-uni-view",{staticClass:"title"},[t._v("提现金额")]),e("v-uni-view",{staticClass:"row"},[e("v-uni-text",{staticClass:"tit"},[t._v("¥")]),e("v-uni-input",{staticClass:"input",attrs:{type:"number",placeholder:"最低提现金额"+t.minPrice+"元","placeholder-class":"placeholder"},model:{value:t.withdrawal,callback:function(a){t.withdrawal=a},expression:"withdrawal"}}),e("v-uni-view",{staticClass:"buttom",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.withdrawal=t.money}}},[t._v("全部提现")])],1)],1),e("v-uni-view",{staticClass:"list"},[e("v-uni-radio-group",{on:{change:function(a){arguments[0]=a=t.$handleEvent(a),t.tabRadio.apply(void 0,arguments)}}},[e("v-uni-label",[e("v-uni-view",{staticClass:"box"},[e("v-uni-view",{staticClass:"icon iconfont iconzhifubao"}),e("v-uni-view",{staticClass:"title-box"},[e("v-uni-view",{staticClass:"title"},[t.aliData.fullname?e("v-uni-text",[t._v("提现至支付宝")]):e("v-uni-text",[t._v("请创建支付宝账号")])],1),e("v-uni-view",{staticClass:"node"},[t.aliData.fullname?e("v-uni-text",[t._v("真实姓名("+t._s(t.aliData.fullname)+")")]):t._e()],1)],1),e("v-uni-view",{staticClass:"right"},[e("v-uni-radio",{attrs:{value:"alipay",color:"#5dbc7c",checked:"alipay"==t.type}})],1)],1)],1),e("v-uni-label",[e("v-uni-view",{staticClass:"box"},[e("v-uni-view",{staticClass:"icon iconfont"},[e("v-uni-image",{staticClass:"icon-img",attrs:{src:"/static/icon/i8.png",mode:"aspectFit"}})],1),e("v-uni-view",{staticClass:"title-box"},[e("v-uni-view",{staticClass:"title"},[t.bankData.bankno?e("v-uni-text",[t._v(t._s(t.bankData.bank+" "+t.bankData.bankno))]):e("v-uni-text",[t._v("请创建银行账号")])],1),e("v-uni-view",{staticClass:"node"},[t.bankData.fullname?e("v-uni-text",[t._v("真实姓名("+t._s(t.bankData.fullname)+")")]):t._e()],1)],1),e("v-uni-view",{staticClass:"right"},[e("v-uni-radio",{attrs:{value:"bank",color:"#5dbc7c",checked:"bank"==t.type}})],1)],1)],1)],1)],1),"alipay"==t.type?e("v-uni-view",{staticClass:"row b-b"},[e("v-uni-text",{staticClass:"tit"},[t._v("支付宝账号")]),e("v-uni-input",{staticClass:"input",attrs:{type:"text",placeholder:"请输入支付宝账号","placeholder-class":"placeholder"},model:{value:t.alipay_code,callback:function(a){t.alipay_code=a},expression:"alipay_code"}})],1):t._e(),"alipay"==t.type?e("v-uni-view",{staticClass:"row b-b"},[e("v-uni-text",{staticClass:"tit"},[t._v("支付宝姓名")]),e("v-uni-input",{staticClass:"input",attrs:{type:"text",placeholder:"请输入支付宝姓名","placeholder-class":"placeholder"},model:{value:t.alipay_name,callback:function(a){t.alipay_name=a},expression:"alipay_name"}})],1):t._e(),"bank"==t.type?e("v-uni-view",{staticClass:"row b-b"},[e("v-uni-text",{staticClass:"tit"},[t._v("银行卡号")]),e("v-uni-input",{staticClass:"input",attrs:{type:"text",placeholder:"请输入银行卡号","placeholder-class":"placeholder"},model:{value:t.bank_code,callback:function(a){t.bank_code=a},expression:"bank_code"}})],1):t._e(),"bank"==t.type?e("v-uni-view",{staticClass:"row b-b"},[e("v-uni-text",{staticClass:"tit"},[t._v("姓名")]),e("v-uni-input",{staticClass:"input",attrs:{type:"text",placeholder:"请输入银行卡姓名","placeholder-class":"placeholder"},model:{value:t.bank_people,callback:function(a){t.bank_people=a},expression:"bank_people"}})],1):t._e(),"bank"==t.type?e("v-uni-view",{staticClass:"row b-b"},[e("v-uni-text",{staticClass:"tit"},[t._v("所属银行")]),e("v-uni-input",{staticClass:"input",attrs:{type:"text",placeholder:"请输入所属银行","placeholder-class":"placeholder"},model:{value:t.bank_name,callback:function(a){t.bank_name=a},expression:"bank_name"}})],1):t._e(),e("v-uni-button",{staticClass:"add-btn up",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.confirm.apply(void 0,arguments)}}},[t._v("提交申请")])],1)},o=[]}}]);
|