5.13

parent b1d7d904
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://lib.baomitu.com/element-ui/2.7.2/theme-chalk/index.css><title>唱唱启蒙-后台</title></head><body><script src=https://cdn.bootcss.com/vue/2.5.17/vue.min.js></script><script src=https://unpkg.com/vuex@3.0.1></script><script src=https://cdn.bootcss.com/axios/0.18.0/axios.min.js></script><script src=https://lib.baomitu.com/element-ui/2.7.2/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.156b0f7dd6f5e5692a52.js></script><script type=text/javascript src=/static/js/vendor.7f99eb3e4c8df41adc4c.js></script><script type=text/javascript src=/static/js/app.d5e8251fb154d035d48e.js></script></body><script>let el = document.getElementsByTagName("script");
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://lib.baomitu.com/element-ui/2.7.2/theme-chalk/index.css><title>唱唱启蒙-后台</title></head><body><script src=https://cdn.bootcss.com/vue/2.5.17/vue.min.js></script><script src=https://unpkg.com/vuex@3.0.1></script><script src=https://cdn.bootcss.com/axios/0.18.0/axios.min.js></script><script src=https://lib.baomitu.com/element-ui/2.7.2/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.a599f055628051adc336.js></script><script type=text/javascript src=/static/js/vendor.7f99eb3e4c8df41adc4c.js></script><script type=text/javascript src=/static/js/app.d5e8251fb154d035d48e.js></script></body><script>let el = document.getElementsByTagName("script");
el.onerror = function(a,b,c){
console.log('error:',a,b,c);
};
......
webpackJsonp([30],{F5pf:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("CCn6"),o={name:"putForward",data:function(){var t=this;return{today:{text:"今天",onClick:function(e){e.$emit("pick",[t.formatTime(new Date)+" 00:00:00",t.formatTime(new Date)+" 23:59:59"])}},yesterday:{text:"昨天",onClick:function(e){var a=t.formatTime(new Date((new Date).getTime()-864e5));e.$emit("pick",[a+" 00:00:00",a+" 23:59:59"])}},last30Day:{text:"过去30天",onClick:function(e){var a=t.formatTime(new Date((new Date).getTime()-2592e6));e.$emit("pick",[a+" 00:00:00",t.formatTime(new Date)+" 23:59:59"])}},last7Day:{text:"过去7天",onClick:function(e){var a=t.formatTime(new Date((new Date).getTime()-6048e5));e.$emit("pick",[a+" 00:00:00",t.formatTime(new Date)+" 23:59:59"])}},nowPage:1,total:0,limit:10,search:{key:"",status:"1",payTime:[]},liStatus:[{label:"全部",status:""},{label:"申请中",status:0},{label:"提现成功",status:1},{label:"提现失败",status:2}],tableData:[],showDialog:!1,showDesc:!1,dialogTitle:"审核",nowObj:{id:"",status:1,reason:"",desc:""},page:{current:1,pageSize:100,total:0},putForwardDialog:{show:!1,user_id:"",userLabel:"",money:0,desc:""},userList:[],rules:{userLabel:[{required:!0,message:"请选择用户",trigger:"change"}],money:[{required:!0,message:"请输入提现金额",trigger:"change"}],desc:[{required:!0,message:"请输入提现说明",trigger:"change"}]},searchFrom:{},selectUserList:[],userDialog:{show:!1,nowPage:1,total:0,limit:5}}},components:{page:a("kmJW").a},filters:{moneyYuan:function(t){return t?(t/100).toFixed(2)+"元":"0元"},filterStatus:function(t){var e="";return 0===t.status?e="审核中":1===t.status?e="提现成功":2===t.status&&(e="提现失败("+t.reason+")"),e},userLabel:function(t){return t.nickname+"["+t.user_id+"]"}},mounted:function(){this.getList()},methods:{formatTime:function(t){var e=t.getFullYear(),a=t.getMonth()+1;a<10&&(a="0"+a);var s=t.getDate();return s<10&&(s="0"+s),e+"-"+a+"-"+s},onSizeChange:function(t){this.nowPage=1,this.limit=t,this.getList()},exportTable:function(){var t={};this.search.withdraw_no&&(t.withdraw_no=this.search.withdraw_no),this.search.out_trade_no&&(t.out_trade_no=this.search.out_trade_no),(this.search.status||0===this.search.status)&&(t.status=this.search.status),this.search.user_id&&(t.user_id=this.search.user_id),this.search.money&&(t.money=100*parseFloat(this.search.money)),Object(s._15)("/api/admin/withdraw/export",t)},getList:function(){var t=this,e={limit:this.limit,page:this.nowPage};this.search.withdraw_no&&(e.withdraw_no=this.search.withdraw_no),this.search.out_trade_no&&(e.out_trade_no=this.search.out_trade_no),this.search.status&&"-1"!==this.search.status&&(e.status=this.search.status),this.search.user_id&&(e.user_id=this.search.user_id),this.search.payTime&&this.search.payTime.length>0&&(e.success_start_at=this.search.payTime[0],e.success_end_at=this.search.payTime[1]),this.search.money&&(e.money=100*parseFloat(this.search.money)),Object(s._84)(e).then(function(e){t.tableData=e.list,t.total=e.total})},onSearch:function(){this.nowPage=1,this.getList()},checkMoney:function(t){this.nowObj.id=t,this.showDesc=!1,this.showDialog=!0},addDesc:function(t,e){this.nowObj.id=t,this.nowObj.desc=e,this.showDesc=!0,this.showDialog=!0},onPageChange:function(t){this.nowPage=t,this.page.current=t,this.getList()},doCallback:function(){this.nowObj.id="",this.nowObj.status=1,this.nowObj.reason="",this.nowObj.desc="",this.page.current=1,this.showDialog=!1,this.getList(),this.$message({message:"提交成功",type:"success"})},onSave:function(t){var e=this;if(t){var a={desc:this.nowObj.desc};if(""===a.desc||null==a.desc)return this.$message.error("请填写备注"),!1;Object(s._7)(this.nowObj.id,"withdraw",a).then(function(t){e.doCallback()})}else{var o={reason:this.nowObj.reason,status:this.nowObj.status};if((""===o.reason||null==o.reason)&&2===o.status)return this.$message.error("请填写失败理由"),!1;o.reason="",Object(s._131)(this.nowObj.id,o).then(function(t){e.doCallback()})}},manualPutForward:function(){this.putForwardDialog.show=!0,this.putForwardDialog.user_id="",this.putForwardDialog.userLabel="",this.putForwardDialog.money=0,this.putForwardDialog.desc="",this.getUserList()},getUserList:function(){var t=this,e={limit:this.userDialog.limit,page:this.userDialog.nowPage};this.searchFrom.userId&&(e.user_id=this.searchFrom.userId),this.searchFrom.nickName&&(e.nickname=this.searchFrom.nickName),this.searchFrom.mobile&&(e.mobile=this.searchFrom.mobile),Object(s._79)(e).then(function(e){t.userList=e.list,t.userDialog.total=e.total})},confirmPutForward:function(){var t=this,e={user_id:this.putForwardDialog.user_id,money:this.putForwardDialog.money,desc:this.putForwardDialog.desc};this.$refs.refPutForward.validate(function(a){if(!a)return!1;t.$confirm("确定保存?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(s._94)(e).then(function(e){t.$message({type:"success",message:"保存成功"}),t.getList(),t.putForwardDialog.show=!1})})})},handleSelectionChange:function(t){this.selectUserList=t},onUserPageChange:function(t){this.userDialog.nowPage=t,this.getUserList()},onUserSizeChange:function(t){this.userDialog.limit=t,this.userDialog.nowPage=1,this.getUserList()},onAdd:function(){0!==this.selectUserList.length?1===this.selectUserList.length?(this.putForwardDialog.userLabel=this.selectUserList[0].nickname+"["+this.selectUserList[0].user_id+"]",this.putForwardDialog.user_id=this.selectUserList[0].user_id,this.userDialog.show=!1):this.$message({type:"error",message:"只能选择一个用户!"}):this.$message({type:"error",message:"请选择用户!"})}}},r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"putForward"},[a("el-form",{staticClass:"demo-form-inline",attrs:{model:t.search,inline:"","label-width":"80px"}},[a("el-form-item",{attrs:{label:"提现单号"}},[a("el-input",{attrs:{placeholder:"提现单号"},model:{value:t.search.withdraw_no,callback:function(e){t.$set(t.search,"withdraw_no",e)},expression:"search.withdraw_no"}})],1),t._v(" "),a("el-form-item",{attrs:{label:"订单号"}},[a("el-input",{attrs:{placeholder:"订单号"},model:{value:t.search.out_trade_no,callback:function(e){t.$set(t.search,"out_trade_no",e)},expression:"search.out_trade_no"}})],1),t._v(" "),a("el-form-item",{attrs:{label:"用户ID"}},[a("el-input",{attrs:{placeholder:"用户ID"},model:{value:t.search.user_id,callback:function(e){t.$set(t.search,"user_id",e)},expression:"search.user_id"}})],1),t._v(" "),a("el-form-item",{attrs:{label:"提现金额"}},[a("el-input",{attrs:{placeholder:"提现金额"},model:{value:t.search.money,callback:function(e){t.$set(t.search,"money",e)},expression:"search.money"}})],1),t._v(" "),a("el-form-item",{attrs:{label:"提现时间"}},[a("el-date-picker",{attrs:{type:"daterange","range-separator":"至","value-format":"yyyy-MM-dd","start-placeholder":"开始日期","end-placeholder":"结束日期","default-time":["00:00:00","23:59:59"],"picker-options":{shortcuts:[t.today,t.yesterday,t.last7Day,t.last30Day]}},model:{value:t.search.payTime,callback:function(e){t.$set(t.search,"payTime",e)},expression:"search.payTime"}})],1),t._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-button",{attrs:{type:"primary"},on:{click:t.onSearch}},[t._v("查询")]),t._v(" "),t.$store.state.export?a("el-button",{attrs:{type:"primary"},on:{click:t.exportTable}},[t._v("导出")]):t._e(),t._v(" "),t.$store.state.readonly?t._e():a("el-button",{attrs:{type:"primary"},on:{click:t.manualPutForward}},[t._v("手动提现")])],1)],1),t._v(" "),a("el-tabs",{staticStyle:{background:"white","padding-top":"10px"},attrs:{type:"card"},on:{"tab-click":t.onSearch},model:{value:t.search.status,callback:function(e){t.$set(t.search,"status",e)},expression:"search.status"}},[a("el-tab-pane",{attrs:{label:"提现成功",name:"1"}}),t._v(" "),a("el-tab-pane",{attrs:{label:"申请中",name:"0"}}),t._v(" "),a("el-tab-pane",{attrs:{label:"申请失败",name:"2"}}),t._v(" "),a("el-tab-pane",{attrs:{label:"全部",name:"-1"}})],1),t._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.tableData,border:"",fixed:""}},[a("el-table-column",{attrs:{prop:"withdraw_no",label:"提现单号"}}),t._v(" "),a("el-table-column",{attrs:{prop:"out_trade_no",label:"订单号"}}),t._v(" "),a("el-table-column",{attrs:{label:"用户",width:"200",className:"f-c"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("img",{staticClass:"avatar",attrs:{src:e.row.user_avatar}}),t._v(" "+t._s(e.row.user_nickname)+"(ID:"+t._s(e.row.user_id)+")\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"user_mobile",label:"手机号"}}),t._v(" "),a("el-table-column",{attrs:{label:"提现金额"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(t._f("moneyYuan")(e.row.money))+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"提现状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",{class:{status:!0,red:2===e.row.status,green:1===e.row.status}},[t._v("\n "+t._s(t._f("filterStatus")(e.row))+"\n ")])]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"提现成功时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.success_at)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{label:"提现时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v("\n "+t._s(e.row.created_at)+"\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"reason",label:"失败原因"}}),t._v(" "),a("el-table-column",{attrs:{prop:"desc",label:"备注"}}),t._v(" "),t.$store.state.readonly?t._e():a("el-table-column",{attrs:{label:"操作",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[0===e.row.status?a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){t.checkMoney(e.row.id,e.row.desc)}}},[t._v("\n 审核\n ")]):t._e(),t._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){t.addDesc(e.row.id,e.row.desc)}}},[t._v("\n 添加备注\n ")])]}}])})],1),t._v(" "),a("page",{attrs:{nowPage:t.nowPage,total:t.total,limit:t.limit},on:{pageChange:t.onPageChange,sizeChange:t.onSizeChange}}),t._v(" "),t.showDialog?a("el-dialog",{attrs:{title:t.dialogTitle,visible:t.showDialog},on:{"update:visible":function(e){t.showDialog=e}}},[a("el-form",{ref:"saveuser",attrs:{model:t.nowObj,"label-width":"70px"}},[t.showDesc?t._e():a("el-form-item",{attrs:{label:"订单状态"}},[[a("el-radio-group",{model:{value:t.nowObj.status,callback:function(e){t.$set(t.nowObj,"status",e)},expression:"nowObj.status"}},[a("el-radio",{attrs:{label:1}},[t._v("提现成功")]),t._v(" "),a("el-radio",{attrs:{label:2}},[t._v("提现失败")])],1)]],2),t._v(" "),2!==t.nowObj.status||t.showDesc?t._e():a("el-form-item",{attrs:{label:"失败理由"}},[a("el-input",{attrs:{type:"textarea",rows:"3","auto-complete":"off"},model:{value:t.nowObj.reason,callback:function(e){t.$set(t.nowObj,"reason",e)},expression:"nowObj.reason"}})],1),t._v(" "),t.showDesc?a("el-form-item",{attrs:{label:"备注信息"}},[a("el-input",{attrs:{type:"textarea",rows:"3","auto-complete":"off"},model:{value:t.nowObj.desc,callback:function(e){t.$set(t.nowObj,"desc",e)},expression:"nowObj.desc"}})],1):t._e()],1),t._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{type:"primary"},on:{click:function(e){t.onSave(t.showDesc)}}},[t._v("保 存")]),t._v(" "),a("el-button",{on:{click:function(e){t.showDialog=!1}}},[t._v("取 消")])],1)],1):t._e(),t._v(" "),t.putForwardDialog.show?a("el-dialog",{attrs:{title:"手动提现",visible:t.putForwardDialog.show},on:{"update:visible":function(e){t.$set(t.putForwardDialog,"show",e)}}},[a("el-form",{ref:"refPutForward",attrs:{model:t.putForwardDialog,rules:t.rules,"label-width":"80px"}},[a("el-row",[a("el-col",{attrs:{span:20}},[a("el-form-item",{attrs:{label:"用户",prop:"userLabel"}},[a("el-input",{attrs:{readonly:"",placeholder:"请选择用户"},model:{value:t.putForwardDialog.userLabel,callback:function(e){t.$set(t.putForwardDialog,"userLabel",e)},expression:"putForwardDialog.userLabel"}})],1)],1),t._v(" "),a("el-col",{attrs:{span:4}},[a("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:function(e){t.userDialog.show=!0}}},[t._v("选择用户")])],1)],1),t._v(" "),a("el-form-item",{attrs:{label:"提现金额",prop:"money"}},[a("el-input-number",{attrs:{min:0,placeholder:"提现金额"},model:{value:t.putForwardDialog.money,callback:function(e){t.$set(t.putForwardDialog,"money",e)},expression:"putForwardDialog.money"}})],1),t._v(" "),a("el-form-item",{attrs:{label:"提现说明",prop:"desc"}},[a("el-input",{attrs:{type:"textarea",rows:2,placeholder:"请输入内容"},model:{value:t.putForwardDialog.desc,callback:function(e){t.$set(t.putForwardDialog,"desc",e)},expression:"putForwardDialog.desc"}})],1)],1),t._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(e){t.putForwardDialog.show=!1}}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.confirmPutForward}},[t._v("确 定")])],1),t._v(" "),a("el-dialog",{attrs:{modal:!1,visible:t.userDialog.show},on:{"update:visible":function(e){t.$set(t.userDialog,"show",e)}}},[a("el-form",{attrs:{"label-width":"90px"}},[a("el-row",[a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"ID"}},[a("el-input",{model:{value:t.searchFrom.userId,callback:function(e){t.$set(t.searchFrom,"userId",e)},expression:"searchFrom.userId"}})],1)],1),t._v(" "),a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"昵称"}},[a("el-input",{model:{value:t.searchFrom.nickName,callback:function(e){t.$set(t.searchFrom,"nickName",e)},expression:"searchFrom.nickName"}})],1)],1),t._v(" "),a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"电话"}},[a("el-input",{model:{value:t.searchFrom.mobile,callback:function(e){t.$set(t.searchFrom,"mobile",e)},expression:"searchFrom.mobile"}})],1)],1)],1),t._v(" "),a("el-row",[a("el-col",{attrs:{span:8,offset:16}},[a("el-form-item",[a("el-button",{staticStyle:{float:"right"},attrs:{type:"primary",plain:""},on:{click:t.getUserList}},[t._v("搜索")])],1)],1)],1)],1),t._v(" "),a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.userList},on:{"selection-change":t.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"55"}}),t._v(" "),a("el-table-column",{attrs:{className:"f-c",label:"用户"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("img",{staticStyle:{"margin-right":"5px",width:"50px",height:"50px","border-radius":"50px"},attrs:{src:e.row.avatar}}),t._v(t._s(e.row.nickname)+"(ID:"+t._s(e.row.user_id)+")\n ")]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"mobile",label:"手机号"}})],1),t._v(" "),a("page",{attrs:{total:t.userDialog.total,limit:t.userDialog.limit},on:{pageChange:t.onUserPageChange,sizeChange:t.onUserSizeChange}}),t._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(e){t.userDialog.show=!1}}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.onAdd}},[t._v("确 定")])],1)],1)],1):t._e()],1)};r._withStripped=!0;var n={render:r,staticRenderFns:[]},i=n;var l=!1;var c=a("VU/8")(o,i,!1,function(t){l||(a("teZk"),a("k6C/"))},"data-v-5621cbc8",null);c.options.__file="src\\components\\putForward\\index.vue";e.default=c.exports},JJOv:function(t,e,a){(t.exports=a("FZ+f")(!0)).push([t.i,"\n.f-c > .cell {\n display: -webkit-box !important;\n display: -ms-flexbox !important;\n display: flex !important;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row;\n flex-flow: row;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n","",{version:3,sources:["C:/Users/Administrator/Desktop/后台/admin/src/components/putForward/index.vue"],names:[],mappings:";AACA;EACE,gCAAgC;EAChC,gCAAgC;EAChC,yBAAyB;EACzB,+BAA+B;EAC/B,8BAA8B;MAC1B,mBAAmB;UACf,eAAe;EACvB,wBAAwB;MACpB,qBAAqB;UACjB,4BAA4B;EACpC,0BAA0B;MACtB,uBAAuB;UACnB,oBAAoB;CAC7B",file:"index.vue",sourcesContent:["\n.f-c > .cell {\n display: -webkit-box !important;\n display: -ms-flexbox !important;\n display: flex !important;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row;\n flex-flow: row;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n"],sourceRoot:""}])},"k6C/":function(t,e,a){var s=a("JJOv");"string"==typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);a("rjj0")("33054797",s,!1,{})},teZk:function(t,e,a){var s=a("wJWK");"string"==typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);a("rjj0")("e8a70c02",s,!1,{})},wJWK:function(t,e,a){(t.exports=a("FZ+f")(!0)).push([t.i,"\n.putForward[data-v-5621cbc8] {\n padding: 20px 0;\n}\n.status[data-v-5621cbc8]{\n color: #e9a038;\n}\n.status.red[data-v-5621cbc8]{\n color: #c30005;\n}\n.status.green[data-v-5621cbc8]{\n color: #00ac00;\n}\n.avatar[data-v-5621cbc8]{\n width: 50px;\n margin-right: 5px;\n border-radius: 50%;\n height: 50px;\n}\n","",{version:3,sources:["C:/Users/Administrator/Desktop/后台/admin/src/components/putForward/index.vue"],names:[],mappings:";AACA;EACE,gBAAgB;CACjB;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,eAAe;CAChB;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,mBAAmB;EACnB,aAAa;CACd",file:"index.vue",sourcesContent:["\n.putForward[data-v-5621cbc8] {\n padding: 20px 0;\n}\n.status[data-v-5621cbc8]{\n color: #e9a038;\n}\n.status.red[data-v-5621cbc8]{\n color: #c30005;\n}\n.status.green[data-v-5621cbc8]{\n color: #00ac00;\n}\n.avatar[data-v-5621cbc8]{\n width: 50px;\n margin-right: 5px;\n border-radius: 50%;\n height: 50px;\n}\n"],sourceRoot:""}])}});
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(f,n,r){for(var t,b,o,i=0,u=[];i<f.length;i++)b=f[i],c[b]&&u.push(c[b][0]),c[b]=0;for(t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);for(a&&a(f,n,r);u.length;)u.shift()();if(r)for(i=0;i<r.length;i++)o=d(d.s=r[i]);return o};var f={},c={56:0};function d(a){if(f[a])return f[a].exports;var c=f[a]={i:a,l:!1,exports:{}};return e[a].call(c.exports,c,c.exports,d),c.l=!0,c.exports}d.e=function(e){var a=c[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var f=new Promise(function(f,d){a=c[e]=[f,d]});a[2]=f;var n=document.getElementsByTagName("head")[0],r=document.createElement("script");r.type="text/javascript",r.charset="utf-8",r.async=!0,r.timeout=12e4,d.nc&&r.setAttribute("nonce",d.nc),r.src=d.p+"static/js/"+e+"."+{0:"b7520c82919451e0d8cb",1:"f80382f5a602a9ab12c9",2:"43a1686ee2b0d27a0ab0",3:"e2d5e821d86a4f5d6658",4:"5079c91190ec280c3ce8",5:"480fa42628b53851540a",6:"0fee1f85af7799ddbea0",7:"33c3ab68985f96fb65d1",8:"359716391324d1a29872",9:"c39634001e6cec8c8376",10:"dd4b833f566b23148559",11:"d558ef31a978ba38a492",12:"bfe17d6c1f960736da32",13:"52f1cc98a321d6cfce38",14:"f7dadb93459a344bb26e",15:"9323683336815bbc383f",16:"0ef5a581cdb16d0cc405",17:"a6db816f91b20c31281c",18:"5c924a4578d6a44ce72f",19:"fddbefbcbbb9921ce25c",20:"8e7892580f52e740669a",21:"cc6dfa69d779f30dd8ae",22:"ac1f5ef531557ff5e22c",23:"8a4cf4a3109790736994",24:"de47a09908df52e8f882",25:"e11959101a255e068538",26:"0c683af1fe7010fc723f",27:"7098a71a5d6987b5b7f4",28:"944298fe3faf78a6258f",29:"1f39218bc73353b2f869",30:"790dbedaa64024439900",31:"9f21fbe9433dff4ba9b5",32:"6d8898ebf52b7a1f7a2c",33:"1728faf5dfe4d43032ec",34:"2aa1802ec9a32d3f8cee",35:"3840e9f192a494a902b6",36:"5090234458b130a9fb24",37:"0ae2c1457565a5348bad",38:"693dfaca431a17ff53cd",39:"ba021ae90243ecca3b85",40:"cb4a0d6f95f47c6e8137",41:"9f5f1ebf49de9138a770",42:"f4232be198ef303ca233",43:"790e9555b1ee2e9221d3",44:"14c48ffa27f02abc828e",45:"232211b2a1861ed3626c",46:"2b6bd996d5e1d9b81baf",47:"67a5e1801c83df2ed651",48:"8c7f12a9f1d00e2a50c6",49:"62c6218ca11c61e08d2e",50:"6939e694580c3394adaa",51:"64e68edb4270ecca9f16",52:"fadcb1e389fde30a6504",53:"e34325ae754d18c83a11"}[e]+".js";var t=setTimeout(b,12e4);function b(){r.onerror=r.onload=null,clearTimeout(t);var a=c[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),c[e]=void 0)}return r.onerror=r.onload=b,n.appendChild(r),f},d.m=e,d.c=f,d.d=function(e,a,f){d.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:f})},d.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(a,"a",a),a},d.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},d.p="/",d.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://lib.baomitu.com/element-ui/2.7.2/theme-chalk/index.css><title>唱唱启蒙-后台</title><link href=/static/css/app.c06792b71cb94f800388a6204a2c45bf.css rel=stylesheet></head><body><script src=https://cdn.bootcss.com/vue/2.5.17/vue.min.js></script><script src=https://unpkg.com/vuex@3.0.1></script><script src=https://cdn.bootcss.com/axios/0.18.0/axios.min.js></script><script src=https://lib.baomitu.com/element-ui/2.7.2/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.65ac1de5f298c94f0f04.js></script><script type=text/javascript src=/static/js/vendor.7079320e0f54c7cba3cd.js></script><script type=text/javascript src=/static/js/app.27816493a60f0150f40d.js></script></body><script>let el = document.getElementsByTagName("script");
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://lib.baomitu.com/element-ui/2.7.2/theme-chalk/index.css><title>唱唱启蒙-后台</title><link href=/static/css/app.ef63b1408cd66e5883a61bdf1b9d6adc.css rel=stylesheet></head><body><script src=https://cdn.bootcss.com/vue/2.5.17/vue.min.js></script><script src=https://unpkg.com/vuex@3.0.1></script><script src=https://cdn.bootcss.com/axios/0.18.0/axios.min.js></script><script src=https://lib.baomitu.com/element-ui/2.7.2/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.68e2a52ea2ac9f6c672d.js></script><script type=text/javascript src=/static/js/vendor.7079320e0f54c7cba3cd.js></script><script type=text/javascript src=/static/js/app.f0a2eb2d016fbf5fb358.js></script></body><script>let el = document.getElementsByTagName("script");
el.onerror = function(a,b,c){
console.log('error:',a,b,c);
};
......
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([33],{"9MKk":function(e,t){},F5pf:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=a("CCn6"),o={name:"putForward",data:function(){var e=this;return{today:{text:"今天",onClick:function(t){t.$emit("pick",[e.formatTime(new Date)+" 00:00:00",e.formatTime(new Date)+" 23:59:59"])}},yesterday:{text:"昨天",onClick:function(t){var a=e.formatTime(new Date((new Date).getTime()-864e5));t.$emit("pick",[a+" 00:00:00",a+" 23:59:59"])}},last30Day:{text:"过去30天",onClick:function(t){var a=e.formatTime(new Date((new Date).getTime()-2592e6));t.$emit("pick",[a+" 00:00:00",e.formatTime(new Date)+" 23:59:59"])}},last7Day:{text:"过去7天",onClick:function(t){var a=e.formatTime(new Date((new Date).getTime()-6048e5));t.$emit("pick",[a+" 00:00:00",e.formatTime(new Date)+" 23:59:59"])}},nowPage:1,total:0,limit:10,search:{key:"",status:"1",payTime:[]},liStatus:[{label:"全部",status:""},{label:"申请中",status:0},{label:"提现成功",status:1},{label:"提现失败",status:2}],tableData:[],showDialog:!1,showDesc:!1,dialogTitle:"审核",nowObj:{id:"",status:1,reason:"",desc:""},page:{current:1,pageSize:100,total:0},putForwardDialog:{show:!1,user_id:"",userLabel:"",money:0,desc:""},userList:[],rules:{userLabel:[{required:!0,message:"请选择用户",trigger:"change"}],money:[{required:!0,message:"请输入提现金额",trigger:"change"}],desc:[{required:!0,message:"请输入提现说明",trigger:"change"}]},searchFrom:{},selectUserList:[],userDialog:{show:!1,nowPage:1,total:0,limit:5}}},components:{page:a("kmJW").a},filters:{moneyYuan:function(e){return e?(e/100).toFixed(2)+"元":"0元"},filterStatus:function(e){var t="";return 0===e.status?t="审核中":1===e.status?t="提现成功":2===e.status&&(t="提现失败("+e.reason+")"),t},userLabel:function(e){return e.nickname+"["+e.user_id+"]"}},mounted:function(){this.getList()},methods:{formatTime:function(e){var t=e.getFullYear(),a=e.getMonth()+1;a<10&&(a="0"+a);var s=e.getDate();return s<10&&(s="0"+s),t+"-"+a+"-"+s},onSizeChange:function(e){this.nowPage=1,this.limit=e,this.getList()},exportTable:function(){var e={};this.search.withdraw_no&&(e.withdraw_no=this.search.withdraw_no),this.search.out_trade_no&&(e.out_trade_no=this.search.out_trade_no),(this.search.status||0===this.search.status)&&(e.status=this.search.status),this.search.user_id&&(e.user_id=this.search.user_id),this.search.money&&(e.money=100*parseFloat(this.search.money)),Object(s._15)("/api/admin/withdraw/export",e)},getList:function(){var e=this,t={limit:this.limit,page:this.nowPage};this.search.withdraw_no&&(t.withdraw_no=this.search.withdraw_no),this.search.out_trade_no&&(t.out_trade_no=this.search.out_trade_no),this.search.status&&"-1"!==this.search.status&&(t.status=this.search.status),this.search.user_id&&(t.user_id=this.search.user_id),this.search.payTime&&this.search.payTime.length>0&&(t.success_start_at=this.search.payTime[0],t.success_end_at=this.search.payTime[1]),this.search.money&&(t.money=100*parseFloat(this.search.money)),Object(s._84)(t).then(function(t){e.tableData=t.list,e.total=t.total})},onSearch:function(){this.nowPage=1,this.getList()},checkMoney:function(e){this.nowObj.id=e,this.showDesc=!1,this.showDialog=!0},addDesc:function(e,t){this.nowObj.id=e,this.nowObj.desc=t,this.showDesc=!0,this.showDialog=!0},onPageChange:function(e){this.nowPage=e,this.page.current=e,this.getList()},doCallback:function(){this.nowObj.id="",this.nowObj.status=1,this.nowObj.reason="",this.nowObj.desc="",this.page.current=1,this.showDialog=!1,this.getList(),this.$message({message:"提交成功",type:"success"})},onSave:function(e){var t=this;if(e){var a={desc:this.nowObj.desc};if(""===a.desc||null==a.desc)return this.$message.error("请填写备注"),!1;Object(s._7)(this.nowObj.id,"withdraw",a).then(function(e){t.doCallback()})}else{var o={reason:this.nowObj.reason,status:this.nowObj.status};if((""===o.reason||null==o.reason)&&2===o.status)return this.$message.error("请填写失败理由"),!1;o.reason="",Object(s._131)(this.nowObj.id,o).then(function(e){t.doCallback()})}},manualPutForward:function(){this.putForwardDialog.show=!0,this.putForwardDialog.user_id="",this.putForwardDialog.userLabel="",this.putForwardDialog.money=0,this.putForwardDialog.desc="",this.getUserList()},getUserList:function(){var e=this,t={limit:this.userDialog.limit,page:this.userDialog.nowPage};this.searchFrom.userId&&(t.user_id=this.searchFrom.userId),this.searchFrom.nickName&&(t.nickname=this.searchFrom.nickName),this.searchFrom.mobile&&(t.mobile=this.searchFrom.mobile),Object(s._79)(t).then(function(t){e.userList=t.list,e.userDialog.total=t.total})},confirmPutForward:function(){var e=this,t={user_id:this.putForwardDialog.user_id,money:this.putForwardDialog.money,desc:this.putForwardDialog.desc};this.$refs.refPutForward.validate(function(a){if(!a)return!1;e.$confirm("确定保存?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(s._94)(t).then(function(t){e.$message({type:"success",message:"保存成功"}),e.getList(),e.putForwardDialog.show=!1})})})},handleSelectionChange:function(e){this.selectUserList=e},onUserPageChange:function(e){this.userDialog.nowPage=e,this.getUserList()},onUserSizeChange:function(e){this.userDialog.limit=e,this.userDialog.nowPage=1,this.getUserList()},onAdd:function(){0!==this.selectUserList.length?1===this.selectUserList.length?(this.putForwardDialog.userLabel=this.selectUserList[0].nickname+"["+this.selectUserList[0].user_id+"]",this.putForwardDialog.user_id=this.selectUserList[0].user_id,this.userDialog.show=!1):this.$message({type:"error",message:"只能选择一个用户!"}):this.$message({type:"error",message:"请选择用户!"})}}},r={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"putForward"},[a("el-form",{staticClass:"demo-form-inline",attrs:{model:e.search,inline:"","label-width":"80px"}},[a("el-form-item",{attrs:{label:"提现单号"}},[a("el-input",{attrs:{placeholder:"提现单号"},model:{value:e.search.withdraw_no,callback:function(t){e.$set(e.search,"withdraw_no",t)},expression:"search.withdraw_no"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"订单号"}},[a("el-input",{attrs:{placeholder:"订单号"},model:{value:e.search.out_trade_no,callback:function(t){e.$set(e.search,"out_trade_no",t)},expression:"search.out_trade_no"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"用户ID"}},[a("el-input",{attrs:{placeholder:"用户ID"},model:{value:e.search.user_id,callback:function(t){e.$set(e.search,"user_id",t)},expression:"search.user_id"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"提现金额"}},[a("el-input",{attrs:{placeholder:"提现金额"},model:{value:e.search.money,callback:function(t){e.$set(e.search,"money",t)},expression:"search.money"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"提现时间"}},[a("el-date-picker",{attrs:{type:"daterange","range-separator":"至","value-format":"yyyy-MM-dd","start-placeholder":"开始日期","end-placeholder":"结束日期","default-time":["00:00:00","23:59:59"],"picker-options":{shortcuts:[e.today,e.yesterday,e.last7Day,e.last30Day]}},model:{value:e.search.payTime,callback:function(t){e.$set(e.search,"payTime",t)},expression:"search.payTime"}})],1),e._v(" "),a("el-form-item",{attrs:{label:""}},[a("el-button",{attrs:{type:"primary"},on:{click:e.onSearch}},[e._v("查询")]),e._v(" "),e.$store.state.export?a("el-button",{attrs:{type:"primary"},on:{click:e.exportTable}},[e._v("导出")]):e._e(),e._v(" "),e.$store.state.readonly?e._e():a("el-button",{attrs:{type:"primary"},on:{click:e.manualPutForward}},[e._v("手动提现")])],1)],1),e._v(" "),a("el-tabs",{staticStyle:{background:"white","padding-top":"10px"},attrs:{type:"card"},on:{"tab-click":e.onSearch},model:{value:e.search.status,callback:function(t){e.$set(e.search,"status",t)},expression:"search.status"}},[a("el-tab-pane",{attrs:{label:"提现成功",name:"1"}}),e._v(" "),a("el-tab-pane",{attrs:{label:"申请中",name:"0"}}),e._v(" "),a("el-tab-pane",{attrs:{label:"申请失败",name:"2"}}),e._v(" "),a("el-tab-pane",{attrs:{label:"全部",name:"-1"}})],1),e._v(" "),a("el-table",{staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",fixed:""}},[a("el-table-column",{attrs:{prop:"withdraw_no",label:"提现单号"}}),e._v(" "),a("el-table-column",{attrs:{prop:"out_trade_no",label:"订单号"}}),e._v(" "),a("el-table-column",{attrs:{label:"用户",width:"200",className:"f-c"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("img",{staticClass:"avatar",attrs:{src:t.row.user_avatar}}),e._v(" "+e._s(t.row.user_nickname)+"(ID:"+e._s(t.row.user_id)+")\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"user_mobile",label:"手机号"}}),e._v(" "),a("el-table-column",{attrs:{label:"提现金额"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(e._f("moneyYuan")(t.row.money))+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"提现状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",{class:{status:!0,red:2===t.row.status,green:1===t.row.status}},[e._v("\n "+e._s(e._f("filterStatus")(t.row))+"\n ")])]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"提现成功时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.success_at)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{label:"提现时间"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(t.row.created_at)+"\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"reason",label:"失败原因"}}),e._v(" "),a("el-table-column",{attrs:{prop:"desc",label:"备注"}}),e._v(" "),e.$store.state.readonly?e._e():a("el-table-column",{attrs:{label:"操作",fixed:"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[0===t.row.status?a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){e.checkMoney(t.row.id,t.row.desc)}}},[e._v("\n 审核\n ")]):e._e(),e._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){e.addDesc(t.row.id,t.row.desc)}}},[e._v("\n 添加备注\n ")])]}}])})],1),e._v(" "),a("page",{attrs:{nowPage:e.nowPage,total:e.total,limit:e.limit},on:{pageChange:e.onPageChange,sizeChange:e.onSizeChange}}),e._v(" "),e.showDialog?a("el-dialog",{attrs:{title:e.dialogTitle,visible:e.showDialog},on:{"update:visible":function(t){e.showDialog=t}}},[a("el-form",{ref:"saveuser",attrs:{model:e.nowObj,"label-width":"70px"}},[e.showDesc?e._e():a("el-form-item",{attrs:{label:"订单状态"}},[[a("el-radio-group",{model:{value:e.nowObj.status,callback:function(t){e.$set(e.nowObj,"status",t)},expression:"nowObj.status"}},[a("el-radio",{attrs:{label:1}},[e._v("提现成功")]),e._v(" "),a("el-radio",{attrs:{label:2}},[e._v("提现失败")])],1)]],2),e._v(" "),2!==e.nowObj.status||e.showDesc?e._e():a("el-form-item",{attrs:{label:"失败理由"}},[a("el-input",{attrs:{type:"textarea",rows:"3","auto-complete":"off"},model:{value:e.nowObj.reason,callback:function(t){e.$set(e.nowObj,"reason",t)},expression:"nowObj.reason"}})],1),e._v(" "),e.showDesc?a("el-form-item",{attrs:{label:"备注信息"}},[a("el-input",{attrs:{type:"textarea",rows:"3","auto-complete":"off"},model:{value:e.nowObj.desc,callback:function(t){e.$set(e.nowObj,"desc",t)},expression:"nowObj.desc"}})],1):e._e()],1),e._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{type:"primary"},on:{click:function(t){e.onSave(e.showDesc)}}},[e._v("保 存")]),e._v(" "),a("el-button",{on:{click:function(t){e.showDialog=!1}}},[e._v("取 消")])],1)],1):e._e(),e._v(" "),e.putForwardDialog.show?a("el-dialog",{attrs:{title:"手动提现",visible:e.putForwardDialog.show},on:{"update:visible":function(t){e.$set(e.putForwardDialog,"show",t)}}},[a("el-form",{ref:"refPutForward",attrs:{model:e.putForwardDialog,rules:e.rules,"label-width":"80px"}},[a("el-row",[a("el-col",{attrs:{span:20}},[a("el-form-item",{attrs:{label:"用户",prop:"userLabel"}},[a("el-input",{attrs:{readonly:"",placeholder:"请选择用户"},model:{value:e.putForwardDialog.userLabel,callback:function(t){e.$set(e.putForwardDialog,"userLabel",t)},expression:"putForwardDialog.userLabel"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:4}},[a("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:function(t){e.userDialog.show=!0}}},[e._v("选择用户")])],1)],1),e._v(" "),a("el-form-item",{attrs:{label:"提现金额",prop:"money"}},[a("el-input-number",{attrs:{min:0,placeholder:"提现金额"},model:{value:e.putForwardDialog.money,callback:function(t){e.$set(e.putForwardDialog,"money",t)},expression:"putForwardDialog.money"}})],1),e._v(" "),a("el-form-item",{attrs:{label:"提现说明",prop:"desc"}},[a("el-input",{attrs:{type:"textarea",rows:2,placeholder:"请输入内容"},model:{value:e.putForwardDialog.desc,callback:function(t){e.$set(e.putForwardDialog,"desc",t)},expression:"putForwardDialog.desc"}})],1)],1),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.putForwardDialog.show=!1}}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:e.confirmPutForward}},[e._v("确 定")])],1),e._v(" "),a("el-dialog",{attrs:{modal:!1,visible:e.userDialog.show},on:{"update:visible":function(t){e.$set(e.userDialog,"show",t)}}},[a("el-form",{attrs:{"label-width":"90px"}},[a("el-row",[a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"ID"}},[a("el-input",{model:{value:e.searchFrom.userId,callback:function(t){e.$set(e.searchFrom,"userId",t)},expression:"searchFrom.userId"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"昵称"}},[a("el-input",{model:{value:e.searchFrom.nickName,callback:function(t){e.$set(e.searchFrom,"nickName",t)},expression:"searchFrom.nickName"}})],1)],1),e._v(" "),a("el-col",{attrs:{span:8}},[a("el-form-item",{attrs:{label:"电话"}},[a("el-input",{model:{value:e.searchFrom.mobile,callback:function(t){e.$set(e.searchFrom,"mobile",t)},expression:"searchFrom.mobile"}})],1)],1)],1),e._v(" "),a("el-row",[a("el-col",{attrs:{span:8,offset:16}},[a("el-form-item",[a("el-button",{staticStyle:{float:"right"},attrs:{type:"primary",plain:""},on:{click:e.getUserList}},[e._v("搜索")])],1)],1)],1)],1),e._v(" "),a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:e.userList},on:{"selection-change":e.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"55"}}),e._v(" "),a("el-table-column",{attrs:{className:"f-c",label:"用户"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("img",{staticStyle:{"margin-right":"5px",width:"50px",height:"50px","border-radius":"50px"},attrs:{src:t.row.avatar}}),e._v(e._s(t.row.nickname)+"(ID:"+e._s(t.row.user_id)+")\n ")]}}])}),e._v(" "),a("el-table-column",{attrs:{prop:"mobile",label:"手机号"}})],1),e._v(" "),a("page",{attrs:{total:e.userDialog.total,limit:e.userDialog.limit},on:{pageChange:e.onUserPageChange,sizeChange:e.onUserSizeChange}}),e._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:function(t){e.userDialog.show=!1}}},[e._v("取 消")]),e._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:e.onAdd}},[e._v("确 定")])],1)],1)],1):e._e()],1)},staticRenderFns:[]};var i=a("VU/8")(o,r,!1,function(e){a("qZuP"),a("9MKk")},"data-v-52373da2",null);t.default=i.exports},qZuP:function(e,t){}});
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(a,b,n){for(var r,t,o,i=0,u=[];i<a.length;i++)t=a[i],d[t]&&u.push(d[t][0]),d[t]=0;for(r in b)Object.prototype.hasOwnProperty.call(b,r)&&(e[r]=b[r]);for(c&&c(a,b,n);u.length;)u.shift()();if(n)for(i=0;i<n.length;i++)o=f(f.s=n[i]);return o};var a={},d={56:0};function f(c){if(a[c])return a[c].exports;var d=a[c]={i:c,l:!1,exports:{}};return e[c].call(d.exports,d,d.exports,f),d.l=!0,d.exports}f.e=function(e){var c=d[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var a=new Promise(function(a,f){c=d[e]=[a,f]});c[2]=a;var b=document.getElementsByTagName("head")[0],n=document.createElement("script");n.type="text/javascript",n.charset="utf-8",n.async=!0,n.timeout=12e4,f.nc&&n.setAttribute("nonce",f.nc),n.src=f.p+"static/js/"+e+"."+{0:"1422b71498d9ccd3e5b0",1:"18ef2da711b937456721",2:"0f789832d100f6e8cb73",3:"e07eaa9bc1bcf9d36dde",4:"06cba7088948f5a52f00",5:"75e1ca083db7578b417a",6:"0d10e41cc388ac46b730",7:"3707c83f403e6216b5d9",8:"f7febfa99d98b3f59fb9",9:"02408b42bfa25b9211bb",10:"50e3a86a7257d92c6d11",11:"bf662d8dce33a95b54e8",12:"36430932392632f1d1cd",13:"180f50ab3d1cfa2cdf7b",14:"62cf3979c95ae19463c1",15:"ae64ea2841dd92018eba",16:"b986ea3917fa85cb270a",17:"6fe08104bb242c2b6969",18:"6d2de53dc167a468b025",19:"2e1f5d3a5dfcdb87ce2c",20:"d487c3254db4f01c8f72",21:"a4e2ea628f3a6ef57425",22:"1890c45ae96a0d1866d3",23:"3b78b37ebb47292c3be1",24:"b7858fa153f9da83c73b",25:"2567c7922f887553bf09",26:"7128709eb53d93566085",27:"267cef7bc8d1e6964407",28:"56f68d69435f6d734795",29:"bdec8ac5134124f560fa",30:"f91acccd1d27702dcdb8",31:"89386e070d62d0a7df8c",32:"ac91636572b1cd0b7769",33:"1c816a9c6604f60182ed",34:"f304800bd1e03aee3d3f",35:"4c932c95729327205f01",36:"b28ae564018174b4eb48",37:"02742176aa6fef1c22c6",38:"d5ee761beebc7a159c27",39:"4d392ec52be860b9f09e",40:"c4563ce44badd4d51d1b",41:"9664e3730a44d300258d",42:"bfcf4d980f9588d2fc8b",43:"aaa08fa264335c87fe22",44:"d1cf5b51615e180f9dcb",45:"b059bfa62ee4406ee82c",46:"53522d1efbc190a9d11c",47:"9cf806e0d226649b8d50",48:"01d42928fb25aa02c881",49:"41dcf9adb374979072e2",50:"4f272c82927d8743e877",51:"64fae813828b89600303",52:"b85ab90d51b261dd7073",53:"e0f74a961c848df725ce"}[e]+".js";var r=setTimeout(t,12e4);function t(){n.onerror=n.onload=null,clearTimeout(r);var c=d[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),d[e]=void 0)}return n.onerror=n.onload=t,b.appendChild(n),a},f.m=e,f.c=a,f.d=function(e,c,a){f.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:a})},f.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(c,"a",c),c},f.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},f.p="/",f.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -358,7 +358,7 @@
}else if(value.status === 1){
msg = '提现成功'
}else if(value.status === 2){
msg = '提现失败'+'('+value.err_msg+")"
msg = '提现失败'+'('+value.reason+")"
}
return msg;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment