cus-TaskList.121eb3c0.js 42 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["cus-TaskList"],{"0211":function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t._self._c;return s("div",{attrs:{id:"custom_history"}},[s("div",{staticClass:"crm-title-box"},[s("div",{staticClass:"tit"},[s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item52",expression:"'wallet.item52'"}]})]),s("div",{staticClass:"btn crm-cursor",on:{click:t.backActivity}},[s("i",{staticClass:"el-icon-back"}),s("span",{directives:[{name:"t",rawName:"v-t",value:"Custom.Settings.Title",expression:"'Custom.Settings.Title'"}]})])]),s("div",{staticClass:"main-content"},[s("div",{staticClass:"search crm_search"},[s("div",{staticClass:"search-btn"},[s("el-form",{ref:"form",attrs:{"label-position":"top",model:t.search,"label-width":"80px"}},[s("el-form-item",{staticStyle:{"margin-right":"10px"}},[s("el-select",{staticClass:"crm_search_down_tit select_down",attrs:{filterable:"",size:"small",placeholder:t.$t("wallet.item51")},model:{value:t.search.status,callback:function(s){t.$set(t.search,"status",s)},expression:"search.status"}},[s("el-option",{attrs:{label:t.$t("wallet.item51_1"),value:0},nativeOn:{click:function(s){return t.handleSearch.apply(null,arguments)}}}),s("el-option",{attrs:{label:t.$t("wallet.item51_2"),value:1},nativeOn:{click:function(s){return t.handleSearch.apply(null,arguments)}}}),s("el-option",{attrs:{label:t.$t("wallet.item51_3"),value:2},nativeOn:{click:function(s){return t.handleSearch.apply(null,arguments)}}})],1)],1),s("el-form-item",[s("el-date-picker",{staticClass:"crm_date_pick crm-border-radius-no",attrs:{type:"daterange",align:"right","unlink-panels":"","value-format":"yyyy-MM-dd","range-separator":"-",size:"small","start-placeholder":t.$t("placeholder.Start"),"end-placeholder":t.$t("placeholder.End")},model:{value:t.search.date,callback:function(s){t.$set(t.search,"date",s)},expression:"search.date"}}),s("el-button",{staticClass:"crm-border-left-no crm-border-radius-no",attrs:{size:"small",icon:"el-icon-search"},on:{click:t.handleSearch}})],1)],1)],1)]),s("div",{staticClass:"tab"},[s("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.pictLoading,expression:"pictLoading"}],staticClass:"crm_tab",staticStyle:{width:"100%"},attrs:{data:t.tableData,stripe:"","element-loading-background":"rgba(43, 48, 67, 0.05)","element-loading-spinner":"el-icon-loading"}},[s("el-table-column",{attrs:{align:"center",width:t.lang?"100":"",label:t.$t("wallet.item53")},scopedSlots:t._u([{key:"default",fn:function(s){return[t._v(t._s(s.row.tradeVolume||"0"))]}}])}),s("el-table-column",{attrs:{align:"center",label:t.$t("wallet.item54")},scopedSlots:t._u([{key:"default",fn:function(s){return[t._v(t._s(s.row.startTime||"--"))]}}])}),s("el-table-column",{attrs:{align:"center",label:t.$t("wallet.item55")},scopedSlots:t._u([{key:"default",fn:function(s){return[t._v(t._s(s.row.endTime||"--"))]}}])}),s("el-table-column",{attrs:{align:"center",label:t.$t("wallet.item56")},scopedSlots:t._u([{key:"default",fn:function(a){return[s("span",[t._v(t._s(a.row.raffleNumber||"0"))])]}}])}),s("el-table-column",{attrs:{align:"center",label:t.$t("wallet.item51")},scopedSlots:t._u([{key:"default",fn:function(a){return[0==a.row.aimStatus?s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item51_1",expression:"'wallet.item51_1'"}],staticClass:"state"}):t._e(),1==a.row.aimStatus?s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item51_2",expression:"'wallet.item51_2'"}],staticClass:"state"}):t._e(),2==a.row.aimStatus?s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item51_3",expression:"'wallet.item51_3'"}],staticClass:"state"}):t._e()]}}])})],1)],1),t.pagerInfo.rowTotal?s("div",{staticClass:"crm_pagination"},[s("el-pagination",{staticClass:"page",attrs:{background:"",layout:"prev, pager, next","page-size":t.pagerInfo.row,total:t.pagerInfo.rowTotal},on:{"current-change":t.handleCurrentChange}})],1):t._e()])])},e=[],c=(a("14d9"),a("ccaf")),n=a("f121"),l=a.n(n);let{Code:r}=l.a;var o={name:"PaymentHistory",data(){return{flag:!1,reasons:{},pictLoading:!1,tableData:[],search:{date:[],startDate:"",endDate:"",status:null},time:"",pagerInfo:{row:10,current:1,pageTotal:0,rowTotal:0}}},computed:{expireTime(){return JSON.parse(this.Session.Get("user",!0))},lang(){return"en"==this.Session.Get("lang")&&document.body.clientWidth<1330}},methods:{backActivity(){this.$router.push({path:"/customer/activities"}).catch(t=>t)},handleSearch(){this.pagerInfo.current=1,this.searchFunc()},async searchFunc(){if(this.flag)return;this.flag=!0,this.pictLoading=!0,null==this.search.date||0==this.search.date.length?(this.search.startDate="",this.search.endDate=""):(this.search.startDate=this.search.date[0],this.search.endDate=this.search.date[1]);let t=await c["a"].ActivitYdepositRaffleTaskList({...this.search,page:{current:this.pagerInfo.current,row:this.pagerInfo.row}});t.code==r.StatusOK?(this.tableData=t.data,t.page?(this.pagerInfo.rowTotal=t.page.rowTotal,this.pagerInfo.pageTotal=t.page.pageTotal):(this.pagerInfo.rowTotal=0,this.pagerInfo.pageTotal=0),this.$pigeon.MessageOK(this.$i18n.t("Msg.SearchSuccess")),this.pictLoading=!1,this.flag=!1):(this.$pigeon.MessageError(t.msg),this.pictLoading=!1,this.flag=!1)},async searchReasons(){let t=await c["a"].reasonsRefusalList({type:null});t.code==r.StatusOK?null==t.data?this.reasons={}:this.reasons=t.data:this.$pigeon.MessageError(t.msg)},cancle:async function(t){let s=this;this.$pigeon.MessageConfirm(this.$i18n.t("Msg.Cancle"),this.$i18n.t("Msg.SystemPrompt"),this.$i18n.t("Btn.item6"),this.$i18n.t("Btn.item7"),(async function(){let a=await c["a"].withdrawCancel({id:t});a.code==r.StatusOK?(s.$pigeon.MessageOK(s.$i18n.t("Msg.Success")),s.searchFunc()):s.$pigeon.MessageError(a.msg)}),(function(){}))},handleSizeChange(t){this.pagerInfo.row=t,this.searchFunc()},handleCurrentChange(t){this.pagerInfo.current=t,this.searchFunc()},getDate(){let t,s=2,a=(new Date).getTimezoneOffset(),i=(new Date).getTime(),e=new Date(i+60*a*1e3+60*s*60*1e3),c=e.getHours(),n=e.getMinutes(),l=e.getSeconds(),r=e.getFullYear(),o=e.getMonth()+1,d=e.getDate();o<10&&(o="0"+o),d<10&&(d="0"+d),c<10&&(c="0"+c),n<10&&(n="0"+n),l<10&&(l="0"+l),t=r+"-"+o+"-"+d+" "+c+":"+n+":"+l,this.time=t}},mounted(){this.searchFunc()},watch:{"search.type":function(){this.searchFunc()}}},d=o,u=(a("2361"),a("c46d"),a("2877")),h=Object(u["a"])(d,i,e,!1,null,"0a07af3e",null);s["default"]=h.exports},2361:function(t,s,a){"use strict";a("8734")},3325:function(t,s,a){"use strict";a("a8fe")},"34b9":function(t,s,a){},4045:function(t,s,a){},"4fec":function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t._self._c;return s("div",{attrs:{id:"custom_history"}},[s("div",{staticClass:"crm-title-box"},[s("div",{staticClass:"tit"},[s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item52",expression:"'wallet.item52'"}]})]),s("div",{staticClass:"btn crm-cursor",on:{click:t.backActivity}},[s("i",{staticClass:"el-icon-back"}),s("span",{directives:[{name:"t",rawName:"v-t",value:"Custom.Settings.Title",expression:"'Custom.Settings.Title'"}]})])]),s("div",{staticClass:"main-content"},[s("div",{directives:[{name:"show",rawName:"v-show",value:!t.tableData||0===t.tableData.length,expression:"!tableData || tableData.length === 0"}],staticClass:"no-data-container"},[s("div",{staticClass:"no-data-content"},[s("i",{staticClass:"el-icon-document"}),s("p",[t._v(t._s(t.$t("UtaskList.item12")))])])]),t._l(t.tableData,(function(a,i){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.tableData&&t.tableData.length>0,expression:"tableData && tableData.length > 0"}],key:i,staticClass:"outer-card"},[s("div",{staticClass:"data-cards"},[s("div",{staticClass:"total-data-row"},[s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item13")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.depositAmount||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item3")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.completeVolume||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item4")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.amount)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("Label.State")))]),s("div",{staticClass:"card-value",style:1==a.status?"color: #ffd591;":"color: #52c41a;"},[t._v(" "+t._s(1==a.status?t.$t("State.Ongoing"):t.$t("State.Completed"))+" ")])])])]),t._l(a.ucoinList,(function(i){return s("div",{key:i.id,staticClass:"sub-data-row"},[s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(i.needVolume||0))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.Item5")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(i.amount))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.item14")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(i.endTime))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("wallet.item55")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(i.endDate))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.item10")))])])]),s("div",{staticClass:"data-card",class:"status-"+i.status},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(t.getStatus(i.status)))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("Label.State")))])])]),s("div",{directives:[{name:"show",rawName:"v-show",value:t.shouldShowCard(i,a),expression:"shouldShowCard(el, item)"}],staticClass:"data-card"},[1===i.status?s("el-button",{attrs:{type:"primary",size:"small",loading:"complete"===t.loadingStates[i.id]},on:{click:function(s){return t.completeTask(i.id)}}},[t._v(" "+t._s(t.$t("UtaskList.item6"))+" ")]):t._e(),1===i.status||2===i.status&&1===i.withdrawStatus?s("el-button",{attrs:{type:"danger",size:"small",loading:"cancel"===t.loadingStates[i.id]},on:{click:function(s){return t.cancelTask(i.id)}}},[t._v(" "+t._s(t.$t("Btn.Cancel"))+" ")]):t._e()],1)])}))],2)])}))],2)])},e=[],c=(a("14d9"),a("ccaf")),n=a("f121"),l=a.n(n);let{Code:r}=l.a;var o={name:"PaymentHistory",data(){return{flag:!1,reasons:{},pictLoading:!1,tableData:[],time:"",loadingStates:{},totalTasks:0,totalRewards:0,completionRate:"0",inProgressTasks:0,completedTasks:0,expiredTasks:0,rejectedTasks:0,todayRewards:0,weekRewards:0,monthRewards:0,activityLevel:"0"}},computed:{expireTime(){return JSON.parse(this.Session.Get("user",!0))},lang(){return"en"==this.Session.Get("lang")&&document.body.clientWidth<1330}},methods:{getStatus(t){return 1==t?this.$t("State.Ongoing"):2==t?this.$t("State.Completed"):3==t?this.$t("State.Cancelled"):4==t?this.$t("State.expireTime"):void 0},canPerformAction(t){return 1===t.status||2===t.status&&1===t.withdrawStatus},shouldShowCard(t){const s=1===t.status,a=2===t.status&&1===t.withdrawStatus,i=1===t.status||2===t.status&&1===t.withdrawStatus;return s||a||i},async completeTask(t){try{await this.$confirm(this.$t("UtaskList.item16"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"complete");try{const s=await c["a"].UcoinComplete({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async withdrawTask(t){try{await this.$confirm(this.$t("UtaskList.item15"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"withdraw");try{const s=await c["a"].UcoinWithdraw({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async cancelTask(t){try{await this.$confirm(this.$t("UtaskList.item8"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"cancel");try{const s=await c["a"].UcoinCancel({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("UtaskList.item9")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async viewTaskProgress(t){this.$set(this.loadingStates,t,"progress");try{const s=await c["a"].UcoinProgress();s.code==r.StatusOK?this.$pigeon.MessageOK(s.msg):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},calculateCardData(){},backActivity(){this.$router.push({path:"/customer/activities"}).catch(t=>t)},async searchFunc(){if(this.flag)return;this.flag=!0,this.pictLoading=!0;let t=await c["a"].ActivitYdepositRaffleUtaskList();t.code==r.StatusOK?(this.tableData=t.data,this.calculateCardData(),this.$pigeon.MessageOK(this.$i18n.t("Msg.SearchSuccess")),this.pictLoading=!1,this.flag=!1):(this.$pigeon.MessageError(t.msg),this.pictLoading=!1,this.flag=!1)}},mounted(){this.searchFunc()},watch:{"search.type":function(){this.searchFunc()}}},d=o,u=(a("3325"),a("2877")),h=Object(u["a"])(d,i,e,!1,null,"33e3f6ef",null);s["default"]=h.exports},"655d":function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t._self._c;return s("div",{attrs:{id:"custom_history"}},[s("div",{staticClass:"crm-title-box"},[s("div",{staticClass:"tit"},[s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item52",expression:"'wallet.item52'"}]})]),s("div",{staticClass:"btn crm-cursor",on:{click:t.backActivity}},[s("i",{staticClass:"el-icon-back"}),s("span",{directives:[{name:"t",rawName:"v-t",value:"Custom.Settings.Title",expression:"'Custom.Settings.Title'"}]})])]),s("div",{staticClass:"main-content"},[s("div",{directives:[{name:"show",rawName:"v-show",value:!t.tableData||0===t.tableData.length,expression:"!tableData || tableData.length === 0"}],staticClass:"no-data-container"},[s("div",{staticClass:"no-data-content"},[s("i",{staticClass:"el-icon-document"}),s("p",[t._v(t._s(t.$t("UtaskList.item12")))])])]),t._l(t.tableData,(function(a,i){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.tableData&&t.tableData.length>0,expression:"tableData && tableData.length > 0"}],key:i,staticClass:"outer-card"},[s("div",{staticClass:"data-cards"},[s("div",{staticClass:"total-data-row"},[s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item13")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.depositAmount||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item3")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.completeVolume||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("surplusList.item8")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.amount)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("Label.State")))]),s("div",{staticClass:"card-value",style:1==a.status?"color: #ffd591;":"color: #52c41a;"},[t._v(" "+t._s(1==a.status?t.$t("State.Ongoing"):t.$t("State.Completed"))+" ")])])])]),s("div",{staticClass:"sub-data-row"},[s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(1==a.revokeCredit?t.$t("surplusList.Item5"):t.$t("surplusList.item6")))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("surplusList.item4")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.needVolume||0))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.Item5")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.amount))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.item14")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.endTime))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("wallet.item55")))])])]),s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.endDate))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.item10")))])])]),s("div",{directives:[{name:"show",rawName:"v-show",value:t.shouldShowCard(a,a),expression:"shouldShowCard(item, item)"}],staticClass:"data-card"},[1===a.status&&2===a.revokeCredit?s("el-button",{attrs:{type:"primary",size:"small",loading:"complete"===t.loadingStates[a.id]},on:{click:function(s){return t.completeTask(a.id)}}},[t._v(" "+t._s(t.$t("surplusList.item7"))+" ")]):t._e(),1===a.status?s("el-button",{attrs:{type:"danger",size:"small",loading:"cancel"===t.loadingStates[a.id]},on:{click:function(s){return t.cancelTask(a.id)}}},[t._v(" "+t._s(t.$t("Btn.Cancel"))+" ")]):t._e()],1)])])])}))],2)])},e=[],c=(a("14d9"),a("ccaf")),n=a("f121"),l=a.n(n);let{Code:r}=l.a;var o={name:"PaymentHistory",data(){return{flag:!1,reasons:{},pictLoading:!1,tableData:[],time:"",loadingStates:{},totalTasks:0,totalRewards:0,completionRate:"0",inProgressTasks:0,completedTasks:0,expiredTasks:0,rejectedTasks:0,todayRewards:0,weekRewards:0,monthRewards:0,activityLevel:"0"}},computed:{expireTime(){return JSON.parse(this.Session.Get("user",!0))},lang(){return"en"==this.Session.Get("lang")&&document.body.clientWidth<1330}},methods:{getStatus(t){return 1==t?this.$t("State.Ongoing"):2==t?this.$t("State.Completed"):3==t?this.$t("State.Cancelled"):4==t?this.$t("State.expireTime"):void 0},canPerformAction(t){return 1===t.status||2===t.status&&1===t.withdrawStatus},shouldShowCard(t){const s=1===t.status&&2===t.revokeCredit,a=1===t.status;return s||a},async completeTask(t){try{await this.$confirm(this.$t("surplusList.item9"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"complete");try{const s=await c["a"].ActivitySurplusRecoverCredit({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async withdrawTask(t){try{await this.$confirm(this.$t("UtaskList.item15"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"withdraw");try{const s=await c["a"].UcoinWithdraw({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async cancelTask(t){try{await this.$confirm(this.$t("UtaskList.item8"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"cancel");try{const s=await c["a"].ActivitySurplusCancel({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("UtaskList.item9")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async viewTaskProgress(t){this.$set(this.loadingStates,t,"progress");try{const s=await c["a"].UcoinProgress();s.code==r.StatusOK?this.$pigeon.MessageOK(s.msg):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},calculateCardData(){},backActivity(){this.$router.push({path:"/customer/activities"}).catch(t=>t)},async searchFunc(){if(this.flag)return;this.flag=!0,this.pictLoading=!0;let t=await c["a"].ActivitySurplusTaskList();t.code==r.StatusOK?(this.tableData=t.data,this.calculateCardData(),this.$pigeon.MessageOK(this.$i18n.t("Msg.SearchSuccess")),this.pictLoading=!1,this.flag=!1):(this.$pigeon.MessageError(t.msg),this.pictLoading=!1,this.flag=!1)}},mounted(){this.searchFunc()},watch:{"search.type":function(){this.searchFunc()}}},d=o,u=(a("f68d"),a("2877")),h=Object(u["a"])(d,i,e,!1,null,"3db4e66e",null);s["default"]=h.exports},"70e5":function(t,s,a){"use strict";a("9fac")},8734:function(t,s,a){},"9fac":function(t,s,a){},a8fe:function(t,s,a){},c46d:function(t,s,a){"use strict";a("34b9")},c808:function(t,s,a){"use strict";a.r(s);var i=function(){var t=this,s=t._self._c;return s("div",{attrs:{id:"custom_history"}},[s("div",{staticClass:"crm-title-box"},[s("div",{staticClass:"tit"},[s("span",{directives:[{name:"t",rawName:"v-t",value:"wallet.item52",expression:"'wallet.item52'"}]})]),s("div",{staticClass:"btn crm-cursor",on:{click:t.backActivity}},[s("i",{staticClass:"el-icon-back"}),s("span",{directives:[{name:"t",rawName:"v-t",value:"Custom.Settings.Title",expression:"'Custom.Settings.Title'"}]})])]),s("div",{staticClass:"main-content"},[s("div",{directives:[{name:"show",rawName:"v-show",value:!t.tableData||0===t.tableData.length,expression:"!tableData || tableData.length === 0"}],staticClass:"no-data-container"},[s("div",{staticClass:"no-data-content"},[s("i",{staticClass:"el-icon-document"}),s("p",[t._v(t._s(t.$t("UtaskList.item12")))])])]),t._l(t.tableData,(function(a,i){return s("div",{directives:[{name:"show",rawName:"v-show",value:t.tableData&&t.tableData.length>0,expression:"tableData && tableData.length > 0"}],key:i,staticClass:"outer-card"},[s("div",{staticClass:"data-cards"},[s("div",{staticClass:"total-data-row"},[s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item13")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.depositAmount||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("UtaskList.item3")))]),s("div",{staticClass:"card-value",staticStyle:{color:"#ff4d4f"}},[t._v(" "+t._s(a.completeVolume||0)+" ")])])]),s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(t._s(t.$t("Label.State")))]),s("div",{staticClass:"card-value",style:t.getStatusStyle(a.status)},[t._v(" "+t._s(t.getStatusText(a.status))+" ")])])]),2===a.status?s("div",{staticClass:"data-card total-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-title"},[t._v(" "+t._s(t.$t("MonthlyActivities.item4"))+" ")]),s("div",{staticClass:"card-value",style:t.getGiveStatusStyle(a.giveStatus)},[t._v(" "+t._s(t.getGiveStatusText(a.giveStatus))+" ")])])]):t._e()]),s("div",{staticClass:"sub-data-row"},[s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.endDate))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("UtaskList.item10")))])])]),2===a.status?s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.applyTime))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("MonthlyActivities.item6")))])])]):t._e(),2===a.status?s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.grantTime))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("MonthlyActivities.item7")))])])]):t._e(),a.logisticsOrder?s("div",{staticClass:"data-card"},[s("div",{staticClass:"card-content"},[s("div",{staticClass:"card-value"},[t._v(t._s(a.logisticsOrder))]),s("div",{staticClass:"card-desc"},[t._v(t._s(t.$t("MonthlyActivities.item9")))])])]):t._e(),s("div",{directives:[{name:"show",rawName:"v-show",value:t.shouldShowCard(a,a),expression:"shouldShowCard(item, item)"}],staticClass:"data-card"},[1===a.status?s("el-button",{attrs:{type:"danger",size:"small",loading:"cancel"===t.loadingStates[a.id]},on:{click:function(s){return t.cancelTask(a.id)}}},[t._v(" "+t._s(t.$t("Btn.Cancel"))+" ")]):t._e(),2===a.status&&1===a.giveStatus&&t.lang1&&!t.isGiftApplyPastDeadline(a)?s("el-button",{attrs:{type:"primary",size:"small",loading:"applyGift"===t.loadingStates[a.id]},on:{click:function(s){return t.applyGift(a.id)}}},[t._v(" "+t._s(t.$t("Btn.Application"))+" ")]):t._e()],1)]),s("div",{staticClass:"tip-info",staticStyle:{padding:"10px 0",color:"#909399","font-size":"14px"}},[t._v(" "+t._s(t.$t("MonthlyActivities.item10"))+" ")])])])}))],2),s("el-dialog",{attrs:{title:t.$t("Btn.Application"),visible:t.giftDialogVisible,width:"500px","close-on-click-modal":!1},on:{"update:visible":function(s){t.giftDialogVisible=s}}},[s("el-form",{ref:"giftForm",attrs:{model:t.giftForm,rules:t.giftFormRules,"label-width":"120px"}},[s("el-form-item",{attrs:{label:t.$t("UtaskList.item18"),prop:"giveCode",required:""}},[s("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:t.$t("UtaskList.item19")},on:{change:t.handleGiftChange},model:{value:t.giftForm.giveCode,callback:function(s){t.$set(t.giftForm,"giveCode",s)},expression:"giftForm.giveCode"}},t._l(t.giftList,(function(a){return s("el-option",{key:a.giveCode,attrs:{label:`${a.giveCode} - ${a.giveName}`,value:a.giveCode}},[s("span",{staticStyle:{float:"left"}},[t._v(t._s(a.giveCode))]),s("span",{staticStyle:{float:"right",color:"#8492a6","font-size":"13px"}},[t._v(t._s(a.giveName))])])})),1)],1),s("el-form-item",{attrs:{label:t.$t("UtaskList.item20"),prop:"giveAddress",required:""}},[s("el-input",{attrs:{placeholder:t.$t("UtaskList.item21")},model:{value:t.giftForm.giveAddress,callback:function(s){t.$set(t.giftForm,"giveAddress",s)},expression:"giftForm.giveAddress"}})],1),s("el-form-item",{attrs:{label:t.$t("UtaskList.item24"),prop:"giveAcceptName",required:""}},[s("el-input",{attrs:{placeholder:t.$t("UtaskList.item25")},model:{value:t.giftForm.giveAcceptName,callback:function(s){t.$set(t.giftForm,"giveAcceptName",s)},expression:"giftForm.giveAcceptName"}})],1),s("el-form-item",{attrs:{label:t.$t("UtaskList.item22"),prop:"givePhone",required:""}},[s("el-input",{attrs:{placeholder:t.$t("UtaskList.item23")},model:{value:t.giftForm.givePhone,callback:function(s){t.$set(t.giftForm,"givePhone",s)},expression:"giftForm.givePhone"}})],1)],1),s("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[s("el-button",{on:{click:function(s){t.giftDialogVisible=!1}}},[t._v(t._s(t.$t("Btn.Cancel")))]),s("el-button",{attrs:{type:"primary",loading:t.giftSubmitting},on:{click:t.submitGiftApply}},[t._v(" "+t._s(t.$t("Btn.Confirm"))+" ")])],1)],1)],1)},e=[],c=(a("14d9"),a("e9f5"),a("f665"),a("ccaf")),n=a("f121"),l=a.n(n);let{Code:r}=l.a;var o={name:"PaymentHistory",data(){return{flag:!1,reasons:{},pictLoading:!1,tableData:[],time:"",loadingStates:{},totalTasks:0,totalRewards:0,completionRate:"0",inProgressTasks:0,completedTasks:0,expiredTasks:0,rejectedTasks:0,todayRewards:0,weekRewards:0,monthRewards:0,activityLevel:"0",giftDialogVisible:!1,giftList:[],giftForm:{id:null,giveCode:"",giveName:"",giveAddress:"",givePhone:"",giveAcceptName:""},giftSubmitting:!1}},computed:{expireTime(){return JSON.parse(this.Session.Get("user",!0))},lang(){return"en"==this.Session.Get("lang")&&document.body.clientWidth<1330},lang1(){return"CN"==JSON.parse(this.Session.Get("user",!0)).customInfo.country},giftFormRules(){return{giveCode:[{required:!0,message:this.$t("UtaskList.item19"),trigger:"change"}],giveAddress:[{required:!0,message:this.$t("UtaskList.item21"),trigger:"blur"}],givePhone:[{required:!0,message:this.$t("UtaskList.item23"),trigger:"blur"}],giveAcceptName:[{required:!0,message:this.$t("UtaskList.item25"),trigger:"blur"}]}}},methods:{getStatus(t){return 1==t?this.$t("State.Ongoing"):2==t?this.$t("State.Completed"):3==t?this.$t("State.Cancelled"):4==t?this.$t("State.expireTime"):void 0},getStatusText(t){return 1==t?this.$t("State.InTask"):2==t?this.$t("UtaskList.item6"):3==t?this.$t("State.Cancelled"):4==t?this.$t("State.Ended"):""},getStatusStyle(t){return 1==t?"color: #ffd591;":2==t?"color: #52c41a;":3==t||4==t?"color: #999999;":"color: #333;"},getGiveStatusText(t){return 1==t?this.$t("State.NotApply"):2==t?this.$t("State.Applied"):3==t?this.$t("State.Granted"):""},getGiveStatusStyle(t){return 1==t?"color: #999999;":2==t?"color: #1890ff;":3==t?"color: #52c41a;":"color: #333;"},canPerformAction(t){return 1===t.status||2===t.status&&1===t.withdrawStatus},isGiftApplyPastDeadline(t){const s=t.endTime||t.endDate;if(!s)return!1;const a="number"===typeof s?s:new Date(String(s).replace(/-/g,"/")).getTime();if(Number.isNaN(a))return!1;const i=a+1296e6;return Date.now()>i},shouldShowCard(t){const s=1===t.status,a=2===t.status&&1===t.giveStatus&&this.lang1&&!this.isGiftApplyPastDeadline(t);return s||a},async completeTask(t){try{await this.$confirm(this.$t("surplusList.item9"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"complete");try{const s=await c["a"].ActivitySurplusRecoverCredit({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async withdrawTask(t){try{await this.$confirm(this.$t("UtaskList.item15"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"withdraw");try{const s=await c["a"].UcoinWithdraw({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async cancelTask(t){try{await this.$confirm(this.$t("UtaskList.item8"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"warning"})}catch{return}this.$set(this.loadingStates,t,"cancel");try{const s=await c["a"].ActivityMonthlyCancel({id:t});s.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("UtaskList.item9")),this.searchFunc()):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},async applyGift(t){this.giftForm={id:t,giveCode:"",giveName:"",giveAddress:"",givePhone:""},this.giftList=[],this.$nextTick(()=>{this.$refs.giftForm&&this.$refs.giftForm.clearValidate()});try{const s=await c["a"].ActivityMonthlyGiveList({id:t});s.code==r.StatusOK?(this.giftList=s.data||[],this.giftDialogVisible=!0):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}},handleGiftChange(t){const s=this.giftList.find(s=>s.giveCode===t);s&&(this.giftForm.giveName=s.giveName)},async submitGiftApply(){this.$refs.giftForm.validate(async t=>{if(!t)return!1;try{await this.$confirm(this.$t("MonthlyActivities.item10"),this.$t("Msg.SystemPrompt"),{confirmButtonText:this.$t("Btn.Confirm"),cancelButtonText:this.$t("Btn.Cancel"),type:"info"})}catch{return}this.giftSubmitting=!0;try{const t=await c["a"].ActivityMonthlyGiveApply({id:this.giftForm.id,giveCode:this.giftForm.giveCode,giveName:this.giftForm.giveName,giveAddress:this.giftForm.giveAddress.trim(),givePhone:this.giftForm.givePhone.trim(),giveAcceptName:this.giftForm.giveAcceptName.trim()});t.code==r.StatusOK?(this.$pigeon.MessageOK(this.$i18n.t("Msg.Success")),this.giftDialogVisible=!1,this.searchFunc()):this.$pigeon.MessageError(t.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.giftSubmitting=!1}})},async viewTaskProgress(t){this.$set(this.loadingStates,t,"progress");try{const s=await c["a"].UcoinProgress();s.code==r.StatusOK?this.$pigeon.MessageOK(s.msg):this.$pigeon.MessageError(s.msg)}catch(s){this.$pigeon.MessageError(this.$i18n.t("Msg.Fail"))}finally{this.$set(this.loadingStates,t,null)}},calculateCardData(){},backActivity(){this.$router.push({path:"/customer/activities"}).catch(t=>t)},async searchFunc(){if(this.flag)return;this.flag=!0,this.pictLoading=!0;let t=await c["a"].ActivityMonthlyTaskList();t.code==r.StatusOK?(this.tableData=t.data,this.calculateCardData(),this.$pigeon.MessageOK(this.$i18n.t("Msg.SearchSuccess")),this.pictLoading=!1,this.flag=!1):(this.$pigeon.MessageError(t.msg),this.pictLoading=!1,this.flag=!1)}},mounted(){this.searchFunc()},watch:{"search.type":function(){this.searchFunc()}}},d=o,u=(a("70e5"),a("2877")),h=Object(u["a"])(d,i,e,!1,null,"af77e878",null);s["default"]=h.exports},ccaf:function(t,s,a){"use strict";var i=a("ff2d");class e extends i["a"]{constructor(){super()}async ActivityInfo(t={}){let s=await this.postAll("Host80","/custom/activity/info",t);return s}async ActivityExtensionIist(t={}){let s=await this.postAll("Host80","/web/activity/list",t);return s}async ActivityApplyList(t={}){let s=await this.postAll("Host80","/custom/activity/list",t);return s}async ActivityApply(t={}){let s=await this.postAll("Host80","/custom/activity/apply",t);return s}async ActivitySingle(t={}){let s=await this.postAll("Host80","/web/activity/single",t);return s}async ActivityComplete(t={}){let s=await this.postAll("Host80","/custom/activity/apply/complete",t);return s}async ActivityPercentageGiveInfo(t={}){let s=await this.postAll("Host80","/custom/activity/percentage/give/info",t);return s}async ActivityPercentageGiveApply(t={}){let s=await this.postAll("Host80","/custom/activity/percentage/give/apply",t);return s}async Activity23HundredInfo(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/info",t);return s}async Activity23HundredApply(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/apply/activity",t);return s}async Activity23HundredTransform(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/transform/apply",t);return s}async Activity23HundredRealization(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/realization/apply",t);return s}async Activity23Login(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/login",t);return s}async Activity23JiangxinInfo(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/info",t);return s}async Activity23JiangxinApply(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/apply/activity",t);return s}async Activity23JiangxinRealization(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/realization/apply",t);return s}async Activity23JxLogin(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/login",t);return s}async Activity23JiangxinInfoVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/vip/info",t);return s}async Activity23JiangxinApplyVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/vip/apply/activity",t);return s}async Activity23JiangxinRealizationVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/vip/realization/apply",t);return s}async Activity23JxLoginVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/agent/vip/login",t);return s}async Activity23nianzhongInfo(t={}){let s=await this.postAll("Host80","/custom/activity/midyear/ten/percent/give/info",t);return s}async Activity23nianzhongTwoInfo(t={}){let s=await this.postAll("Host80","/custom/activity/two/percent/give/info",t);return s}async Activity23nianzhongTwoLogin(t={}){let s=await this.postAll("Host80","/custom/activity/two/percent/give/login/info",t);return s}async ActivityRequiteInfo(t={}){let s=await this.postAll("Host80","/custom/activity/limited/requite/info",t);return s}async ActivityCptinfoGetCode(t={}){let s=await this.postAll("Host80","/follow/cpt/info/getCode",t);return s}async ActivityCptinfoCode(t={}){let s=await this.postAll("Host80","/follow/cpt/info/infoCode",t);return s}async ActivityCptInfoLogins(t={}){let s=await this.postAll("Host80","/follow/cpt/sign/logins",t);return s}async ActivityCptInfoAdd(t={}){let s=await this.postAll("Host80","/follow/cpt/sign/add",t);return s}async ActivitYdepositRaffleAim(t={}){let s=await this.postAll("Host80","/custom/activity/deposit/raffle/aim",t);return s}async ActivitYdepositRaffleNumberRecord(t={}){let s=await this.postAll("Host80","/custom/activity/deposit/raffle/custom/number/record/search/list",t);return s}async ActivitYdepositRaffleTaskList(t={}){let s=await this.postAll("Host80","/custom/activity/deposit/raffle/aim/list",t);return s}async ActivitYdepositRaffleinfo(t={}){let s=await this.postAll("Host80","/custom/activity/deposit/raffle/info",t);return s}async ActivitYdepositRaffleUtaskList(t={}){let s=await this.postAll("Host80","/custom/activity/ucoin/search/list",t);return s}async UcoinComplete(t={}){let s=await this.postAll("Host80","/custom/activity/ucoin/complete",t);return s}async UcoinWithdraw(t={}){let s=await this.postAll("Host80","/custom/activity/ucoin/withdraw",t);return s}async UcoinCancel(t={}){let s=await this.postAll("Host80","/custom/activity/ucoin/cancel",t);return s}async UcoinProgress(t={}){let s=await this.postAll("Host80","/custom/activity/ucoin/progress",t);return s}async ActivityExtensionGiveList(t={}){let s=await this.postAll("Host80","/web/activity/give/list",t);return s}async ActivityExtensionGiveSingle(t={}){let s=await this.postAll("Host80","/web/activity/give/single",t);return s}async ActivityExtensionGiveLogin(t={}){let s=await this.postAll("Host80","/custom/activity/give/login/info",t);return s}async ActivityExtensionGiveLoginJoin(t={}){let s=await this.postAll("Host80","/custom/activity/give/login/join",t);return s}async ActivityGiveLoginParticipate(t={}){let s=await this.postAll("Host80","/custom/activity/give/login/participate",t);return s}async ActivityGiveCancel(t={}){let s=await this.postAll("Host80","/custom/activity/give/cancel",t);return s}async Activity24JYBInfoVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/elite/agent/vip/info",t);return s}async Activity24JYBApplyVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/elite/agent/vip/apply/activity",t);return s}async Activity24JYBRealizationVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/elite/agent/vip/realization/apply",t);return s}async Activity24JYBLoginVip(t={}){let s=await this.postAll("Host80","/custom/activity/hundred/elite/agent/vip/login",t);return s}async ActivityNoWorriesInfo(t={}){let s=await this.postAll("Host80","/custom/activity/no/worries/info",t);return s}async ActivityNoWorriesApply(t={}){let s=await this.postAll("Host80","/custom/activity/no/worries/apply/activity",t);return s}async ActivityNoWorriesRealization(t={}){let s=await this.postAll("Host80","/custom/activity/no/worries/realization/apply",t);return s}async ActivityNoWorriesLogin(t={}){let s=await this.postAll("Host80","/custom/activity/no/worries/login",t);return s}async ActivityNewYear24(t={}){let s=await this.postAll("Host80","/custom/activity/interest/rate/info",t);return s}async ActivityNewYear24Receive(t={}){let s=await this.postAll("Host80","/custom/activity/interest/rate/claim",t);return s}async ActivitySurplusDepositAmount(t={}){let s=await this.postAll("Host80","/custom/activity/surplus/deposit/amount",t);return s}async ActivityMonthlyDepositAmount(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/amount/level",t);return s}async ActivitySurplusAdd(t={}){let s=await this.postAll("Host80","/custom/activity/surplus/add",t);return s}async ActivityMonthlyAdd(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/add",t);return s}async ActivitySurplusTaskList(t={}){let s=await this.postAll("Host80","/custom/activity/surplus/search/list",t);return s}async ActivityMonthlyTaskList(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/search/list",t);return s}async ActivitySurplusRecoverCredit(t={}){let s=await this.postAll("Host80","/custom/activity/surplus/recover/creadit",t);return s}async ActivitySurplusCancel(t={}){let s=await this.postAll("Host80","/custom/activity/surplus/cancel",t);return s}async ActivityMonthlyCancel(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/cancel",t);return s}async ActivityMonthlyGiveList(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/give/list",t);return s}async ActivityMonthlyGiveApply(t={}){let s=await this.postAll("Host80","/custom/activity/monthly/give/apply",t);return s}async ActivityDollarAdd(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/add",t);return s}async ActivityDollarSearchList(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/search/list",t);return s}async ActivityDollarRule(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/rule",t);return s}async ActivityDollarApply(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/apply",t);return s}async ActivityDollarGive(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/give",t);return s}async ActivityDollarCancel(t={}){let s=await this.postAll("Host80","/custom/activity/dollar/cancel",t);return s}async ActivityShowsInfo(t={}){let s=await this.postAll("Host80","/custom/activity/shows/info",t);return s}async getWebsdkLink(t={}){let s=await this.postAll("Host04","/remittance/channel/getWebsdkLink",t);return s}}s["a"]=new e},f68d:function(t,s,a){"use strict";a("4045")}}]);