From 4d6b62ec61c602acc373096405cb30622f4d01de Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 6 Jan 2020 16:58:39 +0800 Subject: [PATCH] 修改新人有礼传参 --- vip/index.html | 2 +- vip/static/css/AssistanceAct.css | 12 +++++++----- vip/static/css/AssistanceDismantle.css | 27 +++++++++++++++++++++------ vip/static/css/AssistanceList.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ vip/static/css/HolidayGift.css | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vip/static/js/index.4b751347.js | 1 - vip/static/js/index.8c123a7c.js | 1 + vip/static/js/pages-GiftPackage-AssistanceAct.2aec33ab.js | 1 - vip/static/js/pages-GiftPackage-AssistanceAct.62380835.js | 1 + vip/static/js/pages-GiftPackage-AssistanceDismantle.6fa13dd3.js | 1 + vip/static/js/pages-GiftPackage-AssistanceDismantle.85dc0a02.js | 1 - vip/static/js/pages-GiftPackage-AssistanceList.d2ba8d68.js | 1 + vip/static/js/pages-GiftPackage-AssistanceList.fab0a06a.js | 1 - vip/static/js/pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode.a8edebbe.js | 1 + vip/static/js/pages-GiftPackage-HolidayGift.3add6bfd.js | 1 + vip/static/js/pages-Login-index.683d51f0.js | 1 - vip/static/js/pages-Login-index.dbd669cc.js | 1 + vip/static/js/pages-MyGiftPack-QrCode.abbed65d.js | 1 + vip/static/js/pages-MyGiftPack-QrCode.ffa39f24.js | 1 - 19 files changed, 344 insertions(+), 18 deletions(-) create mode 100644 vip/static/css/HolidayGift.css delete mode 100644 vip/static/js/index.4b751347.js create mode 100644 vip/static/js/index.8c123a7c.js delete mode 100644 vip/static/js/pages-GiftPackage-AssistanceAct.2aec33ab.js create mode 100644 vip/static/js/pages-GiftPackage-AssistanceAct.62380835.js create mode 100644 vip/static/js/pages-GiftPackage-AssistanceDismantle.6fa13dd3.js delete mode 100644 vip/static/js/pages-GiftPackage-AssistanceDismantle.85dc0a02.js create mode 100644 vip/static/js/pages-GiftPackage-AssistanceList.d2ba8d68.js delete mode 100644 vip/static/js/pages-GiftPackage-AssistanceList.fab0a06a.js create mode 100644 vip/static/js/pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode.a8edebbe.js create mode 100644 vip/static/js/pages-GiftPackage-HolidayGift.3add6bfd.js delete mode 100644 vip/static/js/pages-Login-index.683d51f0.js create mode 100644 vip/static/js/pages-Login-index.dbd669cc.js create mode 100644 vip/static/js/pages-MyGiftPack-QrCode.abbed65d.js delete mode 100644 vip/static/js/pages-MyGiftPack-QrCode.ffa39f24.js diff --git a/vip/index.html b/vip/index.html index dfeb5f5..e1fbaac 100644 --- a/vip/index.html +++ b/vip/index.html @@ -2,4 +2,4 @@ document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' }) var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) - document.write('')
\ No newline at end of file + document.write('')
\ No newline at end of file diff --git a/vip/static/css/AssistanceAct.css b/vip/static/css/AssistanceAct.css index bef61e2..dec2977 100644 --- a/vip/static/css/AssistanceAct.css +++ b/vip/static/css/AssistanceAct.css @@ -97,11 +97,6 @@ width: 30upx; height: 30upx; margin-right: 10upx; - margin-top: 6upx; -} - -.content_title_title text{ - line-height: 20upx; } .content_title_chack_bg{ @@ -132,6 +127,13 @@ text-decoration:underline; } +.remark_box{ + margin: 20upx 40upx 0upx 40upx; + font-size: 25upx; + color: #FFFFFF; + line-height: 40upx; +} + .foot_load{ display: flex; justify-content: center; diff --git a/vip/static/css/AssistanceDismantle.css b/vip/static/css/AssistanceDismantle.css index 5cc168b..16876df 100644 --- a/vip/static/css/AssistanceDismantle.css +++ b/vip/static/css/AssistanceDismantle.css @@ -12,19 +12,34 @@ background-size: 100% 100%; } -.top_img { +.top_name { display: flex; justify-content: center; + padding: 60upx 50upx 20upx 50upx; } -.top_img image { - width: 100%; +.top_name_img{ + width: 17%; +} +.top_name_img image{ + width: 80upx; + height: 80upx; + border-radius: 50%; +} + +.top_name_text{ + width: 80%; + font-size: 30upx; + color: #FFFFFF; + padding-top: 18upx; } -.top_img text { - font-size: 32upx; +.top_title{ + display: flex; + justify-content: center; + margin-top: 40upx; color: #FFFFFF; - padding-top: 20upx; + font-size: 35upx; } .top_title_img { diff --git a/vip/static/css/AssistanceList.css b/vip/static/css/AssistanceList.css index 95497e3..ef7a974 100644 --- a/vip/static/css/AssistanceList.css +++ b/vip/static/css/AssistanceList.css @@ -113,6 +113,10 @@ } .content_title_title { + display: flex; + justify-content: center; + align-items: center; + align-content: center; width: 50%; text-align: center; color: #FFFFFF; @@ -124,11 +128,53 @@ padding: 8upx; } +.content_title_title image{ + width: 30upx; + height: 30upx; + margin-right: 10upx; +} + .content_title_chack_bg{ background: #ffd500; } +.my_content_box { + display: flex; + justify-content: center; + margin-top: 20upx; +} + +.my_content_box_gift { + width: 60%; + font-size: 25upx; + color: #FFFFFF; + word-break: break-all; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; +} + +.my_content_box_remark { + font-size: 25upx; + color: #FFFFFF; + text-decoration:underline; +} + +.remark_box{ + margin: 20upx 40upx 0upx 40upx; + font-size: 25upx; + color: #FFFFFF; + line-height: 40upx; +} + +.font_color{ + color: #B9B5B5; + text-decoration:underline; +} + .content_box { display: flex; justify-content: center; diff --git a/vip/static/css/HolidayGift.css b/vip/static/css/HolidayGift.css new file mode 100644 index 0000000..f0e787a --- /dev/null +++ b/vip/static/css/HolidayGift.css @@ -0,0 +1,261 @@ +@charset "UTF-8"; + +/* Author XGQ + * 2019-10-27 + */ +.image_box { + justify-content: center; +} + +.image_box image { + width: 100%; + height: 690upx; +} + +.top { + margin: -20upx 28upx 45upx 28upx; + padding: 10upx 10upx 70upx 10upx; + background-color: #FFFFFF; + border-radius: 0upx 0upx 15upx 15upx; +} + +.top_box { + display: flex; + text-align: center; + justify-content: center; +} + +.top_box_text { + justify-content: center; + margin: 50upx 15upx 20upx 15upx; +} + +.top_item { + display: flex; + width: 100%; + margin: 60upx 0 0 0; +} + +.top_item_img { + float: left; + width: 28%; + margin: 0upx 10upx 0upx 20upx; +} + +.top_item_img image { + width: 150upx; + height: 150upx; + border-radius: 50%; + border: #F96865 solid 3upx; +} + +.top_item_center { + float: left; + width: 64%; +} + +.top_item_center_title { + font-size: 35upx; + color: #FB6451; + justify-content: flex-start; + padding: 0 10upx 10upx 0upx; + word-break: break-all; + /*属性规定自动换行的处理方法。normal(使用浏览器默认的换行规则。),break-all(允许在单词内换行。),keep-all(只能在半角空格或连字符处换行。)*/ + text-overflow: ellipsis; + display: -webkit-box; + /** 对象作为伸缩盒子模型显示 **/ + -webkit-box-orient: vertical; + /** 设置或检索伸缩盒对象的子元素的排列方式 **/ + -webkit-line-clamp: 2; + /** 显示的行数 **/ + overflow: hidden; + /** 隐藏超出的内容 **/ +} + +.top_item_center_ramke { + font-size: 25upx; + justify-content: flex-start; + line-height: 35upx; + letter-spacing: 0.5upx; + word-break: break-all; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} + +.top_card { + width: calc(50% - 30upx); + display: inline-block; + margin: 15upx; + +} + +.top_card_box { + background-size: cover; + background-position: center; + background-repeat: no-repeat; + border-radius: 20upx; + height: 250upx; + margin: 5upx; +} + +.img1 { + background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/vip01.png); +} + +.img2 { + background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/vip02.png); +} + +.img3 { + background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/vip03.png); +} + +.top_card_tite_box { + width: 100%; + display: flex; + justify-content: flex-end; +} + +.top_card_tite_a { + padding: 5upx 25upx 5upx 25upx; + line-height: 29upx; + font-size: 25upx; + color: #FFFFFF; + background: #ffa7c0; + border-radius: 0upx 20upx 0upx 6upx; +} + +.top_card_tite_b { + padding: 5upx 25upx 5upx 25upx; + line-height: 29upx; + font-size: 25upx; + color: #FFFFFF; + background: #50dfdb; + border-radius: 0upx 20upx 0upx 6upx; +} + +.top_card_tite_c { + padding: 5upx 25upx 5upx 25upx; + line-height: 29upx; + font-size: 25upx; + color: #FFFFFF; + background: #92cbff; + border-radius: 0upx 20upx 0upx 6upx; +} + +.top_card_tite_d { + padding: 5upx 25upx 5upx 25upx; + line-height: 29upx; + font-size: 25upx; + color: #FFFFFF; + border-radius: 0upx 20upx 0upx 6upx; +} + +.top_card_counte { + padding: 30upx 20upx 0 0; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + color: #FFFFFF; + font-size: 40upx; +} + +.top_card_remak { + padding: 5upx 0 20upx 0; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + font-size: 20upx; + color: #FFFFFF; +} + +.top_card_number{ + padding: 5upx 0 40upx 0; + text-align: center; + display: flex; + justify-content: center; + align-items: center; + font-size: 20upx; + color: #FFFFFF; +} + +.top_box_image { + padding: 20upx 20upx 20upx 20upx; +} + +.top_box_image image { + height: 216upx; + width: 100%; +} + +.top_box_image button { + margin: 15upx 95upx 0upx 95upx; + background: #fe6a6a; + border-radius: 50upx; + line-height: 60upx; + height: 60upx; + color: white; + font-size: 30upx; +} + +.foot_box { + margin: 0 30upx 40upx 30upx; + background: #FFFFFF; + border-radius: 20upx; +} + +.foot_box_title { + font-size: 43upx; + color: #000000; + padding: 20upx 30upx 20upx 30upx; +} + +.foot_box_text { + font-size: 30upx; + color: #000000; + line-height: 48upx; + padding: 20upx 35upx 50upx 30upx; +} + +.button_box { + margin: 50upx 50upx 50upx 50upx; + text-align: center; +} + +.button_text { + padding-top: 20upx; + font-size: 20upx; + color: white; + height: 100upx; +} +.foot_empty { + height: 90upx; +} + +.foot_button { + display: flex; + margin: 20upx 0upx 0upx 0upx; + padding: 25upx 0upx; + background: #FFFFFF; + text-align: center; + justify-content: center; + position: fixed; + bottom: 0; + left: 0; + width: 100%; +} + +.foot_button_notbuy{ + background: #999999; + color: #FFFFFF; + width: 400upx; + height: 70upx; + font-size: 28upx; + line-height: 70upx; + border-radius: 30upx 30upx 30upx 30upx; +} diff --git a/vip/static/js/index.4b751347.js b/vip/static/js/index.4b751347.js deleted file mode 100644 index fea1add..0000000 --- a/vip/static/js/index.4b751347.js +++ /dev/null @@ -1 +0,0 @@ -(function(n){function e(e){for(var a,r,c=e[0],s=e[1],u=e[2],g=0,l=[];gn.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(o=0;o0?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("———— 点击加载更多 ————")])],1):t._e(),0==this.contentList.length?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("暂无奖品记录")])],1):t._e(),n("v-uni-view",{staticClass:"foot_receive"},[n("v-uni-text",[t._v("已有"+t._s(this.countNumber)+"人领取了任务")])],1)],2)},a=[];n.d(e,"b",function(){return o}),n.d(e,"c",function(){return a}),n.d(e,"a",function(){return i})}}]); \ No newline at end of file diff --git a/vip/static/js/pages-GiftPackage-AssistanceAct.62380835.js b/vip/static/js/pages-GiftPackage-AssistanceAct.62380835.js new file mode 100644 index 0000000..c8ff61b --- /dev/null +++ b/vip/static/js/pages-GiftPackage-AssistanceAct.62380835.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-AssistanceAct"],{2350:function(t,e){function n(t,e){var n=t[1]||"",a=t[3];if(!a)return n;if(e&&"function"===typeof btoa){var o=i(a),r=a.sources.map(function(t){return"/*# sourceURL="+a.sourceRoot+t+" */"});return[n].concat(r).concat([o]).join("\n")}return[n].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var i=n(e,t);return e[2]?"@media "+e[2]+"{"+i+"}":i}).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var i={},a=0;a0?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("———— 点击加载更多 ————")])],1):t._e(),this.contentList.length<=0?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("暂无领取记录")])],1):t._e()],2):t._e(),1==this.isChackBox?n("v-uni-view",[n("v-uni-view",{staticClass:"remark_box",domProps:{innerHTML:t._s(this.countRemark)}}),""!=this.countRemark?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("———— 已到底 ————")])],1):t._e(),""==this.countRemark?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("暂无活动详情")])],1):t._e()],1):t._e(),0==this.contentList.length?n("v-uni-view",{staticClass:"foot_load"},[n("v-uni-text",[t._v("暂无奖品记录")])],1):t._e(),n("v-uni-view",{staticClass:"foot_receive"},[n("v-uni-text",[t._v("已有"+t._s(this.countNumber)+"人领取了任务")])],1)],1)},o=[];n.d(e,"b",function(){return a}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return i})},"4f06":function(t,e,n){"use strict";function i(t,e){for(var n=[],i={},a=0;an.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(a=0;a活动时间:2019年12月12日-12日,共一天

活动规则:活动期间内,通过当前平台购买的商品不参加任何活动,每个用户只可以参与一次。

奖品发放:交易完成后,3个工作日发生至对应。

补充说明:此次活动不跟其他活动同时参与。

此次活动最终解释权归当前平台所有。

",contentList:[]}},onLoad:function(){},onShow:function(){this.contentList=[{contentID:"12313",contentTitle:"萨达萨达萨达萨达是士大夫大师傅似的是士大夫但是似懂非懂",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动二礼包",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动三礼包",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动四礼包",contentItem:"详情。。。。。。"}]},methods:{getAssistanceList:function(){uni.navigateTo({url:"/pages/GiftPackage/AssistanceList"})},gotoGift:function(){this.isChackBox=!1},gotoRemark:function(){this.isChackBox=!0},goToGiftList:function(t,e){uni.navigateTo({url:"/pages/MyGiftPack/GiftPackList"})}}};e.default=i},e455:function(t,e,n){"use strict";var i=n("ac91"),a=n.n(i);a.a}}]); \ No newline at end of file diff --git a/vip/static/js/pages-GiftPackage-AssistanceDismantle.6fa13dd3.js b/vip/static/js/pages-GiftPackage-AssistanceDismantle.6fa13dd3.js new file mode 100644 index 0000000..61448b1 --- /dev/null +++ b/vip/static/js/pages-GiftPackage-AssistanceDismantle.6fa13dd3.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-AssistanceDismantle"],{2350:function(t,e){function n(t,e){var n=t[1]||"",a=t[3];if(!a)return n;if(e&&"function"===typeof btoa){var o=i(a),r=a.sources.map(function(t){return"/*# sourceURL="+a.sourceRoot+t+" */"});return[n].concat(r).concat([o]).join("\n")}return[n].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var i=n(e,t);return e[2]?"@media "+e[2]+"{"+i+"}":i}).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var i={},a=0;an.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(a=0;an.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(o=0;o0?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("———— 点击加载更多 ————")])],1):t._e(),this.contentList.length<=0?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("暂无领取记录")])],1):t._e()],2):t._e(),1==this.isChackBox?i("v-uni-view",[t._l(t.assistantList,function(e,n){return i("v-uni-view",{key:n,staticClass:"content_box"},[i("v-uni-view",{staticClass:"content_box_img"},[i("v-uni-image",{attrs:{src:"../../static/img/gift02.png"}})],1),i("v-uni-view",{staticClass:"content_box_name"},[i("v-uni-text",[t._v(t._s(e.assistant))])],1),i("v-uni-view",{staticClass:"content_box_date"},[i("v-uni-text",[t._v(t._s(e.assistantDate))])],1)],1)}),this.assistantList.length>0?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("———— 点击加载更多 ————")])],1):t._e(),0==this.assistantList.length?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("暂无帮拆记录")])],1):t._e()],2):t._e(),i("v-uni-view",{staticClass:"foot_receive"},[i("v-uni-text",[t._v("已有"+t._s(this.countNumber)+"人领取了任务")])],1),1==this.isposter?i("v-uni-view",{staticClass:"poster_display"},[i("v-uni-view",{staticClass:"poster_box"},[i("v-uni-view",{staticClass:"poster_content"},[i("v-uni-view",{staticClass:"poster_content_top"},[i("v-uni-image",{attrs:{src:"../../static/img/kong.png"}})],1),i("v-uni-view",{staticClass:"poster_content_text"},[i("v-uni-text",[t._v("已有")]),i("v-uni-text",{staticClass:"poster_content_text2"},[t._v("2位")]),i("v-uni-text",[t._v("好友助力,还差")]),i("v-uni-text",{staticClass:"poster_content_text2"},[t._v("4位")]),i("v-uni-text",[t._v("立即达成助力")])],1),i("v-uni-view",{staticClass:"poster_content_progress"},[i("help-progress",{attrs:{percentAll:this.actTotal,percentTag:this.SurplusNumber,showNumerical:"false",BottomColor:"#ffe7ab",UpperColor:"#ffc001"}})],1),i("v-uni-view",{staticClass:"poster_head"},[i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis09.png"}})],1)],1),i("v-uni-view",{staticClass:"poster_foot"},[i("v-uni-view",{staticClass:"poster_foot_remark"},[i("v-uni-view",[i("v-uni-text",[t._v("优惠乐翻天,精彩就在你身边!")])],1),i("v-uni-view",[i("v-uni-text",[t._v("2019.12.01-2019.12.30")])],1),i("v-uni-view",{staticClass:"poster_text_top"},[i("v-uni-text",[t._v("长按识别二维码,可帮我助力!")])],1)],1),i("v-uni-view",{staticClass:"poster_foot_code"},[i("v-uni-image",{attrs:{src:t.qrCode}})],1)],1)],1),i("v-uni-view",{staticClass:"poster_close"},[i("v-uni-image",{attrs:{src:"../../static/img/assis08.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.GetClose.apply(void 0,arguments)}}})],1)],1):t._e()],1)},s=[];i.d(e,"b",function(){return a}),i.d(e,"c",function(){return s}),i.d(e,"a",function(){return n})},"41e8":function(t,e,i){"use strict";i.r(e);var n=i("0af3"),a=i("e772");for(var s in a)"default"!==s&&function(t){i.d(e,t,function(){return a[t]})}(s);i("d4d4");var o,c=i("f0c5"),r=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,"2009c48f",null,!1,n["a"],o);e["default"]=r.exports},4433:function(t,e,i){var n=i("17e3");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("714c0e72",n,!0,{sourceMap:!1,shadowMode:!1})},"4d7e":function(t,e,i){"use strict";i.r(e);var n=i("ecf4"),a=i.n(n);for(var s in n)"default"!==s&&function(t){i.d(e,t,function(){return n[t]})}(s);e["default"]=a.a},"76f0":function(t,e,i){var n=i("f7a8");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("5de889a8",n,!0,{sourceMap:!1,shadowMode:!1})},8458:function(t,e,i){"use strict";var n=i("76f0"),a=i.n(n);a.a},b041:function(t,e){t.exports=function(t){return"string"!==typeof t?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),/["'() \t\n]/.test(t)?'"'+t.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':t)}},b9d0:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("c5f6");var n={name:"helpProgress",props:{BottomColor:{type:String,default:null},UpperColor:{type:String,default:null},percentAll:{type:Number,default:0},percentTag:{type:Number,default:0},showNumerical:{type:[Boolean,String],default:!0}},data:function(){return{}}};e.default=n},d4d4:function(t,e,i){"use strict";var n=i("4433"),a=i.n(n);a.a},dae8:function(t,e,i){t.exports=i.p+"static/img/assis06.11dab876.jpg"},dbf5:function(t,e,i){"use strict";i.r(e);var n=i("2ec8"),a=i("4d7e");for(var s in a)"default"!==s&&function(t){i.d(e,t,function(){return a[t]})}(s);i("8458");var o,c=i("f0c5"),r=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,"f91686b0",null,!1,n["a"],o);e["default"]=r.exports},e772:function(t,e,i){"use strict";i.r(e);var n=i("b9d0"),a=i.n(n);for(var s in n)"default"!==s&&function(t){i.d(e,t,function(){return n[t]})}(s);e["default"]=a.a},ecf4:function(t,e,i){"use strict";var n=i("288e");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("41e8")),s=n(i("a8d7")),o={components:{helpProgress:a.default},data:function(){return{actTitle:"助力活动一",actDate:"活动剩余时间:18:20:30",countNumber:"126",actSurplus:"10",actTotal:0,surplusNumber:0,isDismantle:!1,isExchange:!1,isProgress:!1,isposter:!1,isChackBox:!1,contentList:[],assistantList:[],qrCode:""}},onLoad:function(){},onShow:function(){this.assistantList=[{assistantID:"12313",assistant:"秋天的dsfs斯蒂芬森电风扇地方是dfsd风",assistantDate:"2019-12-30"},{assistantID:"12313",assistant:"秋天的风",assistantDate:"2019-12-30"},{assistantID:"12313",assistant:"夏天的风",assistantDate:"2019-12-30"},{assistantID:"12313",assistant:"冬天的风",assistantDate:"2019-12-30"}],this.contentList=[{contentID:"12313",contentTitle:"萨达萨达萨达萨达是士大夫大师傅似的是士大夫但是似懂非懂",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动二礼包",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动三礼包",contentItem:"详情。。。。。。"},{contentID:"12313",contentTitle:"活动四礼包",contentItem:"详情。。。。。。"}],this.qrCode=s.default.createQrCodeImg("87879878789789787878789")},methods:{GetChoice:function(){this.isProgress=!0,this.isDismantle=!0,this.actTotal=10,uni.showToast({icon:"success",title:"任务领取成功"})},GetDemolition:function(){this.isposter=!0},GetClose:function(){this.isposter=!1},gotoGift:function(){this.isChackBox=!1},gotoRemark:function(){this.isChackBox=!0}}};e.default=o},f7a8:function(t,e,i){var n=i("b041");e=t.exports=i("2350")(!1),e.push([t.i,'@charset "UTF-8";\n/*引用样式路径*/\n/* Author XGQ\r\n * 2019-12-28\r\n */.box[data-v-f91686b0]{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.background_img[data-v-f91686b0]{background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis00.png);background-size:100% 100%}.top_img[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.top_img_title[data-v-f91686b0]{font-size:%?45?%;color:#fff;padding-top:%?90?%}.top_img_date[data-v-f91686b0]{font-size:%?28?%;color:#fff;padding-top:%?20?%}.top_title_img[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:%?25?%;color:#fff;margin-top:%?25?%;margin-bottom:%?20?%}.top_progress[data-v-f91686b0]{padding:%?0?% %?60?% %?0?% %?0?%}.title_img_left[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;width:12%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.title_img_left uni-image[data-v-f91686b0]{width:%?27?%;height:%?58?%}.title_img_center[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;width:76%;position:relative;border:#fff solid %?2?%}.title_img_center_bg[data-v-f91686b0]{position:absolute;background:#999;width:100%;height:%?60?%;text-align:center;opacity:.5;filter:alpha(opacity=50);bottom:0}.title_img_center_bg uni-text[data-v-f91686b0]{line-height:%?60?%;font-size:%?26?%}.title_img_center uni-image[data-v-f91686b0]{width:100%;max-height:%?400?%}.top_button_img[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;margin-top:%?10?%;margin-bottom:%?60?%}.top_button_img uni-text[data-v-f91686b0]{font-size:%?40?%;color:#d01119;background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis02.png);background-size:cover;width:%?443?%;height:%?83?%;line-height:%?70?%}.content_title_box[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:%?40?%;border-bottom:%?1?% solid #ffd500}.content_title_title[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;width:50%;text-align:center;color:#fff;font-size:%?27?%;border-left:%?1?% solid #ffd500;border-right:%?1?% solid #ffd500;border-top:%?1?% solid #ffd500;margin:%?10?% %?40?% %?0?% %?40?%;padding:%?8?%}.content_title_title uni-image[data-v-f91686b0]{width:%?30?%;height:%?30?%;margin-right:%?10?%}.content_title_chack_bg[data-v-f91686b0]{background:#ffd500}.my_content_box[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:%?20?%}.my_content_box_gift[data-v-f91686b0]{width:60%;font-size:%?25?%;color:#fff;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.my_content_box_remark[data-v-f91686b0]{font-size:%?25?%;color:#fff;text-decoration:underline}.remark_box[data-v-f91686b0]{margin:%?20?% %?40?% %?0?% %?40?%;font-size:%?25?%;color:#fff;line-height:%?40?%}.font_color[data-v-f91686b0]{color:#b9b5b5;text-decoration:underline}.content_box[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:%?10?%}.content_box_img[data-v-f91686b0]{width:10%;margin:%?0?% %?10?% %?5?% %?70?%}.content_box_img uni-image[data-v-f91686b0]{width:%?60?%;height:%?60?%;border-radius:50%;border:#f96865 solid %?3?%}.content_box_name[data-v-f91686b0]{width:50%;font-size:%?25?%;color:#fff}.content_box_name uni-text[data-v-f91686b0]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;line-height:%?60?%}.content_box_date[data-v-f91686b0]{width:30%;font-size:%?25?%;color:#fff;line-height:%?60?%;margin-left:%?20?%}.content_box_remark[data-v-f91686b0]{font-size:%?25?%;color:#fff;line-height:%?47?%}.foot_load[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:%?25?%;color:#fff;margin-top:%?50?%}.foot_receive[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:%?25?%;color:#fff;margin-top:%?30?%;margin-bottom:%?60?%}.poster_display[data-v-f91686b0]{position:fixed;top:0;z-index:0;display:block}.poster_display_n[data-v-f91686b0]{position:fixed;top:0;z-index:0;display:none}.poster_box[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;background-image:url('+n(i("dae8"))+");background-size:100% 100%}.poster_content[data-v-f91686b0]{margin:%?340?% %?60?% %?10?% %?60?%;background:#fff;width:85%;height:%?650?%;border-radius:%?30?%}.poster_content_top[data-v-f91686b0]{margin:%?50?% %?60?% %?20?% %?60?%;text-align:center}.poster_content_top uni-image[data-v-f91686b0]{width:100%;height:%?350?%}.poster_content_text[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:%?27?%;color:#ffbb42;line-height:%?35?%}.poster_content_text2[data-v-f91686b0]{margin-left:%?5?%;margin-right:%?5?%;font-size:%?35?%;color:#e4010c;line-height:%?28?%}.poster_content_progress[data-v-f91686b0]{text-align:center}.poster_foot[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;margin:%?20?% %?60?% %?70?% %?60?%}.poster_foot_remark[data-v-f91686b0]{font-size:%?28?%;color:#fff;width:78%}.poster_text_top[data-v-f91686b0]{margin-top:%?25?%}.poster_foot_code[data-v-f91686b0]{width:22%}.poster_foot_code uni-image[data-v-f91686b0]{width:%?150?%;height:%?150?%}.poster_head[data-v-f91686b0]{display:-webkit-box;display:-webkit-flex;display:flex;margin:%?30?% %?50?% %?20?% %?50?%}.poster_head uni-image[data-v-f91686b0]{width:%?70?%;height:%?70?%;border-radius:50%;margin-right:%?10?%}.poster_close[data-v-f91686b0]{text-align:center;background:#999;height:100%;opacity:.5;filter:alpha(opacity=50);padding-top:%?15?%}.poster_close uni-image[data-v-f91686b0]{width:%?60?%;height:%?60?%}uni-page-body[data-v-f91686b0]{background:#d01119}body.?%PAGE?%[data-v-f91686b0]{background:#d01119}",""])}}]); \ No newline at end of file diff --git a/vip/static/js/pages-GiftPackage-AssistanceList.fab0a06a.js b/vip/static/js/pages-GiftPackage-AssistanceList.fab0a06a.js deleted file mode 100644 index c4f4f41..0000000 --- a/vip/static/js/pages-GiftPackage-AssistanceList.fab0a06a.js +++ /dev/null @@ -1 +0,0 @@ -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-AssistanceList"],{"0af3":function(t,e,i){"use strict";var n,a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",[i("v-uni-view",{staticClass:"content"},[i("v-uni-view",{staticClass:"bottom-progress",style:{background:t.BottomColor}},[i("v-uni-view",{staticClass:"progress",style:{width:100/t.percentAll*t.percentTag+"%",background:t.UpperColor}})],1),t.showNumerical?i("v-uni-view",{staticClass:"percent-tage"},[t._v(t._s(t.percentTag)+"/"+t._s(t.percentAll))]):t._e()],1)],1)},s=[];i.d(e,"b",function(){return a}),i.d(e,"c",function(){return s}),i.d(e,"a",function(){return n})},"17e3":function(t,e,i){e=t.exports=i("2350")(!1),e.push([t.i,".content[data-v-2009c48f]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.bottom-progress[data-v-2009c48f]{position:absolute;margin-top:%?5?%;height:%?20?%;width:70%;border-radius:%?20?%}.progress[data-v-2009c48f]{height:%?20?%;border-radius:%?20?%}.percent-tage[data-v-2009c48f]{color:#fff;font-size:%?24?%;margin-left:%?600?%}",""])},2350:function(t,e){function i(t,e){var i=t[1]||"",a=t[3];if(!a)return i;if(e&&"function"===typeof btoa){var s=n(a),o=a.sources.map(function(t){return"/*# sourceURL="+a.sourceRoot+t+" */"});return[i].concat(o).concat([s]).join("\n")}return[i].join("\n")}function n(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+i+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n=i(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n}).join("")},e.i=function(t,i){"string"===typeof t&&(t=[[null,t,""]]);for(var n={},a=0;ai.parts.length&&(n.parts.length=i.parts.length)}else{var o=[];for(a=0;a0?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("———— 点击加载更多 ————")])],1):t._e(),0==this.AssistantList.length?i("v-uni-view",{staticClass:"foot_load"},[i("v-uni-text",[t._v("暂无帮拆记录")])],1):t._e(),i("v-uni-view",{staticClass:"foot_receive"},[i("v-uni-text",[t._v("已有"+t._s(this.countNumber)+"人领取了任务")])],1),1==this.Isposter?i("v-uni-view",{staticClass:"poster_display"},[i("v-uni-view",{staticClass:"poster_box"},[i("v-uni-view",{staticClass:"poster_content"},[i("v-uni-view",{staticClass:"poster_content_top"},[i("v-uni-image",{attrs:{src:"../../static/img/kong.png"}})],1),i("v-uni-view",{staticClass:"poster_content_text"},[i("v-uni-text",[t._v("已有")]),i("v-uni-text",{staticClass:"poster_content_text2"},[t._v("2位")]),i("v-uni-text",[t._v("好友助力,还差")]),i("v-uni-text",{staticClass:"poster_content_text2"},[t._v("4位")]),i("v-uni-text",[t._v("立即达成助力")])],1),i("v-uni-view",{staticClass:"poster_content_progress"},[i("help-progress",{attrs:{percentAll:this.ActTotal,percentTag:this.SurplusNumber,showNumerical:"false",BottomColor:"#ffe7ab",UpperColor:"#ffc001"}})],1),i("v-uni-view",{staticClass:"poster_head"},[i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis07.png"}}),i("v-uni-image",{attrs:{src:"../../static/img/assis09.png"}})],1)],1),i("v-uni-view",{staticClass:"poster_foot"},[i("v-uni-view",{staticClass:"poster_foot_remark"},[i("v-uni-view",[i("v-uni-text",[t._v("优惠乐翻天,精彩就在你身边!")])],1),i("v-uni-view",[i("v-uni-text",[t._v("2019.12.01-2019.12.30")])],1),i("v-uni-view",{staticClass:"poster_text_top"},[i("v-uni-text",[t._v("长按识别二维码,可帮我助力!")])],1)],1),i("v-uni-view",{staticClass:"poster_foot_code"},[i("v-uni-image",{attrs:{src:"../../static/img/temp.jpg"}})],1)],1)],1),i("v-uni-view",{staticClass:"poster_close"},[i("v-uni-image",{attrs:{src:"../../static/img/assis08.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.GetClose.apply(void 0,arguments)}}})],1)],1):t._e()],2)},s=[];i.d(e,"b",function(){return a}),i.d(e,"c",function(){return s}),i.d(e,"a",function(){return n})},ecf4:function(t,e,i){"use strict";var n=i("288e");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("41e8")),s={components:{helpProgress:a.default},data:function(){return{ActTitle:"助力活动一",ActDate:"活动剩余时间:18:20:30",countNumber:"126",ActSurplus:"10",ActTotal:0,SurplusNumber:0,IsDismantle:!1,IsExchange:!1,IsProgress:!1,Isposter:!1,AssistantList:[]}},onLoad:function(){},onShow:function(){this.AssistantList=[{AssistantID:"12313",Assistant:"秋天的dsfs斯蒂芬森电风扇地方是dfsd风",AssistantDate:"2019-12-30"},{AssistantID:"12313",Assistant:"秋天的风",AssistantDate:"2019-12-30"},{AssistantID:"12313",Assistant:"夏天的风",AssistantDate:"2019-12-30"},{AssistantID:"12313",Assistant:"冬天的风",AssistantDate:"2019-12-30"}]},methods:{GetChoice:function(){this.IsProgress=!0,this.IsDismantle=!0,this.ActTotal=10,uni.showToast({icon:"success",title:"任务领取成功"})},GetDemolition:function(){this.Isposter=!0},GetClose:function(){this.Isposter=!1}}};e.default=s}}]); \ No newline at end of file diff --git a/vip/static/js/pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode.a8edebbe.js b/vip/static/js/pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode.a8edebbe.js new file mode 100644 index 0000000..cc5d9bb --- /dev/null +++ b/vip/static/js/pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode.a8edebbe.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-AssistanceList~pages-MyGiftPack-QrCode"],{2350:function(r,t){function e(r,t){var e=r[1]||"",o=r[3];if(!o)return e;if(t&&"function"===typeof btoa){var a=n(o),i=o.sources.map(function(r){return"/*# sourceURL="+o.sourceRoot+r+" */"});return[e].concat(i).concat([a]).join("\n")}return[e].join("\n")}function n(r){var t=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),e="sourceMappingURL=data:application/json;charset=utf-8;base64,"+t;return"/*# "+e+" */"}r.exports=function(r){var t=[];return t.toString=function(){return this.map(function(t){var n=e(t,r);return t[2]?"@media "+t[2]+"{"+n+"}":n}).join("")},t.i=function(r,e){"string"===typeof r&&(r=[[null,r,""]]);for(var n={},o=0;oe.parts.length&&(n.parts.length=e.parts.length)}else{var i=[];for(o=0;o=7&&T(r),null==s&&(s=D(o,a,v)),b(s,t)},y=function(r,t){for(var e=-1;e<=7;e+=1)if(!(r+e<=-1||f<=r+e))for(var n=-1;n<=7;n+=1)t+n<=-1||f<=t+n||(i[r+e][t+n]=0<=e&&e<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==e||6==e)||2<=e&&e<=4&&2<=n&&n<=4)},A=function(){for(var r=0,t=0,e=0;e<8;e+=1){w(!0,e);var n=c.getLostPoint(p);(0==e||r>n)&&(r=n,t=e)}return t},B=function(){for(var r=8;r>e&1);i[Math.floor(e/3)][e%3+f-8-3]=n}for(e=0;e<18;e+=1){n=!r&&1==(t>>e&1);i[e%3+f-8-3][Math.floor(e/3)]=n}},M=function(r,t){for(var e=a<<3|t,n=c.getBCHTypeInfo(e),o=0;o<15;o+=1){var u=!r&&1==(n>>o&1);o<6?i[o][8]=u:o<8?i[o+1][8]=u:i[f-15+o][8]=u}for(o=0;o<15;o+=1){u=!r&&1==(n>>o&1);o<8?i[8][f-o-1]=u:o<9?i[8][15-o-1+1]=u:i[8][15-o-1]=u}i[f-8][8]=!r},b=function(r,t){for(var e=-1,n=f-1,o=7,a=0,u=c.getMaskFunction(t),s=f-1;s>0;s-=2){6==s&&(s-=1);while(1){for(var l=0;l<2;l+=1)if(null==i[n][s-l]){var g=!1;a>>o&1));var h=u(n,s-l);h&&(g=!g),i[n][s-l]=g,o-=1,-1==o&&(a+=1,o=7)}if(n+=e,n<0||f<=n){n-=e,e=-e;break}}}},C=function(r,t){for(var e=0,n=0,o=0,a=new Array(t.length),i=new Array(t.length),u=0;u=0?v.getAt(p):0}}var w=0;for(g=0;g8*s)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+8*s+")");i.getLengthInBits()+4<=8*s&&i.put(0,4);while(i.getLengthInBits()%8!=0)i.putBit(!1);while(1){if(i.getLengthInBits()>=8*s)break;if(i.put(e,8),i.getLengthInBits()>=8*s)break;i.put(n,8)}return C(i,a)};return p.addData=function(r){var t=d(r);v.push(t),s=null},p.isDark=function(r,t){if(r<0||f<=r||t<0||f<=t)throw new Error(r+","+t);return i[r][t]},p.getModuleCount=function(){return f},p.make=function(){w(!1,A())},p.createTableTag=function(r,t){r=r||2,t="undefined"==typeof t?4*r:t;var e="";e+='";for(var o=0;o';e+=""}return e+="",e+="
",e},p.createImgTag=function(r,t,e){r=r||2,t="undefined"==typeof t?4*r:t;var n=t,o=p.getModuleCount()*r+t;return m(e,e,function(t,e){if(n<=t&&t>>8),t.push(255&i)):t.push(n)}}return t}};var i={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},u={L:1,M:0,Q:3,H:2},f={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},c=function(){var r=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],t=1335,e=7973,n=21522,o={},a=function(r){var t=0;while(0!=r)t+=1,r>>>=1;return t};return o.getBCHTypeInfo=function(r){var e=r<<10;while(a(e)-a(t)>=0)e^=t<=0)t^=e<5&&(e+=3+a-5)}for(n=0;n=256)t-=255;return r[t]}};return n}();function l(r,t){if("undefined"==typeof r.length)throw new Error(r.length+"/"+t);var e=function(){var e=0;while(e>>7-t%8&1)},put:function(r,t){for(var n=0;n>>t-n-1&1))},getLengthInBits:function(){return t},putBit:function(e){var n=Math.floor(t/8);r.length<=n&&r.push(0),e&&(r[n]|=128>>>t%8),t+=1}};return e},d=function(r){for(var t=i.MODE_8BIT_BYTE,e=r,n=[],o={},a=0,u=e.length;a65536?(f[0]=240|(1835008&c)>>>18,f[1]=128|(258048&c)>>>12,f[2]=128|(4032&c)>>>6,f[3]=128|63&c):c>2048?(f[0]=224|(61440&c)>>>12,f[1]=128|(4032&c)>>>6,f[2]=128|63&c):c>128?(f[0]=192|(1984&c)>>>6,f[1]=128|63&c):f[0]=c,n.push(f)}n=Array.prototype.concat.apply([],n),n.length!=e.length&&(n.unshift(191),n.unshift(187),n.unshift(239));var s=n;return o.getMode=function(){return t},o.getLength=function(r){return s.length},o.write=function(r){for(var t=0;t>>8)},writeBytes:function(r,e,n){e=e||0,n=n||r.length;for(var o=0;o0&&(t+=","),t+=r[e];return t+="]",t}};return t},p=function(){var r=0,t=0,e=0,n="",o={},a=function(r){n+=String.fromCharCode(i(63&r))},i=function(r){if(r<0);else{if(r<26)return 65+r;if(r<52)return r-26+97;if(r<62)return r-52+48;if(62==r)return 43;if(63==r)return 47}throw new Error("n:"+r)};return o.writeByte=function(n){r=r<<8|255&n,t+=8,e+=1;while(t>=6)a(r>>>t-6),t-=6},o.flush=function(){if(t>0&&(a(r<<6-t),r=0,t=0),e%3!=0)for(var o=3-e%3,i=0;i=t.length){if(0==o)return-1;throw new Error("unexpected end of file./"+o)}var r=t.charAt(e);if(e+=1,"="==r)return o=0,-1;r.match(/^\s$/)||(n=n<<6|i(r.charCodeAt(0)),o+=6)}var a=n>>>o-8&255;return o-=8,a}},i=function(r){if(65<=r&&r<=90)return r-65;if(97<=r&&r<=122)return r-97+26;if(48<=r&&r<=57)return r-48+52;if(43==r)return 62;if(47==r)return 63;throw new Error("c:"+r)};return a},y=function(r,t){var e=r,n=t,o=new Array(r*t),a={setPixel:function(r,t,n){o[t*e+r]=n},write:function(r){r.writeString("GIF87a"),r.writeShort(e),r.writeShort(n),r.writeByte(128),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(0),r.writeByte(255),r.writeByte(255),r.writeByte(255),r.writeString(","),r.writeShort(0),r.writeShort(0),r.writeShort(e),r.writeShort(n),r.writeByte(0);var t=2,o=u(t);r.writeByte(t);var a=0;while(o.length-a>255)r.writeByte(255),r.writeBytes(o,a,255),a+=255;r.writeByte(o.length-a),r.writeBytes(o,a,o.length-a),r.writeByte(0),r.writeString(";")}},i=function(r){var t=r,e=0,n=0,o={write:function(r,o){if(r>>>o!=0)throw new Error("length over");while(e+o>=8)t.writeByte(255&(r<>>=8-e,n=0,e=0;n|=r<0&&t.writeByte(n)}};return o},u=function(r){for(var t=1<=40)throw new Error("Text too long to encode");return gen(r,{size:u,errorCorrectLevel:i,typeNumber:n+1})}var f=(0,o.default)(u/e.getModuleCount()),c=(0,o.default)((u-e.getModuleCount()*f)/2);return e.createImgTag(f,c,u)};r.exports={createQrCodeImg:A}}}]); \ No newline at end of file diff --git a/vip/static/js/pages-GiftPackage-HolidayGift.3add6bfd.js b/vip/static/js/pages-GiftPackage-HolidayGift.3add6bfd.js new file mode 100644 index 0000000..263737b --- /dev/null +++ b/vip/static/js/pages-GiftPackage-HolidayGift.3add6bfd.js @@ -0,0 +1 @@ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-HolidayGift"],{1284:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a481");var a={data:function(){return{itemShow:!1,cardShow:!1,packShow:!1,textShow:!1,integralShow:!0,growUpShow:!0,itemButton:"",cardButton:"",getActId:"",getActType:"",giftID:"",getUserID:"",getStorageID:"",receiveState:"已领取",integralTitle:"已领取",growUpTitle:"已领取",textTitle:"",getUrl:"",noShow:!1,itemShows:function(){return this.itemShow?!!this.cardShow:(this.cardShow,!1)},cardShows:function(){return this.cardShow?!!this.packShow:(this.packShow,!1)},cards:[],itemWare:[]}},onLoad:function(t){this.getActId=t.actId,this.getActType=t.actType,this.giftID=t.giftBagId,this.getStorageID=t.storeId,this.getUserID=t.userId,this.GetList()},onShow:function(){this.textTitle=this.textTitle.replace(/

0?t.packShow=!0:(t.packShow=!0,t.integralShow=!0,t.growUpShow=!1),t.integralTitle="价值"+e.data.data.lbIntegral+"积分",t.growUpTitle="价值"+e.data.data.lbGrowthValue+"成长值",0==e.data.data.receiveState?t.receiveState="一键全部领取":t.receiveState="已领取",""!=e.data.data.actIntro&&(t.textShow=!0,console.log(e.data.data.actIntro),t.textTitle=e.data.data.actIntro)):console.log(e.data.msg)}})},GetWebHttp:function(){this.getUrl=this.$GetInfo.HtmlHttp+"/mobile/index/index/stoid/"+this.getStorageID+".html",window.location.href=this.getUrl},GetReceive:function(){var t=this;if("已领取"==t.receiveState)return!1;uni.request({url:t.$GetInfo.ApiHttp+"/api/weshop/marketing/free/receive/gift/record/insert",data:{actId:t.getActId,actType:"3",giftBagId:t.giftID,storeId:t.getStorageID,userId:t.getUserID},method:"POST",header:{"Content-Type":"application/json"},success:function(e){console.log(e.data),0==e.data.code?(console.log(e.data.msg),t.receiveState="已领取",uni.showToast({icon:"none",title:"领取成功!"})):(console.log(e.data.msg),uni.showToast({icon:"none",title:e.data.msg}))}})}}};e.default=a},2350:function(t,e){function i(t,e){var i=t[1]||"",n=t[3];if(!n)return i;if(e&&"function"===typeof btoa){var o=a(n),r=n.sources.map(function(t){return"/*# sourceURL="+n.sourceRoot+t+" */"});return[i].concat(r).concat([o]).join("\n")}return[i].join("\n")}function a(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+i+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var a=i(e,t);return e[2]?"@media "+e[2]+"{"+a+"}":a}).join("")},e.i=function(t,i){"string"===typeof t&&(t=[[null,t,""]]);for(var a={},n=0;ni.parts.length&&(a.parts.length=i.parts.length)}else{var r=[];for(n=0;nn.parts.length&&(a.parts.length=n.parts.length)}else{var o=[];for(r=0;rn.parts.length&&(a.parts.length=n.parts.length)}else{var o=[];for(i=0;i10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return b(e,t),l(e,[{key:"valid",value:function(){return-1!==this.data.search(/^[0-9]{12}$/)&&this.data[11]==g(this.data)}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=(0,s.default)(this.data.substr(0,6),"LLLLLL"),t+="01010",t+=(0,s.default)(this.data.substr(6,6),"RRRRRR"),t+="101",{data:t,text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text.substr(0,1),options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101"+(0,s.default)(this.data[0],"L"),options:{height:this.guardHeight}}),t.push({data:(0,s.default)(this.data.substr(1,5),"LLLLL"),text:this.text.substr(1,5),options:{fontSize:this.fontSize}}),t.push({data:"01010",options:{height:this.guardHeight}}),t.push({data:(0,s.default)(this.data.substr(6,5),"RRRRR"),text:this.text.substr(6,5),options:{fontSize:this.fontSize}}),t.push({data:(0,s.default)(this.data[11],"R")+"101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text.substr(11,1),options:{textAlign:"right",fontSize:this.fontSize}}),t}}]),e}(h.default);function g(t){var e,n=0;for(e=1;e<11;e+=2)n+=(0,o.default)(t[e]);for(e=0;e<11;e+=2)n+=3*(0,o.default)(t[e]);return(10-n%10)%10}e.default=y},"19df":function(t,e,n){e=t.exports=n("2350")(!1),e.push([t.i,".tki-barcode[data-v-5a93a568]{position:relative}.tki-barcode-canvas[data-v-5a93a568]{position:fixed;top:%?-99999?%;left:%?-99999?%;z-index:-99999}",""])},"2adc":function(t,e,n){"use strict";var r,o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"box_count"},[n("v-uni-view",[n("v-uni-image",{attrs:{src:t.qrCode}})],1),n("v-uni-view",[n("v-uni-text",[t._v("当前核销码仅限当面使用")])],1)],1)},a=[];n.d(e,"b",function(){return o}),n.d(e,"c",function(){return a}),n.d(e,"a",function(){return r})},"2bb4":function(t,e,n){"use strict";var r,o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"tki-barcode"},[n("v-uni-canvas",{staticClass:"tki-barcode-canvas",style:{width:t.canvasWidth+"px",height:t.canvasHeight+"px"},attrs:{"canvas-id":t.cid}}),n("v-uni-image",{directives:[{name:"show",rawName:"v-show",value:t.show,expression:"show"}],style:{width:t.canvasWidth+"px",height:t.canvasHeight+"px"},attrs:{src:t.result}})],1)},a=[];n.d(e,"b",function(){return o}),n.d(e,"c",function(){return a}),n.d(e,"a",function(){return r})},"3db2":function(t,e,n){"use strict";var r=n("288e"),o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6")),u=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0});var f=function(){function t(t,e){for(var n=0;n10*n.width?10*n.width:n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return b(e,t),f(e,[{key:"encode",value:function(){return this.options.flat?this.encodeFlat():this.encodeGuarded()}},{key:"leftText",value:function(t,e){return this.text.substr(t,e)}},{key:"leftEncode",value:function(t,e){return(0,s.default)(t,e)}},{key:"rightText",value:function(t,e){return this.text.substr(t,e)}},{key:"rightEncode",value:function(t,e){return(0,s.default)(t,e)}},{key:"encodeGuarded",value:function(){var t={fontSize:this.fontSize},e={height:this.guardHeight};return[{data:l.SIDE_BIN,options:e},{data:this.leftEncode(),text:this.leftText(),options:t},{data:l.MIDDLE_BIN,options:e},{data:this.rightEncode(),text:this.rightText(),options:t},{data:l.SIDE_BIN,options:e}]}},{key:"encodeFlat",value:function(){var t=[l.SIDE_BIN,this.leftEncode(),l.MIDDLE_BIN,this.rightEncode(),l.SIDE_BIN];return{data:t.join(""),text:this.text}}}]),e}(h.default);e.default=y},"421e":function(t,e,n){"use strict";var r=n("288e"),o=r(n("e814"));n("386d");var a=r(n("061b")),i=r(n("4d16")),u=r(n("4aa6")),f=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0});var l=function(){function t(t,e){for(var n=0;n10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return y(e,t),l(e,[{key:"valid",value:function(){return this.isValid}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=this.encodeMiddleDigits(),t+="010101",{data:t,text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text[0],options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101",options:{height:this.guardHeight}}),t.push({data:this.encodeMiddleDigits(),text:this.text.substring(1,7),options:{fontSize:this.fontSize}}),t.push({data:"010101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text[7],options:{textAlign:"right",fontSize:this.fontSize}}),t}},{key:"encodeMiddleDigits",value:function(){var t=this.upcA[0],e=this.upcA[this.upcA.length-1],n=E[(0,o.default)(e)][(0,o.default)(t)];return(0,s.default)(this.middleDigits,n)}}]),e}(h.default);function m(t,e){for(var n=(0,o.default)(t[t.length-1]),r=g[n],a="",i=0,u=0;u=a(t);return e+String.fromCharCode(r?206:205)+u(t,r)}e.default=function(t){var e=void 0,n=i(t).length;if(n>=2)e=r.C_START_CHAR+f(t);else{var l=o(t)>a(t);e=(l?r.A_START_CHAR:r.B_START_CHAR)+u(t,l)}return e.replace(/[\xCD\xCE]([^])[\xCD\xCE]/,function(t,e){return String.fromCharCode(203)+e})}},"629a":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MSI1110=e.MSI1010=e.MSI11=e.MSI10=e.MSI=void 0;var r=n("018d"),o=h(r),a=n("5ab4"),i=h(a),u=n("4408"),f=h(u),l=n("b010"),c=h(l),s=n("eee3"),d=h(s);function h(t){return t&&t.__esModule?t:{default:t}}e.MSI=o.default,e.MSI10=i.default,e.MSI11=f.default,e.MSI1010=c.default,e.MSI1110=d.default},"62dd":function(t,e,n){"use strict";var r=n("288e"),o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6")),u=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0}),e.GenericBarcode=void 0;var f=function(){function t(t,e){for(var n=0;n=200){a=t.shift()-105;var i=s.SWAP[a];void 0!==i?o=e.next(t,n+1,i):(r!==s.SET_A&&r!==s.SET_B||a!==s.SHIFT||(t[0]=r===s.SET_A?t[0]>95?t[0]-96:t[0]:t[0]<32?t[0]+96:t[0]),o=e.next(t,n+1,r))}else a=e.correctIndex(t,r),o=e.next(t,n+1,r);var u=e.getBar(a),f=a*n;return{result:u+o.result,checksum:f+o.checksum}}}]),e}(c.default);e.default=_},d18d:function(t,e,n){"use strict";n("28a5"),Object.defineProperty(e,"__esModule",{value:!0});var r=n("5904"),o=function(t,e,n){var o=t.split("").map(function(t,n){return r.BINARIES[e[n]]}).map(function(e,n){return e?e[t[n]]:""});if(n){var a=t.length-1;o=o.map(function(t,e){return e0?(n=0,h.setTextAlign("left")):"right"==o?(n=e.width-1,h.setTextAlign("right")):(n=e.width/2,h.setTextAlign("center")),h.fillStyle=t.fontColor,void 0!=e.text&&h.fillText(e.text,n,r))},move:function(t){h.translate(t.width,0)},prepare:function(t,e){t.background&&(h.fillStyle=t.background,h.fillRect(0,0,e.width,e.height)),h.translate(t.marginLeft,0)},draw:function(t,e){var n=this;h.draw(!1,function(){n.toImgs(t,e)})},toImgs:function(t,e){setTimeout(function(){uni.canvasToTempFilePath({width:e.width,height:e.height,destWidth:e.width,destHeight:e.height,canvasId:p,fileType:"png",success:function(t){_(t.tempFilePath)},fail:function(t){_(t)},complete:function(){uni.hideLoading()}},d)},t.text.length+100)}};function E(t,e){var n,r=[],u=e.marginLeft+e.marginRight;return(0,i.default)(t)?r=(0,o.default)(t):r[0]=JSON.parse((0,a.default)(t)),r.forEach(function(t,o){var a=h.measureText(r[o].text?r[o].text:"").width,i=r[o].data.length*e.width,f=0;e.displayValue&&i0?e.fontSize+e.textMargin:0)+e.marginTop+e.marginBottom:r[o].height=n=e.height+(e.displayValue&&(r[o].text?r[o].text:"").length>0?e.fontSize+e.textMargin:0)+e.marginTop+e.marginBottom}),{encodings:r,width:u,height:n}}function w(t){t.marginTop=void 0==t.marginTop?t.margin:t.marginTop,t.marginBottom=void 0==t.marginBottom?t.margin:t.marginBottom,t.marginRight=void 0==t.marginRight?t.margin:t.marginRight,t.marginLeft=void 0==t.marginLeft?t.margin:t.marginLeft}}})();var c=l;e.default=c},dc86:function(t,e,n){"use strict";n.r(e);var r=n("b064"),o=n.n(r);for(var a in r)"default"!==a&&function(t){n.d(e,t,function(){return r[t]})}(a);e["default"]=o.a},defc:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.UPCE=e.UPC=e.EAN2=e.EAN5=e.EAN8=e.EAN13=void 0;var r=n("449f"),o=v(r),a=n("c5d8"),i=v(a),u=n("b175"),f=v(u),l=n("8372"),c=v(l),s=n("155f"),d=v(s),h=n("421e"),p=v(h);function v(t){return t&&t.__esModule?t:{default:t}}e.EAN13=o.default,e.EAN8=i.default,e.EAN5=f.default,e.EAN2=c.default,e.UPC=d.default,e.UPCE=p.default},e86d:function(t,e,n){var r=n("a287");"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var o=n("4f06").default;o("ff28811e",r,!0,{sourceMap:!1,shadowMode:!1})},ec33:function(t,e,n){"use strict";var r=n("288e"),o=r(n("e814")),a=r(n("061b")),i=r(n("4d16")),u=r(n("4aa6")),f=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0}),e.pharmacode=void 0;var l=function(){function t(t,e){for(var n=0;n=3&&this.number<=131070}}]),e}(s.default);e.pharmacode=_},eee3:function(t,e,n){"use strict";var r=n("288e"),o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6"));Object.defineProperty(e,"__esModule",{value:!0});var u=n("018d"),f=c(u),l=n("77f0");function c(t){return t&&t.__esModule?t:{default:t}}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function h(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=(0,i.default)(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(a.default?(0,a.default)(t,e):t.__proto__=e)}var p=function(t){function e(t,n){return s(this,e),t+=(0,l.mod11)(t),t+=(0,l.mod10)(t),d(this,(e.__proto__||(0,o.default)(e)).call(this,t,n))}return h(e,t),e}(f.default);e.default=p},f1cf:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CODE128C=e.CODE128B=e.CODE128A=e.CODE128=void 0;var r=n("c3ff"),o=s(r),a=n("9bc4"),i=s(a),u=n("c3d0"),f=s(u),l=n("b9d9"),c=s(l);function s(t){return t&&t.__esModule?t:{default:t}}e.CODE128=o.default,e.CODE128A=i.default,e.CODE128B=f.default,e.CODE128C=c.default},f2d6:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.START_BIN="1010",e.END_BIN="11101",e.BINARIES=["00110","10001","01001","11000","00101","10100","01100","00011","10010","01010"]},f38cc:function(t,e,n){"use strict";n.r(e);var r=n("2bb4"),o=n("f9e2");for(var a in o)"default"!==a&&function(t){n.d(e,t,function(){return o[t]})}(a);n("f653");var i,u=n("f0c5"),f=Object(u["a"])(o["default"],r["b"],r["c"],!1,null,"5a93a568",null,!1,r["a"],i);e["default"]=f.exports},f41d:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("795a"),o=n("f1cf"),a=n("defc"),i=n("c360"),u=n("629a"),f=n("ec33"),l=n("7eee"),c=n("62dd");e.default={CODE39:r.CODE39,CODE128:o.CODE128,CODE128A:o.CODE128A,CODE128B:o.CODE128B,CODE128C:o.CODE128C,EAN13:a.EAN13,EAN8:a.EAN8,EAN5:a.EAN5,EAN2:a.EAN2,UPC:a.UPC,UPCE:a.UPCE,ITF14:i.ITF14,ITF:i.ITF,MSI:u.MSI,MSI10:u.MSI10,MSI11:u.MSI11,MSI1010:u.MSI1010,MSI1110:u.MSI1110,PHARMACODE:f.pharmacode,CODABAR:l.codabar,GENERICBARCODE:c.GenericBarcode}},f653:function(t,e,n){"use strict";var r=n("b546"),o=n.n(r);o.a},f9e2:function(t,e,n){"use strict";n.r(e);var r=n("d79a"),o=n.n(r);for(var a in r)"default"!==a&&function(t){n.d(e,t,function(){return r[t]})}(a);e["default"]=o.a}}]); \ No newline at end of file diff --git a/vip/static/js/pages-MyGiftPack-QrCode.ffa39f24.js b/vip/static/js/pages-MyGiftPack-QrCode.ffa39f24.js deleted file mode 100644 index 2856051..0000000 --- a/vip/static/js/pages-MyGiftPack-QrCode.ffa39f24.js +++ /dev/null @@ -1 +0,0 @@ -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-MyGiftPack-QrCode"],{"018d":function(t,e,n){"use strict";var r=n("288e");n("386d"),n("6b54");var o=r(n("e814")),a=r(n("061b")),i=r(n("4d16")),u=r(n("4aa6")),f=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0});var l=function(){function t(t,e){for(var n=0;n10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return y(e,t),l(e,[{key:"valid",value:function(){return-1!==this.data.search(/^[0-9]{12}$/)&&this.data[11]==_(this.data)}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=(0,s.default)(this.data.substr(0,6),"LLLLLL"),t+="01010",t+=(0,s.default)(this.data.substr(6,6),"RRRRRR"),t+="101",{data:t,text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text.substr(0,1),options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101"+(0,s.default)(this.data[0],"L"),options:{height:this.guardHeight}}),t.push({data:(0,s.default)(this.data.substr(1,5),"LLLLL"),text:this.text.substr(1,5),options:{fontSize:this.fontSize}}),t.push({data:"01010",options:{height:this.guardHeight}}),t.push({data:(0,s.default)(this.data.substr(6,5),"RRRRR"),text:this.text.substr(6,5),options:{fontSize:this.fontSize}}),t.push({data:(0,s.default)(this.data[11],"R")+"101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text.substr(11,1),options:{textAlign:"right",fontSize:this.fontSize}}),t}}]),e}(h.default);function _(t){var e,n=0;for(e=1;e<11;e+=2)n+=(0,o.default)(t[e]);for(e=0;e<11;e+=2)n+=3*(0,o.default)(t[e]);return(10-n%10)%10}e.default=b},"19df":function(t,e,n){e=t.exports=n("2350")(!1),e.push([t.i,".tki-barcode[data-v-5a93a568]{position:relative}.tki-barcode-canvas[data-v-5a93a568]{position:fixed;top:%?-99999?%;left:%?-99999?%;z-index:-99999}",""])},2350:function(t,e){function n(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"===typeof btoa){var a=r(o),i=o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"});return[n].concat(i).concat([a]).join("\n")}return[n].join("\n")}function r(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var r=n(e,t);return e[2]?"@media "+e[2]+"{"+r+"}":r}).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o10*n.width?10*n.width:n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return y(e,t),f(e,[{key:"encode",value:function(){return this.options.flat?this.encodeFlat():this.encodeGuarded()}},{key:"leftText",value:function(t,e){return this.text.substr(t,e)}},{key:"leftEncode",value:function(t,e){return(0,s.default)(t,e)}},{key:"rightText",value:function(t,e){return this.text.substr(t,e)}},{key:"rightEncode",value:function(t,e){return(0,s.default)(t,e)}},{key:"encodeGuarded",value:function(){var t={fontSize:this.fontSize},e={height:this.guardHeight};return[{data:l.SIDE_BIN,options:e},{data:this.leftEncode(),text:this.leftText(),options:t},{data:l.MIDDLE_BIN,options:e},{data:this.rightEncode(),text:this.rightText(),options:t},{data:l.SIDE_BIN,options:e}]}},{key:"encodeFlat",value:function(){var t=[l.SIDE_BIN,this.leftEncode(),l.MIDDLE_BIN,this.rightEncode(),l.SIDE_BIN];return{data:t.join(""),text:this.text}}}]),e}(h.default);e.default=b},"421e":function(t,e,n){"use strict";var r=n("288e"),o=r(n("e814"));n("386d");var a=r(n("061b")),i=r(n("4d16")),u=r(n("4aa6")),f=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0});var l=function(){function t(t,e){for(var n=0;n10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return b(e,t),l(e,[{key:"valid",value:function(){return this.isValid}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=this.encodeMiddleDigits(),t+="010101",{data:t,text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text[0],options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101",options:{height:this.guardHeight}}),t.push({data:this.encodeMiddleDigits(),text:this.text.substring(1,7),options:{fontSize:this.fontSize}}),t.push({data:"010101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text[7],options:{textAlign:"right",fontSize:this.fontSize}}),t}},{key:"encodeMiddleDigits",value:function(){var t=this.upcA[0],e=this.upcA[this.upcA.length-1],n=w[(0,o.default)(e)][(0,o.default)(t)];return(0,s.default)(this.middleDigits,n)}}]),e}(h.default);function m(t,e){for(var n=(0,o.default)(t[t.length-1]),r=_[n],a="",i=0,u=0;un.parts.length&&(r.parts.length=n.parts.length)}else{var i=[];for(o=0;o=a(t);return e+String.fromCharCode(r?206:205)+u(t,r)}e.default=function(t){var e=void 0,n=i(t).length;if(n>=2)e=r.C_START_CHAR+f(t);else{var l=o(t)>a(t);e=(l?r.A_START_CHAR:r.B_START_CHAR)+u(t,l)}return e.replace(/[\xCD\xCE]([^])[\xCD\xCE]/,function(t,e){return String.fromCharCode(203)+e})}},"629a":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MSI1110=e.MSI1010=e.MSI11=e.MSI10=e.MSI=void 0;var r=n("018d"),o=h(r),a=n("5ab4"),i=h(a),u=n("4408"),f=h(u),l=n("b010"),c=h(l),s=n("eee3"),d=h(s);function h(t){return t&&t.__esModule?t:{default:t}}e.MSI=o.default,e.MSI10=i.default,e.MSI11=f.default,e.MSI1010=c.default,e.MSI1110=d.default},"62dd":function(t,e,n){"use strict";var r=n("288e"),o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6")),u=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0}),e.GenericBarcode=void 0;var f=function(){function t(t,e){for(var n=0;n=7&&x(t),null==c&&(c=S(o,a,v)),C(c,e)},b=function(t,e){for(var n=-1;n<=7;n+=1)if(!(t+n<=-1||f<=t+n))for(var r=-1;r<=7;r+=1)e+r<=-1||f<=e+r||(i[t+n][e+r]=0<=n&&n<=6&&(0==r||6==r)||0<=r&&r<=6&&(0==n||6==n)||2<=n&&n<=4&&2<=r&&r<=4)},w=function(){for(var t=0,e=0,n=0;n<8;n+=1){y(!0,n);var r=l.getLostPoint(g);(0==n||t>r)&&(t=r,e=n)}return e},E=function(){for(var t=8;t>n&1);i[Math.floor(n/3)][n%3+f-8-3]=r}for(n=0;n<18;n+=1){r=!t&&1==(e>>n&1);i[n%3+f-8-3][Math.floor(n/3)]=r}},T=function(t,e){for(var n=a<<3|e,r=l.getBCHTypeInfo(n),o=0;o<15;o+=1){var u=!t&&1==(r>>o&1);o<6?i[o][8]=u:o<8?i[o+1][8]=u:i[f-15+o][8]=u}for(o=0;o<15;o+=1){u=!t&&1==(r>>o&1);o<8?i[8][f-o-1]=u:o<9?i[8][15-o-1+1]=u:i[8][15-o-1]=u}i[f-8][8]=!t},C=function(t,e){for(var n=-1,r=f-1,o=7,a=0,u=l.getMaskFunction(e),c=f-1;c>0;c-=2){6==c&&(c-=1);while(1){for(var s=0;s<2;s+=1)if(null==i[r][c-s]){var d=!1;a>>o&1));var h=u(r,c-s);h&&(d=!d),i[r][c-s]=d,o-=1,-1==o&&(a+=1,o=7)}if(r+=n,r<0||f<=r){r-=n,n=-n;break}}}},A=function(t,e){for(var n=0,r=0,o=0,a=new Array(e.length),i=new Array(e.length),u=0;u=0?v.getAt(g):0}}var y=0;for(d=0;d8*c)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+8*c+")");i.getLengthInBits()+4<=8*c&&i.put(0,4);while(i.getLengthInBits()%8!=0)i.putBit(!1);while(1){if(i.getLengthInBits()>=8*c)break;if(i.put(n,8),i.getLengthInBits()>=8*c)break;i.put(r,8)}return A(i,a)};return g.addData=function(t){var e=p(t);v.push(e),c=null},g.isDark=function(t,e){if(t<0||f<=t||e<0||f<=e)throw new Error(t+","+e);return i[t][e]},g.getModuleCount=function(){return f},g.make=function(){y(!1,w())},g.createTableTag=function(t,e){t=t||2,e="undefined"==typeof e?4*t:e;var n="";n+='";for(var o=0;o';n+=""}return n+="",n+="
",n},g.createImgTag=function(t,e,n){t=t||2,e="undefined"==typeof e?4*t:e;var r=e,o=g.getModuleCount()*t+e;return _(n,n,function(e,n){if(r<=e&&e>>8),e.push(255&i)):e.push(r)}}return e}};var i={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},u={L:1,M:0,Q:3,H:2},f={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},l=function(){var t=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],e=1335,n=7973,r=21522,o={},a=function(t){var e=0;while(0!=t)e+=1,t>>>=1;return e};return o.getBCHTypeInfo=function(t){var n=t<<10;while(a(n)-a(e)>=0)n^=e<=0)e^=n<5&&(n+=3+a-5)}for(r=0;r=256)e-=255;return t[e]}};return r}();function s(t,e){if("undefined"==typeof t.length)throw new Error(t.length+"/"+e);var n=function(){var n=0;while(n>>7-e%8&1)},put:function(t,e){for(var r=0;r>>e-r-1&1))},getLengthInBits:function(){return e},putBit:function(n){var r=Math.floor(e/8);t.length<=r&&t.push(0),n&&(t[r]|=128>>>e%8),e+=1}};return n},p=function(t){for(var e=i.MODE_8BIT_BYTE,n=t,r=[],o={},a=0,u=n.length;a65536?(f[0]=240|(1835008&l)>>>18,f[1]=128|(258048&l)>>>12,f[2]=128|(4032&l)>>>6,f[3]=128|63&l):l>2048?(f[0]=224|(61440&l)>>>12,f[1]=128|(4032&l)>>>6,f[2]=128|63&l):l>128?(f[0]=192|(1984&l)>>>6,f[1]=128|63&l):f[0]=l,r.push(f)}r=Array.prototype.concat.apply([],r),r.length!=n.length&&(r.unshift(191),r.unshift(187),r.unshift(239));var c=r;return o.getMode=function(){return e},o.getLength=function(t){return c.length},o.write=function(t){for(var e=0;e>>8)},writeBytes:function(t,n,r){n=n||0,r=r||t.length;for(var o=0;o0&&(e+=","),e+=t[n];return e+="]",e}};return e},g=function(){var t=0,e=0,n=0,r="",o={},a=function(t){r+=String.fromCharCode(i(63&t))},i=function(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw new Error("n:"+t)};return o.writeByte=function(r){t=t<<8|255&r,e+=8,n+=1;while(e>=6)a(t>>>e-6),e-=6},o.flush=function(){if(e>0&&(a(t<<6-e),t=0,e=0),n%3!=0)for(var o=3-n%3,i=0;i=e.length){if(0==o)return-1;throw new Error("unexpected end of file./"+o)}var t=e.charAt(n);if(n+=1,"="==t)return o=0,-1;t.match(/^\s$/)||(r=r<<6|i(t.charCodeAt(0)),o+=6)}var a=r>>>o-8&255;return o-=8,a}},i=function(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw new Error("c:"+t)};return a},b=function(t,e){var n=t,r=e,o=new Array(t*e),a={setPixel:function(t,e,r){o[e*n+t]=r},write:function(t){t.writeString("GIF87a"),t.writeShort(n),t.writeShort(r),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(n),t.writeShort(r),t.writeByte(0);var e=2,o=u(e);t.writeByte(e);var a=0;while(o.length-a>255)t.writeByte(255),t.writeBytes(o,a,255),a+=255;t.writeByte(o.length-a),t.writeBytes(o,a,o.length-a),t.writeByte(0),t.writeString(";")}},i=function(t){var e=t,n=0,r=0,o={write:function(t,o){if(t>>>o!=0)throw new Error("length over");while(n+o>=8)e.writeByte(255&(t<>>=8-n,r=0,n=0;r|=t<0&&e.writeByte(r)}};return o},u=function(t){for(var e=1<=40)throw new Error("Text too long to encode");return gen(t,{size:u,errorCorrectLevel:i,typeNumber:r+1})}var f=(0,o.default)(u/n.getModuleCount()),l=(0,o.default)((u-n.getModuleCount()*f)/2);return n.createImgTag(f,l,u)};t.exports={createQrCodeImg:w}},ae7e:function(t,e,n){"use strict";var r=n("288e");n("28a5"),n("4917"),n("386d");var o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6")),u=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0});var f=function(){function t(t,e){for(var n=0;n=200){a=t.shift()-105;var i=s.SWAP[a];void 0!==i?o=e.next(t,n+1,i):(r!==s.SET_A&&r!==s.SET_B||a!==s.SHIFT||(t[0]=r===s.SET_A?t[0]>95?t[0]-96:t[0]:t[0]<32?t[0]+96:t[0]),o=e.next(t,n+1,r))}else a=e.correctIndex(t,r),o=e.next(t,n+1,r);var u=e.getBar(a),f=a*n;return{result:u+o.result,checksum:f+o.checksum}}}]),e}(c.default);e.default=g},d18d:function(t,e,n){"use strict";n("28a5"),Object.defineProperty(e,"__esModule",{value:!0});var r=n("5904"),o=function(t,e,n){var o=t.split("").map(function(t,n){return r.BINARIES[e[n]]}).map(function(e,n){return e?e[t[n]]:""});if(n){var a=t.length-1;o=o.map(function(t,e){return e0?(n=0,h.setTextAlign("left")):"right"==o?(n=e.width-1,h.setTextAlign("right")):(n=e.width/2,h.setTextAlign("center")),h.fillStyle=t.fontColor,void 0!=e.text&&h.fillText(e.text,n,r))},move:function(t){h.translate(t.width,0)},prepare:function(t,e){t.background&&(h.fillStyle=t.background,h.fillRect(0,0,e.width,e.height)),h.translate(t.marginLeft,0)},draw:function(t,e){var n=this;h.draw(!1,function(){n.toImgs(t,e)})},toImgs:function(t,e){setTimeout(function(){uni.canvasToTempFilePath({width:e.width,height:e.height,destWidth:e.width,destHeight:e.height,canvasId:p,fileType:"png",success:function(t){g(t.tempFilePath)},fail:function(t){g(t)},complete:function(){uni.hideLoading()}},d)},t.text.length+100)}};function w(t,e){var n,r=[],u=e.marginLeft+e.marginRight;return(0,i.default)(t)?r=(0,o.default)(t):r[0]=JSON.parse((0,a.default)(t)),r.forEach(function(t,o){var a=h.measureText(r[o].text?r[o].text:"").width,i=r[o].data.length*e.width,f=0;e.displayValue&&i0?e.fontSize+e.textMargin:0)+e.marginTop+e.marginBottom:r[o].height=n=e.height+(e.displayValue&&(r[o].text?r[o].text:"").length>0?e.fontSize+e.textMargin:0)+e.marginTop+e.marginBottom}),{encodings:r,width:u,height:n}}function E(t){t.marginTop=void 0==t.marginTop?t.margin:t.marginTop,t.marginBottom=void 0==t.marginBottom?t.margin:t.marginBottom,t.marginRight=void 0==t.marginRight?t.margin:t.marginRight,t.marginLeft=void 0==t.marginLeft?t.margin:t.marginLeft}}})();var c=l;e.default=c},dc86:function(t,e,n){"use strict";n.r(e);var r=n("b064"),o=n.n(r);for(var a in r)"default"!==a&&function(t){n.d(e,t,function(){return r[t]})}(a);e["default"]=o.a},defc:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.UPCE=e.UPC=e.EAN2=e.EAN5=e.EAN8=e.EAN13=void 0;var r=n("449f"),o=v(r),a=n("c5d8"),i=v(a),u=n("b175"),f=v(u),l=n("8372"),c=v(l),s=n("155f"),d=v(s),h=n("421e"),p=v(h);function v(t){return t&&t.__esModule?t:{default:t}}e.EAN13=o.default,e.EAN8=i.default,e.EAN5=f.default,e.EAN2=c.default,e.UPC=d.default,e.UPCE=p.default},e86d:function(t,e,n){var r=n("a287");"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var o=n("4f06").default;o("ff28811e",r,!0,{sourceMap:!1,shadowMode:!1})},ec33:function(t,e,n){"use strict";var r=n("288e"),o=r(n("e814")),a=r(n("061b")),i=r(n("4d16")),u=r(n("4aa6")),f=r(n("85f2"));Object.defineProperty(e,"__esModule",{value:!0}),e.pharmacode=void 0;var l=function(){function t(t,e){for(var n=0;n=3&&this.number<=131070}}]),e}(s.default);e.pharmacode=g},eee3:function(t,e,n){"use strict";var r=n("288e"),o=r(n("061b")),a=r(n("4d16")),i=r(n("4aa6"));Object.defineProperty(e,"__esModule",{value:!0});var u=n("018d"),f=c(u),l=n("77f0");function c(t){return t&&t.__esModule?t:{default:t}}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function h(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=(0,i.default)(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(a.default?(0,a.default)(t,e):t.__proto__=e)}var p=function(t){function e(t,n){return s(this,e),t+=(0,l.mod11)(t),t+=(0,l.mod10)(t),d(this,(e.__proto__||(0,o.default)(e)).call(this,t,n))}return h(e,t),e}(f.default);e.default=p},f1cf:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CODE128C=e.CODE128B=e.CODE128A=e.CODE128=void 0;var r=n("c3ff"),o=s(r),a=n("9bc4"),i=s(a),u=n("c3d0"),f=s(u),l=n("b9d9"),c=s(l);function s(t){return t&&t.__esModule?t:{default:t}}e.CODE128=o.default,e.CODE128A=i.default,e.CODE128B=f.default,e.CODE128C=c.default},f2d6:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.START_BIN="1010",e.END_BIN="11101",e.BINARIES=["00110","10001","01001","11000","00101","10100","01100","00011","10010","01010"]},f38cc:function(t,e,n){"use strict";n.r(e);var r=n("2bb4"),o=n("f9e2");for(var a in o)"default"!==a&&function(t){n.d(e,t,function(){return o[t]})}(a);n("f653");var i,u=n("f0c5"),f=Object(u["a"])(o["default"],r["b"],r["c"],!1,null,"5a93a568",null,!1,r["a"],i);e["default"]=f.exports},f41d:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("795a"),o=n("f1cf"),a=n("defc"),i=n("c360"),u=n("629a"),f=n("ec33"),l=n("7eee"),c=n("62dd");e.default={CODE39:r.CODE39,CODE128:o.CODE128,CODE128A:o.CODE128A,CODE128B:o.CODE128B,CODE128C:o.CODE128C,EAN13:a.EAN13,EAN8:a.EAN8,EAN5:a.EAN5,EAN2:a.EAN2,UPC:a.UPC,UPCE:a.UPCE,ITF14:i.ITF14,ITF:i.ITF,MSI:u.MSI,MSI10:u.MSI10,MSI11:u.MSI11,MSI1010:u.MSI1010,MSI1110:u.MSI1110,PHARMACODE:f.pharmacode,CODABAR:l.codabar,GENERICBARCODE:c.GenericBarcode}},f653:function(t,e,n){"use strict";var r=n("b546"),o=n.n(r);o.a},f9e2:function(t,e,n){"use strict";n.r(e);var r=n("d79a"),o=n.n(r);for(var a in r)"default"!==a&&function(t){n.d(e,t,function(){return r[t]})}(a);e["default"]=o.a}}]); \ No newline at end of file -- libgit2 0.21.4