1 line
9.4 KiB
JavaScript
1 line
9.4 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e721055e"],{"0b96":function(t,e,i){"use strict";i("5bb5")},"57eb":function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"superior"}},[i("c-title",{attrs:{hide:!1,text:t.custom_name}}),i("div",{staticClass:"r_top_box"},[i("div",{staticClass:"image"},[i("img",{attrs:{src:t.info.avatar,alt:""}})]),i("div",[i("div",{staticClass:"r_top_box_name"},[t._v(t._s(t.info.nickname))]),t.info.level_name?i("div",{staticClass:"r_top_box_leve"},[t._v(t._s(t.info.level_name))]):t._e()])]),i("div",{staticClass:"r_je"},[i("div",{staticClass:"r_je_d"},[i("span",{staticClass:"r_je_m"},[t._v(t._s(t.acount0.total)+"元")]),i("span",{staticClass:"r_je_txt"},[t._v(t._s(t.acount0.state_name)+"金额")])]),i("div",{staticClass:"r_je_d"},[i("span",{staticClass:"r_je_m"},[t._v(t._s(t.acount1.total)+"元")]),i("span",{staticClass:"r_je_txt"},[t._v(t._s(t.acount1.state_name)+"金额")])])]),i("div",{staticClass:"line"}),i("van-tabs",{on:{change:t.tabChange},model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[i("van-tab",{attrs:{title:"全部"}}),i("van-tab",{attrs:{title:"未结算"}}),i("van-tab",{attrs:{title:"已结算"}})],1),t._l(t.list,(function(e,a){return i("div",{key:a,on:{click:function(e){return t.show(a)}}},[i("div",{staticClass:"r_ls"},[i("div",{staticClass:"r_ls_r",staticStyle:{"text-align":"left"}},[i("span",{staticClass:"r_li_o"},[t._v("订单号:"+t._s(e.order_sn))]),i("span",{staticClass:"r_li_t"},[t._v("时间:"+t._s(e.created_at))])]),i("div",{staticClass:"r_ls_r",staticStyle:{"text-align":"right"}},[i("span",{staticClass:"r_li_m"},[t._v(t._s(e.reward_money))]),i("span",{staticClass:"r_li_s"},[t._v(t._s(e.state_name))])])]),i("div",{directives:[{name:"show",rawName:"v-show",value:a==t.ind,expression:"index == ind"}]},[i("div",{staticClass:"s_box"},[i("div",{staticClass:"s_box_i"},[i("img",{attrs:{src:e.avatar,alt:""}})]),i("div",{staticClass:"s_box_t"},[t._v(t._s(e.nickname))])]),i("div",{staticClass:"s_shop"},[i("div",{staticClass:"s_shop_i"},[i("img",{attrs:{src:e.goods_thumb,alt:""}})]),i("div",{staticClass:"s_shop_r"},[i("div",[t._v(t._s(e.goods_title))]),i("div",[t._v("实付 "+t._s(t.$i18n.t("money"))+t._s(e.goods_price))])])])])])})),0==t.list.length?i("div",{staticStyle:{"font-size":"16px",color:"#6666","text-align":"center","padding-top":"2rem"}},[t._v("没有数据")]):t._e()],2)},s=[],r=(i("99af"),i("6968")),o=i("ac0d"),n={mixins:[o["a"]],data:function(){return{img1:i("b17d"),active:0,showli:!1,info:[],acount0:[],acount1:[],list:[],ind:null,custom_name:"上级奖",isLoadMore:!0,page:1,total_page:0}},activated:function(){this.getData()},mounted:function(){},methods:{show:function(t){null==this.ind?this.ind=t:this.ind=null},tabChange:function(){this.list="",this.page=1,this.getData()},getData:function(){var t=this,e={state:t.active,page:1};$http.post("plugin.superior-reward.api.index.index",e,"").then((function(e){1===e.result&&(e.data.custom_name&&t.fun.setWXTitle(e.data.custom_name),t.custom_name=e.data.custom_name,t.info=e.data,t.acount0=e.data.acount[0],t.acount1=e.data.acount[1],t.list=e.data.list.data,t.isLoadMore=!0,t.total_page=e.data.list.last_page,t.total_page||(t.total_page=0))}),(function(t){}))},getMoreData:function(){var t=this;t.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.get("plugin.superior-reward.api.index.index",{page:t.page},"加载中").then((function(e){if(t.isLoadMore=!0,1!==e.result)return t.page=t.page-1,void(t.isLoadMore=!1);var i=e.data.list.data;t.list=t.list.concat(i)}),(function(t){})))}},components:{cTitle:r["a"]}},l=n,c=l,d=(i("0b96"),i("2877")),_=Object(d["a"])(c,a,s,!1,null,"5e703b34",null);e["default"]=_.exports},"5bb5":function(t,e,i){var a=i("c68a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var s=i("499e").default;s("4fac9e93",a,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var a=document.documentElement,s=document.body,r={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return a&&a.scrollTop?t=a.scrollTop:s&&(t=s.scrollTop),t},getClientHeight:function(){var t=0;return t=s.clientHeight&&a.clientHeight?Math.min(s.clientHeight,a.clientHeight):Math.max(s.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(s.scrollHeight,a.scrollHeight)},handleScroll:function(){this.otherScroll();var t=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=t>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},b17d:function(t,e,i){t.exports=i.p+"static/app/img/photo-mr.5cc2c462.jpg"},c68a:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,"#superior[data-v-5e703b34]{width:100%;height:100vh;background:#fff}#superior .s_shop[data-v-5e703b34]{height:5.97rem;margin:0 .94rem;background-color:#fff;border-bottom:.06rem solid #ebebeb;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#superior .s_shop .s_shop_i[data-v-5e703b34]{background-color:#666;margin-right:.66rem}#superior .s_shop .s_shop_i[data-v-5e703b34],#superior .s_shop .s_shop_i img[data-v-5e703b34]{width:4.38rem;height:4.38rem}#superior .s_shop .s_shop_r[data-v-5e703b34]{width:12.19rem;text-align:left;height:4.38rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#superior .s_box[data-v-5e703b34],#superior .s_shop .s_shop_r[data-v-5e703b34]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#superior .s_box[data-v-5e703b34]{height:4rem;margin:0 .94rem;background-color:#fff;border-bottom:.06rem solid #ebebeb;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#superior .s_box .s_box_t[data-v-5e703b34]{margin-bottom:1.3rem;margin-left:.53rem}#superior .s_box .s_box_i[data-v-5e703b34]{background-color:#f2f2f2}#superior .s_box .s_box_i[data-v-5e703b34],#superior .s_box .s_box_i img[data-v-5e703b34]{width:2.5rem;height:2.5rem;border-radius:1.25rem}#superior .r_ls[data-v-5e703b34]{height:3.84rem;margin:0 .94rem;background-color:#fff;border-bottom:.06rem solid #ebebeb;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#superior .r_ls[data-v-5e703b34],#superior .r_ls .r_ls_r[data-v-5e703b34]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#superior .r_ls .r_ls_r[data-v-5e703b34]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#superior .r_ls .r_ls_r .r_li_o[data-v-5e703b34]{font-size:.75rem;color:#333}#superior .r_ls .r_ls_r .r_li_t[data-v-5e703b34]{font-size:.81rem;color:#8c8c8c}#superior .r_ls .r_ls_r .r_li_m[data-v-5e703b34]{font-size:1rem;color:#f15353}#superior .r_ls .r_ls_r .r_li_s[data-v-5e703b34]{font-size:.75rem;color:#8c8c8c}#superior .line[data-v-5e703b34]{width:100%;height:.63rem}#superior .r_je[data-v-5e703b34]{width:100%;height:5.38rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;background-color:#fff}#superior .r_je[data-v-5e703b34],#superior .r_je .r_je_d[data-v-5e703b34]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#superior .r_je .r_je_d[data-v-5e703b34]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#superior .r_je .r_je_d .r_je_m[data-v-5e703b34]{font-size:1rem;color:#f15353}#superior .r_je .r_je_d .r_je_txt[data-v-5e703b34]{font-size:.88rem;color:#8c8c8c}#superior .r_top_box[data-v-5e703b34]{width:100%;height:6.66rem;background-color:#ee2e2b;padding:1.69rem 1.56rem 2.09rem 1.56rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#superior .r_top_box .image[data-v-5e703b34]{width:2.88rem;height:2.88rem;margin-right:.69rem}#superior .r_top_box .image img[data-v-5e703b34]{width:2.88rem;height:2.88rem;background-color:#000;border-radius:50%}#superior .r_top_box .r_top_box_name[data-v-5e703b34]{font-size:1rem;color:#fff;text-align:left}#superior .r_top_box .r_top_box_leve[data-v-5e703b34]{background-color:hsla(0,0%,100%,.29);padding:5px;border-radius:.63rem;font-size:.75rem;color:#fff;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}",""]),t.exports=e}}]); |