1 line
10 KiB
JavaScript
1 line
10 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0153ee60"],{"23ea":function(e,t,i){var a=i("e3ba");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var s=i("499e").default;s("b97f4c66",a,!0,{sourceMap:!1,shadowMode:!1})},"61df":function(e,t,i){"use strict";i("23ea")},7629:function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"tokerSetMeal"}},[i("c-title",{attrs:{hide:!1,text:e.plugin_name}}),i("van-tabs",{attrs:{background:"#f2f2f2","title-active-color":"#ee2e2b"},on:{change:e.tabChange},model:{value:e.active,callback:function(t){e.active=t},expression:"active"}},[i("van-tab",{attrs:{title:"一次性消费"}}),i("van-tab",{attrs:{title:"多次消费"}})],1),i("div",{staticStyle:{width:"100%",height:"1.06rem"}}),i("List",{attrs:{datas:e.info,activeNum:e.active}})],1)},s=[],o=(i("e7e5"),i("d399")),n=i("6968"),c=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"list"}},[0==e.activeNum&&e.datas.member_once?i("div",{staticClass:"onece"},[i("div",{staticStyle:{"background-color":"#fff","border-radius":"0.47rem"}},e._l(e.datas.member_once,(function(t,a){return i("div",{key:a,staticClass:"oneceList"},[i("div",{staticClass:"img"},[i("img",{attrs:{src:t.full_img_url,alt:""}})]),i("div",{staticClass:"rightBox"},[i("div",{staticClass:"title"},[e._v(e._s(t.name))]),i("div",{staticClass:"bottom"},[i("div",{staticClass:"bLeft"},[i("div",{staticClass:"num"},[e._v(" 数量:"),i("span",[e._v(e._s(t.quantity))])]),i("div",{staticClass:"status"},[e._v(e._s(0==e.datas.once_write_off?"未使用":"已使用"))])]),1==e.datas.once_write_off?i("div",{staticClass:"bRightImg"},[i("img",{attrs:{src:"https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tokerExchange@3x.png",alt:""}})]):e._e()])])])})),0),i("div",{directives:[{name:"show",rawName:"v-show",value:1==e.datas.once_write_off&&e.datas.use_time,expression:"datas.once_write_off == 1 && datas.use_time"}],staticStyle:{"font-size":"0.75rem",color:"#666","text-align":"left","margin-top":"1.16rem"}},[e._v("使用时间:"+e._s(e.datas.use_time))])]):e._e(),1==e.activeNum?i("div",{staticClass:"is_two"},e._l(e.datas.member_many,(function(t,a){return i("div",{key:a,staticClass:"wirbox",staticStyle:{"margin-bottom":"0.63rem","background-color":"#fff"}},[i("div",{staticClass:"oneceList",staticStyle:{"background-color":"#fff","border-radius":"0.47rem"}},[i("div",{staticClass:"img"},[i("img",{attrs:{src:t.full_img_url,alt:""}})]),i("div",{staticClass:"rightBox"},[i("div",{staticClass:"title"},[e._v(e._s(t.name))]),i("div",{staticClass:"bottom"},[i("div",{staticClass:"bLeft"},[i("div",{staticClass:"num"},[e._v(" 数量:"),i("span",[e._v(e._s(t.quantity))])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.rest_num>0,expression:"item.rest_num > 0"}],staticClass:"status"},[e._v("未使用"+e._s(t.rest_num))]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.write_off_num>0,expression:"item.write_off_num > 0"}],staticClass:"status",on:{click:function(e){e.stopPropagation(),t.cheacked=!t.cheacked}}},[e._v(" 已使用"+e._s(t.write_off_num)+" "),t.cheacked?e._e():i("i",{staticClass:"iconfont icon-member-bottom"}),t.cheacked?i("i",{staticClass:"iconfont icon-member-top"}):e._e()])]),0==t.rest_num?i("div",{staticClass:"bRightImg"},[i("img",{attrs:{src:"https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tokerExchange@3x.png",alt:""}})]):e._e(),t.rest_num>0&&t.single_consumption?i("span",{staticClass:"twoTips"},[e._v("一次使用"+e._s(t.single_consumption)+"张以上")]):e._e()])])]),t.cheacked?i("div",{staticClass:"conceal"},e._l(t.use_time,(function(t,a){return i("div",{key:a,staticClass:"hoursUse"},[e._v("使用时间:"+e._s(t))])})),0):e._e()])})),0):e._e()])},l=[],r={props:["datas","activeNum"],data:function(){return{coupon_list:[],useStatus:!1}},activated:function(){},methods:{}},m=r,f=(i("61df"),i("2877")),b=Object(f["a"])(m,c,l,!1,null,"bf7e8636",null),d=b.exports,u={data:function(){return{active:0,id:"",info:[],plugin_name:""}},activated:function(){this.id=this.$route.params.id,this.getData()},methods:{tabChange:function(){this.getData()},getData:function(){var e;e=0==this.active?"plugin.customer-development.Frontend.controllers.detail.once":"plugin.customer-development.Frontend.controllers.detail.many";var t=this;$http.get(e,{id:t.id},"").then((function(e){if(1===e.result)if(t.plugin_name=e.data.plugin_name?e.data.plugin_name:"拓客卡",t.fun.setWXTitle(t.plugin_name?t.plugin_name:"拓客卡"),1==t.active){for(var i=e.data.member_cards,a=0;a<i.member_many.length;a++)i.member_many[a].cheacked=!1;t.info=i}else t.info=e.data.member_cards;else Object(o["a"])(e.msg)}))}},components:{cTitle:n["a"],List:d}},g=u,x=Object(f["a"])(g,a,s,!1,null,"77d3ce04",null);t["default"]=x.exports},e3ba:function(e,t,i){var a=i("24fb");t=a(!1),t.push([e.i,".is_two[data-v-bf7e8636]{padding:0 .94rem}.is_two .conceal[data-v-bf7e8636]{margin:0 .75rem;border-top:1px solid #eceaea;padding:.66rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.is_two .conceal .hoursUse[data-v-bf7e8636]{font-size:.75rem;color:#999;line-height:1.5rem}.is_two .oneceList[data-v-bf7e8636]{padding:.75rem 1.25rem .75rem .91rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;background-color:#fff}.is_two .oneceList .img[data-v-bf7e8636]{width:3.59rem;height:3.59rem;background-color:#f5f5f5}.is_two .oneceList .img img[data-v-bf7e8636]{width:100%;height:100%}.is_two .oneceList .rightBox[data-v-bf7e8636]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:3.59rem;margin-left:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;overflow:hidden}.is_two .oneceList .rightBox .title[data-v-bf7e8636]{text-align:left;font-size:.81rem;line-height:.94rem}.is_two .oneceList .rightBox .bottom[data-v-bf7e8636]{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;font-size:.75rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.is_two .oneceList .rightBox .bottom .twoTips[data-v-bf7e8636]{font-size:.63rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.is_two .oneceList .rightBox .bottom .bLeft[data-v-bf7e8636]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.is_two .oneceList .rightBox .bottom .bLeft[data-v-bf7e8636],.is_two .oneceList .rightBox .bottom .bLeft .status[data-v-bf7e8636]{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}.is_two .oneceList .rightBox .bottom .bLeft .status[data-v-bf7e8636]{color:#f15353;margin-right:.3rem;white-space:nowrap}.is_two .oneceList .rightBox .bottom .bLeft .status[data-v-bf7e8636]:last-child{margin-right:0}.is_two .oneceList .rightBox .bottom .bLeft .num[data-v-bf7e8636]{color:#999;white-space:nowrap;margin-right:.3rem}.is_two .oneceList .rightBox .bottom .bRightImg[data-v-bf7e8636]{width:2.34rem;height:2.38rem;position:relative}.is_two .oneceList .rightBox .bottom .bRightImg img[data-v-bf7e8636]{width:100%;height:100%;position:absolute;right:0;bottom:0}.onece[data-v-bf7e8636]{padding:0 .94rem}.onece .oneceList[data-v-bf7e8636]{padding:.75rem 1.25rem .75rem .91rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;background:#fff}.onece .oneceList .img[data-v-bf7e8636]{width:3.59rem;height:3.59rem;background-color:#f5f5f5}.onece .oneceList .img img[data-v-bf7e8636]{width:100%;height:100%}.onece .oneceList .rightBox[data-v-bf7e8636]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:3.59rem;margin-left:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-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}.onece .oneceList .rightBox .title[data-v-bf7e8636]{text-align:left;font-size:.81rem;line-height:.94rem}.onece .oneceList .rightBox .bottom[data-v-bf7e8636]{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;font-size:.75rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.onece .oneceList .rightBox .bottom .twoTips[data-v-bf7e8636]{font-size:.63rem;color:#666}.onece .oneceList .rightBox .bottom .bLeft[data-v-bf7e8636]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.onece .oneceList .rightBox .bottom .bLeft .status[data-v-bf7e8636]{color:#f15353;margin-left:.5rem}.onece .oneceList .rightBox .bottom .bLeft .num[data-v-bf7e8636]{color:#999}.onece .oneceList .rightBox .bottom .bRightImg[data-v-bf7e8636]{width:2.34rem;height:2.38rem;position:relative}.onece .oneceList .rightBox .bottom .bRightImg img[data-v-bf7e8636]{width:100%;height:100%;position:absolute;right:-.62rem;bottom:.5rem}",""]),e.exports=t}}]); |