(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["subPackages-order-orderDetail"],{"126e":function(t,e,n){n("aa9c"),n("dc69");var i=n("c41c").getSymbolSize;e.getRowColCoords=function(t){if(1===t)return[];for(var e=Math.floor(t/7)+2,n=i(t),r=145===n?26:2*Math.ceil((n-13)/(2*e-2)),o=[n-7],a=1;a>>7-t%8&1)},put:function(t,e){for(var n=0;n>>e-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){var e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},t.exports=i},"2efc":function(t,e,n){n("5ef2");var i=n("f4d7"),r=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function o(t){this.mode=i.ALPHANUMERIC,this.data=t}o.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(t){var e;for(e=0;e+2<=this.data.length;e+=2){var n=45*r.indexOf(this.data[e]);n+=r.indexOf(this.data[e+1]),t.put(n,11)}this.data.length%2&&t.put(r.indexOf(this.data[e]),6)},t.exports=o},"3d24":function(t,e,n){n("5c47"),n("a1c1"),n("23f4"),n("7d2f"),n("9c4e"),n("ab80"),n("0506");var i="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";i=i.replace(/u/g,"\\u");var r="(?:(?![A-Z0-9 $%*+\\-./:]|"+i+")(?:.|[\r\n]))+";e.KANJI=new RegExp(i,"g"),e.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),e.BYTE=new RegExp(r,"g"),e.NUMERIC=new RegExp("[0-9]+","g"),e.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");var o=new RegExp("^"+i+"$"),a=new RegExp("^[0-9]+$"),s=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");e.testKanji=function(t){return o.test(t)},e.testNumeric=function(t){return a.test(t)},e.testAlphanumeric=function(t){return s.test(t)}},"3e18":function(t,e,n){n("4db2"),n("bf0f"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1");var i=n("f4d7");function r(t){this.mode=i.BYTE,this.data="string"===typeof t?(new TextEncoder).encode(t):new Uint8Array(t)}r.getBitsLength=function(t){return 8*t},r.prototype.getLength=function(){return this.data.length},r.prototype.getBitsLength=function(){return r.getBitsLength(this.data.length)},r.prototype.write=function(t){for(var e=0,n=this.data.length;el)&&(o[c]=l,v.push(c,l),r[c]=s));if("undefined"!==typeof n&&"undefined"===typeof o[n]){var p=["Could not find a path from ",e," to ",n,"."].join("");throw new Error(p)}return r},extract_shortest_path_from_predecessor_list:function(t,e){var n=[],i=e;while(i)n.push(i),t[i],i=t[i];return n.reverse(),n},find_path:function(t,e,n){var r=i.single_source_shortest_paths(t,e,n);return i.extract_shortest_path_from_predecessor_list(r,n)},PriorityQueue:{make:function(t){var e,n=i.PriorityQueue,r={};for(e in t=t||{},n)n.hasOwnProperty(e)&&(r[e]=n[e]);return r.queue=[],r.sorter=t.sorter||n.default_sorter,r},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var n={value:t,cost:e};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=i},5434:function(t,e,n){n("7a76"),n("c9b5"),n("4db2"),n("bf0f"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1");var i=n("9826");function r(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}r.prototype.initialize=function(t){this.degree=t,this.genPoly=i.generateECPolynomial(this.degree)},r.prototype.encode=function(t){if(!this.genPoly)throw new Error("Encoder not initialized");var e=new Uint8Array(t.length+this.degree);e.set(t);var n=i.mod(e,this.genPoly),r=this.degree-n.length;if(r>0){var o=new Uint8Array(this.degree);return o.set(n,r),o}return n},t.exports=r},5846:function(t,e,n){var i=n("c41c"),r=i.getBCHDigit(1335);e.getEncodedBits=function(t,e){var n=t.bit<<3|e,o=n<<10;while(i.getBCHDigit(o)-r>=0)o^=1335<0&&(n=this.data.substr(e),i=parseInt(n,10),t.put(i,3*r+1))},t.exports=r},"76e1":function(t,e,n){n("f7a5"),n("7a76"),n("c9b5"),n("bf0f"),n("ab80");var i=n("d320"),r=n("d3cb"),o=n("f2ad"),a=n("b3b3");function s(t,e,n,o,a){var s=[].slice.call(arguments,1),c=s.length,d="function"===typeof s[c-1];if(!d&&!i())throw new Error("Callback required as last argument");if(!d){if(c<1)throw new Error("Too few arguments provided");return 1===c?(n=e,e=o=void 0):2!==c||e.getContext||(o=n,n=e,e=void 0),new Promise((function(i,a){try{var s=r.create(n,o);i(t(s,e,o))}catch(c){a(c)}}))}if(c<2)throw new Error("Too few arguments provided");2===c?(a=n,n=e,e=o=void 0):3===c&&(e.getContext&&"undefined"===typeof a?(a=o,o=void 0):(a=o,o=n,n=e,e=void 0));try{var u=r.create(n,o);a(null,t(u,e,o))}catch(f){a(f)}}e.create=r.create,e.toCanvas=s.bind(null,o.render),e.toDataURL=s.bind(null,o.renderToDataURL),e.toString=s.bind(null,(function(t,e,n){return a.render(t,n)}))},"7dff":function(t,e,n){var i=n("f3ec"),r=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],o=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];e.getBlocksCount=function(t,e){switch(e){case i.L:return r[4*(t-1)+0];case i.M:return r[4*(t-1)+1];case i.Q:return r[4*(t-1)+2];case i.H:return r[4*(t-1)+3];default:return}},e.getTotalCodewordsCount=function(t,e){switch(e){case i.L:return o[4*(t-1)+0];case i.M:return o[4*(t-1)+1];case i.Q:return o[4*(t-1)+2];case i.H:return o[4*(t-1)+3];default:return}}},8347:function(t,e){e.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},9826:function(t,e,n){n("4db2"),n("bf0f"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1"),n("f7a5");var i=n("d570");e.mul=function(t,e){for(var n=new Uint8Array(t.length+e.length-1),r=0;r=0){for(var r=n[0],o=0;o=0&&t<=7},e.from=function(t){return e.isValid(t)?parseInt(t,10):void 0},e.getPenaltyN1=function(t){for(var e=t.size,n=0,r=0,o=0,a=null,s=null,c=0;c=5&&(n+=i.N1+(r-5)),a=u,r=1),u=t.get(d,c),u===s?o++:(o>=5&&(n+=i.N1+(o-5)),s=u,o=1)}r>=5&&(n+=i.N1+(r-5)),o>=5&&(n+=i.N1+(o-5))}return n},e.getPenaltyN2=function(t){for(var e=t.size,n=0,r=0;r=10&&(1488===r||93===r)&&n++,o=o<<1&2047|t.get(s,a),s>=10&&(1488===o||93===o)&&n++}return n*i.N3},e.getPenaltyN4=function(t){for(var e=0,n=t.data.length,r=0;r1)return function(t,n){for(var i=1;i<=40;i++){var r=u(t,i);if(r<=e.getCapacity(i,n,a.MIXED))return i}}(t,r);if(0===t.length)return 1;i=t[0]}else i=t;return function(t,n,i){for(var r=1;r<=40;r++)if(n<=e.getCapacity(r,i,t))return r}(i.mode,i.getLength(),r)},e.getEncodedBits=function(t){if(!s.isValid(t)||t<7)throw new Error("Invalid QR Code version");var e=t<<12;while(i.getBCHDigit(e)-c>=0)e^=7973<=33088&&n<=40956)n-=33088;else{if(!(n>=57408&&n<=60351))throw new Error("Invalid SJIS character: "+this.data[e]+"\nMake sure your charset is UTF-8");n-=49472}n=192*(n>>>8&255)+(255&n),t.put(n,13)}},t.exports=o},b3b3:function(t,e,n){n("f7a5");var i=n("fa07");function r(t,e){var n=t.a/255,i=e+'="'+t.hex+'"';return n<1?i+" "+e+'-opacity="'+n.toFixed(2).slice(1)+'"':i}function o(t,e,n){var i=t+e;return"undefined"!==typeof n&&(i+=" "+n),i}e.render=function(t,e,n){var a=i.getOptions(e),s=t.modules.size,c=t.modules.data,d=s+2*a.margin,u=a.color.light.a?"':"",f="0&&d>0&&t[c-1]||(i+=a?o("M",d+n,.5+u+n):o("m",r,0),r=0,a=!1),d+1',l='viewBox="0 0 '+d+" "+d+'"',h=a.width?'width="'+a.width+'" height="'+a.width+'" ':"",g=''+u+f+"\n";return"function"===typeof n&&n(null,g),g}},bd7e:function(t,e,n){function i(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}n("7a76"),n("c9b5"),n("4db2"),n("bf0f"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1"),i.prototype.set=function(t,e,n,i){var r=t*this.size+e;this.data[r]=n,i&&(this.reservedBit[r]=!0)},i.prototype.get=function(t,e){return this.data[t*this.size+e]},i.prototype.xor=function(t,e,n){this.data[t*this.size+e]^=n},i.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]},t.exports=i},c192:function(t,e,n){"use strict";n.r(e);var i=n("ed74"),r=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=r.a},c41c:function(t,e,n){var i;n("7a76"),n("c9b5");var r=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];e.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},e.getSymbolTotalCodewords=function(t){return r[t]},e.getBCHDigit=function(t){var e=0;while(0!==t)e++,t>>>=1;return e},e.setToSJISFunction=function(t){if("function"!==typeof t)throw new Error('"toSJISFunc" is not a valid function.');i=t},e.isKanjiModeEnabled=function(){return"undefined"!==typeof i},e.toSJIS=function(t){return i(t)}},cb06:function(t,e,n){n("5c47"),n("aa9c"),n("c223"),n("fd3c"),n("4100"),n("473f"),n("bf0f"),n("7a76"),n("c9b5"),n("ab80");var i=n("f4d7"),r=n("765a"),o=n("2efc"),a=n("3e18"),s=n("b197"),c=n("3d24"),d=n("c41c"),u=n("4c50");function f(t){return unescape(encodeURIComponent(t)).length}function l(t,e,n){var i,r=[];while(null!==(i=t.exec(n)))r.push({data:i[0],index:i.index,mode:e,length:i[0].length});return r}function h(t){var e,n,r=l(c.NUMERIC,i.NUMERIC,t),o=l(c.ALPHANUMERIC,i.ALPHANUMERIC,t);d.isKanjiModeEnabled()?(e=l(c.BYTE,i.BYTE,t),n=l(c.KANJI,i.KANJI,t)):(e=l(c.BYTE_KANJI,i.BYTE,t),n=[]);var a=r.concat(o,e,n);return a.sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function g(t,e){switch(e){case i.NUMERIC:return r.getBitsLength(t);case i.ALPHANUMERIC:return o.getBitsLength(t);case i.KANJI:return s.getBitsLength(t);case i.BYTE:return a.getBitsLength(t)}}function v(t,e){var n,c=i.getBestModeForData(t);if(n=i.from(e,c),n!==i.BYTE&&n.bit=0?t[t.length-1]:null;return n&&n.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}(c))},e.rawSplit=function(t){return e.fromArray(h(t,d.isKanjiModeEnabled()))}},d320:function(t,e,n){n("bf0f"),t.exports=function(){return"function"===typeof Promise&&Promise.prototype&&Promise.prototype.then}},d3cb:function(t,e,n){n("bf0f"),n("2797"),n("4db2"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1"),n("f7a5"),n("7a76"),n("c9b5");var i=n("c41c"),r=n("f3ec"),o=n("219b"),a=n("bd7e"),s=n("126e"),c=n("6fb6"),d=n("a4df"),u=n("7dff"),f=n("5434"),l=n("ae39"),h=n("5846"),g=n("f4d7"),v=n("cb06");function p(t,e,n){var i,r,o=t.size,a=h.getEncodedBits(e,n);for(i=0;i<15;i++)r=1===(a>>i&1),i<6?t.set(i,8,r,!0):i<8?t.set(i+1,8,r,!0):t.set(o-15+i,8,r,!0),i<8?t.set(8,o-i-1,r,!0):i<9?t.set(8,15-i-1+1,r,!0):t.set(8,15-i-1,r,!0);t.set(o-8,8,1,!0)}function b(t,e,n){var r=new o;n.forEach((function(e){r.put(e.mode.bit,4),r.put(e.getLength(),g.getCharCountIndicator(e.mode,t)),e.write(r)}));var a=i.getSymbolTotalCodewords(t),s=u.getTotalCodewordsCount(t,e),c=8*(a-s);r.getLengthInBits()+4<=c&&r.put(0,4);while(r.getLengthInBits()%8!==0)r.putBit(0);for(var d=(c-r.getLengthInBits())/8,l=0;l=0&&s<=6&&(0===d||6===d)||d>=0&&d<=6&&(0===s||6===s)||s>=2&&s<=4&&d>=2&&d<=4?t.set(o+s,a+d,!0,!0):t.set(o+s,a+d,!1,!0))}(m,e),function(t){for(var e=t.size,n=8;n=7&&function(t,e){for(var n,i,r,o=t.size,a=l.getEncodedBits(e),s=0;s<18;s++)n=Math.floor(s/3),i=s%3+o-8-3,r=1===(a>>s&1),t.set(n,i,r,!0),t.set(i,n,r,!0)}(m,e),function(t,e){for(var n=t.size,i=-1,r=n-1,o=7,a=0,s=n-1;s>0;s-=2){6===s&&s--;while(1){for(var c=0;c<2;c++)if(!t.isReserved(r,s-c)){var d=!1;a>>o&1)),t.set(r,s-c,d),o--,-1===o&&(a++,o=7)}if(r+=i,r<0||n<=r){r-=i,i=-i;break}}}}(m,g),isNaN(r)&&(r=d.getBestMask(m,p.bind(null,m,n))),d.applyMask(r,m),p(m,n,r),{modules:m,version:e,errorCorrectionLevel:n,maskPattern:r,segments:o}}e.create=function(t,e){if("undefined"===typeof t||""===t)throw new Error("No input text");var n,o,a=r.M;return"undefined"!==typeof e&&(a=r.from(e.errorCorrectionLevel,r.M),n=l.from(e.version),o=d.from(e.maskPattern),e.toSJISFunc&&i.setToSJISFunction(e.toSJISFunc)),w(t,n,a,o)}},d570:function(t,e,n){n("4db2"),n("bf0f"),n("c976"),n("4d8f"),n("7b97"),n("668a"),n("c5b7"),n("8ff5"),n("2378"),n("641a"),n("64e0"),n("cce3"),n("efba"),n("d009"),n("bd7d"),n("7edd"),n("d798"),n("f547"),n("5e54"),n("b60a"),n("8c18"),n("12973"),n("f991"),n("198e"),n("8557"),n("63b1"),n("1954"),n("1cf1"),n("7a76"),n("c9b5");var i=new Uint8Array(512),r=new Uint8Array(256);(function(){for(var t=1,e=0;e<255;e++)i[e]=t,r[t]=e,t<<=1,256&t&&(t^=285);for(var n=255;n<512;n++)i[n]=i[n-255]})(),e.log=function(t){if(t<1)throw new Error("log("+t+")");return r[t]},e.exp=function(t){return i[t]},e.mul=function(t,e){return 0===t||0===e?0:i[r[t]+r[e]]}},db3f:function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.bg[data-v-7e6613a0]{width:%?750?%;overflow-x:hidden;min-height:100vh;background-color:#f7f7f7;padding-bottom:%?200?%}.top-box[data-v-7e6613a0]{width:%?750?%;height:%?240?%;background:url(https://static.ticket.sz-trip.com/tourist/user/topBg.png) no-repeat;background-size:100% 100%;padding:%?50?% 0 0 %?50?%;font-weight:700;font-size:%?43?%;color:#000}.top-box .close-time[data-v-7e6613a0]{font-weight:400;font-size:%?27?%;margin-top:%?20?%}.qrcode-remain[data-v-7e6613a0]{font-weight:700;font-size:%?29?%;color:#000;text-align:center}.qrcode-remain span[data-v-7e6613a0]{width:%?60?%;text-align:center;color:#ee3e3b;display:inline-block}.qrcode-box[data-v-7e6613a0]{height:%?456?%;display:flex;align-items:center;margin-top:%?32?%}.qrcode-box .qrcode-item[data-v-7e6613a0]{width:%?467?%!important;height:%?456?%!important;background:#fff;box-shadow:%?0?% %?0?% %?33?% %?0?% hsla(0,0%,40%,.2);border-radius:%?20?%;padding:%?25?% 0;justify-content:space-between;align-items:center;position:relative}.qrcode-box .qrcode-item uni-image[data-v-7e6613a0]{width:%?300?%;height:%?300?%}.qrcode-box .qrcode-item .qrcode-title[data-v-7e6613a0]{font-weight:700;font-size:%?32?%;color:#000}.qrcode-box .qrcode-item .qrcode-subtitle[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#888}.qrcode-box .qrcode-item .complete-text[data-v-7e6613a0]{position:absolute;width:%?300?%;height:%?300?%;left:0;top:0;right:0;bottom:0;margin:auto;background:rgba(0,0,0,.5)}.qrcode-box .qrcode-item .complete-text uni-view[data-v-7e6613a0]{width:%?200?%;height:%?200?%;background:#fff;border-radius:%?100?%;font-weight:700;font-size:%?36?%;color:#000}.swiper-point[data-v-7e6613a0]{height:%?63?%}.swiper-point uni-view[data-v-7e6613a0]{width:%?11?%;height:%?11?%;background:#ccc;border-radius:50%}.swiper-point uni-view[data-v-7e6613a0]:not(:first-child){margin-left:%?13?%}.swiper-point .swiper-points[data-v-7e6613a0]{background:#71b580}.swiper-prompt[data-v-7e6613a0]{font-weight:500;font-size:%?29?%;color:#ee3e3b;text-align:center;margin-bottom:%?45?%}.scenic-detail[data-v-7e6613a0]{width:%?697?%;height:auto;background:#fff;border-radius:%?20?%;padding:%?26?%;margin:auto}.scenic-detail > uni-view[data-v-7e6613a0]:nth-child(2){margin:%?30?% 0;border-top:%?1?% solid hsla(0,0%,84.7%,.5)}.scenic-detail .scenic-title[data-v-7e6613a0]{font-weight:700;font-size:%?36?%;color:#000}.scenic-detail .scenic-title uni-image[data-v-7e6613a0]{width:%?17.33?%;height:%?29.33?%;margin-left:%?20?%;vertical-align:middle}.scenic-detail .scenic-subtitle[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#666;margin-top:%?20?%}.scenic-detail .scenic-subtitle span[data-v-7e6613a0]{color:#000}.scenic-detail .specifications-item[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#000;margin:%?25?% 0}.novice-box[data-v-7e6613a0]{width:%?697?%;height:auto;background:#fff;border-radius:%?20?%;padding:%?26?%;font-weight:700;font-size:%?36?%;color:#010101;margin:%?20?% auto}.novice-box .novice-item uni-view[data-v-7e6613a0]{margin:%?20?% 0}.novice-box .novice-item .novice-title[data-v-7e6613a0]{font-weight:800;font-size:%?27?%;color:#333}.novice-box .novice-subtitle[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#000}.novice-box .novice-subtitle span[data-v-7e6613a0]{display:inline-block;width:%?130?%;color:#666}.novice-box .novice-item[data-v-7e6613a0]:nth-child(n+2){border-top:%?1?% solid #d8d8d8}.public-price[data-v-7e6613a0]{margin-top:%?50?%}.public-price uni-view[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#666;margin-top:%?25?%}.public-price uni-view span[data-v-7e6613a0]{font-weight:700;font-size:%?27?%;color:#111}.order-info[data-v-7e6613a0]{width:%?697?%;height:auto;background:#fff;border-radius:%?20?%;margin:%?20?% auto;padding:%?33?% %?26?%;font-weight:700;font-size:%?36?%;color:#000}.order-info .order-subtitle[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#000;margin:%?30?% 0}.order-info .order-subtitle span[data-v-7e6613a0]{display:inline-block;width:%?130?%;color:#666;white-space:nowrap}.order-info .copy[data-v-7e6613a0]{width:%?93?%;height:%?37?%;border-radius:%?11?%;border:%?1?% solid #515150;font-weight:500;font-size:%?22?%;color:#515150;margin-left:%?30?%}.order-info .copy .copy-img[data-v-7e6613a0]{width:%?22?%;height:%?23.33?%;-webkit-filter:brightness(0);filter:brightness(0)}.kefu-box[data-v-7e6613a0]{width:%?697?%;height:%?96?%;background:#fff;border-radius:%?20?%;margin:%?20?% auto;display:flex;align-items:center;font-weight:500;font-size:%?31?%;color:#000;padding-left:%?27?%}.kefu-box .kefu-img[data-v-7e6613a0]{width:%?44?%;height:%?44?%;margin-right:%?14?%}footer[data-v-7e6613a0]{width:%?750?%;height:%?167?%;position:fixed;bottom:0;display:flex;align-items:center;background-color:#fff;border-top:%?10?% solid #f7f7f7;padding:0 %?26?%;box-sizing:border-box}footer .bottom-price[data-v-7e6613a0]{font-weight:500;font-size:%?28?%;color:#000}footer .bottom-price span[data-v-7e6613a0]{font-weight:700;font-size:%?48?%;color:#ee3e3b}footer .bottom-price span[data-v-7e6613a0]::before{content:"¥";font-size:%?27?%}footer .btn-box[data-v-7e6613a0]{margin-left:auto;display:flex}footer .btn-box .btn[data-v-7e6613a0]{width:%?200?%;height:%?73?%;line-height:%?73?%;border-radius:%?11?%;border:%?1?% solid #d8d8d8;text-align:center;margin-right:%?14?%;font-weight:500;font-size:%?32?%;color:#000}footer .btn-box .btn[data-v-7e6613a0]:last-of-type{margin-right:0}footer .btn-box .pay-btn[data-v-7e6613a0]{background:#dc2525;color:#fff;border:none}.mask[data-v-7e6613a0]{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:flex-end;justify-content:center}.mask-bg[data-v-7e6613a0]{position:fixed;left:0;right:0;top:0;bottom:0}.mask-content[data-v-7e6613a0]{width:100%;padding:%?28?% 0;border-radius:%?20?% %?20?% 0 0;background:#fff;height:70%;position:relative;overflow-y:auto}.mask-content .icon-close[data-v-7e6613a0]{position:absolute;right:%?20?%;top:%?20?%}.mask-content .close-btn[data-v-7e6613a0]{background-image:url(https://static.ticket.sz-trip.com/taizhou/images/close.png);width:%?80?%;height:%?80?%;position:absolute;bottom:%?-100?%;left:0;right:0;margin:auto}.mask-title[data-v-7e6613a0]{font-size:%?36?%;font-weight:700;padding-left:%?37?%}.mask-content .iconfont[data-v-7e6613a0]{position:absolute;right:%?30?%;top:%?20?%}.express-all[data-v-7e6613a0]{margin:%?40?%;position:relative}.express-item[data-v-7e6613a0]{display:flex;justify-content:space-between;padding-bottom:%?60?%;position:relative;z-index:1}.line[data-v-7e6613a0]{width:%?1?%;height:100%;background:#ccc;position:absolute;left:%?13?%}.express-info[data-v-7e6613a0]{width:%?600?%;font-size:%?26?%;line-height:%?40?%;color:#999}.express-info.active[data-v-7e6613a0]{color:#000}.express-time[data-v-7e6613a0]{font-size:%?22?%;color:#666;margin-top:%?10?%}.express-item-icon[data-v-7e6613a0]{width:%?27?%;height:%?27?%;background:#ccc;border-radius:50%;position:relative}.express-item-icons[data-v-7e6613a0]{background:#71b580}.consult-popup[data-v-7e6613a0]{width:%?487?%;height:%?367?%;background:#f0f0f0;border-radius:%?20?%;padding:%?65?% 0 %?23?%;font-weight:700;font-size:%?32?%;color:#000;text-align:center}.consult-popup .consult-subtitle[data-v-7e6613a0]{font-weight:500;font-size:%?27?%;color:#333;margin-top:%?43?%}.consult-popup .consult-btns[data-v-7e6613a0]{display:flex;margin-top:%?75?%}.consult-popup .consult-btns uni-view[data-v-7e6613a0]{width:50%;font-weight:700;font-size:%?32?%;color:#71b580;line-height:%?54?%}.consult-popup .consult-btns uni-view[data-v-7e6613a0]:first-child{border-right:%?1?% solid #d8d8d8;color:#000}',""]),t.exports=e},ed74:function(t,e,n){"use strict";n("6a54");var i=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("4626");var r=i(n("76e1")),o={data:function(){return{order_id:"",info:{},foodInfo:{},current:0,isQrcode:!1,remainNum:0,postInfo:[]}},onLoad:function(t){this.order_id=t.id,this.getDetail()},onShow:function(){},methods:{getDetail:function(){var t=this;this.Post({order_id:this.order_id,lon:uni.getStorageSync("location").lon||"110.43785794300781",lat:uni.getStorageSync("location").lat||"36.95286642085422"},"/api/order/orderDetail").then((function(e){if(t.info=e.data,["PAYMENT_SUCCESSFULLY","WAIT_REFUND","REFUND_SUCCESS","WAIT_COMMENT","COMPLETED"].includes(t.info.status)){t.isQrcode=!0;for(var n=0;n=0&&t.bit<4},e.from=function(t,n){if(e.isValid(t))return t;try{return function(t){if("string"!==typeof t)throw new Error("Param is not a string");var n=t.toLowerCase();switch(n){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+t)}}(t)}catch(i){return n}}},f4d7:function(t,e,n){n("7a76"),n("c9b5"),n("bf0f"),n("ab80");var i=n("8347"),r=n("3d24");e.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(t,e){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!i.isValid(e))throw new Error("Invalid version: "+e);return e>=1&&e<10?t.ccBits[0]:e<27?t.ccBits[1]:t.ccBits[2]},e.getBestModeForData=function(t){return r.testNumeric(t)?e.NUMERIC:r.testAlphanumeric(t)?e.ALPHANUMERIC:r.testKanji(t)?e.KANJI:e.BYTE},e.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},e.isValid=function(t){return t&&t.bit&&t.ccBits},e.from=function(t,n){if(e.isValid(t))return t;try{return function(t){if("string"!==typeof t)throw new Error("Param is not a string");var n=t.toLowerCase();switch(n){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+t)}}(t)}catch(i){return n}}},fa07:function(t,e,n){function i(t){if("number"===typeof t&&(t=t.toString()),"string"!==typeof t)throw new Error("Color should be defined as hex string");var e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push("F","F");var n=parseInt(e.join(""),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:"#"+e.slice(0,6).join("")}}n("c9b5"),n("bf0f"),n("ab80"),n("7a76"),n("5c47"),n("a1c1"),n("f7a5"),n("c223"),n("fd3c"),n("aa9c"),n("e966"),e.getOptions=function(t){t||(t={}),t.color||(t.color={});var e="undefined"===typeof t.margin||null===t.margin||t.margin<0?4:t.margin,n=t.width&&t.width>=21?t.width:void 0,r=t.scale||4;return{width:n,scale:n?4:r,margin:e,color:{dark:i(t.color.dark||"#000000ff"),light:i(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},e.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},e.getImageWidth=function(t,n){var i=e.getScale(t,n);return Math.floor((t+2*n.margin)*i)},e.qrToImageData=function(t,n,i){for(var r=n.modules.size,o=n.modules.data,a=e.getScale(r,i),s=Math.floor((r+2*i.margin)*a),c=i.margin*a,d=[i.color.light,i.color.dark],u=0;u=c&&f>=c&&u