webpackJsonp([22],{Lndr:function(t,i,s){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var a=s("Dd8w"),e=s.n(a),c=s("NYxO"),n=s("AUH/"),o=s("ZohY"),r={components:{scroll:n.a,topBar:o.a},computed:e()({},Object(c.b)(["giftList","giftDetail","actionStatus","failMsg"])),data:function(){return{action:""}},methods:{addGift:function(t){this.action="add",this.$store.dispatch("addGift",t)}},watch:{actionStatus:function(){if(this.actionStatus&&"add"===this.action){var t=this.giftDetail.gift_id;this.$router.push("/gift/success/"+t)}},failMsg:function(){this.failMsg&&this.Toast(this.failMsg,200)}},created:function(){this.$store.dispatch("getGiftList")}},l={render:function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",[s("top-bar",{attrs:{title:"礼包",right:"gift"}}),t._v(" "),s("scroll",{attrs:{data:t.giftList,action:"getGiftList"}},[s("div",{staticClass:"giftcards",attrs:{slot:"scrollInner"},slot:"scrollInner"},t._l(t.giftList.list,function(i,a){return s("div",{key:"giftItem"+a,staticClass:"giftcards_item"},[i.code?s("a",{attrs:{href:"javascript:;"}},[s("h1",{staticClass:"title"},[t._v(t._s(i.title))]),t._v(" "),s("p",{staticClass:"describe"},[t._v(t._s(i.content))]),t._v(" "),s("div",{staticClass:"get"},[s("button",{staticClass:"disabled"},[t._v("已领取")])])]):s("a",{on:{click:function(s){t.$router.push("/gift/detail/"+i.gift_id)}}},[s("h1",{staticClass:"title"},[t._v(t._s(i.title))]),t._v(" "),s("p",{staticClass:"describe"},[t._v(t._s(i.content))]),t._v(" "),s("div",{staticClass:"get"},[s("button",{on:{click:function(s){s.stopPropagation(),t.addGift(i.gift_id)}}},[t._v("领取")])])])])}))])],1)},staticRenderFns:[]};var f=s("VU/8")(r,l,!1,function(t){s("yfFv")},null,null);i.default=f.exports},yfFv:function(t,i){}});