Commit 433348760bd9acfe1183bcb8d9f5419d505a5b36
1 parent
da204f9b
更改编译的路径,同时增加一个index页面
Showing
12 changed files
with
257 additions
and
2 deletions
vip/index.html
1 | -<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>新人礼包</title><script>document.addEventListener('DOMContentLoaded', function() { | |
1 | +<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>手店功能</title><script>document.addEventListener('DOMContentLoaded', function() { | |
2 | 2 | document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' |
3 | 3 | }) |
4 | 4 | var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) |
5 | - document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.47154d51.js></script><script src=/static/js/index.c42a5168.js></script></body></html> | |
6 | 5 | \ No newline at end of file |
6 | + document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/vip/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/vip/static/js/chunk-vendors.47154d51.js></script><script src=/vip/static/js/index.bab61f4c.js></script></body></html> | |
7 | 7 | \ No newline at end of file | ... | ... |
vip/static/css/AssistanceGift.css
0 → 100644
1 | +@charset "UTF-8"; | |
2 | + | |
3 | +/* Author XGQ | |
4 | + * 2019-11-12 | |
5 | + */ | |
6 | + | |
7 | +page { | |
8 | + background-color: #d01119; | |
9 | +} | |
10 | + | |
11 | +.page_box { | |
12 | + background-size: cover; | |
13 | + background-position: center; | |
14 | + background-repeat: no-repeat; | |
15 | + background-image: url(/static/img/Abox.png); | |
16 | +} | |
17 | + | |
18 | +.box_top { | |
19 | + margin-top: 120upx; | |
20 | + margin-bottom: 2upx; | |
21 | + justify-content: center; | |
22 | + text-align: center; | |
23 | +} | |
24 | + | |
25 | +.box_top image { | |
26 | + width: 580upx; | |
27 | + height: 134upx; | |
28 | +} | |
29 | + | |
30 | +.box_top_text { | |
31 | + justify-content: center; | |
32 | + text-align: center; | |
33 | +} | |
34 | + | |
35 | +.box_top_text text { | |
36 | + font-size: 35upx; | |
37 | + color: #FFFFFF; | |
38 | +} | |
39 | + | |
40 | +.box_content { | |
41 | + margin-top: 60upx; | |
42 | + justify-content: center; | |
43 | + text-align: center; | |
44 | + margin-bottom: 1upx; | |
45 | +} | |
46 | + | |
47 | +.box_content image { | |
48 | + width: 530upx; | |
49 | + height: 504upx; | |
50 | +} | |
51 | + | |
52 | +.box_content_text { | |
53 | + justify-content: center; | |
54 | + text-align: center; | |
55 | +} | |
56 | + | |
57 | +.box_content_text text { | |
58 | + font-size: 20upx; | |
59 | + color: #FFFFFF; | |
60 | +} | |
61 | + | |
62 | +.box_button { | |
63 | + text-align: center; | |
64 | + margin: 40upx 0upx 0upx 160upx; | |
65 | + background-image: url(/static/img/butt01.png); | |
66 | + background-size: cover; | |
67 | + width: 443upx; | |
68 | + height: 83upx; | |
69 | + line-height: 65upx; | |
70 | +} | |
71 | + | |
72 | +.box_button text { | |
73 | + font-size: 40upx; | |
74 | + color: #D01119; | |
75 | + | |
76 | +} | |
77 | + | |
78 | +.foot_box { | |
79 | + display: flex; | |
80 | + justify-content: center; | |
81 | + margin: 40upx 30upx 10upx 30upx; | |
82 | + border-bottom: 1upx dashed #FFFFFF; | |
83 | +} | |
84 | + | |
85 | +.foot_box_count { | |
86 | + display: flex; | |
87 | + justify-content: center; | |
88 | + margin: 5upx 70upx 0upx 70upx; | |
89 | +} | |
90 | + | |
91 | +.foot_box_title { | |
92 | + display: flex; | |
93 | + justify-content: center; | |
94 | + padding: 5upx 0upx 20upx 0upx; | |
95 | + width: 50%; | |
96 | +} | |
97 | + | |
98 | +.foot_box_title text { | |
99 | + font-size: 27upx; | |
100 | + color: #FFFFFF; | |
101 | +} | |
102 | + | |
103 | +.foot_mode{ | |
104 | + justify-content: center; | |
105 | + display: flex; | |
106 | + margin: 30upx 0upx 20upx 0upx; | |
107 | +} | |
108 | + | |
109 | +.foot_mode text{ | |
110 | + font-size: 27upx; | |
111 | + color: #FFFFFF; | |
112 | +} | |
113 | + | |
114 | +.foot_number{ | |
115 | + justify-content: center; | |
116 | + display: flex; | |
117 | + margin: 25upx 0upx 80upx 0upx; | |
118 | +} | |
119 | + | |
120 | +.foot_number text{ | |
121 | + font-size: 29upx; | |
122 | + color: #FFFFFF; | |
123 | +} | |
124 | + | |
125 | + | ... | ... |
vip/static/css/ReceiveGift.css
0 → 100644
1 | +@charset "UTF-8"; | |
2 | + | |
3 | +/* Author XGQ | |
4 | + * 2019-11-12 | |
5 | + */ | |
6 | + | |
7 | +page { | |
8 | + background-color: #d01119; | |
9 | +} | |
10 | + | |
11 | +.page_box { | |
12 | + background-size: cover; | |
13 | + background-position: center; | |
14 | + background-repeat: no-repeat; | |
15 | + background-image: url(/static/img/Abox.png); | |
16 | +} | |
17 | + | |
18 | +.box_top { | |
19 | + margin-top: 120upx; | |
20 | + margin-bottom: 2upx; | |
21 | + justify-content: center; | |
22 | + text-align: center; | |
23 | +} | |
24 | + | |
25 | +.box_top image { | |
26 | + width: 580upx; | |
27 | + height: 134upx; | |
28 | +} | |
29 | + | |
30 | +.box_top_text { | |
31 | + justify-content: center; | |
32 | + text-align: center; | |
33 | +} | |
34 | + | |
35 | +.box_top_text text { | |
36 | + font-size: 35upx; | |
37 | + color: #FFFFFF; | |
38 | +} | |
39 | + | |
40 | +.box_content { | |
41 | + margin-top: 60upx; | |
42 | + justify-content: center; | |
43 | + text-align: center; | |
44 | + margin-bottom: 1upx; | |
45 | +} | |
46 | + | |
47 | +.box_content image { | |
48 | + width: 530upx; | |
49 | + height: 504upx; | |
50 | +} | |
51 | + | |
52 | +.box_content_text { | |
53 | + justify-content: center; | |
54 | + text-align: center; | |
55 | +} | |
56 | + | |
57 | +.box_content_text text { | |
58 | + font-size: 20upx; | |
59 | + color: #FFFFFF; | |
60 | +} | |
61 | + | |
62 | +.box_button { | |
63 | + text-align: center; | |
64 | + margin: 40upx 0upx 0upx 160upx; | |
65 | + background-image: url(/static/img/butt01.png); | |
66 | + background-size: cover; | |
67 | + width: 443upx; | |
68 | + height: 83upx; | |
69 | + line-height: 65upx; | |
70 | +} | |
71 | + | |
72 | +.box_button text { | |
73 | + font-size: 40upx; | |
74 | + color: #D01119; | |
75 | + | |
76 | +} | |
77 | + | |
78 | +.foot_box { | |
79 | + display: flex; | |
80 | + justify-content: center; | |
81 | + margin: 40upx 30upx 10upx 30upx; | |
82 | + border-bottom: 1upx dashed #FFFFFF; | |
83 | +} | |
84 | + | |
85 | +.foot_box_count { | |
86 | + display: flex; | |
87 | + justify-content: center; | |
88 | + margin: 5upx 70upx 0upx 70upx; | |
89 | +} | |
90 | + | |
91 | +.foot_box_title { | |
92 | + display: flex; | |
93 | + justify-content: center; | |
94 | + padding: 5upx 0upx 20upx 0upx; | |
95 | + width: 50%; | |
96 | +} | |
97 | + | |
98 | +.foot_box_title text { | |
99 | + font-size: 27upx; | |
100 | + color: #FFFFFF; | |
101 | +} | |
102 | + | |
103 | +.foot_mode{ | |
104 | + justify-content: center; | |
105 | + display: flex; | |
106 | + margin: 30upx 0upx 20upx 0upx; | |
107 | +} | |
108 | + | |
109 | +.foot_mode text{ | |
110 | + font-size: 27upx; | |
111 | + color: #FFFFFF; | |
112 | +} | |
113 | + | |
114 | +.foot_number{ | |
115 | + justify-content: center; | |
116 | + display: flex; | |
117 | + margin: 25upx 0upx 80upx 0upx; | |
118 | +} | |
119 | + | |
120 | +.foot_number text{ | |
121 | + font-size: 29upx; | |
122 | + color: #FFFFFF; | |
123 | +} | |
124 | + | |
125 | + | ... | ... |
vip/static/img/Abox.png
0 → 100644
157 KB
vip/static/img/Atop1.png
0 → 100644
31.1 KB
vip/static/img/C01.png
0 → 100644
119 KB
vip/static/img/butt01.png
0 → 100644
3.3 KB
vip/static/js/index.bab61f4c.js
0 → 100644
1 | +(function(e){function n(n){for(var a,r,c=n[0],u=n[1],f=n[2],g=0,l=[];g<c.length;g++)r=c[g],i[r]&&l.push(i[r][0]),i[r]=0;for(a in u)Object.prototype.hasOwnProperty.call(u,a)&&(e[a]=u[a]);s&&s(n);while(l.length)l.shift()();return o.push.apply(o,f||[]),t()}function t(){for(var e,n=0;n<o.length;n++){for(var t=o[n],a=!0,r=1;r<t.length;r++){var u=t[r];0!==i[u]&&(a=!1)}a&&(o.splice(n--,1),e=c(c.s=t[0]))}return e}var a={},i={index:0},o=[];function r(e){return c.p+"static/js/"+({"pages-GiftPackage-AssistanceGift":"pages-GiftPackage-AssistanceGift","pages-GiftPackage-BirthdayGift":"pages-GiftPackage-BirthdayGift","pages-GiftPackage-EvaluateGift":"pages-GiftPackage-EvaluateGift","pages-GiftPackage-NewVipGift":"pages-GiftPackage-NewVipGift","pages-GiftPackage-ReceiveGift":"pages-GiftPackage-ReceiveGift","pages-Login-index":"pages-Login-index"}[e]||e)+"."+{"pages-GiftPackage-AssistanceGift":"4d7d622f","pages-GiftPackage-BirthdayGift":"f244eb15","pages-GiftPackage-EvaluateGift":"30614fac","pages-GiftPackage-NewVipGift":"2b4b8d0f","pages-GiftPackage-ReceiveGift":"19ac808a","pages-Login-index":"312dc390"}[e]+".js"}function c(n){if(a[n])return a[n].exports;var t=a[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,c),t.l=!0,t.exports}c.e=function(e){var n=[],t=i[e];if(0!==t)if(t)n.push(t[2]);else{var a=new Promise(function(n,a){t=i[e]=[n,a]});n.push(t[2]=a);var o,u=document.createElement("script");u.charset="utf-8",u.timeout=120,c.nc&&u.setAttribute("nonce",c.nc),u.src=r(e),o=function(n){u.onerror=u.onload=null,clearTimeout(f);var t=i[e];if(0!==t){if(t){var a=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src,r=new Error("Loading chunk "+e+" failed.\n("+a+": "+o+")");r.type=a,r.request=o,t[1](r)}i[e]=void 0}};var f=setTimeout(function(){o({type:"timeout",target:u})},12e4);u.onerror=u.onload=o,document.head.appendChild(u)}return Promise.all(n)},c.m=e,c.c=a,c.d=function(e,n,t){c.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:t})},c.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,n){if(1&n&&(e=c(e)),8&n)return e;if(4&n&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(c.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var a in e)c.d(t,a,function(n){return e[n]}.bind(null,a));return t},c.n=function(e){var n=e&&e.__esModule?function(){return e["default"]}:function(){return e};return c.d(n,"a",n),n},c.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},c.p="/vip/",c.oe=function(e){throw console.error(e),e};var u=window["webpackJsonp"]=window["webpackJsonp"]||[],f=u.push.bind(u);u.push=n,u=u.slice();for(var g=0;g<u.length;g++)n(u[g]);var s=f;o.push([0,"chunk-vendors"]),t()})({0:function(e,n,t){e.exports=t("ca7e")},"0cc2":function(e,n,t){"use strict";t.r(n);var a=t("49c6"),i=t.n(a);for(var o in a)"default"!==o&&function(e){t.d(n,e,function(){return a[e]})}(o);n["default"]=i.a},"49c6":function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")}};n.default=a},"4e41":function(e,n,t){"use strict";t.r(n);var a=t("56df"),i=t("0cc2");for(var o in i)"default"!==o&&function(e){t.d(n,e,function(){return i[e]})}(o);var r=t("2877"),c=Object(r["a"])(i["default"],a["a"],a["b"],!1,null,null,null);n["default"]=c.exports},"56df":function(e,n,t){"use strict";var a=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("App",{attrs:{keepAliveInclude:e.keepAliveInclude}})},i=[];t.d(n,"a",function(){return a}),t.d(n,"b",function(){return i})},a501:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={appid:"__UNI__59B0F7D"};n.default=a},ca7e:function(e,n,t){"use strict";var a=t("288e"),i=a(t("cebc"));t("cadf"),t("551c"),t("097d"),t("daae"),t("1c31"),t("921b");var o=a(t("e143")),r=a(t("4e41")),c=a(t("e456"));o.default.config.productionTip=!1,o.default.prototype.$GetInfo=c.default,r.default.mpType="app";var u=new o.default((0,i.default)({},r.default));u.$mount()},d156:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={pages:{"pages/Login/index":{navigationBarTitleText:"主界面",navigationStyle:"custom"},"pages/GiftPackage/NewVipGift":{navigationBarTitleText:"新人礼",navigationStyle:"custom"},"pages/GiftPackage/EvaluateGift":{navigationBarTitleText:"评价有礼",navigationStyle:"custom"},"pages/GiftPackage/BirthdayGift":{navigationBarTitleText:"生日礼包",navigationStyle:"custom"},"pages/GiftPackage/AssistanceGift":{navigationBarTitleText:"好友助力",navigationStyle:"custom"},"pages/GiftPackage/ReceiveGift":{navigationBarTitleText:"好友助力",navigationStyle:"custom"}},globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"",navigationBarBackgroundColor:"#F8F8F8",backgroundColor:"#F8F8F8"}};n.default=a},daae:function(e,n,t){"use strict";(function(e){var n=t("288e"),a=n(t("5176")),i=n(t("e143"));e["____59B0F7D____"]=!0,delete e["____59B0F7D____"],e.__uniConfig={globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"",navigationBarBackgroundColor:"#F8F8F8",backgroundColor:"#F8F8F8"}},e.__uniConfig.router={mode:"hash",base:"/vip/"},e.__uniConfig["async"]={loading:"AsyncLoading",error:"AsyncError",delay:200,timeout:3e3},e.__uniConfig.debug=!1,e.__uniConfig.networkTimeout={request:6e3,connectSocket:6e3,uploadFile:6e3,downloadFile:6e3},e.__uniConfig.sdkConfigs={},e.__uniConfig.qqMapKey="XVXBZ-NDMC4-JOGUS-XGIEE-QVHDZ-AMFV2",e.__uniConfig.nvue={"flex-direction":"column"},i.default.component("pages-Login-index",function(e){var n={component:t.e("pages-Login-index").then(function(){return e(t("f25b"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),i.default.component("pages-GiftPackage-NewVipGift",function(e){var n={component:t.e("pages-GiftPackage-NewVipGift").then(function(){return e(t("c822"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),i.default.component("pages-GiftPackage-EvaluateGift",function(e){var n={component:t.e("pages-GiftPackage-EvaluateGift").then(function(){return e(t("d40a"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),i.default.component("pages-GiftPackage-BirthdayGift",function(e){var n={component:t.e("pages-GiftPackage-BirthdayGift").then(function(){return e(t("3e72"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),i.default.component("pages-GiftPackage-AssistanceGift",function(e){var n={component:t.e("pages-GiftPackage-AssistanceGift").then(function(){return e(t("a817"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),i.default.component("pages-GiftPackage-ReceiveGift",function(e){var n={component:t.e("pages-GiftPackage-ReceiveGift").then(function(){return e(t("d2fe"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(n.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(n.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),n}),e.__uniRoutes=[{path:"/",alias:"/pages/Login/index",component:{render:function(e){return e("Page",{props:(0,a.default)({isQuit:!0,isEntry:!0},__uniConfig.globalStyle,{navigationBarTitleText:"主界面",navigationStyle:"custom"})},[e("pages-Login-index",{slot:"page"})])}},meta:{id:1,name:"pages-Login-index",isNVue:!1,pagePath:"pages/Login/index",isQuit:!0,isEntry:!0,windowTop:0}},{path:"/pages/GiftPackage/NewVipGift",component:{render:function(e){return e("Page",{props:(0,a.default)({},__uniConfig.globalStyle,{navigationBarTitleText:"新人礼",navigationStyle:"custom"})},[e("pages-GiftPackage-NewVipGift",{slot:"page"})])}},meta:{name:"pages-GiftPackage-NewVipGift",isNVue:!1,pagePath:"pages/GiftPackage/NewVipGift",windowTop:0}},{path:"/pages/GiftPackage/EvaluateGift",component:{render:function(e){return e("Page",{props:(0,a.default)({},__uniConfig.globalStyle,{navigationBarTitleText:"评价有礼",navigationStyle:"custom"})},[e("pages-GiftPackage-EvaluateGift",{slot:"page"})])}},meta:{name:"pages-GiftPackage-EvaluateGift",isNVue:!1,pagePath:"pages/GiftPackage/EvaluateGift",windowTop:0}},{path:"/pages/GiftPackage/BirthdayGift",component:{render:function(e){return e("Page",{props:(0,a.default)({},__uniConfig.globalStyle,{navigationBarTitleText:"生日礼包",navigationStyle:"custom"})},[e("pages-GiftPackage-BirthdayGift",{slot:"page"})])}},meta:{name:"pages-GiftPackage-BirthdayGift",isNVue:!1,pagePath:"pages/GiftPackage/BirthdayGift",windowTop:0}},{path:"/pages/GiftPackage/AssistanceGift",component:{render:function(e){return e("Page",{props:(0,a.default)({},__uniConfig.globalStyle,{navigationBarTitleText:"好友助力",navigationStyle:"custom"})},[e("pages-GiftPackage-AssistanceGift",{slot:"page"})])}},meta:{name:"pages-GiftPackage-AssistanceGift",isNVue:!1,pagePath:"pages/GiftPackage/AssistanceGift",windowTop:0}},{path:"/pages/GiftPackage/ReceiveGift",component:{render:function(e){return e("Page",{props:(0,a.default)({},__uniConfig.globalStyle,{navigationBarTitleText:"好友助力",navigationStyle:"custom"})},[e("pages-GiftPackage-ReceiveGift",{slot:"page"})])}},meta:{name:"pages-GiftPackage-ReceiveGift",isNVue:!1,pagePath:"pages/GiftPackage/ReceiveGift",windowTop:0}},{path:"/preview-image",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-preview-image",{slot:"page"})])}},meta:{name:"preview-image",pagePath:"/preview-image"}},{path:"/choose-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-choose-location",{slot:"page"})])}},meta:{name:"choose-location",pagePath:"/choose-location"}},{path:"/open-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-open-location",{slot:"page"})])}},meta:{name:"open-location",pagePath:"/open-location"}}]}).call(this,t("c8ba"))},e456:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,t("386d"),t("4917"),t("3b2b");var a={imgHttp:"https://mshopimg.yolipai.net",ApiHttp:"https://test-weshop.yolipai.net",GetQueryString:function(e){var n=new RegExp("(^|&)"+e+"=([^&]*)(&|$)"),t=window.location.search.substr(1).match(n);return null!=t?unescape(t[2]):null}};n.default=a}}); | |
0 | 2 | \ No newline at end of file | ... | ... |
vip/static/js/pages-GiftPackage-AssistanceGift.4d7d622f.js
0 → 100644
1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-AssistanceGift"],{1881:function(t,e,n){e=t.exports=n("2350")(!1),e.push([t.i,'@charset "UTF-8";\n/*引用样式路径*/\n/* Author XGQ\r\n * 2019-11-12\r\n */uni-page-body[data-v-7e4b864a]{background-color:#d01119}.page_box[data-v-7e4b864a]{background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:url(/static/img/Abox.png)}.box_top[data-v-7e4b864a]{margin-top:%?120?%;margin-bottom:%?2?%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_top uni-image[data-v-7e4b864a]{width:%?580?%;height:%?134?%}.box_top_text[data-v-7e4b864a]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_top_text uni-text[data-v-7e4b864a]{font-size:%?35?%;color:#fff}.box_content[data-v-7e4b864a]{margin-top:%?60?%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:%?1?%}.box_content uni-image[data-v-7e4b864a]{width:%?530?%;height:%?504?%}.box_content_text[data-v-7e4b864a]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_content_text uni-text[data-v-7e4b864a]{font-size:%?20?%;color:#fff}.box_button[data-v-7e4b864a]{text-align:center;margin:%?40?% %?0?% %?0?% %?160?%;background-image:url(/static/img/butt01.png);background-size:cover;width:%?443?%;height:%?83?%;line-height:%?65?%}.box_button uni-text[data-v-7e4b864a]{font-size:%?40?%;color:#d01119}.foot_box[data-v-7e4b864a]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?40?% %?30?% %?10?% %?30?%;border-bottom:%?1?% dashed #fff}.foot_box_count[data-v-7e4b864a]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?5?% %?70?% %?0?% %?70?%}.foot_box_title[data-v-7e4b864a]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:%?5?% %?0?% %?20?% %?0?%;width:50%}.foot_box_title uni-text[data-v-7e4b864a]{font-size:%?27?%;color:#fff}.foot_mode[data-v-7e4b864a]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:%?30?% %?0?% %?20?% %?0?%}.foot_mode uni-text[data-v-7e4b864a]{font-size:%?27?%;color:#fff}.foot_number[data-v-7e4b864a]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:%?25?% %?0?% %?80?% %?0?%}.foot_number uni-text[data-v-7e4b864a]{font-size:%?29?%;color:#fff}uni-button[data-v-7e4b864a]:after{border:none}body.?%PAGE?%[data-v-7e4b864a]{background-color:#d01119}',""])},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;a<this.length;a++){var o=this[a][0];"number"===typeof o&&(i[o]=!0)}for(a=0;a<t.length;a++){var r=t[a];"number"===typeof r[0]&&i[r[0]]||(n&&!r[2]?r[2]=n:n&&(r[2]="("+r[2]+") and ("+n+")"),e.push(r))}},e}},2451:function(t,e,n){"use strict";n.r(e);var i=n("cf61"),a=n.n(i);for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);e["default"]=a.a},"281e":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"page_box"},[n("v-uni-view",{staticClass:"box_top"},[n("v-uni-image",{attrs:{src:"../../static/img/Atop1.png"}})],1),n("v-uni-view",{staticClass:"box_top_text"},[n("v-uni-text",[t._v("机会总是留给最有行动力的人")])],1),n("v-uni-view",{staticClass:"box_content"},[n("v-uni-image",{attrs:{src:"../../static/img/C01.png"}})],1),n("v-uni-view",{staticClass:"box_content_text"},[n("v-uni-text",[t._v("活动时间:5月28日-6月28日")])],1),n("v-uni-view",{staticClass:"box_button"},[n("v-uni-text",[t._v("立即领取")])],1),n("v-uni-view",{staticClass:"foot_box"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("我的奖品")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动说明")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动一礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动二礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动三礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动四礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_mode"},[n("v-uni-text",[t._v("点击加载更多")])],1),n("v-uni-view",{staticClass:"foot_number"},[n("v-uni-text",[t._v("已有126人领取了任务")])],1)],1)},a=[];n.d(e,"a",function(){return i}),n.d(e,"b",function(){return a})},"4f06":function(t,e,n){"use strict";function i(t,e){for(var n=[],i={},a=0;a<e.length;a++){var o=e[a],r=o[0],s=o[1],c=o[2],u=o[3],f={id:t+":"+a,css:s,media:c,sourceMap:u};i[r]?i[r].parts.push(f):n.push(i[r]={id:r,parts:[f]})}return n}n.r(e),n.d(e,"default",function(){return b});var a="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!a)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},r=a&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,u=!1,f=function(){},l=null,d="data-vue-ssr-id",v="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function b(t,e,n,a){u=n,l=a||{};var r=i(t,e);return p(r),function(e){for(var n=[],a=0;a<r.length;a++){var s=r[a],c=o[s.id];c.refs--,n.push(c)}e?(r=i(t,e),p(r)):r=[];for(a=0;a<n.length;a++){c=n[a];if(0===c.refs){for(var u=0;u<c.parts.length;u++)c.parts[u]();delete o[c.id]}}}}function p(t){for(var e=0;e<t.length;e++){var n=t[e],i=o[n.id];if(i){i.refs++;for(var a=0;a<i.parts.length;a++)i.parts[a](n.parts[a]);for(;a<n.parts.length;a++)i.parts.push(g(n.parts[a]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var r=[];for(a=0;a<n.parts.length;a++)r.push(g(n.parts[a]));o[n.id]={id:n.id,refs:1,parts:r}}}}function x(){var t=document.createElement("style");return t.type="text/css",r.appendChild(t),t}function g(t){var e,n,i=document.querySelector("style["+d+'~="'+t.id+'"]');if(i){if(u)return f;i.parentNode.removeChild(i)}if(v){var a=c++;i=s||(s=x()),e=_.bind(null,i,a,!1),n=_.bind(null,i,a,!0)}else i=x(),e=w.bind(null,i),n=function(){i.parentNode.removeChild(i)};return e(t),function(i){if(i){if(i.css===t.css&&i.media===t.media&&i.sourceMap===t.sourceMap)return;e(t=i)}else n()}}var m=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function _(t,e,n,i){var a=n?"":z(i.css);if(t.styleSheet)t.styleSheet.cssText=m(e,a);else{var o=document.createTextNode(a),r=t.childNodes;r[e]&&t.removeChild(r[e]),r.length?t.insertBefore(o,r[e]):t.appendChild(o)}}function w(t,e){var n=z(e.css),i=e.media,a=e.sourceMap;if(i&&t.setAttribute("media",i),l.ssrId&&t.setAttribute(d,e.id),a&&(n+="\n/*# sourceURL="+a.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var h=/%\?([+-]?\d+(\.\d+)?)\?%/g,y=/\.\?%PAGE\?%/g,k=/\?%PAGE\?%\[data-v-[a-z0-9]{8}\]/g,C=/uni-page-body\[data-v-[a-z0-9]{8}\]/g,j=/var\(--status-bar-height\)/gi,A=/var\(--window-top\)/gi,U=/var\(--window-bottom\)/gi;function z(t){var e=E();if(!uni.canIUse("css.var")){var n=$();t=t.replace(j,"0px").replace(A,n.top+"px").replace(U,n.bottom+"px")}return t.replace(k,e).replace(y,"").replace(C,"body."+e+" uni-page-body").replace(h,function(t,e){return uni.upx2px(e)+"px"})}function E(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name||""}function $(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name?{top:t.$route.meta.windowTop,bottom:t.$route.meta.isTabBar?50:0}:{top:0,bottom:0}}},a817:function(t,e,n){"use strict";n.r(e);var i=n("281e"),a=n("2451");for(var o in a)"default"!==o&&function(t){n.d(e,t,function(){return a[t]})}(o);n("fd8f");var r=n("2877"),s=Object(r["a"])(a["default"],i["a"],i["b"],!1,null,"7e4b864a",null);e["default"]=s.exports},cf61:function(t,e,n){},e854:function(t,e,n){var i=n("1881");"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("57698a5a",i,!0,{sourceMap:!1,shadowMode:!1})},fd8f:function(t,e,n){"use strict";var i=n("e854"),a=n.n(i);a.a}}]); | |
0 | 2 | \ No newline at end of file | ... | ... |
vip/static/js/pages-GiftPackage-NewVipGift.2b4b8d0f.js
0 → 100644
1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-NewVipGift"],{"14c4":function(t,e,i){"use strict";i.r(e);var a=i("ba45"),n=i.n(a);for(var o in a)"default"!==o&&function(t){i.d(e,t,function(){return a[t]})}(o);e["default"]=n.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),s=n.sources.map(function(t){return"/*# sourceURL="+n.sourceRoot+t+" */"});return[i].concat(s).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;n<this.length;n++){var o=this[n][0];"number"===typeof o&&(a[o]=!0)}for(n=0;n<t.length;n++){var s=t[n];"number"===typeof s[0]&&a[s[0]]||(i&&!s[2]?s[2]=i:i&&(s[2]="("+s[2]+") and ("+i+")"),e.push(s))}},e}},"4f06":function(t,e,i){"use strict";function a(t,e){for(var i=[],a={},n=0;n<e.length;n++){var o=e[n],s=o[0],r=o[1],c=o[2],u=o[3],d={id:t+":"+n,css:r,media:c,sourceMap:u};a[s]?a[s].parts.push(d):i.push(a[s]={id:s,parts:[d]})}return i}i.r(e),i.d(e,"default",function(){return b});var n="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!n)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},s=n&&(document.head||document.getElementsByTagName("head")[0]),r=null,c=0,u=!1,d=function(){},l=null,p="data-vue-ssr-id",g="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function b(t,e,i,n){u=i,l=n||{};var s=a(t,e);return f(s),function(e){for(var i=[],n=0;n<s.length;n++){var r=s[n],c=o[r.id];c.refs--,i.push(c)}e?(s=a(t,e),f(s)):s=[];for(n=0;n<i.length;n++){c=i[n];if(0===c.refs){for(var u=0;u<c.parts.length;u++)c.parts[u]();delete o[c.id]}}}}function f(t){for(var e=0;e<t.length;e++){var i=t[e],a=o[i.id];if(a){a.refs++;for(var n=0;n<a.parts.length;n++)a.parts[n](i.parts[n]);for(;n<i.parts.length;n++)a.parts.push(v(i.parts[n]));a.parts.length>i.parts.length&&(a.parts.length=i.parts.length)}else{var s=[];for(n=0;n<i.parts.length;n++)s.push(v(i.parts[n]));o[i.id]={id:i.id,refs:1,parts:s}}}}function h(){var t=document.createElement("style");return t.type="text/css",s.appendChild(t),t}function v(t){var e,i,a=document.querySelector("style["+p+'~="'+t.id+'"]');if(a){if(u)return d;a.parentNode.removeChild(a)}if(g){var n=c++;a=r||(r=h()),e=_.bind(null,a,n,!1),i=_.bind(null,a,n,!0)}else a=h(),e=w.bind(null,a),i=function(){a.parentNode.removeChild(a)};return e(t),function(a){if(a){if(a.css===t.css&&a.media===t.media&&a.sourceMap===t.sourceMap)return;e(t=a)}else i()}}var m=function(){var t=[];return function(e,i){return t[e]=i,t.filter(Boolean).join("\n")}}();function _(t,e,i,a){var n=i?"":j(a.css);if(t.styleSheet)t.styleSheet.cssText=m(e,n);else{var o=document.createTextNode(n),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function w(t,e){var i=j(e.css),a=e.media,n=e.sourceMap;if(a&&t.setAttribute("media",a),l.ssrId&&t.setAttribute(p,e.id),n&&(i+="\n/*# sourceURL="+n.sources[0]+" */",i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */"),t.styleSheet)t.styleSheet.cssText=i;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(i))}}var x=/%\?([+-]?\d+(\.\d+)?)\?%/g,y=/\.\?%PAGE\?%/g,k=/\?%PAGE\?%\[data-v-[a-z0-9]{8}\]/g,I=/uni-page-body\[data-v-[a-z0-9]{8}\]/g,S=/var\(--status-bar-height\)/gi,T=/var\(--window-top\)/gi,C=/var\(--window-bottom\)/gi;function j(t){var e=G();if(!uni.canIUse("css.var")){var i=U();t=t.replace(S,"0px").replace(T,i.top+"px").replace(C,i.bottom+"px")}return t.replace(k,e).replace(y,"").replace(I,"body."+e+" uni-page-body").replace(x,function(t,e){return uni.upx2px(e)+"px"})}function G(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name||""}function U(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name?{top:t.$route.meta.windowTop,bottom:t.$route.meta.isTabBar?50:0}:{top:0,bottom:0}}},5433:function(t,e,i){var a=i("de35");"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("52ec86ef",a,!0,{sourceMap:!1,shadowMode:!1})},b150:function(t,e,i){"use strict";var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",[i("v-uni-view",{staticClass:"image_box"},[i("v-uni-image",{attrs:{src:t.$GetInfo.imgHttp+"/miniapp/images/giftbag/top1.png"}})],1),this.itemShow?i("v-uni-view",{staticClass:"top"},[i("v-uni-view",{staticClass:"top_box"},[i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("______")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("新人专享\\n你的美丽我来缔造")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("______")])],1)],1),t._l(t.itemWare,function(e,a){return i("v-uni-view",{key:a,staticClass:"top_item"},[1==e.lbType?i("v-uni-view",{staticClass:"top_item_img"},[i("v-uni-image",{attrs:{src:t.$GetInfo.imgHttp+"/miniapp/images/giftbag/itme.jpg"}})],1):t._e(),2==e.lbType?i("v-uni-view",{staticClass:"top_item_img"},[""!=e.fromImage?i("v-uni-image",{attrs:{src:t.$GetInfo.imgHttp+e.fromImage}}):t._e()],1):t._e(),i("v-uni-view",{staticClass:"top_item_center"},[i("v-uni-view",{staticClass:"top_item_center_title"},[2==e.lbType?i("v-uni-text",[t._v("免费领取")]):t._e(),1==e.lbType?i("v-uni-text",[t._v(t._s(e.fromName))]):t._e()],1),i("v-uni-view",{staticClass:"top_item_center_ramke"},[2==e.lbType?i("v-uni-text",[t._v(t._s(e.fromName))]):t._e(),1==e.lbType?i("v-uni-text",[t._v("新人可免费享受专业"+t._s(e.fromName)+",可以享受"+t._s(e.num)+"次。")]):t._e()],1)],1),i("v-uni-view",{staticClass:"top_item_button"},[i("v-uni-button",{on:{click:function(i){i=t.$handleEvent(i),t.itemWareSubmit(e.lbType,e.fromId,e)}}},[t._v(t._s(e.state))])],1)],1)})],2):t._e(),this.itemShows()?i("v-uni-view",[i("v-uni-image",{staticStyle:{width:"10px",height:"47px",float:"left",top:"-38px",left:"55px"},attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/11.png"}}),i("v-uni-image",{staticStyle:{width:"10px",height:"47px",float:"right",top:"-38px",right:"55px"},attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/11.png"}})],1):t._e(),this.cardShow?i("v-uni-view",[i("v-uni-view",{staticClass:"top"},[i("v-uni-view",{staticClass:"top_box"},[i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("———")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("新人专享优惠券")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("———")])],1)],1),t._l(t.cards,function(e,a){return i("v-uni-view",{key:a,staticClass:"top_card"},[i("v-uni-view",{class:1==e.useObjectType?"top_card_box img1":2==e.useObjectType?"top_card_box img2":"top_card_box img3"},[i("v-uni-view",{staticClass:"top_card_tite_box"},[0==e.useObjectType?i("v-uni-view",{staticClass:"top_card_tite_a"},[t._v("全场通用")]):t._e(),1==e.useObjectType?i("v-uni-view",{staticClass:"top_card_tite_b"},[t._v("品牌限定")]):t._e(),2==e.useObjectType?i("v-uni-view",{staticClass:"top_card_tite_c"},[t._v("品类限定")]):t._e(),11==e.useObjectType?i("v-uni-view",{staticClass:"top_card_tite_a"},[t._v("用途限定")]):t._e(),12==e.useObjectType?i("v-uni-view",{staticClass:"top_card_tite_a"},[t._v("分类1限定")]):t._e()],1),i("v-uni-view",{staticClass:"top_card_counte"},[t._v(t._s(e.sum)+"元券")]),i("v-uni-view",{staticClass:"top_card_remak"},[t._v("满"+t._s(e.buySum)+"元可以用")]),i("v-uni-view",{class:1==e.useObjectType?"top_card_button_b":2==e.useObjectType?"top_card_button_c":"top_card_button_a"},[i("v-uni-button",{on:{click:function(i){i=t.$handleEvent(i),t.cardSubmit(e.lbType,e.fromId,e)}}},[t._v(t._s(e.state))])],1)],1)],1)})],2)],1):t._e(),this.cardShows()?i("v-uni-view",[i("v-uni-view",[i("v-uni-image",{staticStyle:{width:"10px",height:"47px",float:"left",top:"-38px",left:"55px"},attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/11.png"}}),i("v-uni-image",{staticStyle:{width:"10px",height:"47px",float:"right",top:"-38px",right:"55px"},attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/11.png"}})],1)],1):t._e(),this.packShow?i("v-uni-view",[i("v-uni-view",{staticClass:"top"},[i("v-uni-view",{staticClass:"top_box"},[i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("———")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("新人专享福利")])],1),i("v-uni-view",{staticClass:"top_box_text"},[i("v-uni-text",[t._v("———")])],1)],1),this.integralShow?i("v-uni-view",[i("v-uni-view",{staticClass:"top_box_image"},[i("v-uni-image",{attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/new01.jpg"}}),i("v-uni-button",{on:{click:function(e){e=t.$handleEvent(e),t.integralSubmit(e)}}},[t._v(t._s(this.integralTitle))])],1)],1):t._e(),this.growUpShow?i("v-uni-view",[i("v-uni-view",{staticClass:"top_box_image"},[i("v-uni-image",{attrs:{src:this.$GetInfo.imgHttp+"/miniapp/images/giftbag/new02.jpg"}}),i("v-uni-button",{on:{click:function(e){e=t.$handleEvent(e),t.growUpSubmit(e)}}},[t._v(t._s(this.growUpTitle))])],1)],1):t._e()],1)],1):t._e(),this.textShow?i("v-uni-view",[i("v-uni-view",{staticClass:"foot_box"},[i("v-uni-view",{staticClass:"foot_box_title"},[i("v-uni-text",[t._v("活动规则:")])],1),i("v-uni-view",{staticClass:"foot_box_text"},[i("v-uni-text",[t._v(t._s(this.textTitle))])],1)],1)],1):t._e(),i("v-uni-view",{staticClass:"button_box"},[i("v-uni-view",[i("v-uni-button",{staticClass:"button"},[t._v("进入商城购物")])],1),i("v-uni-view",{staticClass:"button_text"},[i("v-uni-text",[t._v("本活动最终解释权归公司所有,如果有问题请联系客服")])],1)],1)],1)},n=[];i.d(e,"a",function(){return a}),i.d(e,"b",function(){return n})},ba45:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={data:function(){return{itemShow:!1,cardShow:!1,packShow:!1,textShow:!1,integralShow:!0,growUpShow:!0,itemButton:"",cardButton:"",getActId:"",getActType:"",giftID:"",getUserID:"",getStorageID:"",integralTitle:"已领取",growUpTitle:"已领取",textTitle:"",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(){var t=this;this.getActId=this.GetQueryString("actId"),this.getActType=this.GetQueryString("actType"),this.giftID=this.GetQueryString("giftID"),this.getStorageID=this.GetQueryString("storageID"),this.getUserID=this.GetQueryString("userID"),uni.request({url:this.$GetInfo.ApiHttp+"/api/weshop/marketing/giftbag/get",data:{actId:this.getActId,actType:this.getActType,giftBagId:this.giftID,storeId:this.getStorageID,userId:this.getUserID},method:"GET",header:{"custom-header":"application/json"},success:function(e){console.log(e.data),0==e.data.code?(null!=e.data.data.lbCoupons&&(t.cardShow=!0,t.cards=e.data.data.lbCoupons),null!=e.data.data.lbSM&&(t.itemShow=!0,t.itemWare=e.data.data.lbSM),e.data.data.lbIntegral<=0?e.data.data.lbGrowthValue<=0?t.packShow=!1:(t.packShow=!0,t.integralShow=!1,t.growUpShow=!0):e.data.data.lbGrowthValue>0?t.packShow=!0:(t.packShow=!0,t.integralShow=!0,t.growUpShow=!1),0==e.data.data.lbIntegralState?t.integralTitle="领取"+e.data.data.lbIntegral+"积分":t.integralTitle="已领取",0==e.data.data.lbGrowthValueState?t.growUpTitle="领取"+e.data.data.lbGrowthValue+"积分":t.growUpTitle="已领取",""!=e.data.data.actIntro&&(t.textShow=!0,t.textTitle=e.data.data.actIntro)):console.log(e.data.msg)}})},onShow:function(){},methods:{integralSubmit:function(){var t=this;if("已领取"==this.integralTitle)return uni.showToast({icon:"none",title:"已领取不能重复领取!"}),!1;uni.request({url:this.$GetInfo.ApiHttp+"/api/weshop/marketing/receive/record/insert",data:{actId:this.getActId,lbId:this.giftID,lbType:"4",storeId:this.getStorageID,userId:this.getUserID,actType:this.getActType},method:"POST",header:{"custom-header":"application/json"},success:function(e){console.log(e.data),0==e.data.code?(console.log(e.data.msg),t.integralTitle="已领取",uni.showToast({icon:"none",title:"领取成功!"})):(console.log(e.data.msg),uni.showToast({icon:"none",title:e.data.msg}))}})},growUpSubmit:function(){var t=this;if("已领取"==this.growUpTitle)return uni.showToast({icon:"none",title:"已领取不能重复领取!"}),!1;uni.request({url:this.$GetInfo.ApiHttp+"/api/weshop/marketing/receive/record/insert",data:{actId:this.getActId,lbId:this.giftID,lbType:"5",storeId:this.getStorageID,userId:this.getUserID,actType:this.getActType},method:"POST",header:{"custom-header":"application/json"},success:function(e){console.log(e.data),0==e.data.code?(console.log(e.data.msg),t.growUpTitle="已领取",uni.showToast({icon:"none",title:"领取成功!"})):(console.log(e.data.msg),uni.showToast({icon:"none",title:e.data.msg}))}})},itemWareSubmit:function(t,e,i){if("已领取"==i.state)return uni.showToast({icon:"none",title:"已领取不能重复领取!"}),!1;console.log(t,e),uni.request({url:this.$GetInfo.ApiHttp+"/api/weshop/marketing/receive/record/insert",data:{actId:this.getActId,lbId:this.giftID,lbType:t,storeId:this.getStorageID,userId:this.getUserID,actType:this.getActType,fromId:e},method:"POST",header:{"custom-header":"application/json"},success:function(t){console.log(t.data),0==t.data.code?(console.log(t.data.msg),i.state="已领取",uni.showToast({icon:"none",title:"领取成功!"})):(console.log(t.data.msg),uni.showToast({icon:"none",title:t.data.msg}))}})},cardSubmit:function(t,e,i){if("已领取"==i.state)return uni.showToast({icon:"none",title:"已领取不能重复领取!"}),!1;console.log(t,e),uni.request({url:this.$GetInfo.ApiHttp+"/api/weshop/marketing/receive/record/insert",data:{actId:this.getActId,lbId:this.giftID,lbType:t,storeId:this.getStorageID,userId:this.getUserID,actType:this.getActType,fromId:e},method:"POST",header:{"custom-header":"application/json"},success:function(t){console.log(t.data),0==t.data.code?(console.log(t.data.msg),i.state="已领取",uni.showToast({icon:"none",title:"领取成功!"})):(console.log(t.data.msg),uni.showToast({icon:"none",title:t.data.msg}))}})}}};e.default=a},c822:function(t,e,i){"use strict";i.r(e);var a=i("b150"),n=i("14c4");for(var o in n)"default"!==o&&function(t){i.d(e,t,function(){return n[t]})}(o);i("ef8e");var s=i("2877"),r=Object(s["a"])(n["default"],a["a"],a["b"],!1,null,"b90444bc",null);e["default"]=r.exports},de35:function(t,e,i){e=t.exports=i("2350")(!1),e.push([t.i,'@charset "UTF-8";\n/*引用样式路径*/\n/* Author XGQ\r\n * 2019-10-27\r\n */uni-page-body[data-v-b90444bc]{background-color:#fb6451}.image_box[data-v-b90444bc]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.image_box uni-image[data-v-b90444bc]{width:100%;height:%?690?%}.top[data-v-b90444bc]{margin:%?-20?% %?28?% %?45?% %?28?%;padding:%?10?% %?10?% %?70?% %?10?%;background-color:#fff;border-radius:%?0?% %?0?% %?15?% %?15?%}.top_box[data-v-b90444bc]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.top_box_text[data-v-b90444bc]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?50?% %?15?% %?20?% %?15?%}.top_box_text uni-text[data-v-b90444bc]{color:#fb6451;font-size:%?40?%}.top_item[data-v-b90444bc]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin:%?60?% 0 0 0}.top_item_img[data-v-b90444bc]{float:left;width:28%;margin:%?0?% %?10?% %?0?% %?20?%}.top_item_img uni-image[data-v-b90444bc]{width:%?150?%;height:%?150?%;border-radius:50%;border:#f96865 solid %?3?%}.top_item_center[data-v-b90444bc]{float:left;width:50%}.top_item_center_title[data-v-b90444bc]{font-size:%?35?%;color:#fb6451;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 %?10?% %?15?% %?0?%}.top_item_center_ramke[data-v-b90444bc]{font-size:%?25?%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;line-height:%?35?%;letter-spacing:%?0.5?%}.top_item_button[data-v-b90444bc]{float:right;width:22%;padding:%?65?% %?20?% 0 %?1?%}.top_item_button uni-button[data-v-b90444bc]{font-size:%?25?%;background:#fd6969;color:#fff;border-radius:%?50?%;height:%?45?%;line-height:%?45?%}.top_card[data-v-b90444bc]{width:calc(50% - %?30?%);display:inline-block;margin:%?15?%}.top_card_box[data-v-b90444bc]{background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:%?20?%;height:%?290?%;margin:%?5?%}.img1[data-v-b90444bc]{background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card01.jpg)}.img2[data-v-b90444bc]{background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card02.jpg)}.img3[data-v-b90444bc]{background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/card03.jpg)}.img4[data-v-b90444bc]{background-image:url(https://mshopimg.yolipai.net/miniapp/images/giftbag/kong.png)}.top_card_tite_box[data-v-b90444bc]{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top_card_tite_a[data-v-b90444bc]{padding:%?5?% %?25?% %?5?% %?25?%;line-height:%?29?%;font-size:%?25?%;color:#fff;background:#ffa7c0;border-radius:%?0?% %?20?% %?0?% %?6?%}.top_card_tite_b[data-v-b90444bc]{padding:%?5?% %?25?% %?5?% %?25?%;line-height:%?29?%;font-size:%?25?%;color:#fff;background:#50dfdb;border-radius:%?0?% %?20?% %?0?% %?6?%}.top_card_tite_c[data-v-b90444bc]{padding:%?5?% %?25?% %?5?% %?25?%;line-height:%?29?%;font-size:%?25?%;color:#fff;background:#92cbff;border-radius:%?0?% %?20?% %?0?% %?6?%}.top_card_tite_d[data-v-b90444bc]{padding:%?5?% %?25?% %?5?% %?25?%;line-height:%?29?%;font-size:%?25?%;color:#fff;border-radius:%?0?% %?20?% %?0?% %?6?%}.top_card_counte[data-v-b90444bc]{padding:%?20?% %?20?% 0 0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:%?40?%}.top_card_remak[data-v-b90444bc]{padding:%?20?% 0 %?40?% 0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:%?20?%;color:#fff}.top_card_button_a uni-button[data-v-b90444bc]{margin:0 %?85?%;background:#ffa6bc;border-radius:%?50?%;line-height:%?40?%;height:%?40?%;color:#fff;font-size:%?25?%}.top_card_button_b uni-button[data-v-b90444bc]{margin:0 %?85?%;background:#50dfdb;border-radius:%?50?%;line-height:%?40?%;height:%?40?%;color:#fff;font-size:%?25?%}.top_card_button_c uni-button[data-v-b90444bc]{margin:0 %?85?%;background:#75bcfc;border-radius:%?50?%;line-height:%?40?%;height:%?40?%;color:#fff;font-size:%?25?%}.top_card_button_d uni-button[data-v-b90444bc]{margin:0 %?85?%;border-radius:%?50?%;line-height:%?40?%;height:%?40?%;color:#fff;font-size:%?25?%}.top_box_image[data-v-b90444bc]{padding:%?20?% %?20?% %?20?% %?20?%}.top_box_image uni-image[data-v-b90444bc]{height:%?216?%;width:100%}.top_box_image uni-button[data-v-b90444bc]{margin:%?15?% %?95?% %?0?% %?95?%;background:#fe6a6a;border-radius:%?50?%;line-height:%?60?%;height:%?60?%;color:#fff;font-size:%?30?%}.foot_box[data-v-b90444bc]{margin:0 %?50?% %?40?% %?50?%}.foot_box_title[data-v-b90444bc]{font-size:%?43?%;color:#fff;margin-bottom:%?20?%}.foot_box_text[data-v-b90444bc]{font-size:%?30?%;color:#fff;line-height:%?48?%}.button_box[data-v-b90444bc]{margin:%?50?% %?50?% %?130?% %?50?%;text-align:center}.button[data-v-b90444bc]{margin:0 %?30?%;background:#ff9a8c;border-radius:%?50?%;line-height:%?80?%;height:%?80?%;color:#fff;font-size:%?35?%}.button_text[data-v-b90444bc]{padding-top:%?20?%;font-size:%?20?%;color:#fff;height:%?100?%}uni-button[data-v-b90444bc]:after{border:none}body.?%PAGE?%[data-v-b90444bc]{background-color:#fb6451}',""])},ef8e:function(t,e,i){"use strict";var a=i("5433"),n=i.n(a);n.a}}]); | |
0 | 2 | \ No newline at end of file | ... | ... |
vip/static/js/pages-GiftPackage-ReceiveGift.19ac808a.js
0 → 100644
1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-GiftPackage-ReceiveGift"],{"0f1e":function(t,e,n){},1215:function(t,e,n){"use strict";n.r(e);var a=n("0f1e"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,function(){return a[t]})}(o);e["default"]=i.a},2350:function(t,e){function n(t,e){var n=t[1]||"",i=t[3];if(!i)return n;if(e&&"function"===typeof btoa){var o=a(i),r=i.sources.map(function(t){return"/*# sourceURL="+i.sourceRoot+t+" */"});return[n].concat(r).concat([o]).join("\n")}return[n].join("\n")}function a(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 a=n(e,t);return e[2]?"@media "+e[2]+"{"+a+"}":a}).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var a={},i=0;i<this.length;i++){var o=this[i][0];"number"===typeof o&&(a[o]=!0)}for(i=0;i<t.length;i++){var r=t[i];"number"===typeof r[0]&&a[r[0]]||(n&&!r[2]?r[2]=n:n&&(r[2]="("+r[2]+") and ("+n+")"),e.push(r))}},e}},"4f06":function(t,e,n){"use strict";function a(t,e){for(var n=[],a={},i=0;i<e.length;i++){var o=e[i],r=o[0],s=o[1],c=o[2],u=o[3],f={id:t+":"+i,css:s,media:c,sourceMap:u};a[r]?a[r].parts.push(f):n.push(a[r]={id:r,parts:[f]})}return n}n.r(e),n.d(e,"default",function(){return b});var i="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},r=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,u=!1,f=function(){},l=null,d="data-vue-ssr-id",v="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function b(t,e,n,i){u=n,l=i||{};var r=a(t,e);return p(r),function(e){for(var n=[],i=0;i<r.length;i++){var s=r[i],c=o[s.id];c.refs--,n.push(c)}e?(r=a(t,e),p(r)):r=[];for(i=0;i<n.length;i++){c=n[i];if(0===c.refs){for(var u=0;u<c.parts.length;u++)c.parts[u]();delete o[c.id]}}}}function p(t){for(var e=0;e<t.length;e++){var n=t[e],a=o[n.id];if(a){a.refs++;for(var i=0;i<a.parts.length;i++)a.parts[i](n.parts[i]);for(;i<n.parts.length;i++)a.parts.push(g(n.parts[i]));a.parts.length>n.parts.length&&(a.parts.length=n.parts.length)}else{var r=[];for(i=0;i<n.parts.length;i++)r.push(g(n.parts[i]));o[n.id]={id:n.id,refs:1,parts:r}}}}function x(){var t=document.createElement("style");return t.type="text/css",r.appendChild(t),t}function g(t){var e,n,a=document.querySelector("style["+d+'~="'+t.id+'"]');if(a){if(u)return f;a.parentNode.removeChild(a)}if(v){var i=c++;a=s||(s=x()),e=m.bind(null,a,i,!1),n=m.bind(null,a,i,!0)}else a=x(),e=w.bind(null,a),n=function(){a.parentNode.removeChild(a)};return e(t),function(a){if(a){if(a.css===t.css&&a.media===t.media&&a.sourceMap===t.sourceMap)return;e(t=a)}else n()}}var _=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function m(t,e,n,a){var i=n?"":A(a.css);if(t.styleSheet)t.styleSheet.cssText=_(e,i);else{var o=document.createTextNode(i),r=t.childNodes;r[e]&&t.removeChild(r[e]),r.length?t.insertBefore(o,r[e]):t.appendChild(o)}}function w(t,e){var n=A(e.css),a=e.media,i=e.sourceMap;if(a&&t.setAttribute("media",a),l.ssrId&&t.setAttribute(d,e.id),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var h=/%\?([+-]?\d+(\.\d+)?)\?%/g,y=/\.\?%PAGE\?%/g,k=/\?%PAGE\?%\[data-v-[a-z0-9]{8}\]/g,C=/uni-page-body\[data-v-[a-z0-9]{8}\]/g,j=/var\(--status-bar-height\)/gi,U=/var\(--window-top\)/gi,z=/var\(--window-bottom\)/gi;function A(t){var e=E();if(!uni.canIUse("css.var")){var n=$();t=t.replace(j,"0px").replace(U,n.top+"px").replace(z,n.bottom+"px")}return t.replace(k,e).replace(y,"").replace(C,"body."+e+" uni-page-body").replace(h,function(t,e){return uni.upx2px(e)+"px"})}function E(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name||""}function $(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name?{top:t.$route.meta.windowTop,bottom:t.$route.meta.isTabBar?50:0}:{top:0,bottom:0}}},"4f1d":function(t,e,n){e=t.exports=n("2350")(!1),e.push([t.i,'@charset "UTF-8";\n/*引用样式路径*/\n/* Author XGQ\r\n * 2019-11-12\r\n */uni-page-body[data-v-2aab6ae2]{background-color:#d01119}.page_box[data-v-2aab6ae2]{background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:url(/static/img/Abox.png)}.box_top[data-v-2aab6ae2]{margin-top:%?120?%;margin-bottom:%?2?%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_top uni-image[data-v-2aab6ae2]{width:%?580?%;height:%?134?%}.box_top_text[data-v-2aab6ae2]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_top_text uni-text[data-v-2aab6ae2]{font-size:%?35?%;color:#fff}.box_content[data-v-2aab6ae2]{margin-top:%?60?%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:%?1?%}.box_content uni-image[data-v-2aab6ae2]{width:%?530?%;height:%?504?%}.box_content_text[data-v-2aab6ae2]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.box_content_text uni-text[data-v-2aab6ae2]{font-size:%?20?%;color:#fff}.box_button[data-v-2aab6ae2]{text-align:center;margin:%?40?% %?0?% %?0?% %?160?%;background-image:url(/static/img/butt01.png);background-size:cover;width:%?443?%;height:%?83?%;line-height:%?65?%}.box_button uni-text[data-v-2aab6ae2]{font-size:%?40?%;color:#d01119}.foot_box[data-v-2aab6ae2]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?40?% %?30?% %?10?% %?30?%;border-bottom:%?1?% dashed #fff}.foot_box_count[data-v-2aab6ae2]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?5?% %?70?% %?0?% %?70?%}.foot_box_title[data-v-2aab6ae2]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:%?5?% %?0?% %?20?% %?0?%;width:50%}.foot_box_title uni-text[data-v-2aab6ae2]{font-size:%?27?%;color:#fff}.foot_mode[data-v-2aab6ae2]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:%?30?% %?0?% %?20?% %?0?%}.foot_mode uni-text[data-v-2aab6ae2]{font-size:%?27?%;color:#fff}.foot_number[data-v-2aab6ae2]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:%?25?% %?0?% %?80?% %?0?%}.foot_number uni-text[data-v-2aab6ae2]{font-size:%?29?%;color:#fff}uni-button[data-v-2aab6ae2]:after{border:none}body.?%PAGE?%[data-v-2aab6ae2]{background-color:#d01119}',""])},"7e82":function(t,e,n){"use strict";var a=n("ebd1"),i=n.n(a);i.a},d2fe:function(t,e,n){"use strict";n.r(e);var a=n("fa81"),i=n("1215");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("7e82");var r=n("2877"),s=Object(r["a"])(i["default"],a["a"],a["b"],!1,null,"2aab6ae2",null);e["default"]=s.exports},ebd1:function(t,e,n){var a=n("4f1d");"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=n("4f06").default;i("5d949456",a,!0,{sourceMap:!1,shadowMode:!1})},fa81:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"page_box"},[n("v-uni-view",{staticClass:"box_top_text"},[n("v-uni-text",[t._v("助力活动一")])],1),n("v-uni-view",{staticClass:"box_top_text"},[n("v-uni-text",[t._v("活动剩余时间:16:20:30")])],1),n("v-uni-view",{staticClass:"box_content"},[n("v-uni-image",{attrs:{src:"../../static/img/C01.png"}})],1),n("v-uni-view",{staticClass:"box_content_text"},[n("v-uni-text",[t._v("今日剩余可领12个任务")])],1),n("v-uni-view",{staticClass:"box_button"},[n("v-uni-text",[t._v("立即领取")])],1),n("v-uni-view",{staticClass:"foot_box"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("我的奖品")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("帮拆记录")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动一礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动二礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动三礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_box_count"},[n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("活动四礼包")])],1),n("v-uni-view",{staticClass:"foot_box_title"},[n("v-uni-text",[t._v("查看详情")])],1)],1),n("v-uni-view",{staticClass:"foot_mode"},[n("v-uni-text",[t._v("点击加载更多")])],1),n("v-uni-view",{staticClass:"foot_number"},[n("v-uni-text",[t._v("已有126人领取了任务")])],1)],1)},i=[];n.d(e,"a",function(){return a}),n.d(e,"b",function(){return i})}}]); | |
0 | 2 | \ No newline at end of file | ... | ... |
vip/static/js/pages-Login-index.312dc390.js
0 → 100644
1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-Login-index"],{"010a":function(t,e,n){var r=n("4c9c");"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var a=n("4f06").default;a("58009b60",r,!0,{sourceMap:!1,shadowMode:!1})},"04b7":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"fist_box"},[n("v-uni-text",{on:{click:function(e){e=t.$handleEvent(e),t.NewVip(e)}}},[t._v("新人有礼")])],1),n("v-uni-view",{staticClass:"fist_box"},[n("v-uni-text",{on:{click:function(e){e=t.$handleEvent(e),t.Birthday(e)}}},[t._v("生日有礼")])],1),n("v-uni-view",{staticClass:"fist_box"},[n("v-uni-text",{on:{click:function(e){e=t.$handleEvent(e),t.Evaluate(e)}}},[t._v("评价有礼")])],1),n("v-uni-view",{staticClass:"fist_box"},[n("v-uni-text",{on:{click:function(e){e=t.$handleEvent(e),t.Assistance(e)}}},[t._v("助力活动")])],1)],1)},a=[];n.d(e,"a",function(){return r}),n.d(e,"b",function(){return a})},"1fc2":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={data:function(){return{}},onLoad:function(){},onShow:function(){},methods:{NewVip:function(){uni.navigateTo({url:"../GiftPackage/NewVipGift"})},Birthday:function(){uni.navigateTo({url:"../GiftPackage/BirthdayGift"})},Evaluate:function(){uni.navigateTo({url:"../GiftPackage/EvaluateGift"})},Assistance:function(){uni.navigateTo({url:"../GiftPackage/AssistanceGift"})}}};e.default=r},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 i=r(a),o=a.sources.map(function(t){return"/*# sourceURL="+a.sourceRoot+t+" */"});return[n].concat(o).concat([i]).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={},a=0;a<this.length;a++){var i=this[a][0];"number"===typeof i&&(r[i]=!0)}for(a=0;a<t.length;a++){var o=t[a];"number"===typeof o[0]&&r[o[0]]||(n&&!o[2]?o[2]=n:n&&(o[2]="("+o[2]+") and ("+n+")"),e.push(o))}},e}},"4c9c":function(t,e,n){e=t.exports=n("2350")(!1),e.push([t.i,".fist_box[data-v-01adea75]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:%?40?%}.fist_box uni-text[data-v-01adea75]{font-size:%?40?%}",""])},"4f06":function(t,e,n){"use strict";function r(t,e){for(var n=[],r={},a=0;a<e.length;a++){var i=e[a],o=i[0],u=i[1],s=i[2],c=i[3],f={id:t+":"+a,css:u,media:s,sourceMap:c};r[o]?r[o].parts.push(f):n.push(r[o]={id:o,parts:[f]})}return n}n.r(e),n.d(e,"default",function(){return v});var a="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!a)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},o=a&&(document.head||document.getElementsByTagName("head")[0]),u=null,s=0,c=!1,f=function(){},d=null,l="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function v(t,e,n,a){c=n,d=a||{};var o=r(t,e);return h(o),function(e){for(var n=[],a=0;a<o.length;a++){var u=o[a],s=i[u.id];s.refs--,n.push(s)}e?(o=r(t,e),h(o)):o=[];for(a=0;a<n.length;a++){s=n[a];if(0===s.refs){for(var c=0;c<s.parts.length;c++)s.parts[c]();delete i[s.id]}}}}function h(t){for(var e=0;e<t.length;e++){var n=t[e],r=i[n.id];if(r){r.refs++;for(var a=0;a<r.parts.length;a++)r.parts[a](n.parts[a]);for(;a<n.parts.length;a++)r.parts.push(b(n.parts[a]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{var o=[];for(a=0;a<n.parts.length;a++)o.push(b(n.parts[a]));i[n.id]={id:n.id,refs:1,parts:o}}}}function g(){var t=document.createElement("style");return t.type="text/css",o.appendChild(t),t}function b(t){var e,n,r=document.querySelector("style["+l+'~="'+t.id+'"]');if(r){if(c)return f;r.parentNode.removeChild(r)}if(p){var a=s++;r=u||(u=g()),e=x.bind(null,r,a,!1),n=x.bind(null,r,a,!0)}else r=g(),e=y.bind(null,r),n=function(){r.parentNode.removeChild(r)};return e(t),function(r){if(r){if(r.css===t.css&&r.media===t.media&&r.sourceMap===t.sourceMap)return;e(t=r)}else n()}}var m=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function x(t,e,n,r){var a=n?"":N(r.css);if(t.styleSheet)t.styleSheet.cssText=m(e,a);else{var i=document.createTextNode(a),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(i,o[e]):t.appendChild(i)}}function y(t,e){var n=N(e.css),r=e.media,a=e.sourceMap;if(r&&t.setAttribute("media",r),d.ssrId&&t.setAttribute(l,e.id),a&&(n+="\n/*# sourceURL="+a.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}var w=/%\?([+-]?\d+(\.\d+)?)\?%/g,k=/\.\?%PAGE\?%/g,C=/\?%PAGE\?%\[data-v-[a-z0-9]{8}\]/g,E=/uni-page-body\[data-v-[a-z0-9]{8}\]/g,_=/var\(--status-bar-height\)/gi,$=/var\(--window-top\)/gi,G=/var\(--window-bottom\)/gi;function N(t){var e=T();if(!uni.canIUse("css.var")){var n=j();t=t.replace(_,"0px").replace($,n.top+"px").replace(G,n.bottom+"px")}return t.replace(C,e).replace(k,"").replace(E,"body."+e+" uni-page-body").replace(w,function(t,e){return uni.upx2px(e)+"px"})}function T(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name||""}function j(){var t=getApp();return t&&t.$route&&t.$route.meta&&t.$route.meta.name?{top:t.$route.meta.windowTop,bottom:t.$route.meta.isTabBar?50:0}:{top:0,bottom:0}}},b580:function(t,e,n){"use strict";n.r(e);var r=n("1fc2"),a=n.n(r);for(var i in r)"default"!==i&&function(t){n.d(e,t,function(){return r[t]})}(i);e["default"]=a.a},b673:function(t,e,n){"use strict";var r=n("010a"),a=n.n(r);a.a},f25b:function(t,e,n){"use strict";n.r(e);var r=n("04b7"),a=n("b580");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("b673");var o=n("2877"),u=Object(o["a"])(a["default"],r["a"],r["b"],!1,null,"01adea75",null);e["default"]=u.exports}}]); | |
0 | 2 | \ No newline at end of file | ... | ... |