From bbfa5b6dc55d6536183172aff66b4d60f7ea0e7e Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 9 Mar 2022 22:07:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E8=AF=91=E5=99=A8=E6=94=AF?= =?UTF-8?q?=E6=8C=81wxml=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/nodejs/wcc | 218 +- {test => compiler/test}/wcc/1/options.json | 0 {test => compiler/test}/wcc/1/result-bin.js | 0 {test => compiler/test}/wcc/1/result-node.js | 0 {test => compiler/test}/wcc/2/options.json | 0 {test => compiler/test}/wcc/2/result-node.js | 0 {test => compiler/test}/wcc/3/options.json | 0 {test => compiler/test}/wcc/3/result-node.js | 0 {test => compiler/test}/wcc/4/options.json | 0 {test => compiler/test}/wcc/4/result-node.js | 0 {test => compiler/test}/wcc/common.js | 0 .../test}/wcc/lla/1/linux_output.js | 0 {test => compiler/test}/wcc/lla/1/nodejs.json | 0 {test => compiler/test}/wcc/lla/1/wine.json | 0 .../test}/wcc/lla/2/common_node.js | 0 .../test}/wcc/lla/2/common_wine.js | 0 .../test}/wcc/lla/2/linux_output.js | 0 {test => compiler/test}/wcc/lla/2/nodejs.json | 0 {test => compiler/test}/wcc/lla/2/wine.json | 0 .../test/wcc/lla/3/linux_err.js | 0 compiler/test/wcc/lla/3/linux_output.js | 1416 ++++++++++ compiler/test/wcc/lla/3/log.md | 8 + compiler/test/wcc/lla/3/node_output.json | 30 + compiler/test/wcc/lla/3/wine_output.json | 26 + .../test/wcc/lla/LOG.MD | 0 compiler/test/wcc/lla/lla3.js | 134 + compiler/test/wcc/lla/t.js | 59 + {test => compiler/test}/wcc/lla1.sh | 0 {test => compiler/test}/wcc/lla2.sh | 0 {test => compiler/test}/wcc/llw/1/nodejs.json | 0 {test => compiler/test}/wcc/llw/1/wine.json | 0 .../test}/wcc/llw/2/common_node.js | 0 .../test}/wcc/llw/2/common_wine.js | 0 .../test}/wcc/llw/2/linux_output.js | 0 {test => compiler/test}/wcc/llw/2/nodejs.json | 0 {test => compiler/test}/wcc/llw/2/wine.json | 0 compiler/test/wcc/llw/3/linux_output.js | 2407 +++++++++++++++++ compiler/test/wcc/llw/3/log.md | 6 + compiler/test/wcc/llw/3/node_output.json | 27 + compiler/test/wcc/llw/3/wine_output.json | 27 + {test => compiler/test}/wcc/llw/LOG.MD | 0 {test => compiler/test}/wcc/llw/common.js | 0 {test => compiler/test}/wcc/llw/index.js | 0 compiler/test/wcc/llw/llw3.js | 130 + {test => compiler/test}/wcc/llw/logs.js | 0 .../test}/wcc/llw/nodejs copy.js | 0 .../test/wcc/llw}/nodejs.json | 0 compiler/test/wcc/llw/t.js | 16 + {test => compiler/test}/wcc/llw/wine.json | 0 {test => compiler/test}/wcc/llw1.sh | 0 {test => compiler/test}/wcc/llw2.js | 47 +- {test => compiler/test}/wcc/llw2.sh | 0 .../test}/wcc/viewedit/1/index.js | 0 .../test}/wcc/viewedit/1/linux_output.js | 0 .../test}/wcc/viewedit/1/node.json | 0 .../test}/wcc/viewedit/1/nodejs.json | 0 .../test}/wcc/viewedit/1/wine.json | 0 {test => compiler/test}/wcc/viewedit/ll.sh | 0 {test => compiler/test}/wcc/viewedit/ll1.sh | 0 .../test}/wcc/viewedit/result.json | 0 {test => compiler/test}/wcc/viewedit/wcc.js | 0 compiler/test/wcsc/3/node_output.json | 15 + compiler/test/wcsc/3/wine_output.json | 15 + compiler/test/wcsc/compare/nodejs.json | 0 .../test}/wcsc/compare/wine.json | 0 {test => compiler/test}/wcsc/ll.sh | 0 compiler/test/wcsc/ll3.js | 127 + .../test}/wcsc/viewedit/1/linux_output.js | 0 .../test}/wcsc/viewedit/1/node.json | 0 .../test}/wcsc/viewedit/1/result.json | 0 .../test}/wcsc/viewedit/wcsc_test.js | 0 71 files changed, 4631 insertions(+), 77 deletions(-) rename {test => compiler/test}/wcc/1/options.json (100%) rename {test => compiler/test}/wcc/1/result-bin.js (100%) rename {test => compiler/test}/wcc/1/result-node.js (100%) rename {test => compiler/test}/wcc/2/options.json (100%) rename {test => compiler/test}/wcc/2/result-node.js (100%) rename {test => compiler/test}/wcc/3/options.json (100%) rename {test => compiler/test}/wcc/3/result-node.js (100%) rename {test => compiler/test}/wcc/4/options.json (100%) rename {test => compiler/test}/wcc/4/result-node.js (100%) rename {test => compiler/test}/wcc/common.js (100%) rename {test => compiler/test}/wcc/lla/1/linux_output.js (100%) rename {test => compiler/test}/wcc/lla/1/nodejs.json (100%) rename {test => compiler/test}/wcc/lla/1/wine.json (100%) rename {test => compiler/test}/wcc/lla/2/common_node.js (100%) rename {test => compiler/test}/wcc/lla/2/common_wine.js (100%) rename {test => compiler/test}/wcc/lla/2/linux_output.js (100%) rename {test => compiler/test}/wcc/lla/2/nodejs.json (100%) rename {test => compiler/test}/wcc/lla/2/wine.json (100%) rename test/wcc/lla/LOG.MD => compiler/test/wcc/lla/3/linux_err.js (100%) create mode 100644 compiler/test/wcc/lla/3/linux_output.js create mode 100644 compiler/test/wcc/lla/3/log.md create mode 100644 compiler/test/wcc/lla/3/node_output.json create mode 100644 compiler/test/wcc/lla/3/wine_output.json rename test/wcc/llw/nodejs.json => compiler/test/wcc/lla/LOG.MD (100%) create mode 100644 compiler/test/wcc/lla/lla3.js create mode 100644 compiler/test/wcc/lla/t.js rename {test => compiler/test}/wcc/lla1.sh (100%) rename {test => compiler/test}/wcc/lla2.sh (100%) rename {test => compiler/test}/wcc/llw/1/nodejs.json (100%) rename {test => compiler/test}/wcc/llw/1/wine.json (100%) rename {test => compiler/test}/wcc/llw/2/common_node.js (100%) rename {test => compiler/test}/wcc/llw/2/common_wine.js (100%) rename {test => compiler/test}/wcc/llw/2/linux_output.js (100%) rename {test => compiler/test}/wcc/llw/2/nodejs.json (100%) rename {test => compiler/test}/wcc/llw/2/wine.json (100%) create mode 100644 compiler/test/wcc/llw/3/linux_output.js create mode 100644 compiler/test/wcc/llw/3/log.md create mode 100644 compiler/test/wcc/llw/3/node_output.json create mode 100644 compiler/test/wcc/llw/3/wine_output.json rename {test => compiler/test}/wcc/llw/LOG.MD (100%) rename {test => compiler/test}/wcc/llw/common.js (100%) rename {test => compiler/test}/wcc/llw/index.js (100%) create mode 100644 compiler/test/wcc/llw/llw3.js rename {test => compiler/test}/wcc/llw/logs.js (100%) rename {test => compiler/test}/wcc/llw/nodejs copy.js (100%) rename {test/wcsc/compare => compiler/test/wcc/llw}/nodejs.json (100%) create mode 100644 compiler/test/wcc/llw/t.js rename {test => compiler/test}/wcc/llw/wine.json (100%) rename {test => compiler/test}/wcc/llw1.sh (100%) rename {test => compiler/test}/wcc/llw2.js (89%) rename {test => compiler/test}/wcc/llw2.sh (100%) rename {test => compiler/test}/wcc/viewedit/1/index.js (100%) rename {test => compiler/test}/wcc/viewedit/1/linux_output.js (100%) rename {test => compiler/test}/wcc/viewedit/1/node.json (100%) rename {test => compiler/test}/wcc/viewedit/1/nodejs.json (100%) rename {test => compiler/test}/wcc/viewedit/1/wine.json (100%) rename {test => compiler/test}/wcc/viewedit/ll.sh (100%) rename {test => compiler/test}/wcc/viewedit/ll1.sh (100%) rename {test => compiler/test}/wcc/viewedit/result.json (100%) rename {test => compiler/test}/wcc/viewedit/wcc.js (100%) create mode 100644 compiler/test/wcsc/3/node_output.json create mode 100644 compiler/test/wcsc/3/wine_output.json create mode 100644 compiler/test/wcsc/compare/nodejs.json rename {test => compiler/test}/wcsc/compare/wine.json (100%) rename {test => compiler/test}/wcsc/ll.sh (100%) create mode 100644 compiler/test/wcsc/ll3.js rename {test => compiler/test}/wcsc/viewedit/1/linux_output.js (100%) rename {test => compiler/test}/wcsc/viewedit/1/node.json (100%) rename {test => compiler/test}/wcsc/viewedit/1/result.json (100%) rename {test => compiler/test}/wcsc/viewedit/wcsc_test.js (100%) diff --git a/compiler/nodejs/wcc b/compiler/nodejs/wcc index 3d8881e..17d5147 100755 --- a/compiler/nodejs/wcc +++ b/compiler/nodejs/wcc @@ -7,8 +7,10 @@ const args = process.argv.slice(2); const funcName = args[args.indexOf('-gn') + 1] const debugWXS = args.includes('-ds') const wccPath = path.resolve(__dirname, './wcc.bin') +const DEBUG_OUTPUT = process.env['WX_DEBUG_COMPILER_OUTPUT'] +const fs = require('fs') -function genFunctionContent_LLW(wxmlName, config={}, source) { +function genFunctionContent_LLW(wxmlName, config={}, source, x) { // 起始 let content = `var cs = cs || [];\u000a${config.funcName}` + "=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\u000aif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\u000a}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\u000a" // @@ -28,10 +30,19 @@ function genFunctionContent_LLW(wxmlName, config={}, source) { debug = debug[0].substring(0, debug[0].length-3).replace(new RegExp(`\\${funcName}`, 'g'), config.funcName) content += debug - content += `var x=['./${wxmlName}.wxml'];d_[x[0]]={}\u000a` // m0 --- m{num} - const m0Exp = `var m${config.num}=function\\(e,s,r,gg\\){[\\s\\S]*{f:m${config.num},j:\\[\\],i:\\[\\],ti:\\[\\],ic:\\[\\]}` - const m0 = source.match(new RegExp(m0Exp))[0].replace(new RegExp(`m${config.num}`, 'g'), 'm0').replace(new RegExp(`x\\[${config.num}\\]`, 'g'), 'x[0]') + const m0Exp = `var m${config.num}=function\\(e,s,r,gg\\){[\\s\\S]*{f:m${config.num},j:\\[.*?\\],i:\\[.*?\\],ti:\\[(.*?)\\],ic:\\[.*?\\]}` + let m0 = source.match(new RegExp(m0Exp)) + + const compIndex = m0[1].match(/\d+/g) + content += `var x=['./${wxmlName}.wxml'` + if(compIndex) + for(let index of compIndex){ + content += `,'${x[index]}'` + } + content += `];d_[x[0]]={}\u000a` + + m0 = m0[0].replace(new RegExp(`m${config.num}`, 'g'), 'm0').replace(new RegExp(`x\\[\\d+\\]`, 'g'), 'x[0]') content += m0 // path content += `\u000aif(path&&e_[path]){\u000aouterGlobal.__wxml_comp_version__=0.02\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022${config.funcName}\u0022;var main=e_[path].f\u000acs=[]\u000aif (typeof global===\u0022undefined\u0022)global={};global.f=$gdc(f_[path],\u0022\u0022,1);\u000aif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\u000a{\u000aenv=outerGlobal.__mergeData__(env,dd);\u000a}\u000atry{\u000amain(env,{},root,global);\u000a_tsd(root)\u000aif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\u000a}catch(err){\u000aconsole.log(cs, env);\u000aconsole.log(err)\u000athrow err\u000a}\u000a;g=\u0022\u0022;\u000areturn root;\u000a}\u000a}\u000a}\u000a}` @@ -41,7 +52,7 @@ function genFunctionContent_LLW(wxmlName, config={}, source) { // console.log(content) return content } -function genCommonContent_LLW(source){ +function genCommonContent_LLW(source, pageConfig, x){ let common = "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\u0022__g\u0022,{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\u0022undefined\u0022)e.children.push(t)}function S(e){if(typeof e!=\u0022undefined\u0022)return{tag:\u0022virtual\u0022,wxKey:e,children:[]};return{tag:\u0022virtual\u0022,children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\u0022Dom limit exceeded, please check if there's any mistake you've made.\u0022}return{tag:\u0022wx-\u0022+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\u0022undefined\u0022?e[r]:t[r]}function u(e){console.warn(\u0022WXMLRT_\u0022+g+\u0022:\u0022+e)}function r(e,t){u(t+\u0022:-1:-1:-1: Template `\u0022+e+\u0022` is being called recursively, will be stop.\u0022)}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\u0022object\u0022){var r=0;var n=false,o=false;for(var a in e){n=n|a===\u0022__value__\u0022;o=o|a===\u0022__wxspec__\u0022;r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\u0022m\u0022||this.hn(e.__value__)===\u0022h\u0022)?\u0022h\u0022:\u0022n\u0022}return\u0022n\u0022},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\u0022n\u0022?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\u0022object\u0022){var t=0;var r=false,n=false;for(var o in e){r=r|o===\u0022__value__\u0022;n=n|o===\u0022__wxspec__\u0022;t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\u0022m\u0022||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\u0022\u005cn \u0022+\u0022 \u0022+\u0022 \u0022+\u0022 \u0022);for(var r=0;r=\u0022:case\u0022<=\u0022:case\u0022>\u0022:case\u0022<\u0022:case\u0022<<\u0022:case\u0022>>\u0022:p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\u0022h\u0022||A.hn(u)===\u0022h\u0022);switch(i){case\u0022+\u0022:f=A.rv(p)+A.rv(u);break;case\u0022*\u0022:f=A.rv(p)*A.rv(u);break;case\u0022/\u0022:f=A.rv(p)/A.rv(u);break;case\u0022%\u0022:f=A.rv(p)%A.rv(u);break;case\u0022|\u0022:f=A.rv(p)|A.rv(u);break;case\u0022^\u0022:f=A.rv(p)^A.rv(u);break;case\u0022&\u0022:f=A.rv(p)&A.rv(u);break;case\u0022===\u0022:f=A.rv(p)===A.rv(u);break;case\u0022==\u0022:f=A.rv(p)==A.rv(u);break;case\u0022!=\u0022:f=A.rv(p)!=A.rv(u);break;case\u0022!==\u0022:f=A.rv(p)!==A.rv(u);break;case\u0022>=\u0022:f=A.rv(p)>=A.rv(u);break;case\u0022<=\u0022:f=A.rv(p)<=A.rv(u);break;case\u0022>\u0022:f=A.rv(p)>A.rv(u);break;case\u0022<\u0022:f=A.rv(p)>\u0022:f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\u0022c\u0022):f;break;case\u0022-\u0022:p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\u0022h\u0022||A.hn(u)===\u0022h\u0022);f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\u0022c\u0022):f;break;case\u0022!\u0022:p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\u0022h\u0022;f=!A.rv(p);return l?A.nh(f,\u0022c\u0022):f;case\u0022~\u0022:p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\u0022h\u0022;f=~A.rv(p);return l?A.nh(f,\u0022c\u0022):f;default:s(\u0022unrecognized op\u0022+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\u0022undefined\u0022)o.ap=a;if(typeof i===\u0022object\u0022){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\u0022undefined\u0022){return h?A.nh(undefined,\u0022e\u0022):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\u0022h\u0022;c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\u0022undefined\u0022||c===\u0022__proto__\u0022||c===\u0022prototype\u0022||c===\u0022caller\u0022){return h||_?A.nh(undefined,\u0022e\u0022):undefined}y=f[c];if(typeof y===\u0022function\u0022&&!w)y=undefined;g=A.hn(y)===\u0022h\u0022;o.is_affected|=g;return h||_?g?y:A.nh(y,\u0022e\u0022):y}else{if(f===null||typeof f===\u0022undefined\u0022){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\u0022h\u0022;c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\u0022undefined\u0022||c===\u0022__proto__\u0022||c===\u0022prototype\u0022||c===\u0022caller\u0022){return undefined}y=f[c];if(typeof y===\u0022function\u0022&&!w)y=undefined;g=A.hn(y)===\u0022h\u0022;o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\u0022h\u0022;return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\u0022h\u0022;o.is_affected|=h||g;y=h&&!g?A.nh(y,\u0022e\u0022):y;return y}}else{if(l){h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\u0022h\u0022;o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\u0022h\u0022;_=A.hn(t)===\u0022h\u0022;f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\u0022e\u0022):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\u0022object\u0022&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\u0022object\u0022&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\u0022h\u0022?A.nh(P,\u0022f\u0022):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\u0022h\u0022;_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\u0022nv_\u0022);try{P=typeof f===\u0022function\u0022?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\u0022\u0022);t.stack=t.stack.substring(0,t.stack.indexOf(\u0022\u005cn\u0022,t.stack.lastIndexOf(\u0022at nv_\u0022)));t.stack=t.stack.replace(/\u005csnv_/g,\u0022 \u0022);t.stack=T(t.stack);if(n.debugInfo){t.stack+=\u0022\u005cn \u0022+\u0022 \u0022+\u0022 \u0022+\u0022 at \u0022+n.debugInfo[0]+\u0022:\u0022+n.debugInfo[1]+\u0022:\u0022+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\u0022f\u0022):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\u0022\u0022;for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o 0){ + for(let dep of pageConfig[key].deps){ + let name = dep.substring(2, dep.length - 5) + // common += JSON.stringify(pageConfig[name]) + // x + dep_x += `'${dep}',` + // gz + let index = x.indexOf(dep) + // gz函数2 + const exp = `function gz\\${funcName}_${index-1}\\(\\)\\{[\\s\\S]*?__WXML_GLOBAL__\\.ops_cached\\.\\${funcName}_${index-1}\n}` + const gz = source.match(new RegExp(exp)) + dep_gz += gz[0].replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${funcName}_${i}`) + '\n' + // d_ + const d_Exp = `d_\\[x\\[${index}\\]\\]={}\n[\\s\\S]*?e_\\[x\\[${index}\\]\\]={f:m\\d+,j:\\[.*?\\],i:\\[.*?\\],ti:\\[.*?\\],ic:\\[.*?\\]}` + let t = source.match(new RegExp(d_Exp)) + dep_d_ += t[0].replace(new RegExp(`x\\[\\d+\\]`, 'g'), `x[${i-1}]`).replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${funcName}_${i}`).replace(/m\d+/g, `m${i-1}`) + '\n' + i++ + } + } + } + dep_x += '];' + common += dep_gz // nv_require const nv_require = source.match(new RegExp(`(__WXML_GLOBAL__\\.ops_set\\.\\${funcName}=[\\s\\S]*)var x=\\[`)) common += nv_require[1] - common += "var x=[];if(path&&e_[path]){\u000aouterGlobal.__wxml_comp_version__=0.02\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022" + common += dep_x + dep_d_; + common += "if(path&&e_[path]){\u000aouterGlobal.__wxml_comp_version__=0.02\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022" + funcName + "\u0022;var main=e_[path].f\u000acs=[]\u000aif (typeof global===\u0022undefined\u0022)global={};global.f=$gdc(f_[path],\u0022\u0022,1);\u000aif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\u000a{\u000aenv=outerGlobal.__mergeData__(env,dd);\u000a}\u000atry{\u000amain(env,{},root,global);\u000a_tsd(root)\u000aif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\u000a}catch(err){\u000aconsole.log(cs, env);\u000aconsole.log(err)\u000athrow err\u000a}\u000a;g=\u0022\u0022;\u000areturn root;\u000a}\u000a}\u000a}\u000a}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||true)" + funcName + "();;var __WXML_DEP__=__WXML_DEP__||{};" + // 追加引用 + for(let key in pageConfig){ + if(pageConfig[key].deps.length > 0){ + common += `__WXML_DEP__["./${key}.wxml"]=["${pageConfig[key].deps.join('","')}"];` + } + } return common } -function genFunctionContent_LLA(wxmlName, config={}, source) { +function genFunctionContent_LLA(wxmlName, config={}, source, x) { // 起始 let content = `var cs = cs || [];\u000a${config.funcName}=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\u000aif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\u000a}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\u000avar e_={}\u000aif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\u000avar d_={}\u000aif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\u000avar f_={}\u000aif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\u000avar p_={}\u000a` // cs @@ -68,7 +114,7 @@ function genFunctionContent_LLA(wxmlName, config={}, source) { // gz函数 if(!debugWXS){ - const exp = `function gz\\${funcName}_${config.num+1}\\(\\)\\{[\\s\\S]*?\\)}` + const exp = `function gz\\${funcName}_${config.num+1}\\(\\)\\{[\\s\\S]*?\\)\\}` const gz = source.match(new RegExp(exp)) content += gz[0].replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${config.funcName}_1`) + `\u000a})(__WXML_GLOBAL__.ops_cached.${config.funcName}_1);return __WXML_GLOBAL__.ops_cached.${config.funcName}_1\u000a}` }else{ @@ -83,37 +129,81 @@ function genFunctionContent_LLA(wxmlName, config={}, source) { debug = debug[0].substring(0, debug[0].length-3).replace(new RegExp(`\\${funcName}`, 'g'), config.funcName) content += debug - content += `var x=['./${wxmlName}.wxml'];d_[x[0]]={}\u000a` + content += `var x=['./${wxmlName}.wxml'` // m0 --- m{num} if(!debugWXS){ + content += `];d_[x[0]]={}\u000a` content += `var m0=function(e,s,r,gg){\u000avar z=gz${config.funcName}_1()\u000areturn r\u000a}\u000ae_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}` }else{ // m0 --- m{num} - const m0Exp = `var m${config.num}=function\\(e,s,r,gg\\){[\\s\\S]*{f:m${config.num},j:\\[\\],i:\\[\\],ti:\\[\\],ic:\\[\\]}` - const m0 = source.match(new RegExp(m0Exp))[0].replace(new RegExp(`m${config.num}`, 'g'), 'm0').replace(new RegExp(`x\\[${config.num}\\]`, 'g'), 'x[0]') + const m0Exp = `var m${config.num}=function\\(e,s,r,gg\\){[\\s\\S]*{f:m${config.num},j:\\[.*?\\],i:\\[.*?\\],ti:\\[(.*?)\\],ic:\\[.*?\\]}` + let m0 = source.match(new RegExp(m0Exp)) + + const depIndex = m0[1].match(/\d+/g) + if(depIndex) + for(let index of depIndex){ + content += `,'${x[index]}'` + } + content += `];d_[x[0]]={}\u000a` + + m0 = m0[0].replace(new RegExp(`m${config.num}`, 'g'), 'm0').replace(new RegExp(`x\\[\\d+\\]`, 'g'), 'x[0]') content += m0.replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${config.funcName}_1`) } + content += `\u000aif(path&&e_[path]){\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022${config.funcName}\u0022;var main=e_[path].f\u000acs=[]\u000aif (typeof global===\u0022undefined\u0022)global={};global.f=$gdc(f_[path],\u0022\u0022,1);\u000atry{\u000amain(env,{},root,global);\u000a_tsd(root)\u000a}catch(err){\u000aconsole.log(cs, env);\u000aconsole.log(err)\u000athrow err\u000a}\u000a;g=\u0022\u0022;\u000areturn root;\u000a}\u000a}\u000a}\u000a}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)${config.funcName}();` // console.log(content) return content } -function genCommonContent_LLA(source){ +function genCommonContent_LLA(source, pageConfig, x){ let common = "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\u0022__g\u0022,{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\u0022undefined\u0022)e.children.push(t)}function S(e){if(typeof e!=\u0022undefined\u0022)return{tag:\u0022virtual\u0022,wxKey:e,children:[]};return{tag:\u0022virtual\u0022,children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\u0022Dom limit exceeded, please check if there's any mistake you've made.\u0022}return{tag:\u0022wx-\u0022+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\u0022undefined\u0022?e[r]:t[r]}function u(e){console.warn(\u0022WXMLRT_\u0022+g+\u0022:\u0022+e)}function r(e,t){u(t+\u0022:-1:-1:-1: Template `\u0022+e+\u0022` is being called recursively, will be stop.\u0022)}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\u0022object\u0022){var r=0;var n=false,o=false;for(var a in e){n=n|a===\u0022__value__\u0022;o=o|a===\u0022__wxspec__\u0022;r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\u0022m\u0022||this.hn(e.__value__)===\u0022h\u0022)?\u0022h\u0022:\u0022n\u0022}return\u0022n\u0022},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\u0022n\u0022?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\u0022object\u0022){var t=0;var r=false,n=false;for(var o in e){r=r|o===\u0022__value__\u0022;n=n|o===\u0022__wxspec__\u0022;t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\u0022m\u0022||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\u0022\u005cn \u0022+\u0022 \u0022+\u0022 \u0022+\u0022 \u0022);for(var r=0;r=\u0022:case\u0022<=\u0022:case\u0022>\u0022:case\u0022<\u0022:case\u0022<<\u0022:case\u0022>>\u0022:p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\u0022h\u0022||A.hn(u)===\u0022h\u0022);switch(i){case\u0022+\u0022:f=A.rv(p)+A.rv(u);break;case\u0022*\u0022:f=A.rv(p)*A.rv(u);break;case\u0022/\u0022:f=A.rv(p)/A.rv(u);break;case\u0022%\u0022:f=A.rv(p)%A.rv(u);break;case\u0022|\u0022:f=A.rv(p)|A.rv(u);break;case\u0022^\u0022:f=A.rv(p)^A.rv(u);break;case\u0022&\u0022:f=A.rv(p)&A.rv(u);break;case\u0022===\u0022:f=A.rv(p)===A.rv(u);break;case\u0022==\u0022:f=A.rv(p)==A.rv(u);break;case\u0022!=\u0022:f=A.rv(p)!=A.rv(u);break;case\u0022!==\u0022:f=A.rv(p)!==A.rv(u);break;case\u0022>=\u0022:f=A.rv(p)>=A.rv(u);break;case\u0022<=\u0022:f=A.rv(p)<=A.rv(u);break;case\u0022>\u0022:f=A.rv(p)>A.rv(u);break;case\u0022<\u0022:f=A.rv(p)>\u0022:f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\u0022c\u0022):f;break;case\u0022-\u0022:p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\u0022h\u0022||A.hn(u)===\u0022h\u0022);f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\u0022c\u0022):f;break;case\u0022!\u0022:p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\u0022h\u0022;f=!A.rv(p);return l?A.nh(f,\u0022c\u0022):f;case\u0022~\u0022:p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\u0022h\u0022;f=~A.rv(p);return l?A.nh(f,\u0022c\u0022):f;default:s(\u0022unrecognized op\u0022+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\u0022undefined\u0022)o.ap=a;if(typeof i===\u0022object\u0022){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\u0022undefined\u0022){return h?A.nh(undefined,\u0022e\u0022):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\u0022h\u0022;c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\u0022undefined\u0022||c===\u0022__proto__\u0022||c===\u0022prototype\u0022||c===\u0022caller\u0022){return h||_?A.nh(undefined,\u0022e\u0022):undefined}y=f[c];if(typeof y===\u0022function\u0022&&!w)y=undefined;g=A.hn(y)===\u0022h\u0022;o.is_affected|=g;return h||_?g?y:A.nh(y,\u0022e\u0022):y}else{if(f===null||typeof f===\u0022undefined\u0022){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\u0022h\u0022;c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\u0022undefined\u0022||c===\u0022__proto__\u0022||c===\u0022prototype\u0022||c===\u0022caller\u0022){return undefined}y=f[c];if(typeof y===\u0022function\u0022&&!w)y=undefined;g=A.hn(y)===\u0022h\u0022;o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\u0022h\u0022;return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\u0022h\u0022;o.is_affected|=h||g;y=h&&!g?A.nh(y,\u0022e\u0022):y;return y}}else{if(l){h=A.hn(l)===\u0022h\u0022;f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\u0022h\u0022;o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\u0022h\u0022;_=A.hn(t)===\u0022h\u0022;f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\u0022e\u0022):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\u0022object\u0022&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\u0022object\u0022&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\u0022h\u0022?A.nh(P,\u0022f\u0022):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\u0022h\u0022;_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\u0022nv_\u0022);try{P=typeof f===\u0022function\u0022?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\u0022\u0022);t.stack=t.stack.substring(0,t.stack.indexOf(\u0022\u005cn\u0022,t.stack.lastIndexOf(\u0022at nv_\u0022)));t.stack=t.stack.replace(/\u005csnv_/g,\u0022 \u0022);t.stack=T(t.stack);if(n.debugInfo){t.stack+=\u0022\u005cn \u0022+\u0022 \u0022+\u0022 \u0022+\u0022 at \u0022+n.debugInfo[0]+\u0022:\u0022+n.debugInfo[1]+\u0022:\u0022+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\u0022f\u0022):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\u0022\u0022;for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o 0){ + for(let dep of pageConfig[key].deps){ + let name = dep.substring(2, dep.length - 5) + // common += JSON.stringify(pageConfig[name]) + // x + dep_x += `'${dep}',` + // gz + let index = x.indexOf(dep) + // gz函数2 + const exp = `function gz\\${funcName}_${index-1}\\(\\)\\{[\\s\\S]*?__WXML_GLOBAL__\\.ops_cached\\.\\${funcName}_${index-1}\n}` + const gz = source.match(new RegExp(exp)) + dep_gz += gz[0].replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${funcName}_${i}`) + '\n' + // d_ + const d_Exp = `d_\\[x\\[${index}\\]\\]={}\n[\\s\\S]*?e_\\[x\\[${index}\\]\\]={f:m\\d+,j:\\[.*?\\],i:\\[.*?\\],ti:\\[.*?\\],ic:\\[.*?\\]}` + let t = source.match(new RegExp(d_Exp)) + dep_d_ += t[0].replace(new RegExp(`x\\[\\d+\\]`, 'g'), `x[${i-1}]`).replace(new RegExp(`\\${funcName}\\_\\d+`, 'g'), `${funcName}_${i}`).replace(/m\d+/g, `m${i-1}`) + i++ + } + } + } + dep_x += '];' + common += dep_gz // nv_require const nv_require = source.match(new RegExp(`(__WXML_GLOBAL__\\.ops_set\\.\\${funcName}=[\\s\\S]*)var x=\\[`)) common += nv_require[1] - common += "var x=[];if(path&&e_[path]){\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022" + common += dep_x + dep_d_ + '\n'; + common += "if(path&&e_[path]){\u000areturn function(env,dd,global){$gwxc=0;var root={\u0022tag\u0022:\u0022wx-page\u0022};root.children=[]\u000a;g=\u0022" + funcName + "\u0022;var main=e_[path].f\u000acs=[]\u000aif (typeof global===\u0022undefined\u0022)global={};global.f=$gdc(f_[path],\u0022\u0022,1);\u000atry{\u000amain(env,{},root,global);\u000a_tsd(root)\u000a}catch(err){\u000aconsole.log(cs, env);\u000aconsole.log(err)\u000athrow err\u000a}\u000a;g=\u0022\u0022;\u000areturn root;\u000a}\u000a}\u000a}\u000a}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||true)" + funcName + "();;var __WXML_DEP__=__WXML_DEP__||{};" - + // 追加引用 + for(let key in pageConfig){ + if(pageConfig[key].deps.length > 0){ + common += `__WXML_DEP__["./${key}.wxml"]=["${pageConfig[key].deps.join('","')}"];` + } + } return common } if (args.includes("-llw")) { @@ -132,9 +222,10 @@ if (args.includes("-llw")) { wcc.on("close", (n) => { if (0 === n) { const str = Buffer.concat(spwanData).toString() + DEBUG_OUTPUT && fs.writeFileSync(`${DEBUG_OUTPUT}/linux_output.js`, str) const resultObj = { generateFunctionContent:{ - __COMMON__: genCommonContent_LLW(str) + __COMMON__: null }, generateFunctionName: { "__COMMON__": funcName, @@ -143,17 +234,45 @@ if (args.includes("-llw")) { // 获取Linux wcc的输出数据,用于分析 // process.stdout.write(str) // process.exit(1) + const split_mark = argss[argss.indexOf('--split') + 1] + // ./miniprogram_npm/miniprogram-barrage/index>_<4685./m + const needArr = argss.filter(arg=>arg.includes(split_mark) && arg.startsWith('./'))[0].split(split_mark) + // const indexArr = needArr const indexArr = eval(str.match(/var x=(\[.*\]);/)[1]) const pageConfig = {} - indexArr.forEach((ele, i) => { - pageConfig[ele.substring(2, ele.length - 5)] = { - funcName: `${funcName}_XC_${i}`, - num: i + let i = 0 + indexArr.forEach((ele, index) => { + if(!ele.startsWith('../')){ + pageConfig[ele.substring(2, ele.length - 5)] = { + funcName: `${funcName}_XC_${i}`, + num: i, + deps: [] + } + i++ } }); + // 引入解析 + const deps = str.matchAll(/_ai\(.*?,x\[(\d+)\],.*?,x\[(\d+)\],\d+,\d+\)/g) + for(let dep of deps){ + // console.log(dep[1]) // 被引用文件下标 + // console.log(dep[2]) // 引用文件下标 + const target = indexArr[dep[2]] + pageConfig[target.substring(2, target.length - 5)].deps.push('./' + path.join(path.dirname(target), indexArr[dep[1]])) + } for(let key in pageConfig){ - resultObj.generateFunctionName[key] = pageConfig[key].funcName - resultObj.generateFunctionContent[key] = genFunctionContent_LLW(key, pageConfig[key], str) + if(needArr.includes('./' +key)){ + resultObj.generateFunctionName[key] = pageConfig[key].funcName + resultObj.generateFunctionContent[key] = genFunctionContent_LLW(key, pageConfig[key], str, indexArr) + } + } + resultObj.generateFunctionContent.__COMMON__ = genCommonContent_LLW(str, pageConfig, indexArr) + + i=-1 + for(let key in resultObj.generateFunctionName){ + if(key !== '__COMMON__' && resultObj.generateFunctionName[key] !== `$gwx_XC_${i++}`){ + resultObj.generateFunctionContent[key] = resultObj.generateFunctionContent[key].replace(/\$gwx_XC_\d+/g, `$gwx_XC_${i}`) + resultObj.generateFunctionName[key] = `$gwx_XC_${i}` + } } let result = JSON.stringify(resultObj) result = result.replace(/\\[\s\S]{1}/gi, function ($0, $1, $2) { @@ -174,7 +293,9 @@ if (args.includes("-llw")) { }) process.stdout.write(result) }else{ - process.stderr.write(Buffer.concat(errData).toString()); + const err = Buffer.concat(errData).toString() + process.stderr.write(err); + DEBUG_OUTPUT && fs.writeFileSync(`${DEBUG_OUTPUT}/linux_err.js`, err) process.exitCode = n } }); @@ -196,29 +317,57 @@ if (args.includes("-llw")) { wcc.on("close", (n) => { if (0 === n) { let str = Buffer.concat(spwanData).toString(); + DEBUG_OUTPUT && fs.writeFileSync(`${DEBUG_OUTPUT}/linux_output.js`, str) // 获取Linux wcc的输出数据,用于分析 // process.stdout.write(str) // process.exit(1) const resultObj = { generateFunctionContent:{ - __COMMON__: genCommonContent_LLA(str) + __COMMON__: null }, generateFunctionName: { - "__COMMON__": funcName, + __COMMON__: funcName, } } + const split_mark = argss[argss.indexOf('--split') + 1] + const needArr = argss.filter(arg=>arg.includes(split_mark) && arg.startsWith('./'))[0].split(split_mark) + // const indexArr = needArr const indexArr = eval(str.match(/var x=(\[.*\]);/)[1]) const pageConfig = {} - indexArr.forEach((ele, i) => { - pageConfig[ele.substring(2, ele.length - 5)] = { - funcName: `${funcName}_XC_${i}`, - num: i + let i = 0 + indexArr.forEach((ele, index) => { + if(!ele.startsWith('../')){ + pageConfig[ele.substring(2, ele.length - 5)] = { + funcName: `${funcName}_XC_${i}`, + num: i, + deps: [] + } + i++ } }); - for(let key in pageConfig){ - resultObj.generateFunctionName[key] = pageConfig[key].funcName - resultObj.generateFunctionContent[key] = genFunctionContent_LLA(key, pageConfig[key], str) + // 引入解析 + const deps = str.matchAll(/_ai\(.*?,x\[(\d+)\],.*?,x\[(\d+)\],\d+,\d+\)/g) + for(let dep of deps){ + // console.log(dep[1]) // 被引用文件下标 + // console.log(dep[2]) // 引用文件下标 + const target = indexArr[dep[2]] + pageConfig[target.substring(2, target.length - 5)].deps.push('./' + path.join(path.dirname(target), indexArr[dep[1]])) } + for(let key in pageConfig){ + if(needArr.includes('./' +key)){ + resultObj.generateFunctionName[key] = pageConfig[key].funcName + resultObj.generateFunctionContent[key] = genFunctionContent_LLA(key, pageConfig[key], str, indexArr) + } + } + i=-1 + for(let key in resultObj.generateFunctionName){ + if(key !== '__COMMON__' && resultObj.generateFunctionName[key] !== `$gwx_XC_${i++}`){ + resultObj.generateFunctionContent[key] = resultObj.generateFunctionContent[key].replace(/\$gwx_XC_\d+/g, `$gwx_XC_${i}`) + resultObj.generateFunctionName[key] = `$gwx_XC_${i}` + } + } + resultObj.generateFunctionContent.__COMMON__ = genCommonContent_LLA(str, pageConfig, indexArr) + let result = JSON.stringify(resultObj) result = result.replace(/\\[\s\S]{1}/gi, function ($0, $1, $2) { let c @@ -236,9 +385,12 @@ if (args.includes("-llw")) { } return "\\u" + c.charCodeAt(0).toString(16).padStart(4, "0") }) + process.stdout.write(result) }else{ - process.stderr.write(Buffer.concat(errData).toString()); + const err = Buffer.concat(errData).toString() + process.stderr.write(err); + DEBUG_OUTPUT && fs.writeFileSync(`${DEBUG_OUTPUT}/linux_err.js`, err) process.exitCode = n } }); diff --git a/test/wcc/1/options.json b/compiler/test/wcc/1/options.json similarity index 100% rename from test/wcc/1/options.json rename to compiler/test/wcc/1/options.json diff --git a/test/wcc/1/result-bin.js b/compiler/test/wcc/1/result-bin.js similarity index 100% rename from test/wcc/1/result-bin.js rename to compiler/test/wcc/1/result-bin.js diff --git a/test/wcc/1/result-node.js b/compiler/test/wcc/1/result-node.js similarity index 100% rename from test/wcc/1/result-node.js rename to compiler/test/wcc/1/result-node.js diff --git a/test/wcc/2/options.json b/compiler/test/wcc/2/options.json similarity index 100% rename from test/wcc/2/options.json rename to compiler/test/wcc/2/options.json diff --git a/test/wcc/2/result-node.js b/compiler/test/wcc/2/result-node.js similarity index 100% rename from test/wcc/2/result-node.js rename to compiler/test/wcc/2/result-node.js diff --git a/test/wcc/3/options.json b/compiler/test/wcc/3/options.json similarity index 100% rename from test/wcc/3/options.json rename to compiler/test/wcc/3/options.json diff --git a/test/wcc/3/result-node.js b/compiler/test/wcc/3/result-node.js similarity index 100% rename from test/wcc/3/result-node.js rename to compiler/test/wcc/3/result-node.js diff --git a/test/wcc/4/options.json b/compiler/test/wcc/4/options.json similarity index 100% rename from test/wcc/4/options.json rename to compiler/test/wcc/4/options.json diff --git a/test/wcc/4/result-node.js b/compiler/test/wcc/4/result-node.js similarity index 100% rename from test/wcc/4/result-node.js rename to compiler/test/wcc/4/result-node.js diff --git a/test/wcc/common.js b/compiler/test/wcc/common.js similarity index 100% rename from test/wcc/common.js rename to compiler/test/wcc/common.js diff --git a/test/wcc/lla/1/linux_output.js b/compiler/test/wcc/lla/1/linux_output.js similarity index 100% rename from test/wcc/lla/1/linux_output.js rename to compiler/test/wcc/lla/1/linux_output.js diff --git a/test/wcc/lla/1/nodejs.json b/compiler/test/wcc/lla/1/nodejs.json similarity index 100% rename from test/wcc/lla/1/nodejs.json rename to compiler/test/wcc/lla/1/nodejs.json diff --git a/test/wcc/lla/1/wine.json b/compiler/test/wcc/lla/1/wine.json similarity index 100% rename from test/wcc/lla/1/wine.json rename to compiler/test/wcc/lla/1/wine.json diff --git a/test/wcc/lla/2/common_node.js b/compiler/test/wcc/lla/2/common_node.js similarity index 100% rename from test/wcc/lla/2/common_node.js rename to compiler/test/wcc/lla/2/common_node.js diff --git a/test/wcc/lla/2/common_wine.js b/compiler/test/wcc/lla/2/common_wine.js similarity index 100% rename from test/wcc/lla/2/common_wine.js rename to compiler/test/wcc/lla/2/common_wine.js diff --git a/test/wcc/lla/2/linux_output.js b/compiler/test/wcc/lla/2/linux_output.js similarity index 100% rename from test/wcc/lla/2/linux_output.js rename to compiler/test/wcc/lla/2/linux_output.js diff --git a/test/wcc/lla/2/nodejs.json b/compiler/test/wcc/lla/2/nodejs.json similarity index 100% rename from test/wcc/lla/2/nodejs.json rename to compiler/test/wcc/lla/2/nodejs.json diff --git a/test/wcc/lla/2/wine.json b/compiler/test/wcc/lla/2/wine.json similarity index 100% rename from test/wcc/lla/2/wine.json rename to compiler/test/wcc/lla/2/wine.json diff --git a/test/wcc/lla/LOG.MD b/compiler/test/wcc/lla/3/linux_err.js similarity index 100% rename from test/wcc/lla/LOG.MD rename to compiler/test/wcc/lla/3/linux_err.js diff --git a/compiler/test/wcc/lla/3/linux_output.js b/compiler/test/wcc/lla/3/linux_output.js new file mode 100644 index 0000000..4a9d9a9 --- /dev/null +++ b/compiler/test/wcc/lla/3/linux_output.js @@ -0,0 +1,1416 @@ +/*v0.5vv_20200413_syb_scopedata*/global.__wcc_version__='v0.5vv_20200413_syb_scopedata';global.__wcc_version_info__={"customComponents":true,"fixZeroRpx":true,"propValueDeepCopy":false}; +var $gwxc +var $gaic={} +$gwx=function(path,global){ +if(typeof global === 'undefined') global={};if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={}; +}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {}; +function _(a,b){if(typeof(b)!='undefined')a.children.push(b);} +function _v(k){if(typeof(k)!='undefined')return {tag:'virtual','wxKey':k,children:[]};return {tag:'virtual',children:[]};} +function _n(tag){$gwxc++;if($gwxc>=16000){throw 'Dom limit exceeded, please check if there\'s any mistake you\'ve made.'};return {tag:'wx-'+tag,attr:{},children:[],n:[],raw:{},generics:{}}} +function _p(a,b){b&&a.properities.push(b);} +function _s(scope,env,key){return typeof(scope[key])!='undefined'?scope[key]:env[key]} +function _wp(m){console.warn("WXMLRT_$gwx:"+m)} +function _wl(tname,prefix){_wp(prefix+':-1:-1:-1: Template `' + tname + '` is being called recursively, will be stop.')} +$gwn=console.warn; +$gwl=console.log; +function $gwh() +{ +function x() +{ +} +x.prototype = +{ +hn: function( obj, all ) +{ +if( typeof(obj) == 'object' ) +{ +var cnt=0; +var any1=false,any2=false; +for(var x in obj) +{ +any1=any1|x==='__value__'; +any2=any2|x==='__wxspec__'; +cnt++; +if(cnt>2)break; +} +return cnt == 2 && any1 && any2 && ( all || obj.__wxspec__ !== 'm' || this.hn(obj.__value__) === 'h' ) ? "h" : "n"; +} +return "n"; +}, +nh: function( obj, special ) +{ +return { __value__: obj, __wxspec__: special ? special : true } +}, +rv: function( obj ) +{ +return this.hn(obj,true)==='n'?obj:this.rv(obj.__value__); +}, +hm: function( obj ) +{ +if( typeof(obj) == 'object' ) +{ +var cnt=0; +var any1=false,any2=false; +for(var x in obj) +{ +any1=any1|x==='__value__'; +any2=any2|x==='__wxspec__'; +cnt++; +if(cnt>2)break; +} +return cnt == 2 && any1 && any2 && (obj.__wxspec__ === 'm' || this.hm(obj.__value__) ); +} +return false; +} +} +return new x; +} +wh=$gwh(); +function $gstack(s){ +var tmp=s.split('\n '+' '+' '+' '); +for(var i=0;i=': +case '<=': +case '>': +case '<': +case '<<': +case '>>': +_a = rev( ops[1], e, s, g, o, _f ); +_b = rev( ops[2], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) === 'h' || wh.hn( _b ) === 'h'); +switch( rop ) +{ +case '+': +_d = wh.rv( _a ) + wh.rv( _b ); +break; +case '*': +_d = wh.rv( _a ) * wh.rv( _b ); +break; +case '/': +_d = wh.rv( _a ) / wh.rv( _b ); +break; +case '%': +_d = wh.rv( _a ) % wh.rv( _b ); +break; +case '|': +_d = wh.rv( _a ) | wh.rv( _b ); +break; +case '^': +_d = wh.rv( _a ) ^ wh.rv( _b ); +break; +case '&': +_d = wh.rv( _a ) & wh.rv( _b ); +break; +case '===': +_d = wh.rv( _a ) === wh.rv( _b ); +break; +case '==': +_d = wh.rv( _a ) == wh.rv( _b ); +break; +case '!=': +_d = wh.rv( _a ) != wh.rv( _b ); +break; +case '!==': +_d = wh.rv( _a ) !== wh.rv( _b ); +break; +case '>=': +_d = wh.rv( _a ) >= wh.rv( _b ); +break; +case '<=': +_d = wh.rv( _a ) <= wh.rv( _b ); +break; +case '>': +_d = wh.rv( _a ) > wh.rv( _b ); +break; +case '<': +_d = wh.rv( _a ) < wh.rv( _b ); +break; +case '<<': +_d = wh.rv( _a ) << wh.rv( _b ); +break; +case '>>': +_d = wh.rv( _a ) >> wh.rv( _b ); +break; +default: +break; +} +return _c ? wh.nh( _d, "c" ) : _d; +break; +case '-': +_a = ops.length === 3 ? rev( ops[1], e, s, g, o, _f ) : 0; +_b = ops.length === 3 ? rev( ops[2], e, s, g, o, _f ) : rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) === 'h' || wh.hn( _b ) === 'h'); +_d = _c ? wh.rv( _a ) - wh.rv( _b ) : _a - _b; +return _c ? wh.nh( _d, "c" ) : _d; +break; +case '!': +_a = rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) == 'h'); +_d = !wh.rv(_a); +return _c ? wh.nh( _d, "c" ) : _d; +case '~': +_a = rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) == 'h'); +_d = ~wh.rv(_a); +return _c ? wh.nh( _d, "c" ) : _d; +default: +$gwn('unrecognized op' + rop ); +} +} +function rev( ops, e, s, g, o, newap ) +{ +var op = ops[0]; +var _f = false; +if ( typeof newap !== "undefined" ) o.ap = newap; +if( typeof(op)==='object' ) +{ +var vop=op[0]; +var _a, _aa, _b, _bb, _c, _d, _s, _e, _ta, _tb, _td; +switch(vop) +{ +case 2: +return ArithmeticEv(ops,e,s,g,o); +break; +case 4: +return rev( ops[1], e, s, g, o, _f ); +break; +case 5: +switch( ops.length ) +{ +case 2: +_a = rev( ops[1],e,s,g,o,_f ); +return should_pass_type_info?[_a]:[wh.rv(_a)]; +return [_a]; +break; +case 1: +return []; +break; +default: +_a = rev( ops[1],e,s,g,o,_f ); +_b = rev( ops[2],e,s,g,o,_f ); +_a.push( +should_pass_type_info ? +_b : +wh.rv( _b ) +); +return _a; +break; +} +break; +case 6: +_a = rev(ops[1],e,s,g,o); +var ap = o.ap; +_ta = wh.hn(_a)==='h'; +_aa = _ta ? wh.rv(_a) : _a; +o.is_affected |= _ta; +if( should_pass_type_info ) +{ +if( _aa===null || typeof(_aa) === 'undefined' ) +{ +return _ta ? wh.nh(undefined, 'e') : undefined; +} +_b = rev(ops[2],e,s,g,o,_f); +_tb = wh.hn(_b) === 'h'; +_bb = _tb ? wh.rv(_b) : _b; +o.ap = ap; +o.is_affected |= _tb; +if( _bb===null || typeof(_bb) === 'undefined' || +_bb === "__proto__" || _bb === "prototype" || _bb === "caller" ) +{ +return (_ta || _tb) ? wh.nh(undefined, 'e') : undefined; +} +_d = _aa[_bb]; +if ( typeof _d === 'function' && !ap ) _d = undefined; +_td = wh.hn(_d)==='h'; +o.is_affected |= _td; +return (_ta || _tb) ? (_td ? _d : wh.nh(_d, 'e')) : _d; +} +else +{ +if( _aa===null || typeof(_aa) === 'undefined' ) +{ +return undefined; +} +_b = rev(ops[2],e,s,g,o,_f); +_tb = wh.hn(_b) === 'h'; +_bb = _tb ? wh.rv(_b) : _b; +o.ap = ap; +o.is_affected |= _tb; +if( _bb===null || typeof(_bb) === 'undefined' || +_bb === "__proto__" || _bb === "prototype" || _bb === "caller" ) +{ +return undefined; +} +_d = _aa[_bb]; +if ( typeof _d === 'function' && !ap ) _d = undefined; +_td = wh.hn(_d)==='h'; +o.is_affected |= _td; +return _td ? wh.rv(_d) : _d; +} +case 7: +switch(ops[1][0]) +{ +case 11: +o.is_affected |= wh.hn(g)==='h'; +return g; +case 3: +_s = wh.rv( s ); +_e = wh.rv( e ); +_b = ops[1][1]; +if (g && g.f && g.f.hasOwnProperty(_b) ) +{ +_a = g.f; +o.ap = true; +} +else +{ +_a = _s && _s.hasOwnProperty(_b) ? +s : (_e && _e.hasOwnProperty(_b) ? e : undefined ); +} +if( should_pass_type_info ) +{ +if( _a ) +{ +_ta = wh.hn(_a) === 'h'; +_aa = _ta ? wh.rv( _a ) : _a; +_d = _aa[_b]; +_td = wh.hn(_d) === 'h'; +o.is_affected |= _ta || _td; +_d = _ta && !_td ? wh.nh(_d,'e') : _d; +return _d; +} +} +else +{ +if( _a ) +{ +_ta = wh.hn(_a) === 'h'; +_aa = _ta ? wh.rv( _a ) : _a; +_d = _aa[_b]; +_td = wh.hn(_d) === 'h'; +o.is_affected |= _ta || _td; +return wh.rv(_d); +} +} +return undefined; +} +break; +case 8: +_a = {}; +_a[ops[1]] = rev(ops[2],e,s,g,o,_f); +return _a; +break; +case 9: +_a = rev(ops[1],e,s,g,o,_f); +_b = rev(ops[2],e,s,g,o,_f); +function merge( _a, _b, _ow ) +{ +var ka, _bbk; +_ta = wh.hn(_a)==='h'; +_tb = wh.hn(_b)==='h'; +_aa = wh.rv(_a); +_bb = wh.rv(_b); +for(var k in _bb) +{ +if ( _ow || !_aa.hasOwnProperty(k) ) +{ +_aa[k] = should_pass_type_info ? (_tb ? wh.nh(_bb[k],'e') : _bb[k]) : wh.rv(_bb[k]); +} +} +return _a; +} +var _c = _a +var _ow = true +if ( typeof(ops[1][0]) === "object" && ops[1][0][0] === 10 ) { +_a = _b +_b = _c +_ow = false +} +if ( typeof(ops[1][0]) === "object" && ops[1][0][0] === 10 ) { +var _r = {} +return merge( merge( _r, _a, _ow ), _b, _ow ); +} +else +return merge( _a, _b, _ow ); +break; +case 10: +_a = rev(ops[1],e,s,g,o,_f); +_a = should_pass_type_info ? _a : wh.rv( _a ); +return _a ; +break; +case 12: +var _r; +_a = rev(ops[1],e,s,g,o); +if ( !o.ap ) +{ +return should_pass_type_info && wh.hn(_a)==='h' ? wh.nh( _r, 'f' ) : _r; +} +var ap = o.ap; +_b = rev(ops[2],e,s,g,o,_f); +o.ap = ap; +_ta = wh.hn(_a)==='h'; +_tb = _ca(_b); +_aa = wh.rv(_a); +_bb = wh.rv(_b); snap_bb=$gdc(_bb,"nv_"); +try{ +_r = typeof _aa === "function" ? $gdc(_aa.apply(null, snap_bb)) : undefined; +} catch (e){ +e.message = e.message.replace(/nv_/g,""); +e.stack = e.stack.substring(0,e.stack.indexOf("\n", e.stack.lastIndexOf("at nv_"))); +e.stack = e.stack.replace(/\snv_/g," "); +e.stack = $gstack(e.stack); +if(g.debugInfo) +{ +e.stack += "\n "+" "+" "+" at "+g.debugInfo[0]+":"+g.debugInfo[1]+":"+g.debugInfo[2]; +console.error(e); +} +_r = undefined; +} +return should_pass_type_info && (_tb || _ta) ? wh.nh( _r, 'f' ) : _r; +} +} +else +{ +if( op === 3 || op === 1) return ops[1]; +else if( op === 11 ) +{ +var _a=''; +for( var i = 1 ; i < ops.length ; i++ ) +{ +var xp = wh.rv(rev(ops[i],e,s,g,o,_f)); +_a += typeof(xp) === 'undefined' ? '' : xp; +} +return _a; +} +} +} +function wrapper( ops, e, s, g, o, newap ) +{ +if( ops[0] == '11182016' ) +{ +g.debugInfo = ops[2]; +return rev( ops[1], e, s, g, o, newap ); +} +else +{ +g.debugInfo = null; +return rev( ops, e, s, g, o, newap ); +} +} +return wrapper; +} +gra=$gwrt(true); +grb=$gwrt(false); +function TestTest( expr, ops, e,s,g, expect_a, expect_b, expect_affected ) +{ +{ +var o = {is_affected:false}; +var a = gra( ops, e,s,g, o ); +if( JSON.stringify(a) != JSON.stringify( expect_a ) +|| o.is_affected != expect_affected ) +{ +console.warn( "A. " + expr + " get result " + JSON.stringify(a) + ", " + o.is_affected + ", but " + JSON.stringify( expect_a ) + ", " + expect_affected + " is expected" ); +} +} +{ +var o = {is_affected:false}; +var a = grb( ops, e,s,g, o ); +if( JSON.stringify(a) != JSON.stringify( expect_b ) +|| o.is_affected != expect_affected ) +{ +console.warn( "B. " + expr + " get result " + JSON.stringify(a) + ", " + o.is_affected + ", but " + JSON.stringify( expect_b ) + ", " + expect_affected + " is expected" ); +} +} +} + +function wfor( to_iter, func, env, _s, global, father, itemname, indexname, keyname ) +{ +var _n = wh.hn( to_iter ) === 'n'; +var scope = wh.rv( _s ); +var has_old_item = scope.hasOwnProperty(itemname); +var has_old_index = scope.hasOwnProperty(indexname); +var old_item = scope[itemname]; +var old_index = scope[indexname]; +var full = Object.prototype.toString.call(wh.rv(to_iter)); +var type = full[8]; +if( type === 'N' && full[10] === 'l' ) type = 'X'; +var _y; +if( _n ) +{ +if( type === 'A' ) +{ +var r_iter_item; +for( var i = 0 ; i < to_iter.length ; i++ ) +{ +scope[itemname] = to_iter[i]; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +r_iter_item = wh.rv(to_iter[i]); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'O' ) +{ +var i = 0; +var r_iter_item; +for( var k in to_iter ) +{ +scope[itemname] = to_iter[k]; +scope[indexname] = _n ? k : wh.nh(k, 'h'); +r_iter_item = wh.rv(to_iter[k]); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env,scope,_y,global ); +i++; +} +} +else if( type === 'S' ) +{ +for( var i = 0 ; i < to_iter.length ; i++ ) +{ +scope[itemname] = to_iter[i]; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( to_iter[i] + i ); +_(father,_y); +func( env,scope,_y,global ); +} +} +else if( type === 'N' ) +{ +for( var i = 0 ; i < to_iter ; i++ ) +{ +scope[itemname] = i; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( i ); +_(father,_y); +func(env,scope,_y,global); +} +} +else +{ +} +} +else +{ +var r_to_iter = wh.rv(to_iter); +var r_iter_item, iter_item; +if( type === 'A' ) +{ +for( var i = 0 ; i < r_to_iter.length ; i++ ) +{ +iter_item = r_to_iter[i]; +iter_item = wh.hn(iter_item)==='n' ? wh.nh(iter_item,'h') : iter_item; +r_iter_item = wh.rv( iter_item ); +scope[itemname] = iter_item +scope[indexname] = _n ? i : wh.nh(i, 'h'); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'O' ) +{ +var i=0; +for( var k in r_to_iter ) +{ +iter_item = r_to_iter[k]; +iter_item = wh.hn(iter_item)==='n'? wh.nh(iter_item,'h') : iter_item; +r_iter_item = wh.rv( iter_item ); +scope[itemname] = iter_item; +scope[indexname] = _n ? k : wh.nh(k, 'h'); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y=_v(key); +_(father,_y); +func( env, scope, _y, global ); +i++ +} +} +else if( type === 'S' ) +{ +for( var i = 0 ; i < r_to_iter.length ; i++ ) +{ +iter_item = wh.nh(r_to_iter[i],'h'); +scope[itemname] = iter_item; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( to_iter[i] + i ); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'N' ) +{ +for( var i = 0 ; i < r_to_iter ; i++ ) +{ +iter_item = wh.nh(i,'h'); +scope[itemname] = iter_item; +scope[indexname]= _n ? i : wh.nh(i,'h'); +_y = _v( i ); +_(father,_y); +func(env,scope,_y,global); +} +} +else +{ +} +} +if(has_old_item) +{ +scope[itemname]=old_item; +} +else +{ +delete scope[itemname]; +} +if(has_old_index) +{ +scope[indexname]=old_index; +} +else +{ +delete scope[indexname]; +} +} + +function _ca(o) +{ +if ( wh.hn(o) == 'h' ) return true; +if ( typeof o !== "object" ) return false; +for(var i in o){ +if ( o.hasOwnProperty(i) ){ +if (_ca(o[i])) return true; +} +} +return false; +} +function _da( node, attrname, opindex, raw, o ) +{ +var isaffected = false; +var value = $gdc( raw, "", 2 ); +if ( o.ap && value && value.constructor===Function ) +{ +attrname = "$wxs:" + attrname; +node.attr["$gdc"] = $gdc; +} +if ( o.is_affected || _ca(raw) ) +{ +node.n.push( attrname ); +node.raw[attrname] = raw; +} +node.attr[attrname] = value; +} +function _r( node, attrname, opindex, env, scope, global ) +{ +global.opindex=opindex; +var o = {}, _env; +var a = grb( z[opindex], env, scope, global, o ); +_da( node, attrname, opindex, a, o ); +} +function _rz( z, node, attrname, opindex, env, scope, global ) +{ +global.opindex=opindex; +var o = {}, _env; +var a = grb( z[opindex], env, scope, global, o ); +_da( node, attrname, opindex, a, o ); +} +function _o( opindex, env, scope, global ) +{ +global.opindex=opindex; +var nothing = {}; +var r = grb( z[opindex], env, scope, global, nothing ); +return (r&&r.constructor===Function) ? undefined : r; +} +function _oz( z, opindex, env, scope, global ) +{ +global.opindex=opindex; +var nothing = {}; +var r = grb( z[opindex], env, scope, global, nothing ); +return (r&&r.constructor===Function) ? undefined : r; +} +function _1( opindex, env, scope, global, o ) +{ +var o = o || {}; +global.opindex=opindex; +return gra( z[opindex], env, scope, global, o ); +} +function _1z( z, opindex, env, scope, global, o ) +{ +var o = o || {}; +global.opindex=opindex; +return gra( z[opindex], env, scope, global, o ); +} +function _2( opindex, func, env, scope, global, father, itemname, indexname, keyname ) +{ +var o = {}; +var to_iter = _1( opindex, env, scope, global ); +wfor( to_iter, func, env, scope, global, father, itemname, indexname, keyname ); +} +function _2z( z, opindex, func, env, scope, global, father, itemname, indexname, keyname ) +{ +var o = {}; +var to_iter = _1z( z, opindex, env, scope, global ); +wfor( to_iter, func, env, scope, global, father, itemname, indexname, keyname ); +} + + +function _m(tag,attrs,generics,env,scope,global) +{ +var tmp=_n(tag); +var base=0; +for(var i = 0 ; i < attrs.length ; i+=2 ) +{ +if(base+attrs[i+1]<0) +{ +tmp.attr[attrs[i]]=true; +} +else +{ +_r(tmp,attrs[i],base+attrs[i+1],env,scope,global); +if(base===0)base=attrs[i+1]; +} +} +for(var i=0;i=0;x--){if(e[p].i[x]&&d[e[p].i[x]][c])return d[e[p].i[x]][c]};for(var x=e[p].ti.length-1;x>=0;x--){var q=_grp(e[p].ti[x],e,p);if(q&&d[q][c])return d[q][c]}var ii=_gapi(e,p);for(var x=0;x=0;k--)if(e[p].j[k]){for(var q=e[e[p].j[k]].ti.length-1;q>=0;q--){var pp=_grp(e[e[p].j[k]].ti[q],e,p);if(pp&&d[pp][c]){return d[pp][c]}}}} +function _gapi(e,p){if(!p)return [];if($gaic[p]){return $gaic[p]};var ret=[],q=[],h=0,t=0,put={},visited={};q.push(p);visited[p]=true;t++;while(h'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]]) +Z([[7],[3,'bulletId']]) +Z([[7],[3,'tunnelId']]) +Z([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; line-height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]]) +Z([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']]) +Z([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']]) +})(__WXML_GLOBAL__.ops_cached.$gwx_1);return __WXML_GLOBAL__.ops_cached.$gwx_1 +} +function gz$gwx_2(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_2)return __WXML_GLOBAL__.ops_cached.$gwx_2 +__WXML_GLOBAL__.ops_cached.$gwx_2=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +})(__WXML_GLOBAL__.ops_cached.$gwx_2);return __WXML_GLOBAL__.ops_cached.$gwx_2 +} +function gz$gwx_3(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_3)return __WXML_GLOBAL__.ops_cached.$gwx_3 +__WXML_GLOBAL__.ops_cached.$gwx_3=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'_beginToScroll']) +Z([3,'wrap']) +Z([3,'content']) +Z([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']]) +Z([3,'_scrollViewDidScroll']) +Z([3,'_scrollToLower']) +Z([3,'_scrollToUpper']) +Z(z[2]) +Z([[7],[3,'enableBackToTop']]) +Z([[7],[3,'lowerThreshold']]) +Z([[7],[3,'innerScrollIntoView']]) +Z([[7],[3,'innerScrollTop']]) +Z([[7],[3,'scrollWithAnimation']]) +Z([1,false]) +Z([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]]) +Z([3,'height:100%;position: relative;']) +Z([[7],[3,'throttle']]) +Z([[7],[3,'upperThreshold']]) +Z([3,'itemsize']) +Z([3,'before']) +Z([3,'after']) +})(__WXML_GLOBAL__.ops_cached.$gwx_3);return __WXML_GLOBAL__.ops_cached.$gwx_3 +} +function gz$gwx_4(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_4)return __WXML_GLOBAL__.ops_cached.$gwx_4 +__WXML_GLOBAL__.ops_cached.$gwx_4=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +})(__WXML_GLOBAL__.ops_cached.$gwx_4);return __WXML_GLOBAL__.ops_cached.$gwx_4 +} +function gz$gwx_5(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_5)return __WXML_GLOBAL__.ops_cached.$gwx_5 +__WXML_GLOBAL__.ops_cached.$gwx_5=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'container page']) +Z([[7],[3,'theme']]) +Z([[8],'title',[1,'tabBar']]) +Z([3,'head']) +Z([3,'foot']) +})(__WXML_GLOBAL__.ops_cached.$gwx_5);return __WXML_GLOBAL__.ops_cached.$gwx_5 +} +function gz$gwx_6(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_6)return __WXML_GLOBAL__.ops_cached.$gwx_6 +__WXML_GLOBAL__.ops_cached.$gwx_6=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([[7],[3,'isSetTabBarPage']]) +Z([3,'leaveSetTabBarPage']) +})(__WXML_GLOBAL__.ops_cached.$gwx_6);return __WXML_GLOBAL__.ops_cached.$gwx_6 +} +function gz$gwx_7(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_7)return __WXML_GLOBAL__.ops_cached.$gwx_7 +__WXML_GLOBAL__.ops_cached.$gwx_7=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +})(__WXML_GLOBAL__.ops_cached.$gwx_7);return __WXML_GLOBAL__.ops_cached.$gwx_7 +} +function gz$gwx_8(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_8)return __WXML_GLOBAL__.ops_cached.$gwx_8 +__WXML_GLOBAL__.ops_cached.$gwx_8=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'foot']) +})(__WXML_GLOBAL__.ops_cached.$gwx_8);return __WXML_GLOBAL__.ops_cached.$gwx_8 +} +function gz$gwx_9(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_9)return __WXML_GLOBAL__.ops_cached.$gwx_9 +__WXML_GLOBAL__.ops_cached.$gwx_9=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'head']) +Z([[7],[3,'desc']]) +})(__WXML_GLOBAL__.ops_cached.$gwx_9);return __WXML_GLOBAL__.ops_cached.$gwx_9 +} +function gz$gwx_10(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_10)return __WXML_GLOBAL__.ops_cached.$gwx_10 +__WXML_GLOBAL__.ops_cached.$gwx_10=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +})(__WXML_GLOBAL__.ops_cached.$gwx_10);return __WXML_GLOBAL__.ops_cached.$gwx_10 +} +function gz$gwx_11(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_11)return __WXML_GLOBAL__.ops_cached.$gwx_11 +__WXML_GLOBAL__.ops_cached.$gwx_11=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +})(__WXML_GLOBAL__.ops_cached.$gwx_11);return __WXML_GLOBAL__.ops_cached.$gwx_11 +} +__WXML_GLOBAL__.ops_set.$gwx=z; +__WXML_GLOBAL__.ops_init.$gwx=true; +var nv_require=function(){var nnm={};var nom={};return function(n){if(n[0]==='p'&&n[1]==='_'&&f_[n.slice(2)])return f_[n.slice(2)];return function(){if(!nnm[n]) return undefined;try{if(!nom[n])nom[n]=nnm[n]();return nom[n];}catch(e){e.message=e.message.replace(/nv_/g,'');var tmp = e.stack.substring(0,e.stack.lastIndexOf(n));e.stack = tmp.substring(0,tmp.lastIndexOf('\n'));e.stack = e.stack.replace(/\snv_/g,' ');e.stack = $gstack(e.stack);e.stack += '\n at ' + n.substring(2);console.error(e);} +}}}() +var x=['./miniprogram_npm/miniprogram-barrage/index.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml','./miniprogram_npm/wxml-to-canvas/index.wxml','./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml','./page/API/index.wxml','./page/cloud/index.wxml','./page/common/foot.wxml','./page/common/head.wxml','./page/component/index.wxml','./page/extend/index.wxml'];d_[x[0]]={} +var m0=function(e,s,r,gg){ +var z=gz$gwx_1() +var oB=_v() +_(r,oB) +if(_oz(z,0,e,s,gg)){oB.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1") +cs.pop() +} +else{oB.wxVkey=2 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2") +var xC=_v() +_(oB,xC) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4") +var oD=function(cF,fE,hG,gg){ +var cI=_v() +_(hG,cI) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8") +var oJ=function(aL,lK,tM,gg){ +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10") +var bO=_mz(z,'view',['bindanimationend',9,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],aL,lK,gg) +var oP=_v() +_(bO,oP) +if(_oz(z,15,aL,lK,gg)){oP.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12") +cs.pop() +} +var xQ=_v() +_(bO,xQ) +if(_oz(z,16,aL,lK,gg)){xQ.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12") +cs.pop() +} +oP.wxXCkey=1 +xQ.wxXCkey=1 +cs.pop() +_(tM,bO) +return tM +} +cI.wxXCkey=2 +_2z(z,7,oJ,cF,fE,gg,cI,'bullet','bulletId','bulletId') +cs.pop() +return hG +} +xC.wxXCkey=2 +_2z(z,3,oD,e,s,gg,xC,'tunnel','tunnelId','tunnelId') +cs.pop() +cs.pop() +} +oB.wxXCkey=1 +return r +} +e_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]} +d_[x[1]]={} +var m1=function(e,s,r,gg){ +var z=gz$gwx_2() +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4") +var fS=_n('slot') +cs.pop() +_(r,fS) +return r +} +e_[x[1]]={f:m1,j:[],i:[],ti:[],ic:[]} +d_[x[2]]={} +var m2=function(e,s,r,gg){ +var z=gz$gwx_3() +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2") +var hU=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4") +var oV=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8") +var cW=_n('slot') +_rz(z,cW,'name',18,e,s,gg) +cs.pop() +_(oV,cW) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8") +var oX=_n('slot') +_rz(z,oX,'name',19,e,s,gg) +cs.pop() +_(oV,oX) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10") +var lY=_n('slot') +cs.pop() +_(oV,lY) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8") +var aZ=_n('slot') +_rz(z,aZ,'name',20,e,s,gg) +cs.pop() +_(oV,aZ) +cs.pop() +_(hU,oV) +cs.pop() +_(r,hU) +return r +} +e_[x[2]]={f:m2,j:[],i:[],ti:[],ic:[]} +d_[x[3]]={} +var m3=function(e,s,r,gg){ +var z=gz$gwx_4() +return r +} +e_[x[3]]={f:m3,j:[],i:[],ti:[],ic:[]} +d_[x[4]]={} +var m4=function(e,s,r,gg){ +var z=gz$gwx_5() +var b3=e_[x[4]].i +_ai(b3,x[5],e_,x[4],1,1) +_ai(b3,x[6],e_,x[4],2,2) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2") +var o4=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg) +var x5=_v() +_(o4,x5) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4") +var o6=_oz(z,3,e,s,gg) +var f7=_gd(x[4],o6,e_,d_) +if(f7){ +var c8=_1z(z,2,e,s,gg) || {} +var cur_globalf=gg.f +x5.wxXCkey=3 +f7(c8,c8,x5,gg) +gg.f=cur_globalf +} +else _w(o6,x[4],5,16) +cs.pop() +var h9=_v() +_(o4,h9) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4") +var o0=_oz(z,4,e,s,gg) +var cAB=_gd(x[4],o0,e_,d_) +if(cAB){ +var oBB={} +var cur_globalf=gg.f +h9.wxXCkey=3 +cAB(oBB,oBB,h9,gg) +gg.f=cur_globalf +} +else _w(o0,x[4],31,16) +cs.pop() +cs.pop() +_(r,o4) +b3.pop() +b3.pop() +return r +} +e_[x[4]]={f:m4,j:[],i:[],ti:[x[5],x[6]],ic:[]} +d_[x[7]]={} +var m5=function(e,s,r,gg){ +var z=gz$gwx_6() +var aDB=_v() +_(r,aDB) +if(_oz(z,0,e,s,gg)){aDB.wxVkey=1 +cs.push("./page/API/index.wxml:set-tab-bar:1:1") +cs.push("./page/API/index.wxml:set-tab-bar:1:1") +var tEB=_n('set-tab-bar') +_rz(z,tEB,'bindunmount',1,e,s,gg) +cs.pop() +_(aDB,tEB) +cs.pop() +} +else{aDB.wxVkey=2 +cs.push("./page/API/index.wxml:view:2:2") +cs.pop() +} +aDB.wxXCkey=1 +aDB.wxXCkey=3 +return r +} +e_[x[7]]={f:m5,j:[],i:[],ti:[],ic:[]} +d_[x[8]]={} +var m6=function(e,s,r,gg){ +var z=gz$gwx_7() +return r +} +e_[x[8]]={f:m6,j:[],i:[],ti:[],ic:[]} +d_[x[9]]={} +d_[x[9]]["foot"]=function(e,s,r,gg){ +var z=gz$gwx_8() +var b=x[9]+':foot' +r.wxVkey=b +gg.f=$gdc(f_["./page/common/foot.wxml"],"",1) +if(p_[b]){_wl(b,x[9]);return} +p_[b]=true +try{ +}catch(err){ +p_[b]=false +throw err +} +p_[b]=false +return r +} +var m7=function(e,s,r,gg){ +var z=gz$gwx_8() +return r +} +e_[x[9]]={f:m7,j:[],i:[],ti:[],ic:[]} +d_[x[10]]={} +d_[x[10]]["head"]=function(e,s,r,gg){ +var z=gz$gwx_9() +var b=x[10]+':head' +r.wxVkey=b +gg.f=$gdc(f_["./page/common/head.wxml"],"",1) +if(p_[b]){_wl(b,x[10]);return} +p_[b]=true +try{ +var oB=_v() +_(r,oB) +if(_oz(z,1,e,s,gg)){oB.wxVkey=1 +cs.push("./page/common/head.wxml:view:5:6") +cs.pop() +} +oB.wxXCkey=1 +}catch(err){ +p_[b]=false +throw err +} +p_[b]=false +return r +} +var m8=function(e,s,r,gg){ +var z=gz$gwx_9() +return r +} +e_[x[10]]={f:m8,j:[],i:[],ti:[],ic:[]} +d_[x[11]]={} +var m9=function(e,s,r,gg){ +var z=gz$gwx_10() +return r +} +e_[x[11]]={f:m9,j:[],i:[],ti:[],ic:[]} +d_[x[12]]={} +var m10=function(e,s,r,gg){ +var z=gz$gwx_11() +return r +} +e_[x[12]]={f:m10,j:[],i:[],ti:[],ic:[]} +if(path&&e_[path]){ +return function(env,dd,global){$gwxc=0;var root={"tag":"wx-page"};root.children=[] +var main=e_[path].f +cs=[] +if (typeof global==="undefined")global={};global.f=$gdc(f_[path],"",1); +try{ +main(env,{},root,global); +_tsd(root) +}catch(err){ +console.log(cs, env); +console.log(err) +throw err +} +return root; +} +} +} + diff --git a/compiler/test/wcc/lla/3/log.md b/compiler/test/wcc/lla/3/log.md new file mode 100644 index 0000000..96bbe44 --- /dev/null +++ b/compiler/test/wcc/lla/3/log.md @@ -0,0 +1,8 @@ +x 大小13 + +引用文件 6,7 下标5,6 +9,10 + +m0 - m9 + +gz1 - gz11 \ No newline at end of file diff --git a/compiler/test/wcc/lla/3/node_output.json b/compiler/test/wcc/lla/3/node_output.json new file mode 100644 index 0000000..1e4ea02 --- /dev/null +++ b/compiler/test/wcc/lla/3/node_output.json @@ -0,0 +1,30 @@ +{ + "generateFunctionContent": { + "__COMMON__": "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\"__g\",{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\"undefined\")e.children.push(t)}function S(e){if(typeof e!=\"undefined\")return{tag:\"virtual\",wxKey:e,children:[]};return{tag:\"virtual\",children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\"Dom limit exceeded, please check if there's any mistake you've made.\"}return{tag:\"wx-\"+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\"undefined\"?e[r]:t[r]}function u(e){console.warn(\"WXMLRT_\"+g+\":\"+e)}function r(e,t){u(t+\":-1:-1:-1: Template `\"+e+\"` is being called recursively, will be stop.\")}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\"object\"){var r=0;var n=false,o=false;for(var a in e){n=n|a===\"__value__\";o=o|a===\"__wxspec__\";r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\"m\"||this.hn(e.__value__)===\"h\")?\"h\":\"n\"}return\"n\"},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\"n\"?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\"object\"){var t=0;var r=false,n=false;for(var o in e){r=r|o===\"__value__\";n=n|o===\"__wxspec__\";t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\"m\"||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\"\\n \"+\" \"+\" \"+\" \");for(var r=0;r=\":case\"<=\":case\">\":case\"<\":case\"<<\":case\">>\":p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");switch(i){case\"+\":f=A.rv(p)+A.rv(u);break;case\"*\":f=A.rv(p)*A.rv(u);break;case\"/\":f=A.rv(p)/A.rv(u);break;case\"%\":f=A.rv(p)%A.rv(u);break;case\"|\":f=A.rv(p)|A.rv(u);break;case\"^\":f=A.rv(p)^A.rv(u);break;case\"&\":f=A.rv(p)&A.rv(u);break;case\"===\":f=A.rv(p)===A.rv(u);break;case\"==\":f=A.rv(p)==A.rv(u);break;case\"!=\":f=A.rv(p)!=A.rv(u);break;case\"!==\":f=A.rv(p)!==A.rv(u);break;case\">=\":f=A.rv(p)>=A.rv(u);break;case\"<=\":f=A.rv(p)<=A.rv(u);break;case\">\":f=A.rv(p)>A.rv(u);break;case\"<\":f=A.rv(p)>\":f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\"c\"):f;break;case\"-\":p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\"c\"):f;break;case\"!\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=!A.rv(p);return l?A.nh(f,\"c\"):f;case\"~\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=~A.rv(p);return l?A.nh(f,\"c\"):f;default:s(\"unrecognized op\"+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\"undefined\")o.ap=a;if(typeof i===\"object\"){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\"h\";f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\"undefined\"){return h?A.nh(undefined,\"e\"):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return h||_?A.nh(undefined,\"e\"):undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return h||_?g?y:A.nh(y,\"e\"):y}else{if(f===null||typeof f===\"undefined\"){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\"h\";return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;y=h&&!g?A.nh(y,\"e\"):y;return y}}else{if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\"h\";_=A.hn(t)===\"h\";f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\"e\"):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\"h\"?A.nh(P,\"f\"):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\"h\";_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\"nv_\");try{P=typeof f===\"function\"?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\"\");t.stack=t.stack.substring(0,t.stack.indexOf(\"\\n\",t.stack.lastIndexOf(\"at nv_\")));t.stack=t.stack.replace(/\\snv_/g,\" \");t.stack=T(t.stack);if(n.debugInfo){t.stack+=\"\\n \"+\" \"+\" \"+\" at \"+n.debugInfo[0]+\":\"+n.debugInfo[1]+\":\"+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\"f\"):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\"\";for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]])\nZ([[7],[3,'bulletId']])\nZ([[7],[3,'tunnelId']])\nZ([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; line-height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_0=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_0=true;\nvar x=['./miniprogram_npm/miniprogram-barrage/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_0_1()\nvar oB=_v()\n_(r,oB)\nif(_oz(z,0,e,s,gg)){oB.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\ncs.pop()\n}\nelse{oB.wxVkey=2\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\nvar xC=_v()\n_(oB,xC)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\nvar oD=function(cF,fE,hG,gg){\nvar cI=_v()\n_(hG,cI)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\nvar oJ=function(aL,lK,tM,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10\")\nvar bO=_mz(z,'view',['bindanimationend',9,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],aL,lK,gg)\nvar oP=_v()\n_(bO,oP)\nif(_oz(z,15,aL,lK,gg)){oP.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\ncs.pop()\n}\nvar xQ=_v()\n_(bO,xQ)\nif(_oz(z,16,aL,lK,gg)){xQ.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\ncs.pop()\n}\noP.wxXCkey=1\nxQ.wxXCkey=1\ncs.pop()\n_(tM,bO)\nreturn tM\n}\ncI.wxXCkey=2\n_2z(z,7,oJ,cF,fE,gg,cI,'bullet','bulletId','bulletId')\ncs.pop()\nreturn hG\n}\nxC.wxXCkey=2\n_2z(z,3,oD,e,s,gg,xC,'tunnel','tunnelId','tunnelId')\ncs.pop()\ncs.pop()\n}\noB.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_0\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_0();", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "var cs = cs || [];\n$gwx_XC_1=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_1 || [];\nfunction gz$gwx_XC_1_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_1=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_1=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_1_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4\")\nvar fS=_n('slot')\ncs.pop()\n_(r,fS)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_1\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_1();", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "var cs = cs || [];\n$gwx_XC_2=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_2 || [];\nfunction gz$gwx_XC_2_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'_beginToScroll'])\nZ([3,'wrap'])\nZ([3,'content'])\nZ([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']])\nZ([3,'_scrollViewDidScroll'])\nZ([3,'_scrollToLower'])\nZ([3,'_scrollToUpper'])\nZ(z[2])\nZ([[7],[3,'enableBackToTop']])\nZ([[7],[3,'lowerThreshold']])\nZ([[7],[3,'innerScrollIntoView']])\nZ([[7],[3,'innerScrollTop']])\nZ([[7],[3,'scrollWithAnimation']])\nZ([1,false])\nZ([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]])\nZ([3,'height:100%;position: relative;'])\nZ([[7],[3,'throttle']])\nZ([[7],[3,'upperThreshold']])\nZ([3,'itemsize'])\nZ([3,'before'])\nZ([3,'after'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_2=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_2=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_2_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2\")\nvar hU=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4\")\nvar oV=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8\")\nvar cW=_n('slot')\n_rz(z,cW,'name',18,e,s,gg)\ncs.pop()\n_(oV,cW)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8\")\nvar oX=_n('slot')\n_rz(z,oX,'name',19,e,s,gg)\ncs.pop()\n_(oV,oX)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10\")\nvar lY=_n('slot')\ncs.pop()\n_(oV,lY)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8\")\nvar aZ=_n('slot')\n_rz(z,aZ,'name',20,e,s,gg)\ncs.pop()\n_(oV,aZ)\ncs.pop()\n_(hU,oV)\ncs.pop()\n_(r,hU)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_2\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_2();", + "miniprogram_npm/wxml-to-canvas/index": "var cs = cs || [];\n$gwx_XC_3=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_3 || [];\nfunction gz$gwx_XC_3_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_3=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_3=true;\nvar x=['./miniprogram_npm/wxml-to-canvas/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_3_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_3\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_3();", + "page/API/components/set-tab-bar/set-tab-bar": "var cs = cs || [];\n$gwx_XC_4=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_4 || [];\nfunction gz$gwx_XC_4_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'container page'])\nZ([[7],[3,'theme']])\nZ([[8],'title',[1,'tabBar']])\nZ([3,'head'])\nZ([3,'foot'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_4=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_4=true;\nvar x=['./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_4_1()\nvar b3=e_[x[0]].i\n_ai(b3,x[0],e_,x[0],1,1)\n_ai(b3,x[0],e_,x[0],2,2)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2\")\nvar o4=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\nvar x5=_v()\n_(o4,x5)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4\")\nvar o6=_oz(z,3,e,s,gg)\nvar f7=_gd(x[0],o6,e_,d_)\nif(f7){\nvar c8=_1z(z,2,e,s,gg) || {}\nvar cur_globalf=gg.f\nx5.wxXCkey=3\nf7(c8,c8,x5,gg)\ngg.f=cur_globalf\n}\nelse _w(o6,x[0],5,16)\ncs.pop()\nvar h9=_v()\n_(o4,h9)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4\")\nvar o0=_oz(z,4,e,s,gg)\nvar cAB=_gd(x[0],o0,e_,d_)\nif(cAB){\nvar oBB={}\nvar cur_globalf=gg.f\nh9.wxXCkey=3\ncAB(oBB,oBB,h9,gg)\ngg.f=cur_globalf\n}\nelse _w(o0,x[0],31,16)\ncs.pop()\ncs.pop()\n_(r,o4)\nb3.pop()\nb3.pop()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[x[0],x[0]],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_4\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_4();", + "page/API/index": "var cs = cs || [];\n$gwx_XC_5=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_5 || [];\nfunction gz$gwx_XC_5_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'isSetTabBarPage']])\nZ([3,'leaveSetTabBarPage'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_5=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_5=true;\nvar x=['./page/API/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_5_1()\nvar aDB=_v()\n_(r,aDB)\nif(_oz(z,0,e,s,gg)){aDB.wxVkey=1\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\nvar tEB=_n('set-tab-bar')\n_rz(z,tEB,'bindunmount',1,e,s,gg)\ncs.pop()\n_(aDB,tEB)\ncs.pop()\n}\nelse{aDB.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:2:2\")\ncs.pop()\n}\naDB.wxXCkey=1\naDB.wxXCkey=3\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_5\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_5();", + "page/cloud/index": "var cs = cs || [];\n$gwx_XC_6=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_6 || [];\nfunction gz$gwx_XC_6_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_6=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_6=true;\nvar x=['./page/cloud/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_6_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_6\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_6();", + "page/common/foot": "var cs = cs || [];\n$gwx_XC_7=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_7 || [];\nfunction gz$gwx_XC_7_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'foot'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_7=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_7=true;\nvar x=['./page/common/foot.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_7_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_7\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_7();", + "page/common/head": "var cs = cs || [];\n$gwx_XC_8=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_8 || [];\nfunction gz$gwx_XC_8_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'head'])\nZ([[7],[3,'desc']])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_8=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_8=true;\nvar x=['./page/common/head.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_8_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_8\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_8();", + "page/component/index": "var cs = cs || [];\n$gwx_XC_9=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_9 || [];\nfunction gz$gwx_XC_9_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_9_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_9_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_9_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_9_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_9_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_9=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_9=true;\nvar x=['./page/component/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_9_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_9\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_9();", + "page/extend/index": "var cs = cs || [];\n$gwx_XC_10=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_10 || [];\nfunction gz$gwx_XC_10_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_10_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_10_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_10_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_10_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_10_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_10=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_10=true;\nvar x=['./page/extend/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_10_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_10\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_10();" + }, + "generateFunctionName": { + "__COMMON__": "$gwx", + "miniprogram_npm/miniprogram-barrage/index": "$gwx_XC_0", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "$gwx_XC_1", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "$gwx_XC_2", + "miniprogram_npm/wxml-to-canvas/index": "$gwx_XC_3", + "page/API/components/set-tab-bar/set-tab-bar": "$gwx_XC_4", + "page/API/index": "$gwx_XC_5", + "page/cloud/index": "$gwx_XC_6", + "page/common/foot": "$gwx_XC_7", + "page/common/head": "$gwx_XC_8", + "page/component/index": "$gwx_XC_9", + "page/extend/index": "$gwx_XC_10" + } +} \ No newline at end of file diff --git a/compiler/test/wcc/lla/3/wine_output.json b/compiler/test/wcc/lla/3/wine_output.json new file mode 100644 index 0000000..bc638fe --- /dev/null +++ b/compiler/test/wcc/lla/3/wine_output.json @@ -0,0 +1,26 @@ +{ + "generateFunctionContent": { + "__COMMON__": "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\"__g\",{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\"undefined\")e.children.push(t)}function S(e){if(typeof e!=\"undefined\")return{tag:\"virtual\",wxKey:e,children:[]};return{tag:\"virtual\",children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\"Dom limit exceeded, please check if there's any mistake you've made.\"}return{tag:\"wx-\"+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\"undefined\"?e[r]:t[r]}function u(e){console.warn(\"WXMLRT_\"+g+\":\"+e)}function r(e,t){u(t+\":-1:-1:-1: Template `\"+e+\"` is being called recursively, will be stop.\")}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\"object\"){var r=0;var n=false,o=false;for(var a in e){n=n|a===\"__value__\";o=o|a===\"__wxspec__\";r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\"m\"||this.hn(e.__value__)===\"h\")?\"h\":\"n\"}return\"n\"},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\"n\"?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\"object\"){var t=0;var r=false,n=false;for(var o in e){r=r|o===\"__value__\";n=n|o===\"__wxspec__\";t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\"m\"||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\"\\n \"+\" \"+\" \"+\" \");for(var r=0;r=\":case\"<=\":case\">\":case\"<\":case\"<<\":case\">>\":p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");switch(i){case\"+\":f=A.rv(p)+A.rv(u);break;case\"*\":f=A.rv(p)*A.rv(u);break;case\"/\":f=A.rv(p)/A.rv(u);break;case\"%\":f=A.rv(p)%A.rv(u);break;case\"|\":f=A.rv(p)|A.rv(u);break;case\"^\":f=A.rv(p)^A.rv(u);break;case\"&\":f=A.rv(p)&A.rv(u);break;case\"===\":f=A.rv(p)===A.rv(u);break;case\"==\":f=A.rv(p)==A.rv(u);break;case\"!=\":f=A.rv(p)!=A.rv(u);break;case\"!==\":f=A.rv(p)!==A.rv(u);break;case\">=\":f=A.rv(p)>=A.rv(u);break;case\"<=\":f=A.rv(p)<=A.rv(u);break;case\">\":f=A.rv(p)>A.rv(u);break;case\"<\":f=A.rv(p)>\":f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\"c\"):f;break;case\"-\":p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\"c\"):f;break;case\"!\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=!A.rv(p);return l?A.nh(f,\"c\"):f;case\"~\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=~A.rv(p);return l?A.nh(f,\"c\"):f;default:s(\"unrecognized op\"+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\"undefined\")o.ap=a;if(typeof i===\"object\"){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\"h\";f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\"undefined\"){return h?A.nh(undefined,\"e\"):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return h||_?A.nh(undefined,\"e\"):undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return h||_?g?y:A.nh(y,\"e\"):y}else{if(f===null||typeof f===\"undefined\"){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\"h\";return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;y=h&&!g?A.nh(y,\"e\"):y;return y}}else{if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\"h\";_=A.hn(t)===\"h\";f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\"e\"):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\"h\"?A.nh(P,\"f\"):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\"h\";_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\"nv_\");try{P=typeof f===\"function\"?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\"\");t.stack=t.stack.substring(0,t.stack.indexOf(\"\\n\",t.stack.lastIndexOf(\"at nv_\")));t.stack=t.stack.replace(/\\snv_/g,\" \");t.stack=T(t.stack);if(n.debugInfo){t.stack+=\"\\n \"+\" \"+\" \"+\" at \"+n.debugInfo[0]+\":\"+n.debugInfo[1]+\":\"+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\"f\"):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\"\";for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]])\nZ([[7],[3,'bulletId']])\nZ([[7],[3,'tunnelId']])\nZ([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; line-height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_0=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_0=true;\nvar x=['./miniprogram_npm/miniprogram-barrage/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_0_1()\nvar oD=_v()\n_(r,oD)\nif(_oz(z,0,e,s,gg)){oD.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\ncs.pop()\n}\nelse{oD.wxVkey=2\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\nvar fE=_v()\n_(oD,fE)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\nvar cF=function(oH,hG,cI,gg){\nvar lK=_v()\n_(cI,lK)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\nvar aL=function(eN,tM,bO,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10\")\nvar xQ=_mz(z,'view',['bindanimationend',9,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],eN,tM,gg)\nvar oR=_v()\n_(xQ,oR)\nif(_oz(z,15,eN,tM,gg)){oR.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\ncs.pop()\n}\nvar fS=_v()\n_(xQ,fS)\nif(_oz(z,16,eN,tM,gg)){fS.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\ncs.pop()\n}\noR.wxXCkey=1\nfS.wxXCkey=1\ncs.pop()\n_(bO,xQ)\nreturn bO\n}\nlK.wxXCkey=2\n_2z(z,7,aL,oH,hG,gg,lK,'bullet','bulletId','bulletId')\ncs.pop()\nreturn cI\n}\nfE.wxXCkey=2\n_2z(z,3,cF,e,s,gg,fE,'tunnel','tunnelId','tunnelId')\ncs.pop()\ncs.pop()\n}\noD.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_0\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_0();", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "var cs = cs || [];\n$gwx_XC_1=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_1 || [];\nfunction gz$gwx_XC_1_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_1=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_1=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_1_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4\")\nvar hU=_n('slot')\ncs.pop()\n_(r,hU)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_1\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_1();", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "var cs = cs || [];\n$gwx_XC_2=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_2 || [];\nfunction gz$gwx_XC_2_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'_beginToScroll'])\nZ([3,'wrap'])\nZ([3,'content'])\nZ([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']])\nZ([3,'_scrollViewDidScroll'])\nZ([3,'_scrollToLower'])\nZ([3,'_scrollToUpper'])\nZ(z[2])\nZ([[7],[3,'enableBackToTop']])\nZ([[7],[3,'lowerThreshold']])\nZ([[7],[3,'innerScrollIntoView']])\nZ([[7],[3,'innerScrollTop']])\nZ([[7],[3,'scrollWithAnimation']])\nZ([1,false])\nZ([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]])\nZ([3,'height:100%;position: relative;'])\nZ([[7],[3,'throttle']])\nZ([[7],[3,'upperThreshold']])\nZ([3,'itemsize'])\nZ([3,'before'])\nZ([3,'after'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_2=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_2=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_2_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2\")\nvar cW=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4\")\nvar oX=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8\")\nvar lY=_n('slot')\n_rz(z,lY,'name',18,e,s,gg)\ncs.pop()\n_(oX,lY)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8\")\nvar aZ=_n('slot')\n_rz(z,aZ,'name',19,e,s,gg)\ncs.pop()\n_(oX,aZ)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10\")\nvar t1=_n('slot')\ncs.pop()\n_(oX,t1)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8\")\nvar e2=_n('slot')\n_rz(z,e2,'name',20,e,s,gg)\ncs.pop()\n_(oX,e2)\ncs.pop()\n_(cW,oX)\ncs.pop()\n_(r,cW)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_2\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_2();", + "miniprogram_npm/wxml-to-canvas/index": "var cs = cs || [];\n$gwx_XC_3=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_3 || [];\nfunction gz$gwx_XC_3_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_3=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_3=true;\nvar x=['./miniprogram_npm/wxml-to-canvas/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_3_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_3\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_3();", + "page/API/components/set-tab-bar/set-tab-bar": "var cs = cs || [];\n$gwx_XC_4=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_4 || [];\nfunction gz$gwx_XC_4_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'container page'])\nZ([[7],[3,'theme']])\nZ([[8],'title',[1,'tabBar']])\nZ([3,'head'])\nZ([3,'foot'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_4=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_4=true;\nvar x=['./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_4_1()\nvar x5=e_[x[0]].i\n_ai(x5,x[1],e_,x[0],1,1)\n_ai(x5,x[2],e_,x[0],2,2)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2\")\nvar o6=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\nvar f7=_v()\n_(o6,f7)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4\")\nvar c8=_oz(z,3,e,s,gg)\nvar h9=_gd(x[0],c8,e_,d_)\nif(h9){\nvar o0=_1z(z,2,e,s,gg) || {}\nvar cur_globalf=gg.f\nf7.wxXCkey=3\nh9(o0,o0,f7,gg)\ngg.f=cur_globalf\n}\nelse _w(c8,x[0],5,16)\ncs.pop()\nvar cAB=_v()\n_(o6,cAB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4\")\nvar oBB=_oz(z,4,e,s,gg)\nvar lCB=_gd(x[0],oBB,e_,d_)\nif(lCB){\nvar aDB={}\nvar cur_globalf=gg.f\ncAB.wxXCkey=3\nlCB(aDB,aDB,cAB,gg)\ngg.f=cur_globalf\n}\nelse _w(oBB,x[0],31,16)\ncs.pop()\ncs.pop()\n_(r,o6)\nx5.pop()\nx5.pop()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[x[1],x[2]],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_4\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_4();", + "page/API/index": "var cs = cs || [];\n$gwx_XC_5=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_5 || [];\nfunction gz$gwx_XC_5_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'isSetTabBarPage']])\nZ([3,'leaveSetTabBarPage'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_5=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_5=true;\nvar x=['./page/API/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_5_1()\nvar eFB=_v()\n_(r,eFB)\nif(_oz(z,0,e,s,gg)){eFB.wxVkey=1\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\nvar bGB=_n('set-tab-bar')\n_rz(z,bGB,'bindunmount',1,e,s,gg)\ncs.pop()\n_(eFB,bGB)\ncs.pop()\n}\nelse{eFB.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:2:2\")\ncs.pop()\n}\neFB.wxXCkey=1\neFB.wxXCkey=3\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_5\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_5();", + "page/cloud/index": "var cs = cs || [];\n$gwx_XC_6=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_6 || [];\nfunction gz$gwx_XC_6_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_6=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_6=true;\nvar x=['./page/cloud/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_6_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_6\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_6();", + "page/component/index": "var cs = cs || [];\n$gwx_XC_7=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_7 || [];\nfunction gz$gwx_XC_7_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_7=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_7=true;\nvar x=['./page/component/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_7_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_7\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_7();", + "page/extend/index": "var cs = cs || [];\n$gwx_XC_8=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_8 || [];\nfunction gz$gwx_XC_8_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_8=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_8=true;\nvar x=['./page/extend/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_8_1()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_8\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\ntry{\nmain(env,{},root,global);\n_tsd(root)\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_8();" + }, + "generateFunctionName": { + "__COMMON__": "$gwx", + "miniprogram_npm/miniprogram-barrage/index": "$gwx_XC_0", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "$gwx_XC_1", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "$gwx_XC_2", + "miniprogram_npm/wxml-to-canvas/index": "$gwx_XC_3", + "page/API/components/set-tab-bar/set-tab-bar": "$gwx_XC_4", + "page/API/index": "$gwx_XC_5", + "page/cloud/index": "$gwx_XC_6", + "page/component/index": "$gwx_XC_7", + "page/extend/index": "$gwx_XC_8" + } +} \ No newline at end of file diff --git a/test/wcc/llw/nodejs.json b/compiler/test/wcc/lla/LOG.MD similarity index 100% rename from test/wcc/llw/nodejs.json rename to compiler/test/wcc/lla/LOG.MD diff --git a/compiler/test/wcc/lla/lla3.js b/compiler/test/wcc/lla/lla3.js new file mode 100644 index 0000000..41cc9f5 --- /dev/null +++ b/compiler/test/wcc/lla/lla3.js @@ -0,0 +1,134 @@ +#!/usr/bin/env node + +const { spawn, spawnSync } = require("child_process"); +const path = require("path"); +const fs = require("fs"); +const { exit } = require("process"); + +const projectPath = "/mnt/disk1/WeChatProjects/miniprogram-demo/miniprogram/"; +const config = [ + "-d", + "--split", + ">_<109", + "-xc", + "9>_<109./miniprogram_npm/miniprogram-barrage/index.wxml>_<1090>_<109./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml>_<1090>_<109./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml>_<1090>_<109./miniprogram_npm/wxml-to-canvas/index.wxml>_<1090>_<109./page/API/index.wxml>_<1091>_<109set-tab-bar>_<109./page/API/components/set-tab-bar/set-tab-bar.wxml>_<1090>_<109./page/cloud/index.wxml>_<1090>_<109./page/component/index.wxml>_<1090>_<109./page/extend/index.wxml>_<1090", + "-lla", + "./miniprogram_npm/miniprogram-barrage/index>_<109./miniprogram_npm/miniprogram-recycle-view/recycle-item>_<109./miniprogram_npm/miniprogram-recycle-view/recycle-view>_<109./miniprogram_npm/wxml-to-canvas/index>_<109./page/API/index>_<109./page/API/components/set-tab-bar/set-tab-bar>_<109./page/cloud/index>_<109./page/component/index>_<109./page/extend/index", + "./miniprogram_npm/miniprogram-barrage/index.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml", + "./miniprogram_npm/wxml-to-canvas/index.wxml", + "./page/API/index.wxml", + "./page/API/components/set-tab-bar/set-tab-bar.wxml", + "./page/cloud/index.wxml", + "./page/common/foot.wxml", + "./page/common/head.wxml", + "./page/component/index.wxml", + "./page/extend/index.wxml", + "-gn", + "$gwx", +]; + +const test_wine = () => { + const wine = spawn( + path.resolve(__dirname, "../../../../package.nw/js/vendor/wcc.exe"), + config, + { + cwd: projectPath, + } + ); + const spwanData = [], + errData = []; + wine.stdout.on("data", (e) => { + spwanData.push(e); + }); + wine.stderr.on("data", (e) => { + errData.push(e); + }); + return new Promise((resolve, reject) => { + wine.on("close", (n) => { + console.log("wine n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + result = JSON.parse(result); + // result = result.generateFunctionContent["__COMMON__"]; + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4) + fs.writeFileSync( + path.resolve(__dirname, "./3/wine_output.json"), + result + ); + // process.stdout.write(result); + resolve(result); + } else { + process.stderr.write( + "wine error:", + Buffer.concat(errData).toString() + ); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; +const test_node = () => { + const node_exec = spawn( + path.resolve(__dirname, "../../../nodejs/wcc"), + config, + { + cwd: projectPath, + env: { + WX_DEBUG_COMPILER_OUTPUT: path.resolve(__dirname, "./3"), + }, + // stdio: 'inherit' + } + ); + const spwanData = [], + errData = []; + node_exec.stdout.on("data", (e) => { + spwanData.push(e); + // console.log(e.toString()) + }); + node_exec.stderr.on("data", (e) => { + errData.push(e); + // console.log(e.toString()) + }); + return new Promise((resolve, reject) => { + node_exec.on("close", (n) => { + console.log("node n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + // require('fs').writeFileSync('/mnt/disk2/wechat-web-devtools-linux/tmp/llw2.json', result) + // process.stdout.write(result); + result = JSON.parse(result); + // fs.writeFileSync( + // path.resolve(__dirname, "./3/node_output1.json"), + // JSON.stringify(result, null, 4) + // ); + // result = result.generateFunctionContent["__COMMON__"]; + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4) + fs.writeFileSync( + path.resolve(__dirname, "./3/node_output.json"), + result + ); + resolve(result); + } else { + process.stderr.write(Buffer.concat(errData).toString()); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; + +const test = async () => { + try { + const node_result = await test_node(); + const wine_result = await test_wine(); + console.log("结果是否一致:", wine_result.trim() === node_result); + } catch (err) { + console.error("错误:", err); + } +}; +test(); diff --git a/compiler/test/wcc/lla/t.js b/compiler/test/wcc/lla/t.js new file mode 100644 index 0000000..58d842b --- /dev/null +++ b/compiler/test/wcc/lla/t.js @@ -0,0 +1,59 @@ +const fs = require("fs"); +const path = require("path"); + +var x = [ + "./miniprogram_npm/miniprogram-barrage/index.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml", + "./miniprogram_npm/wxml-to-canvas/index.wxml", + "./page/API/components/set-tab-bar/set-tab-bar.wxml", + + "../../../common/head.wxml", + "../../../common/foot.wxml", + "./page/API/index.wxml", + "./page/cloud/index.wxml", + "./page/common/foot.wxml", + + "./page/common/head.wxml", + "./page/component/index.wxml", + "./page/extend/index.wxml", +]; +const config = { + num: 4, +}; +let content = ""; +const funcName = "$gwx"; +const source = fs + .readFileSync(path.resolve(__dirname, "./3/linux_output.js")) + .toString(); +console.log( + path.join( + path.dirname("./page/API/components/set-tab-bar/set-tab-bar.wxml"), + "../../../common/head.wxml" + ) +); +// "./page/common/head.wxml" +process.exit(0); +// 引入解析 +const deps = source.matchAll(/_ai\(.*?,x\[(\d+)\],.*?,x\[(\d+)\],\d+,\d+\)/g); +console.log(deps); +for (let dep of deps) { + console.log(dep[0]); + console.log(dep[1]); + console.log(dep[2]); +} + +// gz函数2 +const exp = `function gz\\${funcName}_${ + config.num + 1 +}\\(\\)\\{[\\s\\S]*?__WXML_GLOBAL__\\.ops_cached\\.\\${funcName}_${ + config.num + 1 +}\n}`; + +// console.log('exp --- ', exp) +const gz = source.match(new RegExp(exp)); +// console.log(gz) +content += gz[0].replace( + new RegExp(`\\${funcName}\\_\\d+`, "g"), + `${config.funcName}_1` +); diff --git a/test/wcc/lla1.sh b/compiler/test/wcc/lla1.sh similarity index 100% rename from test/wcc/lla1.sh rename to compiler/test/wcc/lla1.sh diff --git a/test/wcc/lla2.sh b/compiler/test/wcc/lla2.sh similarity index 100% rename from test/wcc/lla2.sh rename to compiler/test/wcc/lla2.sh diff --git a/test/wcc/llw/1/nodejs.json b/compiler/test/wcc/llw/1/nodejs.json similarity index 100% rename from test/wcc/llw/1/nodejs.json rename to compiler/test/wcc/llw/1/nodejs.json diff --git a/test/wcc/llw/1/wine.json b/compiler/test/wcc/llw/1/wine.json similarity index 100% rename from test/wcc/llw/1/wine.json rename to compiler/test/wcc/llw/1/wine.json diff --git a/test/wcc/llw/2/common_node.js b/compiler/test/wcc/llw/2/common_node.js similarity index 100% rename from test/wcc/llw/2/common_node.js rename to compiler/test/wcc/llw/2/common_node.js diff --git a/test/wcc/llw/2/common_wine.js b/compiler/test/wcc/llw/2/common_wine.js similarity index 100% rename from test/wcc/llw/2/common_wine.js rename to compiler/test/wcc/llw/2/common_wine.js diff --git a/test/wcc/llw/2/linux_output.js b/compiler/test/wcc/llw/2/linux_output.js similarity index 100% rename from test/wcc/llw/2/linux_output.js rename to compiler/test/wcc/llw/2/linux_output.js diff --git a/test/wcc/llw/2/nodejs.json b/compiler/test/wcc/llw/2/nodejs.json similarity index 100% rename from test/wcc/llw/2/nodejs.json rename to compiler/test/wcc/llw/2/nodejs.json diff --git a/test/wcc/llw/2/wine.json b/compiler/test/wcc/llw/2/wine.json similarity index 100% rename from test/wcc/llw/2/wine.json rename to compiler/test/wcc/llw/2/wine.json diff --git a/compiler/test/wcc/llw/3/linux_output.js b/compiler/test/wcc/llw/3/linux_output.js new file mode 100644 index 0000000..6b22f90 --- /dev/null +++ b/compiler/test/wcc/llw/3/linux_output.js @@ -0,0 +1,2407 @@ +/*v0.5vv_20200413_syb_scopedata*/window.__wcc_version__='v0.5vv_20200413_syb_scopedata';window.__wcc_version_info__={"customComponents":true,"fixZeroRpx":true,"propValueDeepCopy":false}; +var $gwxc +var $gaic={} +$gwx=function(path,global){ +if(typeof global === 'undefined') global={};if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={}; +}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {}; +function _(a,b){if(typeof(b)!='undefined')a.children.push(b);} +function _v(k){if(typeof(k)!='undefined')return {tag:'virtual','wxKey':k,children:[]};return {tag:'virtual',children:[]};} +function _n(tag){$gwxc++;if($gwxc>=16000){throw 'Dom limit exceeded, please check if there\'s any mistake you\'ve made.'};return {tag:'wx-'+tag,attr:{},children:[],n:[],raw:{},generics:{}}} +function _p(a,b){b&&a.properities.push(b);} +function _s(scope,env,key){return typeof(scope[key])!='undefined'?scope[key]:env[key]} +function _wp(m){console.warn("WXMLRT_$gwx:"+m)} +function _wl(tname,prefix){_wp(prefix+':-1:-1:-1: Template `' + tname + '` is being called recursively, will be stop.')} +$gwn=console.warn; +$gwl=console.log; +function $gwh() +{ +function x() +{ +} +x.prototype = +{ +hn: function( obj, all ) +{ +if( typeof(obj) == 'object' ) +{ +var cnt=0; +var any1=false,any2=false; +for(var x in obj) +{ +any1=any1|x==='__value__'; +any2=any2|x==='__wxspec__'; +cnt++; +if(cnt>2)break; +} +return cnt == 2 && any1 && any2 && ( all || obj.__wxspec__ !== 'm' || this.hn(obj.__value__) === 'h' ) ? "h" : "n"; +} +return "n"; +}, +nh: function( obj, special ) +{ +return { __value__: obj, __wxspec__: special ? special : true } +}, +rv: function( obj ) +{ +return this.hn(obj,true)==='n'?obj:this.rv(obj.__value__); +}, +hm: function( obj ) +{ +if( typeof(obj) == 'object' ) +{ +var cnt=0; +var any1=false,any2=false; +for(var x in obj) +{ +any1=any1|x==='__value__'; +any2=any2|x==='__wxspec__'; +cnt++; +if(cnt>2)break; +} +return cnt == 2 && any1 && any2 && (obj.__wxspec__ === 'm' || this.hm(obj.__value__) ); +} +return false; +} +} +return new x; +} +wh=$gwh(); +function $gstack(s){ +var tmp=s.split('\n '+' '+' '+' '); +for(var i=0;i=': +case '<=': +case '>': +case '<': +case '<<': +case '>>': +_a = rev( ops[1], e, s, g, o, _f ); +_b = rev( ops[2], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) === 'h' || wh.hn( _b ) === 'h'); +switch( rop ) +{ +case '+': +_d = wh.rv( _a ) + wh.rv( _b ); +break; +case '*': +_d = wh.rv( _a ) * wh.rv( _b ); +break; +case '/': +_d = wh.rv( _a ) / wh.rv( _b ); +break; +case '%': +_d = wh.rv( _a ) % wh.rv( _b ); +break; +case '|': +_d = wh.rv( _a ) | wh.rv( _b ); +break; +case '^': +_d = wh.rv( _a ) ^ wh.rv( _b ); +break; +case '&': +_d = wh.rv( _a ) & wh.rv( _b ); +break; +case '===': +_d = wh.rv( _a ) === wh.rv( _b ); +break; +case '==': +_d = wh.rv( _a ) == wh.rv( _b ); +break; +case '!=': +_d = wh.rv( _a ) != wh.rv( _b ); +break; +case '!==': +_d = wh.rv( _a ) !== wh.rv( _b ); +break; +case '>=': +_d = wh.rv( _a ) >= wh.rv( _b ); +break; +case '<=': +_d = wh.rv( _a ) <= wh.rv( _b ); +break; +case '>': +_d = wh.rv( _a ) > wh.rv( _b ); +break; +case '<': +_d = wh.rv( _a ) < wh.rv( _b ); +break; +case '<<': +_d = wh.rv( _a ) << wh.rv( _b ); +break; +case '>>': +_d = wh.rv( _a ) >> wh.rv( _b ); +break; +default: +break; +} +return _c ? wh.nh( _d, "c" ) : _d; +break; +case '-': +_a = ops.length === 3 ? rev( ops[1], e, s, g, o, _f ) : 0; +_b = ops.length === 3 ? rev( ops[2], e, s, g, o, _f ) : rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) === 'h' || wh.hn( _b ) === 'h'); +_d = _c ? wh.rv( _a ) - wh.rv( _b ) : _a - _b; +return _c ? wh.nh( _d, "c" ) : _d; +break; +case '!': +_a = rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) == 'h'); +_d = !wh.rv(_a); +return _c ? wh.nh( _d, "c" ) : _d; +case '~': +_a = rev( ops[1], e, s, g, o, _f ); +_c = should_pass_type_info && (wh.hn( _a ) == 'h'); +_d = ~wh.rv(_a); +return _c ? wh.nh( _d, "c" ) : _d; +default: +$gwn('unrecognized op' + rop ); +} +} +function rev( ops, e, s, g, o, newap ) +{ +var op = ops[0]; +var _f = false; +if ( typeof newap !== "undefined" ) o.ap = newap; +if( typeof(op)==='object' ) +{ +var vop=op[0]; +var _a, _aa, _b, _bb, _c, _d, _s, _e, _ta, _tb, _td; +switch(vop) +{ +case 2: +return ArithmeticEv(ops,e,s,g,o); +break; +case 4: +return rev( ops[1], e, s, g, o, _f ); +break; +case 5: +switch( ops.length ) +{ +case 2: +_a = rev( ops[1],e,s,g,o,_f ); +return should_pass_type_info?[_a]:[wh.rv(_a)]; +return [_a]; +break; +case 1: +return []; +break; +default: +_a = rev( ops[1],e,s,g,o,_f ); +_b = rev( ops[2],e,s,g,o,_f ); +_a.push( +should_pass_type_info ? +_b : +wh.rv( _b ) +); +return _a; +break; +} +break; +case 6: +_a = rev(ops[1],e,s,g,o); +var ap = o.ap; +_ta = wh.hn(_a)==='h'; +_aa = _ta ? wh.rv(_a) : _a; +o.is_affected |= _ta; +if( should_pass_type_info ) +{ +if( _aa===null || typeof(_aa) === 'undefined' ) +{ +return _ta ? wh.nh(undefined, 'e') : undefined; +} +_b = rev(ops[2],e,s,g,o,_f); +_tb = wh.hn(_b) === 'h'; +_bb = _tb ? wh.rv(_b) : _b; +o.ap = ap; +o.is_affected |= _tb; +if( _bb===null || typeof(_bb) === 'undefined' || +_bb === "__proto__" || _bb === "prototype" || _bb === "caller" ) +{ +return (_ta || _tb) ? wh.nh(undefined, 'e') : undefined; +} +_d = _aa[_bb]; +if ( typeof _d === 'function' && !ap ) _d = undefined; +_td = wh.hn(_d)==='h'; +o.is_affected |= _td; +return (_ta || _tb) ? (_td ? _d : wh.nh(_d, 'e')) : _d; +} +else +{ +if( _aa===null || typeof(_aa) === 'undefined' ) +{ +return undefined; +} +_b = rev(ops[2],e,s,g,o,_f); +_tb = wh.hn(_b) === 'h'; +_bb = _tb ? wh.rv(_b) : _b; +o.ap = ap; +o.is_affected |= _tb; +if( _bb===null || typeof(_bb) === 'undefined' || +_bb === "__proto__" || _bb === "prototype" || _bb === "caller" ) +{ +return undefined; +} +_d = _aa[_bb]; +if ( typeof _d === 'function' && !ap ) _d = undefined; +_td = wh.hn(_d)==='h'; +o.is_affected |= _td; +return _td ? wh.rv(_d) : _d; +} +case 7: +switch(ops[1][0]) +{ +case 11: +o.is_affected |= wh.hn(g)==='h'; +return g; +case 3: +_s = wh.rv( s ); +_e = wh.rv( e ); +_b = ops[1][1]; +if (g && g.f && g.f.hasOwnProperty(_b) ) +{ +_a = g.f; +o.ap = true; +} +else +{ +_a = _s && _s.hasOwnProperty(_b) ? +s : (_e && _e.hasOwnProperty(_b) ? e : undefined ); +} +if( should_pass_type_info ) +{ +if( _a ) +{ +_ta = wh.hn(_a) === 'h'; +_aa = _ta ? wh.rv( _a ) : _a; +_d = _aa[_b]; +_td = wh.hn(_d) === 'h'; +o.is_affected |= _ta || _td; +_d = _ta && !_td ? wh.nh(_d,'e') : _d; +return _d; +} +} +else +{ +if( _a ) +{ +_ta = wh.hn(_a) === 'h'; +_aa = _ta ? wh.rv( _a ) : _a; +_d = _aa[_b]; +_td = wh.hn(_d) === 'h'; +o.is_affected |= _ta || _td; +return wh.rv(_d); +} +} +return undefined; +} +break; +case 8: +_a = {}; +_a[ops[1]] = rev(ops[2],e,s,g,o,_f); +return _a; +break; +case 9: +_a = rev(ops[1],e,s,g,o,_f); +_b = rev(ops[2],e,s,g,o,_f); +function merge( _a, _b, _ow ) +{ +var ka, _bbk; +_ta = wh.hn(_a)==='h'; +_tb = wh.hn(_b)==='h'; +_aa = wh.rv(_a); +_bb = wh.rv(_b); +for(var k in _bb) +{ +if ( _ow || !_aa.hasOwnProperty(k) ) +{ +_aa[k] = should_pass_type_info ? (_tb ? wh.nh(_bb[k],'e') : _bb[k]) : wh.rv(_bb[k]); +} +} +return _a; +} +var _c = _a +var _ow = true +if ( typeof(ops[1][0]) === "object" && ops[1][0][0] === 10 ) { +_a = _b +_b = _c +_ow = false +} +if ( typeof(ops[1][0]) === "object" && ops[1][0][0] === 10 ) { +var _r = {} +return merge( merge( _r, _a, _ow ), _b, _ow ); +} +else +return merge( _a, _b, _ow ); +break; +case 10: +_a = rev(ops[1],e,s,g,o,_f); +_a = should_pass_type_info ? _a : wh.rv( _a ); +return _a ; +break; +case 12: +var _r; +_a = rev(ops[1],e,s,g,o); +if ( !o.ap ) +{ +return should_pass_type_info && wh.hn(_a)==='h' ? wh.nh( _r, 'f' ) : _r; +} +var ap = o.ap; +_b = rev(ops[2],e,s,g,o,_f); +o.ap = ap; +_ta = wh.hn(_a)==='h'; +_tb = _ca(_b); +_aa = wh.rv(_a); +_bb = wh.rv(_b); snap_bb=$gdc(_bb,"nv_"); +try{ +_r = typeof _aa === "function" ? $gdc(_aa.apply(null, snap_bb)) : undefined; +} catch (e){ +e.message = e.message.replace(/nv_/g,""); +e.stack = e.stack.substring(0,e.stack.indexOf("\n", e.stack.lastIndexOf("at nv_"))); +e.stack = e.stack.replace(/\snv_/g," "); +e.stack = $gstack(e.stack); +if(g.debugInfo) +{ +e.stack += "\n "+" "+" "+" at "+g.debugInfo[0]+":"+g.debugInfo[1]+":"+g.debugInfo[2]; +console.error(e); +} +_r = undefined; +} +return should_pass_type_info && (_tb || _ta) ? wh.nh( _r, 'f' ) : _r; +} +} +else +{ +if( op === 3 || op === 1) return ops[1]; +else if( op === 11 ) +{ +var _a=''; +for( var i = 1 ; i < ops.length ; i++ ) +{ +var xp = wh.rv(rev(ops[i],e,s,g,o,_f)); +_a += typeof(xp) === 'undefined' ? '' : xp; +} +return _a; +} +} +} +function wrapper( ops, e, s, g, o, newap ) +{ +if( ops[0] == '11182016' ) +{ +g.debugInfo = ops[2]; +return rev( ops[1], e, s, g, o, newap ); +} +else +{ +g.debugInfo = null; +return rev( ops, e, s, g, o, newap ); +} +} +return wrapper; +} +gra=$gwrt(true); +grb=$gwrt(false); +function TestTest( expr, ops, e,s,g, expect_a, expect_b, expect_affected ) +{ +{ +var o = {is_affected:false}; +var a = gra( ops, e,s,g, o ); +if( JSON.stringify(a) != JSON.stringify( expect_a ) +|| o.is_affected != expect_affected ) +{ +console.warn( "A. " + expr + " get result " + JSON.stringify(a) + ", " + o.is_affected + ", but " + JSON.stringify( expect_a ) + ", " + expect_affected + " is expected" ); +} +} +{ +var o = {is_affected:false}; +var a = grb( ops, e,s,g, o ); +if( JSON.stringify(a) != JSON.stringify( expect_b ) +|| o.is_affected != expect_affected ) +{ +console.warn( "B. " + expr + " get result " + JSON.stringify(a) + ", " + o.is_affected + ", but " + JSON.stringify( expect_b ) + ", " + expect_affected + " is expected" ); +} +} +} + +function wfor( to_iter, func, env, _s, global, father, itemname, indexname, keyname ) +{ +var _n = wh.hn( to_iter ) === 'n'; +var scope = wh.rv( _s ); +var has_old_item = scope.hasOwnProperty(itemname); +var has_old_index = scope.hasOwnProperty(indexname); +var old_item = scope[itemname]; +var old_index = scope[indexname]; +var full = Object.prototype.toString.call(wh.rv(to_iter)); +var type = full[8]; +if( type === 'N' && full[10] === 'l' ) type = 'X'; +var _y; +if( _n ) +{ +if( type === 'A' ) +{ +var r_iter_item; +for( var i = 0 ; i < to_iter.length ; i++ ) +{ +scope[itemname] = to_iter[i]; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +r_iter_item = wh.rv(to_iter[i]); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'O' ) +{ +var i = 0; +var r_iter_item; +for( var k in to_iter ) +{ +scope[itemname] = to_iter[k]; +scope[indexname] = _n ? k : wh.nh(k, 'h'); +r_iter_item = wh.rv(to_iter[k]); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env,scope,_y,global ); +i++; +} +} +else if( type === 'S' ) +{ +for( var i = 0 ; i < to_iter.length ; i++ ) +{ +scope[itemname] = to_iter[i]; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( to_iter[i] + i ); +_(father,_y); +func( env,scope,_y,global ); +} +} +else if( type === 'N' ) +{ +for( var i = 0 ; i < to_iter ; i++ ) +{ +scope[itemname] = i; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( i ); +_(father,_y); +func(env,scope,_y,global); +} +} +else +{ +} +} +else +{ +var r_to_iter = wh.rv(to_iter); +var r_iter_item, iter_item; +if( type === 'A' ) +{ +for( var i = 0 ; i < r_to_iter.length ; i++ ) +{ +iter_item = r_to_iter[i]; +iter_item = wh.hn(iter_item)==='n' ? wh.nh(iter_item,'h') : iter_item; +r_iter_item = wh.rv( iter_item ); +scope[itemname] = iter_item +scope[indexname] = _n ? i : wh.nh(i, 'h'); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y = _v(key); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'O' ) +{ +var i=0; +for( var k in r_to_iter ) +{ +iter_item = r_to_iter[k]; +iter_item = wh.hn(iter_item)==='n'? wh.nh(iter_item,'h') : iter_item; +r_iter_item = wh.rv( iter_item ); +scope[itemname] = iter_item; +scope[indexname] = _n ? k : wh.nh(k, 'h'); +var key = keyname && r_iter_item ? (keyname==="*this" ? r_iter_item : wh.rv(r_iter_item[keyname])) : undefined; +_y=_v(key); +_(father,_y); +func( env, scope, _y, global ); +i++ +} +} +else if( type === 'S' ) +{ +for( var i = 0 ; i < r_to_iter.length ; i++ ) +{ +iter_item = wh.nh(r_to_iter[i],'h'); +scope[itemname] = iter_item; +scope[indexname] = _n ? i : wh.nh(i, 'h'); +_y = _v( to_iter[i] + i ); +_(father,_y); +func( env, scope, _y, global ); +} +} +else if( type === 'N' ) +{ +for( var i = 0 ; i < r_to_iter ; i++ ) +{ +iter_item = wh.nh(i,'h'); +scope[itemname] = iter_item; +scope[indexname]= _n ? i : wh.nh(i,'h'); +_y = _v( i ); +_(father,_y); +func(env,scope,_y,global); +} +} +else +{ +} +} +if(has_old_item) +{ +scope[itemname]=old_item; +} +else +{ +delete scope[itemname]; +} +if(has_old_index) +{ +scope[indexname]=old_index; +} +else +{ +delete scope[indexname]; +} +} + +function _ca(o) +{ +if ( wh.hn(o) == 'h' ) return true; +if ( typeof o !== "object" ) return false; +for(var i in o){ +if ( o.hasOwnProperty(i) ){ +if (_ca(o[i])) return true; +} +} +return false; +} +function _da( node, attrname, opindex, raw, o ) +{ +var isaffected = false; +var value = $gdc( raw, "", 2 ); +if ( o.ap && value && value.constructor===Function ) +{ +attrname = "$wxs:" + attrname; +node.attr["$gdc"] = $gdc; +} +if ( o.is_affected || _ca(raw) ) +{ +node.n.push( attrname ); +node.raw[attrname] = raw; +} +node.attr[attrname] = value; +} +function _r( node, attrname, opindex, env, scope, global ) +{ +global.opindex=opindex; +var o = {}, _env; +var a = grb( z[opindex], env, scope, global, o ); +_da( node, attrname, opindex, a, o ); +} +function _rz( z, node, attrname, opindex, env, scope, global ) +{ +global.opindex=opindex; +var o = {}, _env; +var a = grb( z[opindex], env, scope, global, o ); +_da( node, attrname, opindex, a, o ); +} +function _o( opindex, env, scope, global ) +{ +global.opindex=opindex; +var nothing = {}; +var r = grb( z[opindex], env, scope, global, nothing ); +return (r&&r.constructor===Function) ? undefined : r; +} +function _oz( z, opindex, env, scope, global ) +{ +global.opindex=opindex; +var nothing = {}; +var r = grb( z[opindex], env, scope, global, nothing ); +return (r&&r.constructor===Function) ? undefined : r; +} +function _1( opindex, env, scope, global, o ) +{ +var o = o || {}; +global.opindex=opindex; +return gra( z[opindex], env, scope, global, o ); +} +function _1z( z, opindex, env, scope, global, o ) +{ +var o = o || {}; +global.opindex=opindex; +return gra( z[opindex], env, scope, global, o ); +} +function _2( opindex, func, env, scope, global, father, itemname, indexname, keyname ) +{ +var o = {}; +var to_iter = _1( opindex, env, scope, global ); +wfor( to_iter, func, env, scope, global, father, itemname, indexname, keyname ); +} +function _2z( z, opindex, func, env, scope, global, father, itemname, indexname, keyname ) +{ +var o = {}; +var to_iter = _1z( z, opindex, env, scope, global ); +wfor( to_iter, func, env, scope, global, father, itemname, indexname, keyname ); +} + + +function _m(tag,attrs,generics,env,scope,global) +{ +var tmp=_n(tag); +var base=0; +for(var i = 0 ; i < attrs.length ; i+=2 ) +{ +if(base+attrs[i+1]<0) +{ +tmp.attr[attrs[i]]=true; +} +else +{ +_r(tmp,attrs[i],base+attrs[i+1],env,scope,global); +if(base===0)base=attrs[i+1]; +} +} +for(var i=0;i=0;x--){if(e[p].i[x]&&d[e[p].i[x]][c])return d[e[p].i[x]][c]};for(var x=e[p].ti.length-1;x>=0;x--){var q=_grp(e[p].ti[x],e,p);if(q&&d[q][c])return d[q][c]}var ii=_gapi(e,p);for(var x=0;x=0;k--)if(e[p].j[k]){for(var q=e[e[p].j[k]].ti.length-1;q>=0;q--){var pp=_grp(e[e[p].j[k]].ti[q],e,p);if(pp&&d[pp][c]){return d[pp][c]}}}} +function _gapi(e,p){if(!p)return [];if($gaic[p]){return $gaic[p]};var ret=[],q=[],h=0,t=0,put={},visited={};q.push(p);visited[p]=true;t++;while(h'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]]) +Z([[7],[3,'bulletId']]) +Z([[7],[3,'tunnelId']]) +Z([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],z[13][2],[3,'px; line-height: '],z[13][2],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]]) +Z([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']]) +Z([3,'bullet-item_img']) +Z([3,'aspectFit']) +Z([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'src']]) +Z([a,[3,'width: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'width']],[[7],[3,'fontSize']]],[3,'px; height: '],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'height']],[3,'px; margin-right: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'gap']],[1,4]],[3,'px;']]) +Z([3,'bullet-item_text']) +Z([3,'opacity: 1;']) +Z([a,[[6],[[7],[3,'bullet']],[3,'content']]]) +Z([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']]) +Z(z[28]) +Z(z[29]) +Z([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'src']]) +Z([a,z[31][1],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'width']],[[7],[3,'fontSize']]],z[31][3],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'height']],[3,'px; margin-left: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'gap']],[1,4]],z[31][7]]) +})(__WXML_GLOBAL__.ops_cached.$gwx_1);return __WXML_GLOBAL__.ops_cached.$gwx_1 +} +function gz$gwx_2(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_2)return __WXML_GLOBAL__.ops_cached.$gwx_2 +__WXML_GLOBAL__.ops_cached.$gwx_2=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'wx-recycle-item']) +})(__WXML_GLOBAL__.ops_cached.$gwx_2);return __WXML_GLOBAL__.ops_cached.$gwx_2 +} +function gz$gwx_3(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_3)return __WXML_GLOBAL__.ops_cached.$gwx_3 +__WXML_GLOBAL__.ops_cached.$gwx_3=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'_beginToScroll']) +Z([3,'wrap']) +Z([3,'content']) +Z([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']]) +Z([3,'_scrollViewDidScroll']) +Z([3,'_scrollToLower']) +Z([3,'_scrollToUpper']) +Z(z[2]) +Z([[7],[3,'enableBackToTop']]) +Z([[7],[3,'lowerThreshold']]) +Z([[7],[3,'innerScrollIntoView']]) +Z([[7],[3,'innerScrollTop']]) +Z([[7],[3,'scrollWithAnimation']]) +Z([1,false]) +Z([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]]) +Z([3,'height:100%;position: relative;']) +Z([[7],[3,'throttle']]) +Z([[7],[3,'upperThreshold']]) +Z([3,'position: absolute;z-index:1;width:100%;left: 0;top: 0;opacity: 0;visibility: hidden;']) +Z([3,'itemsize']) +Z([3,'slot-before']) +Z([a,z[3][1],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[2,'+'],[[7],[3,'beforeSlotHeight']],[1,'px']],[1,'auto']]]) +Z([3,'before']) +Z([a,[3,'position:relative;width:100%;z-index:10;background: url(\x22'],[[7],[3,'placeholderImageStr']],[3,'\x22) repeat;height:'],[[7],[3,'totalHeight']],[3,'px;']]) +Z([a,[3,'position: absolute;left:0;width:100%;top:'],[[7],[3,'innerBeforeHeight']],z[23][5]]) +Z([3,'slot-after']) +Z([a,z[3][1],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[2,'+'],[[7],[3,'afterSlotHeight']],[1,'px']],[1,'auto']]]) +Z([3,'after']) +})(__WXML_GLOBAL__.ops_cached.$gwx_3);return __WXML_GLOBAL__.ops_cached.$gwx_3 +} +function gz$gwx_4(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_4)return __WXML_GLOBAL__.ops_cached.$gwx_4 +__WXML_GLOBAL__.ops_cached.$gwx_4=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([[7],[3,'use2dCanvas']]) +Z([3,'weui-canvas']) +Z([a,[3,'width: '],[[7],[3,'width']],[3,'px; height: '],[[7],[3,'height']],[3,'px;']]) +Z([3,'2d']) +Z(z[1]) +Z([a,z[2][1],z[2][2],z[2][3],z[2][4],z[2][5]]) +})(__WXML_GLOBAL__.ops_cached.$gwx_4);return __WXML_GLOBAL__.ops_cached.$gwx_4 +} +function gz$gwx_5(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_5)return __WXML_GLOBAL__.ops_cached.$gwx_5 +__WXML_GLOBAL__.ops_cached.$gwx_5=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'container page']) +Z([[7],[3,'theme']]) +Z([[8],'title',[1,'tabBar']]) +Z([3,'head']) +Z([3,'page-body']) +Z([3,'btn-area']) +Z([3,'setTabBarBadge']) +Z([a,[3,'\n '],[[2,'?:'],[[2,'!'],[[7],[3,'hasSetTabBarBadge']]],[1,'设置tab徽标'],[1,'移除tab徽标']],[3,'\n ']]) +Z([3,'showTabBarRedDot']) +Z([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasShownTabBarRedDot']]],[1,'显示红点'],[1,'移除红点']],z[7][3]]) +Z([3,'customStyle']) +Z([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedStyle']]],[1,'自定义Tab样式'],[1,'移除自定义样式']],z[7][3]]) +Z([3,'customItem']) +Z([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedItem']]],[1,'自定义Tab信息'],[1,'移除自定义信息']],z[7][3]]) +Z([3,'hideTabBar']) +Z([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasHiddenTabBar']]],[1,'隐藏TabBar'],[1,'显示TabBar']],z[7][3]]) +Z(z[5]) +Z([3,'navigateBack']) +Z([3,'primary']) +Z([3,'返回上一级']) +Z([3,'foot']) +})(__WXML_GLOBAL__.ops_cached.$gwx_5);return __WXML_GLOBAL__.ops_cached.$gwx_5 +} +function gz$gwx_6(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_6)return __WXML_GLOBAL__.ops_cached.$gwx_6 +__WXML_GLOBAL__.ops_cached.$gwx_6=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([[7],[3,'isSetTabBarPage']]) +Z([3,'leaveSetTabBarPage']) +Z([3,'index page']) +Z([[7],[3,'theme']]) +Z([3,'index-hd']) +Z([3,'index-logo']) +Z([3,'resources/kind/logo.png']) +Z([3,'index-desc']) +Z([3,'以下将演示小程序接口能力,具体属性参数详见 ']) +Z([3,'weui-agree__link']) +Z([3,'/page/component/pages/doc-web-view/doc-web-view']) +Z([3,'小程序开发文档']) +Z([3,'。']) +Z([3,'index-bd']) +Z([3,'kind-list']) +Z([[7],[3,'list']]) +Z([[6],[[7],[3,'item']],[3,'id']]) +Z([3,'kind-list-item']) +Z([3,'kindToggle']) +Z([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]]) +Z(z[16]) +Z([3,'kind-list-text']) +Z([a,[[6],[[7],[3,'item']],[3,'name']]]) +Z([[2,'==='],[[7],[3,'theme']],[1,'dark']]) +Z([3,'kind-list-img']) +Z([a,[3,'resources/kind/'],z[16],[3,'_dark.png']]) +Z(z[24]) +Z([a,z[25][1],z[16],[3,'.png']]) +Z([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]]) +Z([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]]) +Z([3,'page']) +Z([[6],[[7],[3,'item']],[3,'pages']]) +Z([3,'*item']) +Z([[2,'!=='],[[6],[[7],[3,'page']],[3,'url']],[1,'@set-tab-bar']]) +Z([3,'navigator']) +Z([a,[3,'../../packageAPI/pages/'],z[16],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]]) +Z([3,'navigator-text']) +Z([a,[[6],[[7],[3,'page']],[3,'zh']]]) +Z([3,'navigator-arrow']) +Z([3,'enterSetTabBarPage']) +Z(z[34]) +Z(z[36]) +Z([a,z[37][1]]) +Z(z[38]) +})(__WXML_GLOBAL__.ops_cached.$gwx_6);return __WXML_GLOBAL__.ops_cached.$gwx_6 +} +function gz$gwx_7(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_7)return __WXML_GLOBAL__.ops_cached.$gwx_7 +__WXML_GLOBAL__.ops_cached.$gwx_7=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'page']) +Z([[7],[3,'theme']]) +Z([3,'index']) +Z([3,'index-hd']) +Z([3,'index-logo']) +Z([3,'resources/kind/logo.png']) +Z([3,'index-desc']) +Z([3,'以下将演示小程序云开发能力,具体属性参数详见 ']) +Z([3,'weui-agree__link']) +Z([3,'../../packageAPI/pages/doc-web-view/doc-web-view']) +Z([3,'小程序开发文档']) +Z([3,'。']) +Z([3,'index-bd']) +Z([3,'kind-list']) +Z([[7],[3,'list']]) +Z([[6],[[7],[3,'item']],[3,'id']]) +Z([3,'kind-list-item']) +Z([3,'kindToggle']) +Z([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]]) +Z(z[15]) +Z([3,'kind-list-text']) +Z([a,[[6],[[7],[3,'item']],[3,'name']]]) +Z([[2,'==='],[[7],[3,'theme']],[1,'dark']]) +Z([3,'kind-list-img']) +Z([a,[3,'resources/kind/'],z[15],[3,'_dark.png']]) +Z(z[23]) +Z([a,z[24][1],z[15],[3,'.png']]) +Z([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]]) +Z([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]]) +Z(z[0]) +Z([[6],[[7],[3,'item']],[3,'pages']]) +Z([3,'*item']) +Z([3,'navigator']) +Z([a,[3,'../../packageCloud/pages/'],z[15],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]]) +Z([3,'navigator-text']) +Z([a,[[6],[[7],[3,'page']],[3,'zh']]]) +Z([3,'navigator-arrow']) +})(__WXML_GLOBAL__.ops_cached.$gwx_7);return __WXML_GLOBAL__.ops_cached.$gwx_7 +} +function gz$gwx_8(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_8)return __WXML_GLOBAL__.ops_cached.$gwx_8 +__WXML_GLOBAL__.ops_cached.$gwx_8=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'foot']) +Z([3,'page-foot']) +Z([3,'none']) +Z([3,'switchTab']) +Z([3,'/page/component/index']) +Z([3,'icon-foot']) +Z([3,'/image/icon_foot.png']) +})(__WXML_GLOBAL__.ops_cached.$gwx_8);return __WXML_GLOBAL__.ops_cached.$gwx_8 +} +function gz$gwx_9(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_9)return __WXML_GLOBAL__.ops_cached.$gwx_9 +__WXML_GLOBAL__.ops_cached.$gwx_9=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'head']) +Z([3,'page-head']) +Z([3,'page-head-title']) +Z([a,[[7],[3,'title']]]) +Z([3,'page-head-line']) +Z([[7],[3,'desc']]) +Z([3,'page-head-desc']) +Z([a,[[7],[3,'desc']]]) +})(__WXML_GLOBAL__.ops_cached.$gwx_9);return __WXML_GLOBAL__.ops_cached.$gwx_9 +} +function gz$gwx_10(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_10)return __WXML_GLOBAL__.ops_cached.$gwx_10 +__WXML_GLOBAL__.ops_cached.$gwx_10=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'page']) +Z([[7],[3,'theme']]) +Z([3,'index']) +Z([3,'index-hd']) +Z([3,'index-logo']) +Z([3,'resources/kind/logo.png']) +Z([3,'index-desc']) +Z([3,'以下将展示小程序官方组件能力,组件样式仅供参考,开发者可根据自身需求自定义组件样式,具体属性参数详见 ']) +Z([3,'weui-agree__link']) +Z([3,'pages/doc-web-view/doc-web-view']) +Z([3,'小程序开发文档']) +Z([3,'。']) +Z([3,'index-bd']) +Z([3,'kind-list']) +Z([[7],[3,'list']]) +Z([[6],[[7],[3,'item']],[3,'id']]) +Z([3,'kind-list-item']) +Z([3,'kindToggle']) +Z([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]]) +Z(z[15]) +Z([3,'kind-list-text']) +Z([a,[[6],[[7],[3,'item']],[3,'name']]]) +Z([[2,'==='],[[7],[3,'theme']],[1,'dark']]) +Z([3,'kind-list-img']) +Z([a,[3,'resources/kind/'],z[15],[3,'_dark.png']]) +Z(z[23]) +Z([a,z[24][1],z[15],[3,'.png']]) +Z([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]]) +Z([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]]) +Z(z[0]) +Z([[6],[[7],[3,'item']],[3,'pages']]) +Z([3,'*item']) +Z([[6],[[7],[3,'page']],[3,'appid']]) +Z(z[32]) +Z([3,'navigator']) +Z([3,'']) +Z([3,'navigate']) +Z(z[35]) +Z([3,'miniProgram']) +Z([3,'release']) +Z([3,'navigator-text']) +Z([a,[[6],[[7],[3,'page']],[3,'name']]]) +Z([3,'navigator-arrow']) +Z(z[34]) +Z([a,[3,'/packageComponent/pages/'],z[15],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]]) +Z(z[40]) +Z([a,[[7],[3,'page']]]) +Z(z[42]) +})(__WXML_GLOBAL__.ops_cached.$gwx_10);return __WXML_GLOBAL__.ops_cached.$gwx_10 +} +function gz$gwx_11(){ +if( __WXML_GLOBAL__.ops_cached.$gwx_11)return __WXML_GLOBAL__.ops_cached.$gwx_11 +__WXML_GLOBAL__.ops_cached.$gwx_11=[]; +(function(z){var a=11;function Z(ops){z.push(ops)} +Z([3,'page']) +Z([[7],[3,'theme']]) +Z([3,'index-hd']) +Z([3,'index-logo']) +Z([3,'./images/logo_extended.png']) +Z([3,'index-desc']) +Z([3,'以下是对小程序内置组件能力的补充,包括 WeUI 组件库和一些常见的功能组件,具体属性参数详见 ']) +Z([3,'weui-agree__link']) +Z([3,'/page/component/pages/doc-web-view/doc-web-view']) +Z([3,'小程序开发文档']) +Z([3,'。']) +Z([3,'page__bd page-weui page__bd_spacing']) +Z([3,'kind-list']) +Z([[7],[3,'list']]) +Z([3,'id']) +Z([3,'kind-list__item']) +Z([3,'kindToggle']) +Z([a,[3,'weui-flex kind-list__item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-hd_show'],[1,'']]]) +Z([[6],[[7],[3,'item']],[3,'id']]) +Z([3,'weui-flex__item']) +Z([a,[[6],[[7],[3,'item']],[3,'name']]]) +Z([3,'kind-list__img']) +Z([a,[3,'images/icon_nav_'],z[18],[3,'.png']]) +Z([a,[3,'kind-list__item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-bd_show'],[1,'']]]) +Z([a,[3,'weui-cells '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'weui-cells_show'],[1,'']]]) +Z(z[0]) +Z([[6],[[7],[3,'item']],[3,'pages']]) +Z([3,'*this']) +Z([[6],[[7],[3,'page']],[3,'url']]) +Z([3,'weui-cell weui-cell_access']) +Z([a,[3,'../../packageExtend/pages/'],z[28]]) +Z([3,'weui-cell__bd']) +Z([a,[[6],[[7],[3,'page']],[3,'zh']]]) +Z([3,'weui-cell__ft weui-cell__ft_in-access']) +Z(z[29]) +Z([a,z[30][1],[[6],[[7],[3,'item']],[3,'father']],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]]) +Z(z[31]) +Z([a,[[7],[3,'page']]]) +Z(z[33]) +Z([3,'page__ft']) +})(__WXML_GLOBAL__.ops_cached.$gwx_11);return __WXML_GLOBAL__.ops_cached.$gwx_11 +} +__WXML_GLOBAL__.ops_set.$gwx=z; +__WXML_GLOBAL__.ops_init.$gwx=true; +var nv_require=function(){var nnm={};var nom={};return function(n){if(n[0]==='p'&&n[1]==='_'&&f_[n.slice(2)])return f_[n.slice(2)];return function(){if(!nnm[n]) return undefined;try{if(!nom[n])nom[n]=nnm[n]();return nom[n];}catch(e){e.message=e.message.replace(/nv_/g,'');var tmp = e.stack.substring(0,e.stack.lastIndexOf(n));e.stack = tmp.substring(0,tmp.lastIndexOf('\n'));e.stack = e.stack.replace(/\snv_/g,' ');e.stack = $gstack(e.stack);e.stack += '\n at ' + n.substring(2);console.error(e);} +}}}() +var x=['./miniprogram_npm/miniprogram-barrage/index.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml','./miniprogram_npm/wxml-to-canvas/index.wxml','./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml','./page/API/index.wxml','./page/cloud/index.wxml','./page/common/foot.wxml','./page/common/head.wxml','./page/component/index.wxml','./page/extend/index.wxml'];d_[x[0]]={} +var m0=function(e,s,r,gg){ +var z=gz$gwx_1() +var oB=_v() +_(r,oB) +if(_oz(z,0,e,s,gg)){oB.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1") +var xC=_mz(z,'view',['class',1,'style',1],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:canvas:2:4") +var oD=_mz(z,'canvas',['id',3,'style',1,'type',2],[],e,s,gg) +cs.pop() +_(xC,oD) +cs.pop() +_(oB,xC) +cs.pop() +} +else{oB.wxVkey=2 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2") +var fE=_mz(z,'view',['class',6,'style',1],[],e,s,gg) +var cF=_v() +_(fE,cF) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4") +var hG=function(cI,oH,oJ,gg){ +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:7:6") +var aL=_mz(z,'view',['class',12,'style',1],[],cI,oH,gg) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:8:8") +var tM=_mz(z,'view',['class',14,'hidden',1],[],cI,oH,gg) +var eN=_oz(z,16,cI,oH,gg) +_(tM,eN) +cs.pop() +_(aL,tM) +var bO=_v() +_(aL,bO) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8") +var oP=function(oR,xQ,fS,gg){ +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10") +var hU=_mz(z,'view',['bindanimationend',21,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],oR,xQ,gg) +var oV=_v() +_(hU,oV) +if(_oz(z,27,oR,xQ,gg)){oV.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12") +var oX=_mz(z,'image',['class',28,'mode',1,'src',2,'style',3],[],oR,xQ,gg) +cs.pop() +_(oV,oX) +cs.pop() +} +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:view:25:12") +var lY=_mz(z,'view',['class',32,'style',1],[],oR,xQ,gg) +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:text:26:14") +var aZ=_n('text') +var t1=_oz(z,34,oR,xQ,gg) +_(aZ,t1) +cs.pop() +_(lY,aZ) +cs.pop() +_(hU,lY) +var cW=_v() +_(hU,cW) +if(_oz(z,35,oR,xQ,gg)){cW.wxVkey=1 +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12") +cs.push("./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12") +var e2=_mz(z,'image',['class',36,'mode',1,'src',2,'style',3],[],oR,xQ,gg) +cs.pop() +_(cW,e2) +cs.pop() +} +oV.wxXCkey=1 +cW.wxXCkey=1 +cs.pop() +_(fS,hU) +cs.pop() +return fS +} +bO.wxXCkey=2 +_2z(z,19,oP,cI,oH,gg,bO,'bullet','bulletId','bulletId') +cs.pop() +cs.pop() +_(oJ,aL) +cs.pop() +return oJ +} +cF.wxXCkey=2 +_2z(z,10,hG,e,s,gg,cF,'tunnel','tunnelId','tunnelId') +cs.pop() +cs.pop() +_(oB,fE) +cs.pop() +} +oB.wxXCkey=1 +return r +} +e_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]} +d_[x[1]]={} +var m1=function(e,s,r,gg){ +var z=gz$gwx_2() +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:view:2:2") +var o4=_n('view') +_rz(z,o4,'class',0,e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4") +var x5=_n('slot') +cs.pop() +_(o4,x5) +cs.pop() +_(r,o4) +return r +} +e_[x[1]]={f:m1,j:[],i:[],ti:[],ic:[]} +d_[x[2]]={} +var m2=function(e,s,r,gg){ +var z=gz$gwx_3() +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2") +var f7=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4") +var c8=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:4:6") +var h9=_n('view') +_rz(z,h9,'style',18,e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8") +var o0=_n('slot') +_rz(z,o0,'name',19,e,s,gg) +cs.pop() +_(h9,o0) +cs.pop() +_(c8,h9) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:7:6") +var cAB=_mz(z,'view',['class',20,'style',1],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8") +var oBB=_n('slot') +_rz(z,oBB,'name',22,e,s,gg) +cs.pop() +_(cAB,oBB) +cs.pop() +_(c8,cAB) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:10:6") +var lCB=_n('view') +_rz(z,lCB,'style',23,e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:12:8") +var aDB=_n('view') +_rz(z,aDB,'style',24,e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10") +var tEB=_n('slot') +cs.pop() +_(aDB,tEB) +cs.pop() +_(lCB,aDB) +cs.pop() +_(c8,lCB) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:17:6") +var eFB=_mz(z,'view',['class',25,'style',1],[],e,s,gg) +cs.push("./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8") +var bGB=_n('slot') +_rz(z,bGB,'name',27,e,s,gg) +cs.pop() +_(eFB,bGB) +cs.pop() +_(c8,eFB) +cs.pop() +_(f7,c8) +cs.pop() +_(r,f7) +return r +} +e_[x[2]]={f:m2,j:[],i:[],ti:[],ic:[]} +d_[x[3]]={} +var m3=function(e,s,r,gg){ +var z=gz$gwx_4() +var xIB=_v() +_(r,xIB) +if(_oz(z,0,e,s,gg)){xIB.wxVkey=1 +cs.push("./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1") +cs.push("./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1") +var oJB=_mz(z,'canvas',['id',1,'style',1,'type',2],[],e,s,gg) +cs.pop() +_(xIB,oJB) +cs.pop() +} +else{xIB.wxVkey=2 +cs.push("./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2") +cs.push("./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2") +var fKB=_mz(z,'canvas',['canvasId',4,'style',1],[],e,s,gg) +cs.pop() +_(xIB,fKB) +cs.pop() +} +xIB.wxXCkey=1 +return r +} +e_[x[3]]={f:m3,j:[],i:[],ti:[],ic:[]} +d_[x[4]]={} +var m4=function(e,s,r,gg){ +var z=gz$gwx_5() +var hMB=e_[x[4]].i +_ai(hMB,x[5],e_,x[4],1,1) +_ai(hMB,x[6],e_,x[4],2,2) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2") +var oNB=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg) +var cOB=_v() +_(oNB,cOB) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4") +var oPB=_oz(z,3,e,s,gg) +var lQB=_gd(x[4],oPB,e_,d_) +if(lQB){ +var aRB=_1z(z,2,e,s,gg) || {} +var cur_globalf=gg.f +cOB.wxXCkey=3 +lQB(aRB,aRB,cOB,gg) +gg.f=cur_globalf +} +else _w(oPB,x[4],5,16) +cs.pop() +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:view:7:4") +var tSB=_n('view') +_rz(z,tSB,'class',4,e,s,gg) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:view:8:6") +var eTB=_n('view') +_rz(z,eTB,'class',5,e,s,gg) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:9:8") +var bUB=_n('button') +_rz(z,bUB,'bindtap',6,e,s,gg) +var oVB=_oz(z,7,e,s,gg) +_(bUB,oVB) +cs.pop() +_(eTB,bUB) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:12:8") +var xWB=_n('button') +_rz(z,xWB,'bindtap',8,e,s,gg) +var oXB=_oz(z,9,e,s,gg) +_(xWB,oXB) +cs.pop() +_(eTB,xWB) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:15:8") +var fYB=_n('button') +_rz(z,fYB,'bindtap',10,e,s,gg) +var cZB=_oz(z,11,e,s,gg) +_(fYB,cZB) +cs.pop() +_(eTB,fYB) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:18:8") +var h1B=_n('button') +_rz(z,h1B,'bindtap',12,e,s,gg) +var o2B=_oz(z,13,e,s,gg) +_(h1B,o2B) +cs.pop() +_(eTB,h1B) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:21:8") +var c3B=_n('button') +_rz(z,c3B,'bindtap',14,e,s,gg) +var o4B=_oz(z,15,e,s,gg) +_(c3B,o4B) +cs.pop() +_(eTB,c3B) +cs.pop() +_(tSB,eTB) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:view:26:6") +var l5B=_n('view') +_rz(z,l5B,'class',16,e,s,gg) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:button:27:8") +var a6B=_mz(z,'button',['bindtap',17,'type',1],[],e,s,gg) +var t7B=_oz(z,19,e,s,gg) +_(a6B,t7B) +cs.pop() +_(l5B,a6B) +cs.pop() +_(tSB,l5B) +cs.pop() +_(oNB,tSB) +var e8B=_v() +_(oNB,e8B) +cs.push("./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4") +var b9B=_oz(z,20,e,s,gg) +var o0B=_gd(x[4],b9B,e_,d_) +if(o0B){ +var xAC={} +var cur_globalf=gg.f +e8B.wxXCkey=3 +o0B(xAC,xAC,e8B,gg) +gg.f=cur_globalf +} +else _w(b9B,x[4],31,16) +cs.pop() +cs.pop() +_(r,oNB) +hMB.pop() +hMB.pop() +return r +} +e_[x[4]]={f:m4,j:[],i:[],ti:[x[5],x[6]],ic:[]} +d_[x[7]]={} +var m5=function(e,s,r,gg){ +var z=gz$gwx_6() +var fCC=_v() +_(r,fCC) +if(_oz(z,0,e,s,gg)){fCC.wxVkey=1 +cs.push("./page/API/index.wxml:set-tab-bar:1:1") +cs.push("./page/API/index.wxml:set-tab-bar:1:1") +var cDC=_n('set-tab-bar') +_rz(z,cDC,'bindunmount',1,e,s,gg) +cs.pop() +_(fCC,cDC) +cs.pop() +} +else{fCC.wxVkey=2 +cs.push("./page/API/index.wxml:view:2:2") +cs.push("./page/API/index.wxml:view:2:2") +var hEC=_mz(z,'view',['class',2,'data-weui-theme',1],[],e,s,gg) +cs.push("./page/API/index.wxml:view:3:4") +var oFC=_n('view') +_rz(z,oFC,'class',4,e,s,gg) +cs.push("./page/API/index.wxml:image:4:6") +var cGC=_mz(z,'image',['class',5,'src',1],[],e,s,gg) +cs.pop() +_(oFC,cGC) +cs.push("./page/API/index.wxml:view:5:6") +var oHC=_n('view') +_rz(z,oHC,'class',7,e,s,gg) +var lIC=_oz(z,8,e,s,gg) +_(oHC,lIC) +cs.push("./page/API/index.wxml:navigator:5:95") +var aJC=_mz(z,'navigator',['class',9,'url',1],[],e,s,gg) +var tKC=_oz(z,11,e,s,gg) +_(aJC,tKC) +cs.pop() +_(oHC,aJC) +var eLC=_oz(z,12,e,s,gg) +_(oHC,eLC) +cs.pop() +_(oFC,oHC) +cs.pop() +_(hEC,oFC) +cs.push("./page/API/index.wxml:view:7:4") +var bMC=_n('view') +_rz(z,bMC,'class',13,e,s,gg) +cs.push("./page/API/index.wxml:view:8:6") +var oNC=_n('view') +_rz(z,oNC,'class',14,e,s,gg) +var xOC=_v() +_(oNC,xOC) +cs.push("./page/API/index.wxml:block:9:8") +var oPC=function(cRC,fQC,hSC,gg){ +cs.push("./page/API/index.wxml:block:9:8") +cs.push("./page/API/index.wxml:view:10:10") +var cUC=_n('view') +_rz(z,cUC,'class',17,cRC,fQC,gg) +cs.push("./page/API/index.wxml:view:11:12") +var oVC=_mz(z,'view',['bindtap',18,'class',1,'id',2],[],cRC,fQC,gg) +cs.push("./page/API/index.wxml:view:12:14") +var aXC=_n('view') +_rz(z,aXC,'class',21,cRC,fQC,gg) +var tYC=_oz(z,22,cRC,fQC,gg) +_(aXC,tYC) +cs.pop() +_(oVC,aXC) +var lWC=_v() +_(oVC,lWC) +if(_oz(z,23,cRC,fQC,gg)){lWC.wxVkey=1 +cs.push("./page/API/index.wxml:image:13:14") +cs.push("./page/API/index.wxml:image:13:14") +var eZC=_mz(z,'image',['class',24,'src',1],[],cRC,fQC,gg) +cs.pop() +_(lWC,eZC) +cs.pop() +} +else{lWC.wxVkey=2 +cs.push("./page/API/index.wxml:image:14:14") +cs.push("./page/API/index.wxml:image:14:14") +var b1C=_mz(z,'image',['class',26,'src',1],[],cRC,fQC,gg) +cs.pop() +_(lWC,b1C) +cs.pop() +} +lWC.wxXCkey=1 +cs.pop() +_(cUC,oVC) +cs.push("./page/API/index.wxml:view:16:12") +var o2C=_n('view') +_rz(z,o2C,'class',28,cRC,fQC,gg) +cs.push("./page/API/index.wxml:view:17:14") +var x3C=_n('view') +_rz(z,x3C,'class',29,cRC,fQC,gg) +var o4C=_v() +_(x3C,o4C) +cs.push("./page/API/index.wxml:block:18:16") +var f5C=function(h7C,c6C,o8C,gg){ +cs.push("./page/API/index.wxml:block:18:16") +var o0C=_v() +_(o8C,o0C) +if(_oz(z,33,h7C,c6C,gg)){o0C.wxVkey=1 +cs.push("./page/API/index.wxml:navigator:19:18") +cs.push("./page/API/index.wxml:navigator:19:18") +var lAD=_mz(z,'navigator',['class',34,'url',1],[],h7C,c6C,gg) +cs.push("./page/API/index.wxml:view:20:20") +var aBD=_n('view') +_rz(z,aBD,'class',36,h7C,c6C,gg) +var tCD=_oz(z,37,h7C,c6C,gg) +_(aBD,tCD) +cs.pop() +_(lAD,aBD) +cs.push("./page/API/index.wxml:view:21:20") +var eDD=_n('view') +_rz(z,eDD,'class',38,h7C,c6C,gg) +cs.pop() +_(lAD,eDD) +cs.pop() +_(o0C,lAD) +cs.pop() +} +else{o0C.wxVkey=2 +cs.push("./page/API/index.wxml:view:23:18") +cs.push("./page/API/index.wxml:view:23:18") +var bED=_mz(z,'view',['bindtap',39,'class',1],[],h7C,c6C,gg) +cs.push("./page/API/index.wxml:view:24:20") +var oFD=_n('view') +_rz(z,oFD,'class',41,h7C,c6C,gg) +var xGD=_oz(z,42,h7C,c6C,gg) +_(oFD,xGD) +cs.pop() +_(bED,oFD) +cs.push("./page/API/index.wxml:view:25:20") +var oHD=_n('view') +_rz(z,oHD,'class',43,h7C,c6C,gg) +cs.pop() +_(bED,oHD) +cs.pop() +_(o0C,bED) +cs.pop() +} +o0C.wxXCkey=1 +cs.pop() +return o8C +} +_wp('./page/API/index.wxml:block:18:16: wx:key="*item" does not look like a valid key name.') +o4C.wxXCkey=2 +_2z(z,31,f5C,cRC,fQC,gg,o4C,'page','index','*item') +cs.pop() +cs.pop() +_(o2C,x3C) +cs.pop() +_(cUC,o2C) +cs.pop() +_(hSC,cUC) +cs.pop() +return hSC +} +_wp('./page/API/index.wxml:block:9:8: wx:key="{{item.id}}" does not look like a valid key name (did you mean wx:key="id" ?)') +xOC.wxXCkey=2 +_2z(z,15,oPC,e,s,gg,xOC,'item','index','{{item.id}}') +cs.pop() +cs.pop() +_(bMC,oNC) +cs.pop() +_(hEC,bMC) +cs.pop() +_(fCC,hEC) +cs.pop() +} +fCC.wxXCkey=1 +fCC.wxXCkey=3 +return r +} +e_[x[7]]={f:m5,j:[],i:[],ti:[],ic:[]} +d_[x[8]]={} +var m6=function(e,s,r,gg){ +var z=gz$gwx_7() +cs.push("./page/cloud/index.wxml:view:1:1") +var cJD=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg) +cs.push("./page/cloud/index.wxml:view:2:4") +var hKD=_n('view') +_rz(z,hKD,'class',2,e,s,gg) +cs.push("./page/cloud/index.wxml:view:3:6") +var oLD=_n('view') +_rz(z,oLD,'class',3,e,s,gg) +cs.push("./page/cloud/index.wxml:image:4:8") +var cMD=_mz(z,'image',['class',4,'src',1],[],e,s,gg) +cs.pop() +_(oLD,cMD) +cs.push("./page/cloud/index.wxml:view:5:8") +var oND=_n('view') +_rz(z,oND,'class',6,e,s,gg) +var lOD=_oz(z,7,e,s,gg) +_(oND,lOD) +cs.push("./page/cloud/index.wxml:navigator:5:100") +var aPD=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg) +var tQD=_oz(z,10,e,s,gg) +_(aPD,tQD) +cs.pop() +_(oND,aPD) +var eRD=_oz(z,11,e,s,gg) +_(oND,eRD) +cs.pop() +_(oLD,oND) +cs.pop() +_(hKD,oLD) +cs.push("./page/cloud/index.wxml:view:7:6") +var bSD=_n('view') +_rz(z,bSD,'class',12,e,s,gg) +cs.push("./page/cloud/index.wxml:view:8:8") +var oTD=_n('view') +_rz(z,oTD,'class',13,e,s,gg) +var xUD=_v() +_(oTD,xUD) +cs.push("./page/cloud/index.wxml:block:9:10") +var oVD=function(cXD,fWD,hYD,gg){ +cs.push("./page/cloud/index.wxml:block:9:10") +cs.push("./page/cloud/index.wxml:view:10:12") +var c1D=_n('view') +_rz(z,c1D,'class',16,cXD,fWD,gg) +cs.push("./page/cloud/index.wxml:view:11:14") +var o2D=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],cXD,fWD,gg) +cs.push("./page/cloud/index.wxml:view:12:16") +var a4D=_n('view') +_rz(z,a4D,'class',20,cXD,fWD,gg) +var t5D=_oz(z,21,cXD,fWD,gg) +_(a4D,t5D) +cs.pop() +_(o2D,a4D) +var l3D=_v() +_(o2D,l3D) +if(_oz(z,22,cXD,fWD,gg)){l3D.wxVkey=1 +cs.push("./page/cloud/index.wxml:image:13:16") +cs.push("./page/cloud/index.wxml:image:13:16") +var e6D=_mz(z,'image',['class',23,'src',1],[],cXD,fWD,gg) +cs.pop() +_(l3D,e6D) +cs.pop() +} +else{l3D.wxVkey=2 +cs.push("./page/cloud/index.wxml:image:14:16") +cs.push("./page/cloud/index.wxml:image:14:16") +var b7D=_mz(z,'image',['class',25,'src',1],[],cXD,fWD,gg) +cs.pop() +_(l3D,b7D) +cs.pop() +} +l3D.wxXCkey=1 +cs.pop() +_(c1D,o2D) +cs.push("./page/cloud/index.wxml:view:16:14") +var o8D=_n('view') +_rz(z,o8D,'class',27,cXD,fWD,gg) +cs.push("./page/cloud/index.wxml:view:17:16") +var x9D=_n('view') +_rz(z,x9D,'class',28,cXD,fWD,gg) +var o0D=_v() +_(x9D,o0D) +cs.push("./page/cloud/index.wxml:block:18:18") +var fAE=function(hCE,cBE,oDE,gg){ +cs.push("./page/cloud/index.wxml:block:18:18") +cs.push("./page/cloud/index.wxml:navigator:19:20") +var oFE=_mz(z,'navigator',['class',32,'url',1],[],hCE,cBE,gg) +cs.push("./page/cloud/index.wxml:view:20:22") +var lGE=_n('view') +_rz(z,lGE,'class',34,hCE,cBE,gg) +var aHE=_oz(z,35,hCE,cBE,gg) +_(lGE,aHE) +cs.pop() +_(oFE,lGE) +cs.push("./page/cloud/index.wxml:view:21:22") +var tIE=_n('view') +_rz(z,tIE,'class',36,hCE,cBE,gg) +cs.pop() +_(oFE,tIE) +cs.pop() +_(oDE,oFE) +cs.pop() +return oDE +} +_wp('./page/cloud/index.wxml:block:18:18: wx:key="*item" does not look like a valid key name.') +o0D.wxXCkey=2 +_2z(z,30,fAE,cXD,fWD,gg,o0D,'page','index','*item') +cs.pop() +cs.pop() +_(o8D,x9D) +cs.pop() +_(c1D,o8D) +cs.pop() +_(hYD,c1D) +cs.pop() +return hYD +} +_wp('./page/cloud/index.wxml:block:9:10: wx:key="{{item.id}}" does not look like a valid key name (did you mean wx:key="id" ?)') +xUD.wxXCkey=2 +_2z(z,14,oVD,e,s,gg,xUD,'item','index','{{item.id}}') +cs.pop() +cs.pop() +_(bSD,oTD) +cs.pop() +_(hKD,bSD) +cs.pop() +_(cJD,hKD) +cs.pop() +_(r,cJD) +return r +} +e_[x[8]]={f:m6,j:[],i:[],ti:[],ic:[]} +d_[x[9]]={} +d_[x[9]]["foot"]=function(e,s,r,gg){ +var z=gz$gwx_8() +var b=x[9]+':foot' +r.wxVkey=b +gg.f=$gdc(f_["./page/common/foot.wxml"],"",1) +if(p_[b]){_wl(b,x[9]);return} +p_[b]=true +try{ +cs.push("./page/common/foot.wxml:navigator:2:4") +var oB=_mz(z,'navigator',['class',1,'hoverClass',1,'openType',2,'url',3],[],e,s,gg) +cs.push("./page/common/foot.wxml:image:3:6") +var xC=_mz(z,'image',['class',5,'src',1],[],e,s,gg) +cs.pop() +_(oB,xC) +cs.pop() +_(r,oB) +}catch(err){ +p_[b]=false +throw err +} +p_[b]=false +return r +} +var m7=function(e,s,r,gg){ +var z=gz$gwx_8() +return r +} +e_[x[9]]={f:m7,j:[],i:[],ti:[],ic:[]} +d_[x[10]]={} +d_[x[10]]["head"]=function(e,s,r,gg){ +var z=gz$gwx_9() +var b=x[10]+':head' +r.wxVkey=b +gg.f=$gdc(f_["./page/common/head.wxml"],"",1) +if(p_[b]){_wl(b,x[10]);return} +p_[b]=true +try{ +cs.push("./page/common/head.wxml:view:2:4") +var oB=_n('view') +_rz(z,oB,'class',1,e,s,gg) +cs.push("./page/common/head.wxml:view:3:6") +var oD=_n('view') +_rz(z,oD,'class',2,e,s,gg) +var fE=_oz(z,3,e,s,gg) +_(oD,fE) +cs.pop() +_(oB,oD) +cs.push("./page/common/head.wxml:view:4:6") +var cF=_n('view') +_rz(z,cF,'class',4,e,s,gg) +cs.pop() +_(oB,cF) +var xC=_v() +_(oB,xC) +if(_oz(z,5,e,s,gg)){xC.wxVkey=1 +cs.push("./page/common/head.wxml:view:5:6") +cs.push("./page/common/head.wxml:view:5:6") +var hG=_n('view') +_rz(z,hG,'class',6,e,s,gg) +var oH=_oz(z,7,e,s,gg) +_(hG,oH) +cs.pop() +_(xC,hG) +cs.pop() +} +xC.wxXCkey=1 +cs.pop() +_(r,oB) +}catch(err){ +p_[b]=false +throw err +} +p_[b]=false +return r +} +var m8=function(e,s,r,gg){ +var z=gz$gwx_9() +return r +} +e_[x[10]]={f:m8,j:[],i:[],ti:[],ic:[]} +d_[x[11]]={} +var m9=function(e,s,r,gg){ +var z=gz$gwx_10() +cs.push("./page/component/index.wxml:view:1:1") +var xME=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg) +cs.push("./page/component/index.wxml:view:2:4") +var oNE=_n('view') +_rz(z,oNE,'class',2,e,s,gg) +cs.push("./page/component/index.wxml:view:3:6") +var fOE=_n('view') +_rz(z,fOE,'class',3,e,s,gg) +cs.push("./page/component/index.wxml:image:4:8") +var cPE=_mz(z,'image',['class',4,'src',1],[],e,s,gg) +cs.pop() +_(fOE,cPE) +cs.push("./page/component/index.wxml:view:5:8") +var hQE=_n('view') +_rz(z,hQE,'class',6,e,s,gg) +var oRE=_oz(z,7,e,s,gg) +_(hQE,oRE) +cs.push("./page/component/index.wxml:navigator:5:184") +var cSE=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg) +var oTE=_oz(z,10,e,s,gg) +_(cSE,oTE) +cs.pop() +_(hQE,cSE) +var lUE=_oz(z,11,e,s,gg) +_(hQE,lUE) +cs.pop() +_(fOE,hQE) +cs.pop() +_(oNE,fOE) +cs.push("./page/component/index.wxml:view:7:6") +var aVE=_n('view') +_rz(z,aVE,'class',12,e,s,gg) +cs.push("./page/component/index.wxml:view:8:8") +var tWE=_n('view') +_rz(z,tWE,'class',13,e,s,gg) +var eXE=_v() +_(tWE,eXE) +cs.push("./page/component/index.wxml:block:9:10") +var bYE=function(x1E,oZE,o2E,gg){ +cs.push("./page/component/index.wxml:block:9:10") +cs.push("./page/component/index.wxml:view:10:12") +var c4E=_n('view') +_rz(z,c4E,'class',16,x1E,oZE,gg) +cs.push("./page/component/index.wxml:view:11:14") +var h5E=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],x1E,oZE,gg) +cs.push("./page/component/index.wxml:view:12:16") +var c7E=_n('view') +_rz(z,c7E,'class',20,x1E,oZE,gg) +var o8E=_oz(z,21,x1E,oZE,gg) +_(c7E,o8E) +cs.pop() +_(h5E,c7E) +var o6E=_v() +_(h5E,o6E) +if(_oz(z,22,x1E,oZE,gg)){o6E.wxVkey=1 +cs.push("./page/component/index.wxml:image:13:16") +cs.push("./page/component/index.wxml:image:13:16") +var l9E=_mz(z,'image',['class',23,'src',1],[],x1E,oZE,gg) +cs.pop() +_(o6E,l9E) +cs.pop() +} +else{o6E.wxVkey=2 +cs.push("./page/component/index.wxml:image:14:16") +cs.push("./page/component/index.wxml:image:14:16") +var a0E=_mz(z,'image',['class',25,'src',1],[],x1E,oZE,gg) +cs.pop() +_(o6E,a0E) +cs.pop() +} +o6E.wxXCkey=1 +cs.pop() +_(c4E,h5E) +cs.push("./page/component/index.wxml:view:16:14") +var tAF=_n('view') +_rz(z,tAF,'class',27,x1E,oZE,gg) +cs.push("./page/component/index.wxml:view:17:16") +var eBF=_n('view') +_rz(z,eBF,'class',28,x1E,oZE,gg) +var bCF=_v() +_(eBF,bCF) +cs.push("./page/component/index.wxml:block:18:18") +var oDF=function(oFF,xEF,fGF,gg){ +cs.push("./page/component/index.wxml:block:18:18") +var hIF=_v() +_(fGF,hIF) +if(_oz(z,32,oFF,xEF,gg)){hIF.wxVkey=1 +cs.push("./page/component/index.wxml:navigator:19:20") +cs.push("./page/component/index.wxml:navigator:19:20") +var oJF=_mz(z,'navigator',['appId',33,'class',1,'extraData',2,'openType',3,'path',4,'target',5,'version',6],[],oFF,xEF,gg) +cs.push("./page/component/index.wxml:view:20:22") +var cKF=_n('view') +_rz(z,cKF,'class',40,oFF,xEF,gg) +var oLF=_oz(z,41,oFF,xEF,gg) +_(cKF,oLF) +cs.pop() +_(oJF,cKF) +cs.push("./page/component/index.wxml:view:21:22") +var lMF=_n('view') +_rz(z,lMF,'class',42,oFF,xEF,gg) +cs.pop() +_(oJF,lMF) +cs.pop() +_(hIF,oJF) +cs.pop() +} +else{hIF.wxVkey=2 +cs.push("./page/component/index.wxml:navigator:23:20") +cs.push("./page/component/index.wxml:navigator:23:20") +var aNF=_mz(z,'navigator',['class',43,'url',1],[],oFF,xEF,gg) +cs.push("./page/component/index.wxml:view:24:22") +var tOF=_n('view') +_rz(z,tOF,'class',45,oFF,xEF,gg) +var ePF=_oz(z,46,oFF,xEF,gg) +_(tOF,ePF) +cs.pop() +_(aNF,tOF) +cs.push("./page/component/index.wxml:view:25:22") +var bQF=_n('view') +_rz(z,bQF,'class',47,oFF,xEF,gg) +cs.pop() +_(aNF,bQF) +cs.pop() +_(hIF,aNF) +cs.pop() +} +hIF.wxXCkey=1 +cs.pop() +return fGF +} +_wp('./page/component/index.wxml:block:18:18: wx:key="*item" does not look like a valid key name.') +bCF.wxXCkey=2 +_2z(z,30,oDF,x1E,oZE,gg,bCF,'page','index','*item') +cs.pop() +cs.pop() +_(tAF,eBF) +cs.pop() +_(c4E,tAF) +cs.pop() +_(o2E,c4E) +cs.pop() +return o2E +} +_wp('./page/component/index.wxml:block:9:10: wx:key="{{item.id}}" does not look like a valid key name (did you mean wx:key="id" ?)') +eXE.wxXCkey=2 +_2z(z,14,bYE,e,s,gg,eXE,'item','index','{{item.id}}') +cs.pop() +cs.pop() +_(aVE,tWE) +cs.pop() +_(oNE,aVE) +cs.pop() +_(xME,oNE) +cs.pop() +_(r,xME) +return r +} +e_[x[11]]={f:m9,j:[],i:[],ti:[],ic:[]} +d_[x[12]]={} +var m10=function(e,s,r,gg){ +var z=gz$gwx_11() +cs.push("./page/extend/index.wxml:view:1:1") +var xSF=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg) +cs.push("./page/extend/index.wxml:view:6:7") +var oTF=_n('view') +_rz(z,oTF,'class',2,e,s,gg) +cs.push("./page/extend/index.wxml:image:7:6") +var fUF=_mz(z,'image',['class',3,'src',1],[],e,s,gg) +cs.pop() +_(oTF,fUF) +cs.push("./page/extend/index.wxml:view:8:6") +var cVF=_n('view') +_rz(z,cVF,'class',5,e,s,gg) +var hWF=_oz(z,6,e,s,gg) +_(cVF,hWF) +cs.push("./page/extend/index.wxml:navigator:8:161") +var oXF=_mz(z,'navigator',['class',7,'url',1],[],e,s,gg) +var cYF=_oz(z,9,e,s,gg) +_(oXF,cYF) +cs.pop() +_(cVF,oXF) +var oZF=_oz(z,10,e,s,gg) +_(cVF,oZF) +cs.pop() +_(oTF,cVF) +cs.pop() +_(xSF,oTF) +cs.push("./page/extend/index.wxml:view:13:6") +var l1F=_n('view') +_rz(z,l1F,'class',11,e,s,gg) +cs.push("./page/extend/index.wxml:view:14:10") +var a2F=_n('view') +_rz(z,a2F,'class',12,e,s,gg) +var t3F=_v() +_(a2F,t3F) +cs.push("./page/extend/index.wxml:block:15:14") +var e4F=function(o6F,b5F,x7F,gg){ +cs.push("./page/extend/index.wxml:block:15:14") +cs.push("./page/extend/index.wxml:view:16:18") +var f9F=_n('view') +_rz(z,f9F,'class',15,o6F,b5F,gg) +cs.push("./page/extend/index.wxml:view:17:22") +var c0F=_mz(z,'view',['bindtap',16,'class',1,'id',2],[],o6F,b5F,gg) +cs.push("./page/extend/index.wxml:view:18:26") +var hAG=_n('view') +_rz(z,hAG,'class',19,o6F,b5F,gg) +var oBG=_oz(z,20,o6F,b5F,gg) +_(hAG,oBG) +cs.pop() +_(c0F,hAG) +cs.push("./page/extend/index.wxml:image:19:26") +var cCG=_mz(z,'image',['class',21,'src',1],[],o6F,b5F,gg) +cs.pop() +_(c0F,cCG) +cs.pop() +_(f9F,c0F) +cs.push("./page/extend/index.wxml:view:21:22") +var oDG=_n('view') +_rz(z,oDG,'class',23,o6F,b5F,gg) +cs.push("./page/extend/index.wxml:view:22:26") +var lEG=_n('view') +_rz(z,lEG,'class',24,o6F,b5F,gg) +var aFG=_v() +_(lEG,aFG) +cs.push("./page/extend/index.wxml:block:23:30") +var tGG=function(bIG,eHG,oJG,gg){ +cs.push("./page/extend/index.wxml:block:23:30") +var oLG=_v() +_(oJG,oLG) +if(_oz(z,28,bIG,eHG,gg)){oLG.wxVkey=1 +cs.push("./page/extend/index.wxml:navigator:24:34") +cs.push("./page/extend/index.wxml:navigator:24:34") +var fMG=_mz(z,'navigator',['class',29,'url',1],[],bIG,eHG,gg) +cs.push("./page/extend/index.wxml:view:25:38") +var cNG=_n('view') +_rz(z,cNG,'class',31,bIG,eHG,gg) +var hOG=_oz(z,32,bIG,eHG,gg) +_(cNG,hOG) +cs.pop() +_(fMG,cNG) +cs.push("./page/extend/index.wxml:view:26:38") +var oPG=_n('view') +_rz(z,oPG,'class',33,bIG,eHG,gg) +cs.pop() +_(fMG,oPG) +cs.pop() +_(oLG,fMG) +cs.pop() +} +else{oLG.wxVkey=2 +cs.push("./page/extend/index.wxml:navigator:28:34") +cs.push("./page/extend/index.wxml:navigator:28:34") +var cQG=_mz(z,'navigator',['class',34,'url',1],[],bIG,eHG,gg) +cs.push("./page/extend/index.wxml:view:29:38") +var oRG=_n('view') +_rz(z,oRG,'class',36,bIG,eHG,gg) +var lSG=_oz(z,37,bIG,eHG,gg) +_(oRG,lSG) +cs.pop() +_(cQG,oRG) +cs.push("./page/extend/index.wxml:view:30:38") +var aTG=_n('view') +_rz(z,aTG,'class',38,bIG,eHG,gg) +cs.pop() +_(cQG,aTG) +cs.pop() +_(oLG,cQG) +cs.pop() +} +oLG.wxXCkey=1 +cs.pop() +return oJG +} +aFG.wxXCkey=2 +_2z(z,26,tGG,o6F,b5F,gg,aFG,'page','index','*this') +cs.pop() +cs.pop() +_(oDG,lEG) +cs.pop() +_(f9F,oDG) +cs.pop() +_(x7F,f9F) +cs.pop() +return x7F +} +t3F.wxXCkey=2 +_2z(z,13,e4F,e,s,gg,t3F,'item','index','id') +cs.pop() +cs.pop() +_(l1F,a2F) +cs.pop() +_(xSF,l1F) +cs.push("./page/extend/index.wxml:view:39:6") +var tUG=_n('view') +_rz(z,tUG,'class',39,e,s,gg) +cs.pop() +_(xSF,tUG) +cs.pop() +_(r,xSF) +return r +} +e_[x[12]]={f:m10,j:[],i:[],ti:[],ic:[]} +if(path&&e_[path]){ +window.__wxml_comp_version__=0.02 +return function(env,dd,global){$gwxc=0;var root={"tag":"wx-page"};root.children=[] +var main=e_[path].f +cs=[] +if (typeof global==="undefined")global={};global.f=$gdc(f_[path],"",1); +if(typeof(window.__webview_engine_version__)!='undefined'&&window.__webview_engine_version__+1e-6>=0.02+1e-6&&window.__mergeData__) +{ +env=window.__mergeData__(env,dd); +} +try{ +main(env,{},root,global); +_tsd(root) +if(typeof(window.__webview_engine_version__)=='undefined'|| window.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);} +}catch(err){ +console.log(cs, env); +console.log(err) +throw err +} +return root; +} +} +} + diff --git a/compiler/test/wcc/llw/3/log.md b/compiler/test/wcc/llw/3/log.md new file mode 100644 index 0000000..07bd19e --- /dev/null +++ b/compiler/test/wcc/llw/3/log.md @@ -0,0 +1,6 @@ +x 元素个数:13 +第6、7 npm 下标5、6 + +gz1 - gz11 +m0 - m10 +XC_0 - XC_ \ No newline at end of file diff --git a/compiler/test/wcc/llw/3/node_output.json b/compiler/test/wcc/llw/3/node_output.json new file mode 100644 index 0000000..72d1085 --- /dev/null +++ b/compiler/test/wcc/llw/3/node_output.json @@ -0,0 +1,27 @@ +{ + "generateFunctionContent": { + "__COMMON__": "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\"__g\",{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\"undefined\")e.children.push(t)}function S(e){if(typeof e!=\"undefined\")return{tag:\"virtual\",wxKey:e,children:[]};return{tag:\"virtual\",children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\"Dom limit exceeded, please check if there's any mistake you've made.\"}return{tag:\"wx-\"+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\"undefined\"?e[r]:t[r]}function u(e){console.warn(\"WXMLRT_\"+g+\":\"+e)}function r(e,t){u(t+\":-1:-1:-1: Template `\"+e+\"` is being called recursively, will be stop.\")}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\"object\"){var r=0;var n=false,o=false;for(var a in e){n=n|a===\"__value__\";o=o|a===\"__wxspec__\";r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\"m\"||this.hn(e.__value__)===\"h\")?\"h\":\"n\"}return\"n\"},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\"n\"?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\"object\"){var t=0;var r=false,n=false;for(var o in e){r=r|o===\"__value__\";n=n|o===\"__wxspec__\";t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\"m\"||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\"\\n \"+\" \"+\" \"+\" \");for(var r=0;r=\":case\"<=\":case\">\":case\"<\":case\"<<\":case\">>\":p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");switch(i){case\"+\":f=A.rv(p)+A.rv(u);break;case\"*\":f=A.rv(p)*A.rv(u);break;case\"/\":f=A.rv(p)/A.rv(u);break;case\"%\":f=A.rv(p)%A.rv(u);break;case\"|\":f=A.rv(p)|A.rv(u);break;case\"^\":f=A.rv(p)^A.rv(u);break;case\"&\":f=A.rv(p)&A.rv(u);break;case\"===\":f=A.rv(p)===A.rv(u);break;case\"==\":f=A.rv(p)==A.rv(u);break;case\"!=\":f=A.rv(p)!=A.rv(u);break;case\"!==\":f=A.rv(p)!==A.rv(u);break;case\">=\":f=A.rv(p)>=A.rv(u);break;case\"<=\":f=A.rv(p)<=A.rv(u);break;case\">\":f=A.rv(p)>A.rv(u);break;case\"<\":f=A.rv(p)>\":f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\"c\"):f;break;case\"-\":p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\"c\"):f;break;case\"!\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=!A.rv(p);return l?A.nh(f,\"c\"):f;case\"~\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=~A.rv(p);return l?A.nh(f,\"c\"):f;default:s(\"unrecognized op\"+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\"undefined\")o.ap=a;if(typeof i===\"object\"){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\"h\";f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\"undefined\"){return h?A.nh(undefined,\"e\"):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return h||_?A.nh(undefined,\"e\"):undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return h||_?g?y:A.nh(y,\"e\"):y}else{if(f===null||typeof f===\"undefined\"){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\"h\";return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;y=h&&!g?A.nh(y,\"e\"):y;return y}}else{if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\"h\";_=A.hn(t)===\"h\";f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\"e\"):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\"h\"?A.nh(P,\"f\"):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\"h\";_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\"nv_\");try{P=typeof f===\"function\"?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\"\");t.stack=t.stack.substring(0,t.stack.indexOf(\"\\n\",t.stack.lastIndexOf(\"at nv_\")));t.stack=t.stack.replace(/\\snv_/g,\" \");t.stack=T(t.stack);if(n.debugInfo){t.stack+=\"\\n \"+\" \"+\" \"+\" at \"+n.debugInfo[0]+\":\"+n.debugInfo[1]+\":\"+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\"f\"):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\"\";for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||true)$gwx();;var __WXML_DEP__=__WXML_DEP__||{};__WXML_DEP__[\"./page/API/components/set-tab-bar/set-tab-bar.wxml\"]=[\"./page/common/head.wxml\",\"./page/common/foot.wxml\"];", + "miniprogram_npm/miniprogram-barrage/index": "var cs = cs || [];\n$gwx_XC_0=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_0 || [];\nfunction gz$gwx_XC_0_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[2,'==='],[[7],[3,'renderingMode']],[1,'canvas']])\nZ([3,'barrage-area'])\nZ([a,[3,'z-index: '],[[7],[3,'zIndex']],[3,';']])\nZ([3,'weui-canvas'])\nZ([3,'width: 100%; height: 100%;'])\nZ([3,'2d'])\nZ(z[1])\nZ([a,[3,'opacity: '],[[7],[3,'alpha']],[3,'; font: '],[[7],[3,'font']],[3,'; padding: '],[[7],[3,'padding']],[3,'; z-index: '],z[2][2],z[2][3]])\nZ([3,'tunnelId'])\nZ([3,'tunnel'])\nZ([[7],[3,'tunnels']])\nZ(z[8])\nZ([3,'barrage-tunnel'])\nZ([a,[3,'height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; border-top-width: '],[[2,'?:'],[[7],[3,'tunnelShow']],[1,1],[1,0]],[3,'px']])\nZ([3,'tunnel-tips'])\nZ([[2,'!'],[[7],[3,'tunnelShow']]])\nZ([a,[3,'轨道'],[[7],[3,'tunnelId']]])\nZ([3,'bulletId'])\nZ([3,'bullet'])\nZ([[6],[[7],[3,'tunnel']],[3,'bullets']])\nZ(z[17])\nZ([3,'onAnimationend'])\nZ([3,'onTapBullet'])\nZ([a,[3,'bullet-item '],[[2,'?:'],[[2,'>'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]])\nZ([[7],[3,'bulletId']])\nZ([[7],[3,'tunnelId']])\nZ([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],z[13][2],[3,'px; line-height: '],z[13][2],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']])\nZ([3,'bullet-item_img'])\nZ([3,'aspectFit'])\nZ([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'src']])\nZ([a,[3,'width: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'width']],[[7],[3,'fontSize']]],[3,'px; height: '],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'height']],[3,'px; margin-right: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'gap']],[1,4]],[3,'px;']])\nZ([3,'bullet-item_text'])\nZ([3,'opacity: 1;'])\nZ([a,[[6],[[7],[3,'bullet']],[3,'content']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']])\nZ(z[28])\nZ(z[29])\nZ([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'src']])\nZ([a,z[31][1],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'width']],[[7],[3,'fontSize']]],z[31][3],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'height']],[3,'px; margin-left: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'gap']],[1,4]],z[31][7]])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_0=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_0=true;\nvar x=['./miniprogram_npm/miniprogram-barrage/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_0_1()\nvar oB=_v()\n_(r,oB)\nif(_oz(z,0,e,s,gg)){oB.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\nvar xC=_mz(z,'view',['class',1,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:canvas:2:4\")\nvar oD=_mz(z,'canvas',['id',3,'style',1,'type',2],[],e,s,gg)\ncs.pop()\n_(xC,oD)\ncs.pop()\n_(oB,xC)\ncs.pop()\n}\nelse{oB.wxVkey=2\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\nvar fE=_mz(z,'view',['class',6,'style',1],[],e,s,gg)\nvar cF=_v()\n_(fE,cF)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\nvar hG=function(cI,oH,oJ,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:7:6\")\nvar aL=_mz(z,'view',['class',12,'style',1],[],cI,oH,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:8:8\")\nvar tM=_mz(z,'view',['class',14,'hidden',1],[],cI,oH,gg)\nvar eN=_oz(z,16,cI,oH,gg)\n_(tM,eN)\ncs.pop()\n_(aL,tM)\nvar bO=_v()\n_(aL,bO)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\nvar oP=function(oR,xQ,fS,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10\")\nvar hU=_mz(z,'view',['bindanimationend',21,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],oR,xQ,gg)\nvar oV=_v()\n_(hU,oV)\nif(_oz(z,27,oR,xQ,gg)){oV.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\nvar oX=_mz(z,'image',['class',28,'mode',1,'src',2,'style',3],[],oR,xQ,gg)\ncs.pop()\n_(oV,oX)\ncs.pop()\n}\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:25:12\")\nvar lY=_mz(z,'view',['class',32,'style',1],[],oR,xQ,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:text:26:14\")\nvar aZ=_n('text')\nvar t1=_oz(z,34,oR,xQ,gg)\n_(aZ,t1)\ncs.pop()\n_(lY,aZ)\ncs.pop()\n_(hU,lY)\nvar cW=_v()\n_(hU,cW)\nif(_oz(z,35,oR,xQ,gg)){cW.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\nvar e2=_mz(z,'image',['class',36,'mode',1,'src',2,'style',3],[],oR,xQ,gg)\ncs.pop()\n_(cW,e2)\ncs.pop()\n}\noV.wxXCkey=1\ncW.wxXCkey=1\ncs.pop()\n_(fS,hU)\ncs.pop()\nreturn fS\n}\nbO.wxXCkey=2\n_2z(z,19,oP,cI,oH,gg,bO,'bullet','bulletId','bulletId')\ncs.pop()\ncs.pop()\n_(oJ,aL)\ncs.pop()\nreturn oJ\n}\ncF.wxXCkey=2\n_2z(z,10,hG,e,s,gg,cF,'tunnel','tunnelId','tunnelId')\ncs.pop()\ncs.pop()\n_(oB,fE)\ncs.pop()\n}\noB.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_0\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_0();", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "var cs = cs || [];\n$gwx_XC_1=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_1 || [];\nfunction gz$gwx_XC_1_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'wx-recycle-item'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_1=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_1=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_1_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:view:2:2\")\nvar o4=_n('view')\n_rz(z,o4,'class',0,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4\")\nvar x5=_n('slot')\ncs.pop()\n_(o4,x5)\ncs.pop()\n_(r,o4)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_1\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_1();", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "var cs = cs || [];\n$gwx_XC_2=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_2 || [];\nfunction gz$gwx_XC_2_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'_beginToScroll'])\nZ([3,'wrap'])\nZ([3,'content'])\nZ([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']])\nZ([3,'_scrollViewDidScroll'])\nZ([3,'_scrollToLower'])\nZ([3,'_scrollToUpper'])\nZ(z[2])\nZ([[7],[3,'enableBackToTop']])\nZ([[7],[3,'lowerThreshold']])\nZ([[7],[3,'innerScrollIntoView']])\nZ([[7],[3,'innerScrollTop']])\nZ([[7],[3,'scrollWithAnimation']])\nZ([1,false])\nZ([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]])\nZ([3,'height:100%;position: relative;'])\nZ([[7],[3,'throttle']])\nZ([[7],[3,'upperThreshold']])\nZ([3,'position: absolute;z-index:1;width:100%;left: 0;top: 0;opacity: 0;visibility: hidden;'])\nZ([3,'itemsize'])\nZ([3,'slot-before'])\nZ([a,z[3][1],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[2,'+'],[[7],[3,'beforeSlotHeight']],[1,'px']],[1,'auto']]])\nZ([3,'before'])\nZ([a,[3,'position:relative;width:100%;z-index:10;background: url(\\x22'],[[7],[3,'placeholderImageStr']],[3,'\\x22) repeat;height:'],[[7],[3,'totalHeight']],[3,'px;']])\nZ([a,[3,'position: absolute;left:0;width:100%;top:'],[[7],[3,'innerBeforeHeight']],z[23][5]])\nZ([3,'slot-after'])\nZ([a,z[3][1],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[2,'+'],[[7],[3,'afterSlotHeight']],[1,'px']],[1,'auto']]])\nZ([3,'after'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_2=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_2=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_2_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2\")\nvar f7=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4\")\nvar c8=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:4:6\")\nvar h9=_n('view')\n_rz(z,h9,'style',18,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8\")\nvar o0=_n('slot')\n_rz(z,o0,'name',19,e,s,gg)\ncs.pop()\n_(h9,o0)\ncs.pop()\n_(c8,h9)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:7:6\")\nvar cAB=_mz(z,'view',['class',20,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8\")\nvar oBB=_n('slot')\n_rz(z,oBB,'name',22,e,s,gg)\ncs.pop()\n_(cAB,oBB)\ncs.pop()\n_(c8,cAB)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:10:6\")\nvar lCB=_n('view')\n_rz(z,lCB,'style',23,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:12:8\")\nvar aDB=_n('view')\n_rz(z,aDB,'style',24,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10\")\nvar tEB=_n('slot')\ncs.pop()\n_(aDB,tEB)\ncs.pop()\n_(lCB,aDB)\ncs.pop()\n_(c8,lCB)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:17:6\")\nvar eFB=_mz(z,'view',['class',25,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8\")\nvar bGB=_n('slot')\n_rz(z,bGB,'name',27,e,s,gg)\ncs.pop()\n_(eFB,bGB)\ncs.pop()\n_(c8,eFB)\ncs.pop()\n_(f7,c8)\ncs.pop()\n_(r,f7)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_2\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_2();", + "miniprogram_npm/wxml-to-canvas/index": "var cs = cs || [];\n$gwx_XC_3=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_3 || [];\nfunction gz$gwx_XC_3_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'use2dCanvas']])\nZ([3,'weui-canvas'])\nZ([a,[3,'width: '],[[7],[3,'width']],[3,'px; height: '],[[7],[3,'height']],[3,'px;']])\nZ([3,'2d'])\nZ(z[1])\nZ([a,z[2][1],z[2][2],z[2][3],z[2][4],z[2][5]])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_3=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_3=true;\nvar x=['./miniprogram_npm/wxml-to-canvas/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_3_1()\nvar xIB=_v()\n_(r,xIB)\nif(_oz(z,0,e,s,gg)){xIB.wxVkey=1\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1\")\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1\")\nvar oJB=_mz(z,'canvas',['id',1,'style',1,'type',2],[],e,s,gg)\ncs.pop()\n_(xIB,oJB)\ncs.pop()\n}\nelse{xIB.wxVkey=2\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2\")\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2\")\nvar fKB=_mz(z,'canvas',['canvasId',4,'style',1],[],e,s,gg)\ncs.pop()\n_(xIB,fKB)\ncs.pop()\n}\nxIB.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_3\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_3();", + "page/API/components/set-tab-bar/set-tab-bar": "var cs = cs || [];\n$gwx_XC_4=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_4 || [];\nfunction gz$gwx_XC_4_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'container page'])\nZ([[7],[3,'theme']])\nZ([[8],'title',[1,'tabBar']])\nZ([3,'head'])\nZ([3,'page-body'])\nZ([3,'btn-area'])\nZ([3,'setTabBarBadge'])\nZ([a,[3,'\\n '],[[2,'?:'],[[2,'!'],[[7],[3,'hasSetTabBarBadge']]],[1,'设置tab徽标'],[1,'移除tab徽标']],[3,'\\n ']])\nZ([3,'showTabBarRedDot'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasShownTabBarRedDot']]],[1,'显示红点'],[1,'移除红点']],z[7][3]])\nZ([3,'customStyle'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedStyle']]],[1,'自定义Tab样式'],[1,'移除自定义样式']],z[7][3]])\nZ([3,'customItem'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedItem']]],[1,'自定义Tab信息'],[1,'移除自定义信息']],z[7][3]])\nZ([3,'hideTabBar'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasHiddenTabBar']]],[1,'隐藏TabBar'],[1,'显示TabBar']],z[7][3]])\nZ(z[5])\nZ([3,'navigateBack'])\nZ([3,'primary'])\nZ([3,'返回上一级'])\nZ([3,'foot'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_4=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_4=true;\nvar x=['./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_4_1()\nvar hMB=e_[x[0]].i\n_ai(hMB,x[0],e_,x[0],1,1)\n_ai(hMB,x[0],e_,x[0],2,2)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2\")\nvar oNB=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\nvar cOB=_v()\n_(oNB,cOB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4\")\nvar oPB=_oz(z,3,e,s,gg)\nvar lQB=_gd(x[0],oPB,e_,d_)\nif(lQB){\nvar aRB=_1z(z,2,e,s,gg) || {}\nvar cur_globalf=gg.f\ncOB.wxXCkey=3\nlQB(aRB,aRB,cOB,gg)\ngg.f=cur_globalf\n}\nelse _w(oPB,x[0],5,16)\ncs.pop()\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:7:4\")\nvar tSB=_n('view')\n_rz(z,tSB,'class',4,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:8:6\")\nvar eTB=_n('view')\n_rz(z,eTB,'class',5,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:9:8\")\nvar bUB=_n('button')\n_rz(z,bUB,'bindtap',6,e,s,gg)\nvar oVB=_oz(z,7,e,s,gg)\n_(bUB,oVB)\ncs.pop()\n_(eTB,bUB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:12:8\")\nvar xWB=_n('button')\n_rz(z,xWB,'bindtap',8,e,s,gg)\nvar oXB=_oz(z,9,e,s,gg)\n_(xWB,oXB)\ncs.pop()\n_(eTB,xWB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:15:8\")\nvar fYB=_n('button')\n_rz(z,fYB,'bindtap',10,e,s,gg)\nvar cZB=_oz(z,11,e,s,gg)\n_(fYB,cZB)\ncs.pop()\n_(eTB,fYB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:18:8\")\nvar h1B=_n('button')\n_rz(z,h1B,'bindtap',12,e,s,gg)\nvar o2B=_oz(z,13,e,s,gg)\n_(h1B,o2B)\ncs.pop()\n_(eTB,h1B)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:21:8\")\nvar c3B=_n('button')\n_rz(z,c3B,'bindtap',14,e,s,gg)\nvar o4B=_oz(z,15,e,s,gg)\n_(c3B,o4B)\ncs.pop()\n_(eTB,c3B)\ncs.pop()\n_(tSB,eTB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:26:6\")\nvar l5B=_n('view')\n_rz(z,l5B,'class',16,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:27:8\")\nvar a6B=_mz(z,'button',['bindtap',17,'type',1],[],e,s,gg)\nvar t7B=_oz(z,19,e,s,gg)\n_(a6B,t7B)\ncs.pop()\n_(l5B,a6B)\ncs.pop()\n_(tSB,l5B)\ncs.pop()\n_(oNB,tSB)\nvar e8B=_v()\n_(oNB,e8B)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4\")\nvar b9B=_oz(z,20,e,s,gg)\nvar o0B=_gd(x[0],b9B,e_,d_)\nif(o0B){\nvar xAC={}\nvar cur_globalf=gg.f\ne8B.wxXCkey=3\no0B(xAC,xAC,e8B,gg)\ngg.f=cur_globalf\n}\nelse _w(b9B,x[0],31,16)\ncs.pop()\ncs.pop()\n_(r,oNB)\nhMB.pop()\nhMB.pop()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[x[0],x[0]],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_4\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_4();", + "page/API/index": "var cs = cs || [];\n$gwx_XC_5=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_5 || [];\nfunction gz$gwx_XC_5_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'isSetTabBarPage']])\nZ([3,'leaveSetTabBarPage'])\nZ([3,'index page'])\nZ([[7],[3,'theme']])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将演示小程序接口能力,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'/page/component/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[16])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[16],[3,'_dark.png']])\nZ(z[24])\nZ([a,z[25][1],z[16],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ([3,'page'])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([[2,'!=='],[[6],[[7],[3,'page']],[3,'url']],[1,'@set-tab-bar']])\nZ([3,'navigator'])\nZ([a,[3,'../../packageAPI/pages/'],z[16],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'navigator-arrow'])\nZ([3,'enterSetTabBarPage'])\nZ(z[34])\nZ(z[36])\nZ([a,z[37][1]])\nZ(z[38])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_5=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_5=true;\nvar x=['./page/API/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_5_1()\nvar fCC=_v()\n_(r,fCC)\nif(_oz(z,0,e,s,gg)){fCC.wxVkey=1\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\nvar cDC=_n('set-tab-bar')\n_rz(z,cDC,'bindunmount',1,e,s,gg)\ncs.pop()\n_(fCC,cDC)\ncs.pop()\n}\nelse{fCC.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:2:2\")\ncs.push(\"./page/API/index.wxml:view:2:2\")\nvar hEC=_mz(z,'view',['class',2,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/API/index.wxml:view:3:4\")\nvar oFC=_n('view')\n_rz(z,oFC,'class',4,e,s,gg)\ncs.push(\"./page/API/index.wxml:image:4:6\")\nvar cGC=_mz(z,'image',['class',5,'src',1],[],e,s,gg)\ncs.pop()\n_(oFC,cGC)\ncs.push(\"./page/API/index.wxml:view:5:6\")\nvar oHC=_n('view')\n_rz(z,oHC,'class',7,e,s,gg)\nvar lIC=_oz(z,8,e,s,gg)\n_(oHC,lIC)\ncs.push(\"./page/API/index.wxml:navigator:5:95\")\nvar aJC=_mz(z,'navigator',['class',9,'url',1],[],e,s,gg)\nvar tKC=_oz(z,11,e,s,gg)\n_(aJC,tKC)\ncs.pop()\n_(oHC,aJC)\nvar eLC=_oz(z,12,e,s,gg)\n_(oHC,eLC)\ncs.pop()\n_(oFC,oHC)\ncs.pop()\n_(hEC,oFC)\ncs.push(\"./page/API/index.wxml:view:7:4\")\nvar bMC=_n('view')\n_rz(z,bMC,'class',13,e,s,gg)\ncs.push(\"./page/API/index.wxml:view:8:6\")\nvar oNC=_n('view')\n_rz(z,oNC,'class',14,e,s,gg)\nvar xOC=_v()\n_(oNC,xOC)\ncs.push(\"./page/API/index.wxml:block:9:8\")\nvar oPC=function(cRC,fQC,hSC,gg){\ncs.push(\"./page/API/index.wxml:block:9:8\")\ncs.push(\"./page/API/index.wxml:view:10:10\")\nvar cUC=_n('view')\n_rz(z,cUC,'class',17,cRC,fQC,gg)\ncs.push(\"./page/API/index.wxml:view:11:12\")\nvar oVC=_mz(z,'view',['bindtap',18,'class',1,'id',2],[],cRC,fQC,gg)\ncs.push(\"./page/API/index.wxml:view:12:14\")\nvar aXC=_n('view')\n_rz(z,aXC,'class',21,cRC,fQC,gg)\nvar tYC=_oz(z,22,cRC,fQC,gg)\n_(aXC,tYC)\ncs.pop()\n_(oVC,aXC)\nvar lWC=_v()\n_(oVC,lWC)\nif(_oz(z,23,cRC,fQC,gg)){lWC.wxVkey=1\ncs.push(\"./page/API/index.wxml:image:13:14\")\ncs.push(\"./page/API/index.wxml:image:13:14\")\nvar eZC=_mz(z,'image',['class',24,'src',1],[],cRC,fQC,gg)\ncs.pop()\n_(lWC,eZC)\ncs.pop()\n}\nelse{lWC.wxVkey=2\ncs.push(\"./page/API/index.wxml:image:14:14\")\ncs.push(\"./page/API/index.wxml:image:14:14\")\nvar b1C=_mz(z,'image',['class',26,'src',1],[],cRC,fQC,gg)\ncs.pop()\n_(lWC,b1C)\ncs.pop()\n}\nlWC.wxXCkey=1\ncs.pop()\n_(cUC,oVC)\ncs.push(\"./page/API/index.wxml:view:16:12\")\nvar o2C=_n('view')\n_rz(z,o2C,'class',28,cRC,fQC,gg)\ncs.push(\"./page/API/index.wxml:view:17:14\")\nvar x3C=_n('view')\n_rz(z,x3C,'class',29,cRC,fQC,gg)\nvar o4C=_v()\n_(x3C,o4C)\ncs.push(\"./page/API/index.wxml:block:18:16\")\nvar f5C=function(h7C,c6C,o8C,gg){\ncs.push(\"./page/API/index.wxml:block:18:16\")\nvar o0C=_v()\n_(o8C,o0C)\nif(_oz(z,33,h7C,c6C,gg)){o0C.wxVkey=1\ncs.push(\"./page/API/index.wxml:navigator:19:18\")\ncs.push(\"./page/API/index.wxml:navigator:19:18\")\nvar lAD=_mz(z,'navigator',['class',34,'url',1],[],h7C,c6C,gg)\ncs.push(\"./page/API/index.wxml:view:20:20\")\nvar aBD=_n('view')\n_rz(z,aBD,'class',36,h7C,c6C,gg)\nvar tCD=_oz(z,37,h7C,c6C,gg)\n_(aBD,tCD)\ncs.pop()\n_(lAD,aBD)\ncs.push(\"./page/API/index.wxml:view:21:20\")\nvar eDD=_n('view')\n_rz(z,eDD,'class',38,h7C,c6C,gg)\ncs.pop()\n_(lAD,eDD)\ncs.pop()\n_(o0C,lAD)\ncs.pop()\n}\nelse{o0C.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:23:18\")\ncs.push(\"./page/API/index.wxml:view:23:18\")\nvar bED=_mz(z,'view',['bindtap',39,'class',1],[],h7C,c6C,gg)\ncs.push(\"./page/API/index.wxml:view:24:20\")\nvar oFD=_n('view')\n_rz(z,oFD,'class',41,h7C,c6C,gg)\nvar xGD=_oz(z,42,h7C,c6C,gg)\n_(oFD,xGD)\ncs.pop()\n_(bED,oFD)\ncs.push(\"./page/API/index.wxml:view:25:20\")\nvar oHD=_n('view')\n_rz(z,oHD,'class',43,h7C,c6C,gg)\ncs.pop()\n_(bED,oHD)\ncs.pop()\n_(o0C,bED)\ncs.pop()\n}\no0C.wxXCkey=1\ncs.pop()\nreturn o8C\n}\n_wp('./page/API/index.wxml:block:18:16: wx:key=\"*item\" does not look like a valid key name.')\no4C.wxXCkey=2\n_2z(z,31,f5C,cRC,fQC,gg,o4C,'page','index','*item')\ncs.pop()\ncs.pop()\n_(o2C,x3C)\ncs.pop()\n_(cUC,o2C)\ncs.pop()\n_(hSC,cUC)\ncs.pop()\nreturn hSC\n}\n_wp('./page/API/index.wxml:block:9:8: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\nxOC.wxXCkey=2\n_2z(z,15,oPC,e,s,gg,xOC,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(bMC,oNC)\ncs.pop()\n_(hEC,bMC)\ncs.pop()\n_(fCC,hEC)\ncs.pop()\n}\nfCC.wxXCkey=1\nfCC.wxXCkey=3\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_5\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_5();", + + "page/cloud/index": "var cs = cs || [];\n$gwx_XC_6=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_6 || [];\nfunction gz$gwx_XC_6_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index'])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将演示小程序云开发能力,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'../../packageAPI/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[15])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[15],[3,'_dark.png']])\nZ(z[23])\nZ([a,z[24][1],z[15],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([3,'navigator'])\nZ([a,[3,'../../packageCloud/pages/'],z[15],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'navigator-arrow'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_6=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_6=true;\nvar x=['./page/cloud/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_6_1()\ncs.push(\"./page/cloud/index.wxml:view:1:1\")\nvar cJD=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:2:4\")\nvar hKD=_n('view')\n_rz(z,hKD,'class',2,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:3:6\")\nvar oLD=_n('view')\n_rz(z,oLD,'class',3,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:image:4:8\")\nvar cMD=_mz(z,'image',['class',4,'src',1],[],e,s,gg)\ncs.pop()\n_(oLD,cMD)\ncs.push(\"./page/cloud/index.wxml:view:5:8\")\nvar oND=_n('view')\n_rz(z,oND,'class',6,e,s,gg)\nvar lOD=_oz(z,7,e,s,gg)\n_(oND,lOD)\ncs.push(\"./page/cloud/index.wxml:navigator:5:100\")\nvar aPD=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg)\nvar tQD=_oz(z,10,e,s,gg)\n_(aPD,tQD)\ncs.pop()\n_(oND,aPD)\nvar eRD=_oz(z,11,e,s,gg)\n_(oND,eRD)\ncs.pop()\n_(oLD,oND)\ncs.pop()\n_(hKD,oLD)\ncs.push(\"./page/cloud/index.wxml:view:7:6\")\nvar bSD=_n('view')\n_rz(z,bSD,'class',12,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:8:8\")\nvar oTD=_n('view')\n_rz(z,oTD,'class',13,e,s,gg)\nvar xUD=_v()\n_(oTD,xUD)\ncs.push(\"./page/cloud/index.wxml:block:9:10\")\nvar oVD=function(cXD,fWD,hYD,gg){\ncs.push(\"./page/cloud/index.wxml:block:9:10\")\ncs.push(\"./page/cloud/index.wxml:view:10:12\")\nvar c1D=_n('view')\n_rz(z,c1D,'class',16,cXD,fWD,gg)\ncs.push(\"./page/cloud/index.wxml:view:11:14\")\nvar o2D=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],cXD,fWD,gg)\ncs.push(\"./page/cloud/index.wxml:view:12:16\")\nvar a4D=_n('view')\n_rz(z,a4D,'class',20,cXD,fWD,gg)\nvar t5D=_oz(z,21,cXD,fWD,gg)\n_(a4D,t5D)\ncs.pop()\n_(o2D,a4D)\nvar l3D=_v()\n_(o2D,l3D)\nif(_oz(z,22,cXD,fWD,gg)){l3D.wxVkey=1\ncs.push(\"./page/cloud/index.wxml:image:13:16\")\ncs.push(\"./page/cloud/index.wxml:image:13:16\")\nvar e6D=_mz(z,'image',['class',23,'src',1],[],cXD,fWD,gg)\ncs.pop()\n_(l3D,e6D)\ncs.pop()\n}\nelse{l3D.wxVkey=2\ncs.push(\"./page/cloud/index.wxml:image:14:16\")\ncs.push(\"./page/cloud/index.wxml:image:14:16\")\nvar b7D=_mz(z,'image',['class',25,'src',1],[],cXD,fWD,gg)\ncs.pop()\n_(l3D,b7D)\ncs.pop()\n}\nl3D.wxXCkey=1\ncs.pop()\n_(c1D,o2D)\ncs.push(\"./page/cloud/index.wxml:view:16:14\")\nvar o8D=_n('view')\n_rz(z,o8D,'class',27,cXD,fWD,gg)\ncs.push(\"./page/cloud/index.wxml:view:17:16\")\nvar x9D=_n('view')\n_rz(z,x9D,'class',28,cXD,fWD,gg)\nvar o0D=_v()\n_(x9D,o0D)\ncs.push(\"./page/cloud/index.wxml:block:18:18\")\nvar fAE=function(hCE,cBE,oDE,gg){\ncs.push(\"./page/cloud/index.wxml:block:18:18\")\ncs.push(\"./page/cloud/index.wxml:navigator:19:20\")\nvar oFE=_mz(z,'navigator',['class',32,'url',1],[],hCE,cBE,gg)\ncs.push(\"./page/cloud/index.wxml:view:20:22\")\nvar lGE=_n('view')\n_rz(z,lGE,'class',34,hCE,cBE,gg)\nvar aHE=_oz(z,35,hCE,cBE,gg)\n_(lGE,aHE)\ncs.pop()\n_(oFE,lGE)\ncs.push(\"./page/cloud/index.wxml:view:21:22\")\nvar tIE=_n('view')\n_rz(z,tIE,'class',36,hCE,cBE,gg)\ncs.pop()\n_(oFE,tIE)\ncs.pop()\n_(oDE,oFE)\ncs.pop()\nreturn oDE\n}\n_wp('./page/cloud/index.wxml:block:18:18: wx:key=\"*item\" does not look like a valid key name.')\no0D.wxXCkey=2\n_2z(z,30,fAE,cXD,fWD,gg,o0D,'page','index','*item')\ncs.pop()\ncs.pop()\n_(o8D,x9D)\ncs.pop()\n_(c1D,o8D)\ncs.pop()\n_(hYD,c1D)\ncs.pop()\nreturn hYD\n}\n_wp('./page/cloud/index.wxml:block:9:10: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\nxUD.wxXCkey=2\n_2z(z,14,oVD,e,s,gg,xUD,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(bSD,oTD)\ncs.pop()\n_(hKD,bSD)\ncs.pop()\n_(cJD,hKD)\ncs.pop()\n_(r,cJD)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_6\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_6();", + "page/component/index": "var cs = cs || [];\n$gwx_XC_7=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_7 || [];\nfunction gz$gwx_XC_7_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index'])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将展示小程序官方组件能力,组件样式仅供参考,开发者可根据自身需求自定义组件样式,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[15])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[15],[3,'_dark.png']])\nZ(z[23])\nZ([a,z[24][1],z[15],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([[6],[[7],[3,'page']],[3,'appid']])\nZ(z[32])\nZ([3,'navigator'])\nZ([3,''])\nZ([3,'navigate'])\nZ(z[35])\nZ([3,'miniProgram'])\nZ([3,'release'])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'name']]])\nZ([3,'navigator-arrow'])\nZ(z[34])\nZ([a,[3,'/packageComponent/pages/'],z[15],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]])\nZ(z[40])\nZ([a,[[7],[3,'page']]])\nZ(z[42])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_7=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_7=true;\nvar x=['./page/component/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_7_1()\ncs.push(\"./page/component/index.wxml:view:1:1\")\nvar xME=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/component/index.wxml:view:2:4\")\nvar oNE=_n('view')\n_rz(z,oNE,'class',2,e,s,gg)\ncs.push(\"./page/component/index.wxml:view:3:6\")\nvar fOE=_n('view')\n_rz(z,fOE,'class',3,e,s,gg)\ncs.push(\"./page/component/index.wxml:image:4:8\")\nvar cPE=_mz(z,'image',['class',4,'src',1],[],e,s,gg)\ncs.pop()\n_(fOE,cPE)\ncs.push(\"./page/component/index.wxml:view:5:8\")\nvar hQE=_n('view')\n_rz(z,hQE,'class',6,e,s,gg)\nvar oRE=_oz(z,7,e,s,gg)\n_(hQE,oRE)\ncs.push(\"./page/component/index.wxml:navigator:5:184\")\nvar cSE=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg)\nvar oTE=_oz(z,10,e,s,gg)\n_(cSE,oTE)\ncs.pop()\n_(hQE,cSE)\nvar lUE=_oz(z,11,e,s,gg)\n_(hQE,lUE)\ncs.pop()\n_(fOE,hQE)\ncs.pop()\n_(oNE,fOE)\ncs.push(\"./page/component/index.wxml:view:7:6\")\nvar aVE=_n('view')\n_rz(z,aVE,'class',12,e,s,gg)\ncs.push(\"./page/component/index.wxml:view:8:8\")\nvar tWE=_n('view')\n_rz(z,tWE,'class',13,e,s,gg)\nvar eXE=_v()\n_(tWE,eXE)\ncs.push(\"./page/component/index.wxml:block:9:10\")\nvar bYE=function(x1E,oZE,o2E,gg){\ncs.push(\"./page/component/index.wxml:block:9:10\")\ncs.push(\"./page/component/index.wxml:view:10:12\")\nvar c4E=_n('view')\n_rz(z,c4E,'class',16,x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:11:14\")\nvar h5E=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:12:16\")\nvar c7E=_n('view')\n_rz(z,c7E,'class',20,x1E,oZE,gg)\nvar o8E=_oz(z,21,x1E,oZE,gg)\n_(c7E,o8E)\ncs.pop()\n_(h5E,c7E)\nvar o6E=_v()\n_(h5E,o6E)\nif(_oz(z,22,x1E,oZE,gg)){o6E.wxVkey=1\ncs.push(\"./page/component/index.wxml:image:13:16\")\ncs.push(\"./page/component/index.wxml:image:13:16\")\nvar l9E=_mz(z,'image',['class',23,'src',1],[],x1E,oZE,gg)\ncs.pop()\n_(o6E,l9E)\ncs.pop()\n}\nelse{o6E.wxVkey=2\ncs.push(\"./page/component/index.wxml:image:14:16\")\ncs.push(\"./page/component/index.wxml:image:14:16\")\nvar a0E=_mz(z,'image',['class',25,'src',1],[],x1E,oZE,gg)\ncs.pop()\n_(o6E,a0E)\ncs.pop()\n}\no6E.wxXCkey=1\ncs.pop()\n_(c4E,h5E)\ncs.push(\"./page/component/index.wxml:view:16:14\")\nvar tAF=_n('view')\n_rz(z,tAF,'class',27,x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:17:16\")\nvar eBF=_n('view')\n_rz(z,eBF,'class',28,x1E,oZE,gg)\nvar bCF=_v()\n_(eBF,bCF)\ncs.push(\"./page/component/index.wxml:block:18:18\")\nvar oDF=function(oFF,xEF,fGF,gg){\ncs.push(\"./page/component/index.wxml:block:18:18\")\nvar hIF=_v()\n_(fGF,hIF)\nif(_oz(z,32,oFF,xEF,gg)){hIF.wxVkey=1\ncs.push(\"./page/component/index.wxml:navigator:19:20\")\ncs.push(\"./page/component/index.wxml:navigator:19:20\")\nvar oJF=_mz(z,'navigator',['appId',33,'class',1,'extraData',2,'openType',3,'path',4,'target',5,'version',6],[],oFF,xEF,gg)\ncs.push(\"./page/component/index.wxml:view:20:22\")\nvar cKF=_n('view')\n_rz(z,cKF,'class',40,oFF,xEF,gg)\nvar oLF=_oz(z,41,oFF,xEF,gg)\n_(cKF,oLF)\ncs.pop()\n_(oJF,cKF)\ncs.push(\"./page/component/index.wxml:view:21:22\")\nvar lMF=_n('view')\n_rz(z,lMF,'class',42,oFF,xEF,gg)\ncs.pop()\n_(oJF,lMF)\ncs.pop()\n_(hIF,oJF)\ncs.pop()\n}\nelse{hIF.wxVkey=2\ncs.push(\"./page/component/index.wxml:navigator:23:20\")\ncs.push(\"./page/component/index.wxml:navigator:23:20\")\nvar aNF=_mz(z,'navigator',['class',43,'url',1],[],oFF,xEF,gg)\ncs.push(\"./page/component/index.wxml:view:24:22\")\nvar tOF=_n('view')\n_rz(z,tOF,'class',45,oFF,xEF,gg)\nvar ePF=_oz(z,46,oFF,xEF,gg)\n_(tOF,ePF)\ncs.pop()\n_(aNF,tOF)\ncs.push(\"./page/component/index.wxml:view:25:22\")\nvar bQF=_n('view')\n_rz(z,bQF,'class',47,oFF,xEF,gg)\ncs.pop()\n_(aNF,bQF)\ncs.pop()\n_(hIF,aNF)\ncs.pop()\n}\nhIF.wxXCkey=1\ncs.pop()\nreturn fGF\n}\n_wp('./page/component/index.wxml:block:18:18: wx:key=\"*item\" does not look like a valid key name.')\nbCF.wxXCkey=2\n_2z(z,30,oDF,x1E,oZE,gg,bCF,'page','index','*item')\ncs.pop()\ncs.pop()\n_(tAF,eBF)\ncs.pop()\n_(c4E,tAF)\ncs.pop()\n_(o2E,c4E)\ncs.pop()\nreturn o2E\n}\n_wp('./page/component/index.wxml:block:9:10: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\neXE.wxXCkey=2\n_2z(z,14,bYE,e,s,gg,eXE,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(aVE,tWE)\ncs.pop()\n_(oNE,aVE)\ncs.pop()\n_(xME,oNE)\ncs.pop()\n_(r,xME)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_7\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_7();", + "page/extend/index": "var cs = cs || [];\n$gwx_XC_8=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_8 || [];\nfunction gz$gwx_XC_8_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'./images/logo_extended.png'])\nZ([3,'index-desc'])\nZ([3,'以下是对小程序内置组件能力的补充,包括 WeUI 组件库和一些常见的功能组件,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'/page/component/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'page__bd page-weui page__bd_spacing'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([3,'id'])\nZ([3,'kind-list__item'])\nZ([3,'kindToggle'])\nZ([a,[3,'weui-flex kind-list__item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-hd_show'],[1,'']]])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'weui-flex__item'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([3,'kind-list__img'])\nZ([a,[3,'images/icon_nav_'],z[18],[3,'.png']])\nZ([a,[3,'kind-list__item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-bd_show'],[1,'']]])\nZ([a,[3,'weui-cells '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'weui-cells_show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*this'])\nZ([[6],[[7],[3,'page']],[3,'url']])\nZ([3,'weui-cell weui-cell_access'])\nZ([a,[3,'../../packageExtend/pages/'],z[28]])\nZ([3,'weui-cell__bd'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'weui-cell__ft weui-cell__ft_in-access'])\nZ(z[29])\nZ([a,z[30][1],[[6],[[7],[3,'item']],[3,'father']],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]])\nZ(z[31])\nZ([a,[[7],[3,'page']]])\nZ(z[33])\nZ([3,'page__ft'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_8=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_8=true;\nvar x=['./page/extend/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_8_1()\ncs.push(\"./page/extend/index.wxml:view:1:1\")\nvar xSF=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/extend/index.wxml:view:6:7\")\nvar oTF=_n('view')\n_rz(z,oTF,'class',2,e,s,gg)\ncs.push(\"./page/extend/index.wxml:image:7:6\")\nvar fUF=_mz(z,'image',['class',3,'src',1],[],e,s,gg)\ncs.pop()\n_(oTF,fUF)\ncs.push(\"./page/extend/index.wxml:view:8:6\")\nvar cVF=_n('view')\n_rz(z,cVF,'class',5,e,s,gg)\nvar hWF=_oz(z,6,e,s,gg)\n_(cVF,hWF)\ncs.push(\"./page/extend/index.wxml:navigator:8:161\")\nvar oXF=_mz(z,'navigator',['class',7,'url',1],[],e,s,gg)\nvar cYF=_oz(z,9,e,s,gg)\n_(oXF,cYF)\ncs.pop()\n_(cVF,oXF)\nvar oZF=_oz(z,10,e,s,gg)\n_(cVF,oZF)\ncs.pop()\n_(oTF,cVF)\ncs.pop()\n_(xSF,oTF)\ncs.push(\"./page/extend/index.wxml:view:13:6\")\nvar l1F=_n('view')\n_rz(z,l1F,'class',11,e,s,gg)\ncs.push(\"./page/extend/index.wxml:view:14:10\")\nvar a2F=_n('view')\n_rz(z,a2F,'class',12,e,s,gg)\nvar t3F=_v()\n_(a2F,t3F)\ncs.push(\"./page/extend/index.wxml:block:15:14\")\nvar e4F=function(o6F,b5F,x7F,gg){\ncs.push(\"./page/extend/index.wxml:block:15:14\")\ncs.push(\"./page/extend/index.wxml:view:16:18\")\nvar f9F=_n('view')\n_rz(z,f9F,'class',15,o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:17:22\")\nvar c0F=_mz(z,'view',['bindtap',16,'class',1,'id',2],[],o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:18:26\")\nvar hAG=_n('view')\n_rz(z,hAG,'class',19,o6F,b5F,gg)\nvar oBG=_oz(z,20,o6F,b5F,gg)\n_(hAG,oBG)\ncs.pop()\n_(c0F,hAG)\ncs.push(\"./page/extend/index.wxml:image:19:26\")\nvar cCG=_mz(z,'image',['class',21,'src',1],[],o6F,b5F,gg)\ncs.pop()\n_(c0F,cCG)\ncs.pop()\n_(f9F,c0F)\ncs.push(\"./page/extend/index.wxml:view:21:22\")\nvar oDG=_n('view')\n_rz(z,oDG,'class',23,o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:22:26\")\nvar lEG=_n('view')\n_rz(z,lEG,'class',24,o6F,b5F,gg)\nvar aFG=_v()\n_(lEG,aFG)\ncs.push(\"./page/extend/index.wxml:block:23:30\")\nvar tGG=function(bIG,eHG,oJG,gg){\ncs.push(\"./page/extend/index.wxml:block:23:30\")\nvar oLG=_v()\n_(oJG,oLG)\nif(_oz(z,28,bIG,eHG,gg)){oLG.wxVkey=1\ncs.push(\"./page/extend/index.wxml:navigator:24:34\")\ncs.push(\"./page/extend/index.wxml:navigator:24:34\")\nvar fMG=_mz(z,'navigator',['class',29,'url',1],[],bIG,eHG,gg)\ncs.push(\"./page/extend/index.wxml:view:25:38\")\nvar cNG=_n('view')\n_rz(z,cNG,'class',31,bIG,eHG,gg)\nvar hOG=_oz(z,32,bIG,eHG,gg)\n_(cNG,hOG)\ncs.pop()\n_(fMG,cNG)\ncs.push(\"./page/extend/index.wxml:view:26:38\")\nvar oPG=_n('view')\n_rz(z,oPG,'class',33,bIG,eHG,gg)\ncs.pop()\n_(fMG,oPG)\ncs.pop()\n_(oLG,fMG)\ncs.pop()\n}\nelse{oLG.wxVkey=2\ncs.push(\"./page/extend/index.wxml:navigator:28:34\")\ncs.push(\"./page/extend/index.wxml:navigator:28:34\")\nvar cQG=_mz(z,'navigator',['class',34,'url',1],[],bIG,eHG,gg)\ncs.push(\"./page/extend/index.wxml:view:29:38\")\nvar oRG=_n('view')\n_rz(z,oRG,'class',36,bIG,eHG,gg)\nvar lSG=_oz(z,37,bIG,eHG,gg)\n_(oRG,lSG)\ncs.pop()\n_(cQG,oRG)\ncs.push(\"./page/extend/index.wxml:view:30:38\")\nvar aTG=_n('view')\n_rz(z,aTG,'class',38,bIG,eHG,gg)\ncs.pop()\n_(cQG,aTG)\ncs.pop()\n_(oLG,cQG)\ncs.pop()\n}\noLG.wxXCkey=1\ncs.pop()\nreturn oJG\n}\naFG.wxXCkey=2\n_2z(z,26,tGG,o6F,b5F,gg,aFG,'page','index','*this')\ncs.pop()\ncs.pop()\n_(oDG,lEG)\ncs.pop()\n_(f9F,oDG)\ncs.pop()\n_(x7F,f9F)\ncs.pop()\nreturn x7F\n}\nt3F.wxXCkey=2\n_2z(z,13,e4F,e,s,gg,t3F,'item','index','id')\ncs.pop()\ncs.pop()\n_(l1F,a2F)\ncs.pop()\n_(xSF,l1F)\ncs.push(\"./page/extend/index.wxml:view:39:6\")\nvar tUG=_n('view')\n_rz(z,tUG,'class',39,e,s,gg)\ncs.pop()\n_(xSF,tUG)\ncs.pop()\n_(r,xSF)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_8\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_8();" + }, + "generateFunctionName": { + "__COMMON__": "$gwx", + "miniprogram_npm/miniprogram-barrage/index": "$gwx_XC_0", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "$gwx_XC_1", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "$gwx_XC_2", + "miniprogram_npm/wxml-to-canvas/index": "$gwx_XC_3", + "page/API/components/set-tab-bar/set-tab-bar": "$gwx_XC_4", + "page/API/index": "$gwx_XC_5", + "page/cloud/index": "$gwx_XC_6", + "page/component/index": "$gwx_XC_7", + "page/extend/index": "$gwx_XC_8" + } +} \ No newline at end of file diff --git a/compiler/test/wcc/llw/3/wine_output.json b/compiler/test/wcc/llw/3/wine_output.json new file mode 100644 index 0000000..218f2e4 --- /dev/null +++ b/compiler/test/wcc/llw/3/wine_output.json @@ -0,0 +1,27 @@ +{ + "generateFunctionContent": { + "__COMMON__": "var __wxAppData=__wxAppData||{};var __wxAppCode__=__wxAppCode__||{};var global=global||{};var __WXML_GLOBAL__=__WXML_GLOBAL__||{entrys:{},defines:{},modules:{},ops:[],wxs_nf_init:undefined,total_ops:0};var Component=Component||function(){};var definePlugin=definePlugin||function(){};var requirePlugin=requirePlugin||function(){};var Behavior=Behavior||function(){};var __vd_version_info__=__vd_version_info__||{};var __GWX_GLOBAL__=__GWX_GLOBAL__||{};var __globalThis=(typeof __vd_version_info__!=='undefined'&&typeof __vd_version_info__.globalThis!=='undefined')?__vd_version_info__.globalThis:(typeof window!=='undefined'?window:globalThis);if(this&&this.__g===undefined)Object.defineProperty(this,\"__g\",{configurable:false,enumerable:false,writable:false,value:function(){function D(e,t){if(typeof t!=\"undefined\")e.children.push(t)}function S(e){if(typeof e!=\"undefined\")return{tag:\"virtual\",wxKey:e,children:[]};return{tag:\"virtual\",children:[]}}function v(e){$gwxc++;if($gwxc>=16e3){throw\"Dom limit exceeded, please check if there's any mistake you've made.\"}return{tag:\"wx-\"+e,attr:{},children:[],n:[],raw:{},generics:{}}}function e(e,t){t&&e.properities.push(t)}function t(e,t,r){return typeof e[r]!=\"undefined\"?e[r]:t[r]}function u(e){console.warn(\"WXMLRT_\"+g+\":\"+e)}function r(e,t){u(t+\":-1:-1:-1: Template `\"+e+\"` is being called recursively, will be stop.\")}var s=console.warn;var n=console.log;function o(){function e(){}e.prototype={hn:function(e,t){if(typeof e==\"object\"){var r=0;var n=false,o=false;for(var a in e){n=n|a===\"__value__\";o=o|a===\"__wxspec__\";r++;if(r>2)break}return r==2&&n&&o&&(t||e.__wxspec__!==\"m\"||this.hn(e.__value__)===\"h\")?\"h\":\"n\"}return\"n\"},nh:function(e,t){return{__value__:e,__wxspec__:t?t:true}},rv:function(e){return this.hn(e,true)===\"n\"?e:this.rv(e.__value__)},hm:function(e){if(typeof e==\"object\"){var t=0;var r=false,n=false;for(var o in e){r=r|o===\"__value__\";n=n|o===\"__wxspec__\";t++;if(t>2)break}return t==2&&r&&n&&(e.__wxspec__===\"m\"||this.hm(e.__value__))}return false}};return new e}var A=o();function T(e){var t=e.split(\"\\n \"+\" \"+\" \"+\" \");for(var r=0;r=\":case\"<=\":case\">\":case\"<\":case\"<<\":case\">>\":p=x(e[1],t,r,n,o,a);u=x(e[2],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");switch(i){case\"+\":f=A.rv(p)+A.rv(u);break;case\"*\":f=A.rv(p)*A.rv(u);break;case\"/\":f=A.rv(p)/A.rv(u);break;case\"%\":f=A.rv(p)%A.rv(u);break;case\"|\":f=A.rv(p)|A.rv(u);break;case\"^\":f=A.rv(p)^A.rv(u);break;case\"&\":f=A.rv(p)&A.rv(u);break;case\"===\":f=A.rv(p)===A.rv(u);break;case\"==\":f=A.rv(p)==A.rv(u);break;case\"!=\":f=A.rv(p)!=A.rv(u);break;case\"!==\":f=A.rv(p)!==A.rv(u);break;case\">=\":f=A.rv(p)>=A.rv(u);break;case\"<=\":f=A.rv(p)<=A.rv(u);break;case\">\":f=A.rv(p)>A.rv(u);break;case\"<\":f=A.rv(p)>\":f=A.rv(p)>>A.rv(u);break;default:break}return l?A.nh(f,\"c\"):f;break;case\"-\":p=e.length===3?x(e[1],t,r,n,o,a):0;u=e.length===3?x(e[2],t,r,n,o,a):x(e[1],t,r,n,o,a);l=M&&(A.hn(p)===\"h\"||A.hn(u)===\"h\");f=l?A.rv(p)-A.rv(u):p-u;return l?A.nh(f,\"c\"):f;break;case\"!\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=!A.rv(p);return l?A.nh(f,\"c\"):f;case\"~\":p=x(e[1],t,r,n,o,a);l=M&&A.hn(p)==\"h\";f=~A.rv(p);return l?A.nh(f,\"c\"):f;default:s(\"unrecognized op\"+i)}}function x(e,t,r,n,o,a){var i=e[0];var p=false;if(typeof a!==\"undefined\")o.ap=a;if(typeof i===\"object\"){var u=i[0];var l,f,v,c,s,y,b,d,h,_,g;switch(u){case 2:return m(e,t,r,n,o);break;case 4:return x(e[1],t,r,n,o,p);break;case 5:switch(e.length){case 2:l=x(e[1],t,r,n,o,p);return M?[l]:[A.rv(l)];return[l];break;case 1:return[];break;default:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);l.push(M?v:A.rv(v));return l;break}break;case 6:l=x(e[1],t,r,n,o);var w=o.ap;h=A.hn(l)===\"h\";f=h?A.rv(l):l;o.is_affected|=h;if(M){if(f===null||typeof f===\"undefined\"){return h?A.nh(undefined,\"e\"):undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return h||_?A.nh(undefined,\"e\"):undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return h||_?g?y:A.nh(y,\"e\"):y}else{if(f===null||typeof f===\"undefined\"){return undefined}v=x(e[2],t,r,n,o,p);_=A.hn(v)===\"h\";c=_?A.rv(v):v;o.ap=w;o.is_affected|=_;if(c===null||typeof c===\"undefined\"||c===\"__proto__\"||c===\"prototype\"||c===\"caller\"){return undefined}y=f[c];if(typeof y===\"function\"&&!w)y=undefined;g=A.hn(y)===\"h\";o.is_affected|=g;return g?A.rv(y):y}case 7:switch(e[1][0]){case 11:o.is_affected|=A.hn(n)===\"h\";return n;case 3:b=A.rv(r);d=A.rv(t);v=e[1][1];if(n&&n.f&&n.f.hasOwnProperty(v)){l=n.f;o.ap=true}else{l=b&&b.hasOwnProperty(v)?r:d&&d.hasOwnProperty(v)?t:undefined}if(M){if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;y=h&&!g?A.nh(y,\"e\"):y;return y}}else{if(l){h=A.hn(l)===\"h\";f=h?A.rv(l):l;y=f[v];g=A.hn(y)===\"h\";o.is_affected|=h||g;return A.rv(y)}}return undefined}break;case 8:l={};l[e[1]]=x(e[2],t,r,n,o,p);return l;break;case 9:l=x(e[1],t,r,n,o,p);v=x(e[2],t,r,n,o,p);function O(e,t,r){var n,o;h=A.hn(e)===\"h\";_=A.hn(t)===\"h\";f=A.rv(e);c=A.rv(t);for(var a in c){if(r||!f.hasOwnProperty(a)){f[a]=M?_?A.nh(c[a],\"e\"):c[a]:A.rv(c[a])}}return e}var s=l;var j=true;if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){l=v;v=s;j=false}if(typeof e[1][0]===\"object\"&&e[1][0][0]===10){var P={};return O(O(P,l,j),v,j)}else return O(l,v,j);break;case 10:l=x(e[1],t,r,n,o,p);l=M?l:A.rv(l);return l;break;case 12:var P;l=x(e[1],t,r,n,o);if(!o.ap){return M&&A.hn(l)===\"h\"?A.nh(P,\"f\"):P}var w=o.ap;v=x(e[2],t,r,n,o,p);o.ap=w;h=A.hn(l)===\"h\";_=N(v);f=A.rv(l);c=A.rv(v);snap_bb=K(c,\"nv_\");try{P=typeof f===\"function\"?K(f.apply(null,snap_bb)):undefined}catch(t){t.message=t.message.replace(/nv_/g,\"\");t.stack=t.stack.substring(0,t.stack.indexOf(\"\\n\",t.stack.lastIndexOf(\"at nv_\")));t.stack=t.stack.replace(/\\snv_/g,\" \");t.stack=T(t.stack);if(n.debugInfo){t.stack+=\"\\n \"+\" \"+\" \"+\" at \"+n.debugInfo[0]+\":\"+n.debugInfo[1]+\":\"+n.debugInfo[2];console.error(t)}P=undefined}return M&&(_||h)?A.nh(P,\"f\"):P}}else{if(i===3||i===1)return e[1];else if(i===11){var l=\"\";for(var D=1;D=0;o--){if(r[e].i[o]&&n[r[e].i[o]][t])return n[r[e].i[o]][t]}for(var o=r[e].ti.length-1;o>=0;o--){var a=ne(r[e].ti[o],r,e);if(a&&n[a][t])return n[a][t]}var i=ae(r,e);for(var o=0;o=0;p--)if(r[e].j[p]){for(var a=r[r[e].j[p]].ti.length-1;a>=0;a--){var u=ne(r[r[e].j[p]].ti[a],r,e);if(u&&n[u][t]){return n[u][t]}}}}function ae(e,t){if(!t)return[];if($gaic[t]){return $gaic[t]}var r=[],n=[],o=0,a=0,i={},p={};n.push(t);p[t]=true;a++;while(o=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||true)$gwx();;var __WXML_DEP__=__WXML_DEP__||{};__WXML_DEP__[\"./page/API/components/set-tab-bar/set-tab-bar.wxml\"]=[\"./page/common/foot.wxml\",\"./page/common/head.wxml\",];", + "miniprogram_npm/miniprogram-barrage/index": "var cs = cs || [];\n$gwx_XC_0=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_0 || [];\nfunction gz$gwx_XC_0_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[2,'==='],[[7],[3,'renderingMode']],[1,'canvas']])\nZ([3,'barrage-area'])\nZ([a,[3,'z-index: '],[[7],[3,'zIndex']],[3,';']])\nZ([3,'weui-canvas'])\nZ([3,'width: 100%; height: 100%;'])\nZ([3,'2d'])\nZ(z[1])\nZ([a,[3,'opacity: '],[[7],[3,'alpha']],[3,'; font: '],[[7],[3,'font']],[3,'; padding: '],[[7],[3,'padding']],[3,'; z-index: '],z[2][2],z[2][3]])\nZ([3,'tunnelId'])\nZ([3,'tunnel'])\nZ([[7],[3,'tunnels']])\nZ(z[8])\nZ([3,'barrage-tunnel'])\nZ([a,[3,'height: '],[[6],[[7],[3,'tunnel']],[3,'height']],[3,'px; border-top-width: '],[[2,'?:'],[[7],[3,'tunnelShow']],[1,1],[1,0]],[3,'px']])\nZ([3,'tunnel-tips'])\nZ([[2,'!'],[[7],[3,'tunnelShow']]])\nZ([a,[3,'轨道'],[[7],[3,'tunnelId']]])\nZ([3,'bulletId'])\nZ([3,'bullet'])\nZ([[6],[[7],[3,'tunnel']],[3,'bullets']])\nZ(z[17])\nZ([3,'onAnimationend'])\nZ([3,'onTapBullet'])\nZ([a,[3,'bullet-item '],[[2,'?:'],[[2,'>'],[[6],[[7],[3,'bullet']],[3,'duration']],[1,0]],[1,'bullet-move'],[1,'']],[3,' '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'']]])\nZ([[7],[3,'bulletId']])\nZ([[7],[3,'tunnelId']])\nZ([a,[3,'color: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'#fff'],[[6],[[7],[3,'bullet']],[3,'color']]],[3,'; height: '],z[13][2],[3,'px; line-height: '],z[13][2],[3,'px; animation-duration: '],[[6],[[7],[3,'bullet']],[3,'duration']],[3,'s; animation-play-state: '],[[2,'?:'],[[6],[[7],[3,'bullet']],[3,'paused']],[1,'paused'],[1,'running']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']])\nZ([3,'bullet-item_img'])\nZ([3,'aspectFit'])\nZ([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'src']])\nZ([a,[3,'width: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'width']],[[7],[3,'fontSize']]],[3,'px; height: '],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'height']],[3,'px; margin-right: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'head']],[3,'gap']],[1,4]],[3,'px;']])\nZ([3,'bullet-item_text'])\nZ([3,'opacity: 1;'])\nZ([a,[[6],[[7],[3,'bullet']],[3,'content']]])\nZ([[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']])\nZ(z[28])\nZ(z[29])\nZ([[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'src']])\nZ([a,z[31][1],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'width']],[[7],[3,'fontSize']]],z[31][3],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'height']],[3,'px; margin-left: '],[[2,'||'],[[6],[[6],[[6],[[7],[3,'bullet']],[3,'image']],[3,'tail']],[3,'gap']],[1,4]],z[31][7]])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_0_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_0_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_0=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_0=true;\nvar x=['./miniprogram_npm/miniprogram-barrage/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_0_1()\nvar oD=_v()\n_(r,oD)\nif(_oz(z,0,e,s,gg)){oD.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:1:1\")\nvar fE=_mz(z,'view',['class',1,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:canvas:2:4\")\nvar cF=_mz(z,'canvas',['id',3,'style',1,'type',2],[],e,s,gg)\ncs.pop()\n_(fE,cF)\ncs.pop()\n_(oD,fE)\ncs.pop()\n}\nelse{oD.wxVkey=2\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:5:2\")\nvar hG=_mz(z,'view',['class',6,'style',1],[],e,s,gg)\nvar oH=_v()\n_(hG,oH)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\nvar cI=function(lK,oJ,aL,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:6:4\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:7:6\")\nvar eN=_mz(z,'view',['class',12,'style',1],[],lK,oJ,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:8:8\")\nvar bO=_mz(z,'view',['class',14,'hidden',1],[],lK,oJ,gg)\nvar oP=_oz(z,16,lK,oJ,gg)\n_(bO,oP)\ncs.pop()\n_(eN,bO)\nvar xQ=_v()\n_(eN,xQ)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\nvar oR=function(cT,fS,hU,gg){\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:block:9:8\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:10:10\")\nvar cW=_mz(z,'view',['bindanimationend',21,'bindtap',1,'class',2,'data-bulletid',3,'data-tunnelid',4,'style',5],[],cT,fS,gg)\nvar oX=_v()\n_(cW,oX)\nif(_oz(z,27,cT,fS,gg)){oX.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:18:12\")\nvar aZ=_mz(z,'image',['class',28,'mode',1,'src',2,'style',3],[],cT,fS,gg)\ncs.pop()\n_(oX,aZ)\ncs.pop()\n}\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:view:25:12\")\nvar t1=_mz(z,'view',['class',32,'style',1],[],cT,fS,gg)\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:text:26:14\")\nvar e2=_n('text')\nvar b3=_oz(z,34,cT,fS,gg)\n_(e2,b3)\ncs.pop()\n_(t1,e2)\ncs.pop()\n_(cW,t1)\nvar lY=_v()\n_(cW,lY)\nif(_oz(z,35,cT,fS,gg)){lY.wxVkey=1\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\ncs.push(\"./miniprogram_npm/miniprogram-barrage/index.wxml:image:28:12\")\nvar o4=_mz(z,'image',['class',36,'mode',1,'src',2,'style',3],[],cT,fS,gg)\ncs.pop()\n_(lY,o4)\ncs.pop()\n}\noX.wxXCkey=1\nlY.wxXCkey=1\ncs.pop()\n_(hU,cW)\ncs.pop()\nreturn hU\n}\nxQ.wxXCkey=2\n_2z(z,19,oR,lK,oJ,gg,xQ,'bullet','bulletId','bulletId')\ncs.pop()\ncs.pop()\n_(aL,eN)\ncs.pop()\nreturn aL\n}\noH.wxXCkey=2\n_2z(z,10,cI,e,s,gg,oH,'tunnel','tunnelId','tunnelId')\ncs.pop()\ncs.pop()\n_(oD,hG)\ncs.pop()\n}\noD.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_0\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_0();", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "var cs = cs || [];\n$gwx_XC_1=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_1 || [];\nfunction gz$gwx_XC_1_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'wx-recycle-item'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_1_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_1_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_1=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_1=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_1_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:view:2:2\")\nvar o6=_n('view')\n_rz(z,o6,'class',0,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml:slot:3:4\")\nvar f7=_n('slot')\ncs.pop()\n_(o6,f7)\ncs.pop()\n_(r,o6)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_1\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_1();", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "var cs = cs || [];\n$gwx_XC_2=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_2 || [];\nfunction gz$gwx_XC_2_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'_beginToScroll'])\nZ([3,'wrap'])\nZ([3,'content'])\nZ([a,[3,'height:'],[[2,'?:'],[[7],[3,'useInPage']],[[2,'+'],[[2,'+'],[[7],[3,'totalHeight']],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[7],[3,'beforeSlotHeight']],[1,0]]],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[7],[3,'afterSlotHeight']],[1,0]]],[[7],[3,'height']]],[3,'px;width:'],[[7],[3,'width']],[3,'px;transform:translateZ(0);-webkit-transform:translateZ(0);']])\nZ([3,'_scrollViewDidScroll'])\nZ([3,'_scrollToLower'])\nZ([3,'_scrollToUpper'])\nZ(z[2])\nZ([[7],[3,'enableBackToTop']])\nZ([[7],[3,'lowerThreshold']])\nZ([[7],[3,'innerScrollIntoView']])\nZ([[7],[3,'innerScrollTop']])\nZ([[7],[3,'scrollWithAnimation']])\nZ([1,false])\nZ([[2,'?:'],[[7],[3,'useInPage']],[1,false],[[7],[3,'scrollY']]])\nZ([3,'height:100%;position: relative;'])\nZ([[7],[3,'throttle']])\nZ([[7],[3,'upperThreshold']])\nZ([3,'position: absolute;z-index:1;width:100%;left: 0;top: 0;opacity: 0;visibility: hidden;'])\nZ([3,'itemsize'])\nZ([3,'slot-before'])\nZ([a,z[3][1],[[2,'?:'],[[7],[3,'hasBeforeSlotHeight']],[[2,'+'],[[7],[3,'beforeSlotHeight']],[1,'px']],[1,'auto']]])\nZ([3,'before'])\nZ([a,[3,'position:relative;width:100%;z-index:10;background: url(\\x22'],[[7],[3,'placeholderImageStr']],[3,'\\x22) repeat;height:'],[[7],[3,'totalHeight']],[3,'px;']])\nZ([a,[3,'position: absolute;left:0;width:100%;top:'],[[7],[3,'innerBeforeHeight']],z[23][5]])\nZ([3,'slot-after'])\nZ([a,z[3][1],[[2,'?:'],[[7],[3,'hasAfterSlotHeight']],[[2,'+'],[[7],[3,'afterSlotHeight']],[1,'px']],[1,'auto']]])\nZ([3,'after'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_2_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_2_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_2=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_2=true;\nvar x=['./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_2_1()\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:2:2\")\nvar h9=_mz(z,'view',['bindtouchstart',0,'class',1,'id',1,'style',2],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:scroll-view:3:4\")\nvar o0=_mz(z,'scroll-view',['scrollAnchoring',-1,'bindscroll',4,'bindscrolltolower',1,'bindscrolltoupper',2,'class',3,'enableBackToTop',4,'lowerThreshold',5,'scrollIntoView',6,'scrollTop',7,'scrollWithAnimation',8,'scrollX',9,'scrollY',10,'style',11,'throttle',12,'upperThreshold',13],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:4:6\")\nvar cAB=_n('view')\n_rz(z,cAB,'style',18,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:5:8\")\nvar oBB=_n('slot')\n_rz(z,oBB,'name',19,e,s,gg)\ncs.pop()\n_(cAB,oBB)\ncs.pop()\n_(o0,cAB)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:7:6\")\nvar lCB=_mz(z,'view',['class',20,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:8:8\")\nvar aDB=_n('slot')\n_rz(z,aDB,'name',22,e,s,gg)\ncs.pop()\n_(lCB,aDB)\ncs.pop()\n_(o0,lCB)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:10:6\")\nvar tEB=_n('view')\n_rz(z,tEB,'style',23,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:12:8\")\nvar eFB=_n('view')\n_rz(z,eFB,'style',24,e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:13:10\")\nvar bGB=_n('slot')\ncs.pop()\n_(eFB,bGB)\ncs.pop()\n_(tEB,eFB)\ncs.pop()\n_(o0,tEB)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:view:17:6\")\nvar oHB=_mz(z,'view',['class',25,'style',1],[],e,s,gg)\ncs.push(\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml:slot:18:8\")\nvar xIB=_n('slot')\n_rz(z,xIB,'name',27,e,s,gg)\ncs.pop()\n_(oHB,xIB)\ncs.pop()\n_(o0,oHB)\ncs.pop()\n_(h9,o0)\ncs.pop()\n_(r,h9)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_2\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_2();", + "miniprogram_npm/wxml-to-canvas/index": "var cs = cs || [];\n$gwx_XC_3=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_3 || [];\nfunction gz$gwx_XC_3_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'use2dCanvas']])\nZ([3,'weui-canvas'])\nZ([a,[3,'width: '],[[7],[3,'width']],[3,'px; height: '],[[7],[3,'height']],[3,'px;']])\nZ([3,'2d'])\nZ(z[1])\nZ([a,z[2][1],z[2][2],z[2][3],z[2][4],z[2][5]])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_3_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_3_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_3=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_3=true;\nvar x=['./miniprogram_npm/wxml-to-canvas/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_3_1()\nvar fKB=_v()\n_(r,fKB)\nif(_oz(z,0,e,s,gg)){fKB.wxVkey=1\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1\")\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:1:1\")\nvar cLB=_mz(z,'canvas',['id',1,'style',1,'type',2],[],e,s,gg)\ncs.pop()\n_(fKB,cLB)\ncs.pop()\n}\nelse{fKB.wxVkey=2\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2\")\ncs.push(\"./miniprogram_npm/wxml-to-canvas/index.wxml:canvas:2:2\")\nvar hMB=_mz(z,'canvas',['canvasId',4,'style',1],[],e,s,gg)\ncs.pop()\n_(fKB,hMB)\ncs.pop()\n}\nfKB.wxXCkey=1\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_3\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_3();", + "page/API/components/set-tab-bar/set-tab-bar": "var cs = cs || [];\n$gwx_XC_4=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_4 || [];\nfunction gz$gwx_XC_4_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'container page'])\nZ([[7],[3,'theme']])\nZ([[8],'title',[1,'tabBar']])\nZ([3,'head'])\nZ([3,'page-body'])\nZ([3,'btn-area'])\nZ([3,'setTabBarBadge'])\nZ([a,[3,'\\n '],[[2,'?:'],[[2,'!'],[[7],[3,'hasSetTabBarBadge']]],[1,'设置tab徽标'],[1,'移除tab徽标']],[3,'\\n ']])\nZ([3,'showTabBarRedDot'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasShownTabBarRedDot']]],[1,'显示红点'],[1,'移除红点']],z[7][3]])\nZ([3,'customStyle'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedStyle']]],[1,'自定义Tab样式'],[1,'移除自定义样式']],z[7][3]])\nZ([3,'customItem'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasCustomedItem']]],[1,'自定义Tab信息'],[1,'移除自定义信息']],z[7][3]])\nZ([3,'hideTabBar'])\nZ([a,z[7][1],[[2,'?:'],[[2,'!'],[[7],[3,'hasHiddenTabBar']]],[1,'隐藏TabBar'],[1,'显示TabBar']],z[7][3]])\nZ(z[5])\nZ([3,'navigateBack'])\nZ([3,'primary'])\nZ([3,'返回上一级'])\nZ([3,'foot'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_4_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_4_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_4=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_4=true;\nvar x=['./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_4_1()\nvar cOB=e_[x[0]].i\n_ai(cOB,x[1],e_,x[0],1,1)\n_ai(cOB,x[2],e_,x[0],2,2)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:4:2\")\nvar oPB=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\nvar lQB=_v()\n_(oPB,lQB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:5:4\")\nvar aRB=_oz(z,3,e,s,gg)\nvar tSB=_gd(x[0],aRB,e_,d_)\nif(tSB){\nvar eTB=_1z(z,2,e,s,gg) || {}\nvar cur_globalf=gg.f\nlQB.wxXCkey=3\ntSB(eTB,eTB,lQB,gg)\ngg.f=cur_globalf\n}\nelse _w(aRB,x[0],5,16)\ncs.pop()\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:7:4\")\nvar bUB=_n('view')\n_rz(z,bUB,'class',4,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:8:6\")\nvar oVB=_n('view')\n_rz(z,oVB,'class',5,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:9:8\")\nvar xWB=_n('button')\n_rz(z,xWB,'bindtap',6,e,s,gg)\nvar oXB=_oz(z,7,e,s,gg)\n_(xWB,oXB)\ncs.pop()\n_(oVB,xWB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:12:8\")\nvar fYB=_n('button')\n_rz(z,fYB,'bindtap',8,e,s,gg)\nvar cZB=_oz(z,9,e,s,gg)\n_(fYB,cZB)\ncs.pop()\n_(oVB,fYB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:15:8\")\nvar h1B=_n('button')\n_rz(z,h1B,'bindtap',10,e,s,gg)\nvar o2B=_oz(z,11,e,s,gg)\n_(h1B,o2B)\ncs.pop()\n_(oVB,h1B)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:18:8\")\nvar c3B=_n('button')\n_rz(z,c3B,'bindtap',12,e,s,gg)\nvar o4B=_oz(z,13,e,s,gg)\n_(c3B,o4B)\ncs.pop()\n_(oVB,c3B)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:21:8\")\nvar l5B=_n('button')\n_rz(z,l5B,'bindtap',14,e,s,gg)\nvar a6B=_oz(z,15,e,s,gg)\n_(l5B,a6B)\ncs.pop()\n_(oVB,l5B)\ncs.pop()\n_(bUB,oVB)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:view:26:6\")\nvar t7B=_n('view')\n_rz(z,t7B,'class',16,e,s,gg)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:button:27:8\")\nvar e8B=_mz(z,'button',['bindtap',17,'type',1],[],e,s,gg)\nvar b9B=_oz(z,19,e,s,gg)\n_(e8B,b9B)\ncs.pop()\n_(t7B,e8B)\ncs.pop()\n_(bUB,t7B)\ncs.pop()\n_(oPB,bUB)\nvar o0B=_v()\n_(oPB,o0B)\ncs.push(\"./page/API/components/set-tab-bar/set-tab-bar.wxml:template:31:4\")\nvar xAC=_oz(z,20,e,s,gg)\nvar oBC=_gd(x[0],xAC,e_,d_)\nif(oBC){\nvar fCC={}\nvar cur_globalf=gg.f\no0B.wxXCkey=3\noBC(fCC,fCC,o0B,gg)\ngg.f=cur_globalf\n}\nelse _w(xAC,x[0],31,16)\ncs.pop()\ncs.pop()\n_(r,oPB)\ncOB.pop()\ncOB.pop()\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[x[1],x[2]],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_4\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_4();", + "page/API/index": "var cs = cs || [];\n$gwx_XC_5=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_5 || [];\nfunction gz$gwx_XC_5_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([[7],[3,'isSetTabBarPage']])\nZ([3,'leaveSetTabBarPage'])\nZ([3,'index page'])\nZ([[7],[3,'theme']])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将演示小程序接口能力,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'/page/component/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[16])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[16],[3,'_dark.png']])\nZ(z[24])\nZ([a,z[25][1],z[16],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ([3,'page'])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([[2,'!=='],[[6],[[7],[3,'page']],[3,'url']],[1,'@set-tab-bar']])\nZ([3,'navigator'])\nZ([a,[3,'../../packageAPI/pages/'],z[16],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'navigator-arrow'])\nZ([3,'enterSetTabBarPage'])\nZ(z[34])\nZ(z[36])\nZ([a,z[37][1]])\nZ(z[38])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_5_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_5_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_5=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_5=true;\nvar x=['./page/API/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_5_1()\nvar hEC=_v()\n_(r,hEC)\nif(_oz(z,0,e,s,gg)){hEC.wxVkey=1\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\ncs.push(\"./page/API/index.wxml:set-tab-bar:1:1\")\nvar oFC=_n('set-tab-bar')\n_rz(z,oFC,'bindunmount',1,e,s,gg)\ncs.pop()\n_(hEC,oFC)\ncs.pop()\n}\nelse{hEC.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:2:2\")\ncs.push(\"./page/API/index.wxml:view:2:2\")\nvar cGC=_mz(z,'view',['class',2,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/API/index.wxml:view:3:4\")\nvar oHC=_n('view')\n_rz(z,oHC,'class',4,e,s,gg)\ncs.push(\"./page/API/index.wxml:image:4:6\")\nvar lIC=_mz(z,'image',['class',5,'src',1],[],e,s,gg)\ncs.pop()\n_(oHC,lIC)\ncs.push(\"./page/API/index.wxml:view:5:6\")\nvar aJC=_n('view')\n_rz(z,aJC,'class',7,e,s,gg)\nvar tKC=_oz(z,8,e,s,gg)\n_(aJC,tKC)\ncs.push(\"./page/API/index.wxml:navigator:5:95\")\nvar eLC=_mz(z,'navigator',['class',9,'url',1],[],e,s,gg)\nvar bMC=_oz(z,11,e,s,gg)\n_(eLC,bMC)\ncs.pop()\n_(aJC,eLC)\nvar oNC=_oz(z,12,e,s,gg)\n_(aJC,oNC)\ncs.pop()\n_(oHC,aJC)\ncs.pop()\n_(cGC,oHC)\ncs.push(\"./page/API/index.wxml:view:7:4\")\nvar xOC=_n('view')\n_rz(z,xOC,'class',13,e,s,gg)\ncs.push(\"./page/API/index.wxml:view:8:6\")\nvar oPC=_n('view')\n_rz(z,oPC,'class',14,e,s,gg)\nvar fQC=_v()\n_(oPC,fQC)\ncs.push(\"./page/API/index.wxml:block:9:8\")\nvar cRC=function(oTC,hSC,cUC,gg){\ncs.push(\"./page/API/index.wxml:block:9:8\")\ncs.push(\"./page/API/index.wxml:view:10:10\")\nvar lWC=_n('view')\n_rz(z,lWC,'class',17,oTC,hSC,gg)\ncs.push(\"./page/API/index.wxml:view:11:12\")\nvar aXC=_mz(z,'view',['bindtap',18,'class',1,'id',2],[],oTC,hSC,gg)\ncs.push(\"./page/API/index.wxml:view:12:14\")\nvar eZC=_n('view')\n_rz(z,eZC,'class',21,oTC,hSC,gg)\nvar b1C=_oz(z,22,oTC,hSC,gg)\n_(eZC,b1C)\ncs.pop()\n_(aXC,eZC)\nvar tYC=_v()\n_(aXC,tYC)\nif(_oz(z,23,oTC,hSC,gg)){tYC.wxVkey=1\ncs.push(\"./page/API/index.wxml:image:13:14\")\ncs.push(\"./page/API/index.wxml:image:13:14\")\nvar o2C=_mz(z,'image',['class',24,'src',1],[],oTC,hSC,gg)\ncs.pop()\n_(tYC,o2C)\ncs.pop()\n}\nelse{tYC.wxVkey=2\ncs.push(\"./page/API/index.wxml:image:14:14\")\ncs.push(\"./page/API/index.wxml:image:14:14\")\nvar x3C=_mz(z,'image',['class',26,'src',1],[],oTC,hSC,gg)\ncs.pop()\n_(tYC,x3C)\ncs.pop()\n}\ntYC.wxXCkey=1\ncs.pop()\n_(lWC,aXC)\ncs.push(\"./page/API/index.wxml:view:16:12\")\nvar o4C=_n('view')\n_rz(z,o4C,'class',28,oTC,hSC,gg)\ncs.push(\"./page/API/index.wxml:view:17:14\")\nvar f5C=_n('view')\n_rz(z,f5C,'class',29,oTC,hSC,gg)\nvar c6C=_v()\n_(f5C,c6C)\ncs.push(\"./page/API/index.wxml:block:18:16\")\nvar h7C=function(c9C,o8C,o0C,gg){\ncs.push(\"./page/API/index.wxml:block:18:16\")\nvar aBD=_v()\n_(o0C,aBD)\nif(_oz(z,33,c9C,o8C,gg)){aBD.wxVkey=1\ncs.push(\"./page/API/index.wxml:navigator:19:18\")\ncs.push(\"./page/API/index.wxml:navigator:19:18\")\nvar tCD=_mz(z,'navigator',['class',34,'url',1],[],c9C,o8C,gg)\ncs.push(\"./page/API/index.wxml:view:20:20\")\nvar eDD=_n('view')\n_rz(z,eDD,'class',36,c9C,o8C,gg)\nvar bED=_oz(z,37,c9C,o8C,gg)\n_(eDD,bED)\ncs.pop()\n_(tCD,eDD)\ncs.push(\"./page/API/index.wxml:view:21:20\")\nvar oFD=_n('view')\n_rz(z,oFD,'class',38,c9C,o8C,gg)\ncs.pop()\n_(tCD,oFD)\ncs.pop()\n_(aBD,tCD)\ncs.pop()\n}\nelse{aBD.wxVkey=2\ncs.push(\"./page/API/index.wxml:view:23:18\")\ncs.push(\"./page/API/index.wxml:view:23:18\")\nvar xGD=_mz(z,'view',['bindtap',39,'class',1],[],c9C,o8C,gg)\ncs.push(\"./page/API/index.wxml:view:24:20\")\nvar oHD=_n('view')\n_rz(z,oHD,'class',41,c9C,o8C,gg)\nvar fID=_oz(z,42,c9C,o8C,gg)\n_(oHD,fID)\ncs.pop()\n_(xGD,oHD)\ncs.push(\"./page/API/index.wxml:view:25:20\")\nvar cJD=_n('view')\n_rz(z,cJD,'class',43,c9C,o8C,gg)\ncs.pop()\n_(xGD,cJD)\ncs.pop()\n_(aBD,xGD)\ncs.pop()\n}\naBD.wxXCkey=1\ncs.pop()\nreturn o0C\n}\n_wp('./page/API/index.wxml:block:18:16: wx:key=\"*item\" does not look like a valid key name.')\nc6C.wxXCkey=2\n_2z(z,31,h7C,oTC,hSC,gg,c6C,'page','index','*item')\ncs.pop()\ncs.pop()\n_(o4C,f5C)\ncs.pop()\n_(lWC,o4C)\ncs.pop()\n_(cUC,lWC)\ncs.pop()\nreturn cUC\n}\n_wp('./page/API/index.wxml:block:9:8: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\nfQC.wxXCkey=2\n_2z(z,15,cRC,e,s,gg,fQC,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(xOC,oPC)\ncs.pop()\n_(cGC,xOC)\ncs.pop()\n_(hEC,cGC)\ncs.pop()\n}\nhEC.wxXCkey=1\nhEC.wxXCkey=3\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_5\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_5();", + + "page/cloud/index": "var cs = cs || [];\n$gwx_XC_6=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_6 || [];\nfunction gz$gwx_XC_6_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index'])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将演示小程序云开发能力,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'../../packageAPI/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[15])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[15],[3,'_dark.png']])\nZ(z[23])\nZ([a,z[24][1],z[15],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([3,'navigator'])\nZ([a,[3,'../../packageCloud/pages/'],z[15],[3,'/'],[[6],[[7],[3,'page']],[3,'url']]])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'navigator-arrow'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_6_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_6_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_6=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_6=true;\nvar x=['./page/cloud/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_6_1()\ncs.push(\"./page/cloud/index.wxml:view:1:1\")\nvar oLD=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:2:4\")\nvar cMD=_n('view')\n_rz(z,cMD,'class',2,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:3:6\")\nvar oND=_n('view')\n_rz(z,oND,'class',3,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:image:4:8\")\nvar lOD=_mz(z,'image',['class',4,'src',1],[],e,s,gg)\ncs.pop()\n_(oND,lOD)\ncs.push(\"./page/cloud/index.wxml:view:5:8\")\nvar aPD=_n('view')\n_rz(z,aPD,'class',6,e,s,gg)\nvar tQD=_oz(z,7,e,s,gg)\n_(aPD,tQD)\ncs.push(\"./page/cloud/index.wxml:navigator:5:100\")\nvar eRD=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg)\nvar bSD=_oz(z,10,e,s,gg)\n_(eRD,bSD)\ncs.pop()\n_(aPD,eRD)\nvar oTD=_oz(z,11,e,s,gg)\n_(aPD,oTD)\ncs.pop()\n_(oND,aPD)\ncs.pop()\n_(cMD,oND)\ncs.push(\"./page/cloud/index.wxml:view:7:6\")\nvar xUD=_n('view')\n_rz(z,xUD,'class',12,e,s,gg)\ncs.push(\"./page/cloud/index.wxml:view:8:8\")\nvar oVD=_n('view')\n_rz(z,oVD,'class',13,e,s,gg)\nvar fWD=_v()\n_(oVD,fWD)\ncs.push(\"./page/cloud/index.wxml:block:9:10\")\nvar cXD=function(oZD,hYD,c1D,gg){\ncs.push(\"./page/cloud/index.wxml:block:9:10\")\ncs.push(\"./page/cloud/index.wxml:view:10:12\")\nvar l3D=_n('view')\n_rz(z,l3D,'class',16,oZD,hYD,gg)\ncs.push(\"./page/cloud/index.wxml:view:11:14\")\nvar a4D=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],oZD,hYD,gg)\ncs.push(\"./page/cloud/index.wxml:view:12:16\")\nvar e6D=_n('view')\n_rz(z,e6D,'class',20,oZD,hYD,gg)\nvar b7D=_oz(z,21,oZD,hYD,gg)\n_(e6D,b7D)\ncs.pop()\n_(a4D,e6D)\nvar t5D=_v()\n_(a4D,t5D)\nif(_oz(z,22,oZD,hYD,gg)){t5D.wxVkey=1\ncs.push(\"./page/cloud/index.wxml:image:13:16\")\ncs.push(\"./page/cloud/index.wxml:image:13:16\")\nvar o8D=_mz(z,'image',['class',23,'src',1],[],oZD,hYD,gg)\ncs.pop()\n_(t5D,o8D)\ncs.pop()\n}\nelse{t5D.wxVkey=2\ncs.push(\"./page/cloud/index.wxml:image:14:16\")\ncs.push(\"./page/cloud/index.wxml:image:14:16\")\nvar x9D=_mz(z,'image',['class',25,'src',1],[],oZD,hYD,gg)\ncs.pop()\n_(t5D,x9D)\ncs.pop()\n}\nt5D.wxXCkey=1\ncs.pop()\n_(l3D,a4D)\ncs.push(\"./page/cloud/index.wxml:view:16:14\")\nvar o0D=_n('view')\n_rz(z,o0D,'class',27,oZD,hYD,gg)\ncs.push(\"./page/cloud/index.wxml:view:17:16\")\nvar fAE=_n('view')\n_rz(z,fAE,'class',28,oZD,hYD,gg)\nvar cBE=_v()\n_(fAE,cBE)\ncs.push(\"./page/cloud/index.wxml:block:18:18\")\nvar hCE=function(cEE,oDE,oFE,gg){\ncs.push(\"./page/cloud/index.wxml:block:18:18\")\ncs.push(\"./page/cloud/index.wxml:navigator:19:20\")\nvar aHE=_mz(z,'navigator',['class',32,'url',1],[],cEE,oDE,gg)\ncs.push(\"./page/cloud/index.wxml:view:20:22\")\nvar tIE=_n('view')\n_rz(z,tIE,'class',34,cEE,oDE,gg)\nvar eJE=_oz(z,35,cEE,oDE,gg)\n_(tIE,eJE)\ncs.pop()\n_(aHE,tIE)\ncs.push(\"./page/cloud/index.wxml:view:21:22\")\nvar bKE=_n('view')\n_rz(z,bKE,'class',36,cEE,oDE,gg)\ncs.pop()\n_(aHE,bKE)\ncs.pop()\n_(oFE,aHE)\ncs.pop()\nreturn oFE\n}\n_wp('./page/cloud/index.wxml:block:18:18: wx:key=\"*item\" does not look like a valid key name.')\ncBE.wxXCkey=2\n_2z(z,30,hCE,oZD,hYD,gg,cBE,'page','index','*item')\ncs.pop()\ncs.pop()\n_(o0D,fAE)\ncs.pop()\n_(l3D,o0D)\ncs.pop()\n_(c1D,l3D)\ncs.pop()\nreturn c1D\n}\n_wp('./page/cloud/index.wxml:block:9:10: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\nfWD.wxXCkey=2\n_2z(z,14,cXD,e,s,gg,fWD,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(xUD,oVD)\ncs.pop()\n_(cMD,xUD)\ncs.pop()\n_(oLD,cMD)\ncs.pop()\n_(r,oLD)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_6\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_6();", + "page/component/index": "var cs = cs || [];\n$gwx_XC_7=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_7 || [];\nfunction gz$gwx_XC_7_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index'])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'resources/kind/logo.png'])\nZ([3,'index-desc'])\nZ([3,'以下将展示小程序官方组件能力,组件样式仅供参考,开发者可根据自身需求自定义组件样式,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'index-bd'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'kind-list-item'])\nZ([3,'kindToggle'])\nZ([a,[3,'kind-list-item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-hd-show'],[1,'']]])\nZ(z[15])\nZ([3,'kind-list-text'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([[2,'==='],[[7],[3,'theme']],[1,'dark']])\nZ([3,'kind-list-img'])\nZ([a,[3,'resources/kind/'],z[15],[3,'_dark.png']])\nZ(z[23])\nZ([a,z[24][1],z[15],[3,'.png']])\nZ([a,[3,'kind-list-item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list-item-bd-show'],[1,'']]])\nZ([a,[3,'navigator-box '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'navigator-box-show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*item'])\nZ([[6],[[7],[3,'page']],[3,'appid']])\nZ(z[32])\nZ([3,'navigator'])\nZ([3,''])\nZ([3,'navigate'])\nZ(z[35])\nZ([3,'miniProgram'])\nZ([3,'release'])\nZ([3,'navigator-text'])\nZ([a,[[6],[[7],[3,'page']],[3,'name']]])\nZ([3,'navigator-arrow'])\nZ(z[34])\nZ([a,[3,'/packageComponent/pages/'],z[15],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]])\nZ(z[40])\nZ([a,[[7],[3,'page']]])\nZ(z[42])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_7_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_7_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_7=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_7=true;\nvar x=['./page/component/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_7_1()\ncs.push(\"./page/component/index.wxml:view:1:1\")\nvar xME=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/component/index.wxml:view:2:4\")\nvar oNE=_n('view')\n_rz(z,oNE,'class',2,e,s,gg)\ncs.push(\"./page/component/index.wxml:view:3:6\")\nvar fOE=_n('view')\n_rz(z,fOE,'class',3,e,s,gg)\ncs.push(\"./page/component/index.wxml:image:4:8\")\nvar cPE=_mz(z,'image',['class',4,'src',1],[],e,s,gg)\ncs.pop()\n_(fOE,cPE)\ncs.push(\"./page/component/index.wxml:view:5:8\")\nvar hQE=_n('view')\n_rz(z,hQE,'class',6,e,s,gg)\nvar oRE=_oz(z,7,e,s,gg)\n_(hQE,oRE)\ncs.push(\"./page/component/index.wxml:navigator:5:184\")\nvar cSE=_mz(z,'navigator',['class',8,'url',1],[],e,s,gg)\nvar oTE=_oz(z,10,e,s,gg)\n_(cSE,oTE)\ncs.pop()\n_(hQE,cSE)\nvar lUE=_oz(z,11,e,s,gg)\n_(hQE,lUE)\ncs.pop()\n_(fOE,hQE)\ncs.pop()\n_(oNE,fOE)\ncs.push(\"./page/component/index.wxml:view:7:6\")\nvar aVE=_n('view')\n_rz(z,aVE,'class',12,e,s,gg)\ncs.push(\"./page/component/index.wxml:view:8:8\")\nvar tWE=_n('view')\n_rz(z,tWE,'class',13,e,s,gg)\nvar eXE=_v()\n_(tWE,eXE)\ncs.push(\"./page/component/index.wxml:block:9:10\")\nvar bYE=function(x1E,oZE,o2E,gg){\ncs.push(\"./page/component/index.wxml:block:9:10\")\ncs.push(\"./page/component/index.wxml:view:10:12\")\nvar c4E=_n('view')\n_rz(z,c4E,'class',16,x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:11:14\")\nvar h5E=_mz(z,'view',['bindtap',17,'class',1,'id',2],[],x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:12:16\")\nvar c7E=_n('view')\n_rz(z,c7E,'class',20,x1E,oZE,gg)\nvar o8E=_oz(z,21,x1E,oZE,gg)\n_(c7E,o8E)\ncs.pop()\n_(h5E,c7E)\nvar o6E=_v()\n_(h5E,o6E)\nif(_oz(z,22,x1E,oZE,gg)){o6E.wxVkey=1\ncs.push(\"./page/component/index.wxml:image:13:16\")\ncs.push(\"./page/component/index.wxml:image:13:16\")\nvar l9E=_mz(z,'image',['class',23,'src',1],[],x1E,oZE,gg)\ncs.pop()\n_(o6E,l9E)\ncs.pop()\n}\nelse{o6E.wxVkey=2\ncs.push(\"./page/component/index.wxml:image:14:16\")\ncs.push(\"./page/component/index.wxml:image:14:16\")\nvar a0E=_mz(z,'image',['class',25,'src',1],[],x1E,oZE,gg)\ncs.pop()\n_(o6E,a0E)\ncs.pop()\n}\no6E.wxXCkey=1\ncs.pop()\n_(c4E,h5E)\ncs.push(\"./page/component/index.wxml:view:16:14\")\nvar tAF=_n('view')\n_rz(z,tAF,'class',27,x1E,oZE,gg)\ncs.push(\"./page/component/index.wxml:view:17:16\")\nvar eBF=_n('view')\n_rz(z,eBF,'class',28,x1E,oZE,gg)\nvar bCF=_v()\n_(eBF,bCF)\ncs.push(\"./page/component/index.wxml:block:18:18\")\nvar oDF=function(oFF,xEF,fGF,gg){\ncs.push(\"./page/component/index.wxml:block:18:18\")\nvar hIF=_v()\n_(fGF,hIF)\nif(_oz(z,32,oFF,xEF,gg)){hIF.wxVkey=1\ncs.push(\"./page/component/index.wxml:navigator:19:20\")\ncs.push(\"./page/component/index.wxml:navigator:19:20\")\nvar oJF=_mz(z,'navigator',['appId',33,'class',1,'extraData',2,'openType',3,'path',4,'target',5,'version',6],[],oFF,xEF,gg)\ncs.push(\"./page/component/index.wxml:view:20:22\")\nvar cKF=_n('view')\n_rz(z,cKF,'class',40,oFF,xEF,gg)\nvar oLF=_oz(z,41,oFF,xEF,gg)\n_(cKF,oLF)\ncs.pop()\n_(oJF,cKF)\ncs.push(\"./page/component/index.wxml:view:21:22\")\nvar lMF=_n('view')\n_rz(z,lMF,'class',42,oFF,xEF,gg)\ncs.pop()\n_(oJF,lMF)\ncs.pop()\n_(hIF,oJF)\ncs.pop()\n}\nelse{hIF.wxVkey=2\ncs.push(\"./page/component/index.wxml:navigator:23:20\")\ncs.push(\"./page/component/index.wxml:navigator:23:20\")\nvar aNF=_mz(z,'navigator',['class',43,'url',1],[],oFF,xEF,gg)\ncs.push(\"./page/component/index.wxml:view:24:22\")\nvar tOF=_n('view')\n_rz(z,tOF,'class',45,oFF,xEF,gg)\nvar ePF=_oz(z,46,oFF,xEF,gg)\n_(tOF,ePF)\ncs.pop()\n_(aNF,tOF)\ncs.push(\"./page/component/index.wxml:view:25:22\")\nvar bQF=_n('view')\n_rz(z,bQF,'class',47,oFF,xEF,gg)\ncs.pop()\n_(aNF,bQF)\ncs.pop()\n_(hIF,aNF)\ncs.pop()\n}\nhIF.wxXCkey=1\ncs.pop()\nreturn fGF\n}\n_wp('./page/component/index.wxml:block:18:18: wx:key=\"*item\" does not look like a valid key name.')\nbCF.wxXCkey=2\n_2z(z,30,oDF,x1E,oZE,gg,bCF,'page','index','*item')\ncs.pop()\ncs.pop()\n_(tAF,eBF)\ncs.pop()\n_(c4E,tAF)\ncs.pop()\n_(o2E,c4E)\ncs.pop()\nreturn o2E\n}\n_wp('./page/component/index.wxml:block:9:10: wx:key=\"{{item.id}}\" does not look like a valid key name (did you mean wx:key=\"id\" ?)')\neXE.wxXCkey=2\n_2z(z,14,bYE,e,s,gg,eXE,'item','index','{{item.id}}')\ncs.pop()\ncs.pop()\n_(aVE,tWE)\ncs.pop()\n_(oNE,aVE)\ncs.pop()\n_(xME,oNE)\ncs.pop()\n_(r,xME)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_7\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_7();", + "page/extend/index": "var cs = cs || [];\n$gwx_XC_8=function(_,_v,_n,_p,_s,_wp,_wl,$gwn,$gwl,$gwh,wh,$gstack,$gwrt,gra,grb,TestTest,wfor,_ca,_da,_r,_rz,_o,_oz,_1,_1z,_2,_2z,_m,_mz,nv_getDate,nv_getRegExp,nv_console,nv_parseInt,nv_parseFloat,nv_isNaN,nv_isFinite,nv_decodeURI,nv_decodeURIComponent,nv_encodeURI,nv_encodeURIComponent,$gdc,nv_JSON,_af,_gv,_ai,_grp,_gd,_gapi,$ixc,_ic,_w,_ev,_tsd){return function(path,global){\nif(typeof global==='undefined'){if (typeof __GWX_GLOBAL__==='undefined')global={};else global=__GWX_GLOBAL__;}if(typeof __WXML_GLOBAL__ === 'undefined') {__WXML_GLOBAL__={};\n}__WXML_GLOBAL__.modules = __WXML_GLOBAL__.modules || {};\nvar e_={}\nif(typeof(global.entrys)==='undefined')global.entrys={};e_=global.entrys;\nvar d_={}\nif(typeof(global.defines)==='undefined')global.defines={};d_=global.defines;\nvar f_={}\nif(typeof(global.modules)==='undefined')global.modules={};f_=global.modules || {};\nvar p_={}\nvar cs = cs || [];\n__WXML_GLOBAL__.ops_cached = __WXML_GLOBAL__.ops_cached || {}\n__WXML_GLOBAL__.ops_set = __WXML_GLOBAL__.ops_set || {};\n__WXML_GLOBAL__.ops_init = __WXML_GLOBAL__.ops_init || {};\nvar z=__WXML_GLOBAL__.ops_set.$gwx_XC_8 || [];\nfunction gz$gwx_XC_8_1(){\nif( __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1)return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1=[];\n(function(z){var a=11;function Z(ops){z.push(ops)}\nZ([3,'page'])\nZ([[7],[3,'theme']])\nZ([3,'index-hd'])\nZ([3,'index-logo'])\nZ([3,'./images/logo_extended.png'])\nZ([3,'index-desc'])\nZ([3,'以下是对小程序内置组件能力的补充,包括 WeUI 组件库和一些常见的功能组件,具体属性参数详见 '])\nZ([3,'weui-agree__link'])\nZ([3,'/page/component/pages/doc-web-view/doc-web-view'])\nZ([3,'小程序开发文档'])\nZ([3,'。'])\nZ([3,'page__bd page-weui page__bd_spacing'])\nZ([3,'kind-list'])\nZ([[7],[3,'list']])\nZ([3,'id'])\nZ([3,'kind-list__item'])\nZ([3,'kindToggle'])\nZ([a,[3,'weui-flex kind-list__item-hd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-hd_show'],[1,'']]])\nZ([[6],[[7],[3,'item']],[3,'id']])\nZ([3,'weui-flex__item'])\nZ([a,[[6],[[7],[3,'item']],[3,'name']]])\nZ([3,'kind-list__img'])\nZ([a,[3,'images/icon_nav_'],z[18],[3,'.png']])\nZ([a,[3,'kind-list__item-bd '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'kind-list__item-bd_show'],[1,'']]])\nZ([a,[3,'weui-cells '],[[2,'?:'],[[6],[[7],[3,'item']],[3,'open']],[1,'weui-cells_show'],[1,'']]])\nZ(z[0])\nZ([[6],[[7],[3,'item']],[3,'pages']])\nZ([3,'*this'])\nZ([[6],[[7],[3,'page']],[3,'url']])\nZ([3,'weui-cell weui-cell_access'])\nZ([a,[3,'../../packageExtend/pages/'],z[28]])\nZ([3,'weui-cell__bd'])\nZ([a,[[6],[[7],[3,'page']],[3,'zh']]])\nZ([3,'weui-cell__ft weui-cell__ft_in-access'])\nZ(z[29])\nZ([a,z[30][1],[[6],[[7],[3,'item']],[3,'father']],[3,'/'],[[7],[3,'page']],[3,'/'],[[7],[3,'page']]])\nZ(z[31])\nZ([a,[[7],[3,'page']]])\nZ(z[33])\nZ([3,'page__ft'])\n})(__WXML_GLOBAL__.ops_cached.$gwx_XC_8_1);return __WXML_GLOBAL__.ops_cached.$gwx_XC_8_1\n}\n__WXML_GLOBAL__.ops_set.$gwx_XC_8=z;\n__WXML_GLOBAL__.ops_init.$gwx_XC_8=true;\nvar x=['./page/extend/index.wxml'];d_[x[0]]={}\nvar m0=function(e,s,r,gg){\nvar z=gz$gwx_XC_8_1()\ncs.push(\"./page/extend/index.wxml:view:1:1\")\nvar xSF=_mz(z,'view',['class',0,'data-weui-theme',1],[],e,s,gg)\ncs.push(\"./page/extend/index.wxml:view:6:7\")\nvar oTF=_n('view')\n_rz(z,oTF,'class',2,e,s,gg)\ncs.push(\"./page/extend/index.wxml:image:7:6\")\nvar fUF=_mz(z,'image',['class',3,'src',1],[],e,s,gg)\ncs.pop()\n_(oTF,fUF)\ncs.push(\"./page/extend/index.wxml:view:8:6\")\nvar cVF=_n('view')\n_rz(z,cVF,'class',5,e,s,gg)\nvar hWF=_oz(z,6,e,s,gg)\n_(cVF,hWF)\ncs.push(\"./page/extend/index.wxml:navigator:8:161\")\nvar oXF=_mz(z,'navigator',['class',7,'url',1],[],e,s,gg)\nvar cYF=_oz(z,9,e,s,gg)\n_(oXF,cYF)\ncs.pop()\n_(cVF,oXF)\nvar oZF=_oz(z,10,e,s,gg)\n_(cVF,oZF)\ncs.pop()\n_(oTF,cVF)\ncs.pop()\n_(xSF,oTF)\ncs.push(\"./page/extend/index.wxml:view:13:6\")\nvar l1F=_n('view')\n_rz(z,l1F,'class',11,e,s,gg)\ncs.push(\"./page/extend/index.wxml:view:14:10\")\nvar a2F=_n('view')\n_rz(z,a2F,'class',12,e,s,gg)\nvar t3F=_v()\n_(a2F,t3F)\ncs.push(\"./page/extend/index.wxml:block:15:14\")\nvar e4F=function(o6F,b5F,x7F,gg){\ncs.push(\"./page/extend/index.wxml:block:15:14\")\ncs.push(\"./page/extend/index.wxml:view:16:18\")\nvar f9F=_n('view')\n_rz(z,f9F,'class',15,o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:17:22\")\nvar c0F=_mz(z,'view',['bindtap',16,'class',1,'id',2],[],o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:18:26\")\nvar hAG=_n('view')\n_rz(z,hAG,'class',19,o6F,b5F,gg)\nvar oBG=_oz(z,20,o6F,b5F,gg)\n_(hAG,oBG)\ncs.pop()\n_(c0F,hAG)\ncs.push(\"./page/extend/index.wxml:image:19:26\")\nvar cCG=_mz(z,'image',['class',21,'src',1],[],o6F,b5F,gg)\ncs.pop()\n_(c0F,cCG)\ncs.pop()\n_(f9F,c0F)\ncs.push(\"./page/extend/index.wxml:view:21:22\")\nvar oDG=_n('view')\n_rz(z,oDG,'class',23,o6F,b5F,gg)\ncs.push(\"./page/extend/index.wxml:view:22:26\")\nvar lEG=_n('view')\n_rz(z,lEG,'class',24,o6F,b5F,gg)\nvar aFG=_v()\n_(lEG,aFG)\ncs.push(\"./page/extend/index.wxml:block:23:30\")\nvar tGG=function(bIG,eHG,oJG,gg){\ncs.push(\"./page/extend/index.wxml:block:23:30\")\nvar oLG=_v()\n_(oJG,oLG)\nif(_oz(z,28,bIG,eHG,gg)){oLG.wxVkey=1\ncs.push(\"./page/extend/index.wxml:navigator:24:34\")\ncs.push(\"./page/extend/index.wxml:navigator:24:34\")\nvar fMG=_mz(z,'navigator',['class',29,'url',1],[],bIG,eHG,gg)\ncs.push(\"./page/extend/index.wxml:view:25:38\")\nvar cNG=_n('view')\n_rz(z,cNG,'class',31,bIG,eHG,gg)\nvar hOG=_oz(z,32,bIG,eHG,gg)\n_(cNG,hOG)\ncs.pop()\n_(fMG,cNG)\ncs.push(\"./page/extend/index.wxml:view:26:38\")\nvar oPG=_n('view')\n_rz(z,oPG,'class',33,bIG,eHG,gg)\ncs.pop()\n_(fMG,oPG)\ncs.pop()\n_(oLG,fMG)\ncs.pop()\n}\nelse{oLG.wxVkey=2\ncs.push(\"./page/extend/index.wxml:navigator:28:34\")\ncs.push(\"./page/extend/index.wxml:navigator:28:34\")\nvar cQG=_mz(z,'navigator',['class',34,'url',1],[],bIG,eHG,gg)\ncs.push(\"./page/extend/index.wxml:view:29:38\")\nvar oRG=_n('view')\n_rz(z,oRG,'class',36,bIG,eHG,gg)\nvar lSG=_oz(z,37,bIG,eHG,gg)\n_(oRG,lSG)\ncs.pop()\n_(cQG,oRG)\ncs.push(\"./page/extend/index.wxml:view:30:38\")\nvar aTG=_n('view')\n_rz(z,aTG,'class',38,bIG,eHG,gg)\ncs.pop()\n_(cQG,aTG)\ncs.pop()\n_(oLG,cQG)\ncs.pop()\n}\noLG.wxXCkey=1\ncs.pop()\nreturn oJG\n}\naFG.wxXCkey=2\n_2z(z,26,tGG,o6F,b5F,gg,aFG,'page','index','*this')\ncs.pop()\ncs.pop()\n_(oDG,lEG)\ncs.pop()\n_(f9F,oDG)\ncs.pop()\n_(x7F,f9F)\ncs.pop()\nreturn x7F\n}\nt3F.wxXCkey=2\n_2z(z,13,e4F,e,s,gg,t3F,'item','index','id')\ncs.pop()\ncs.pop()\n_(l1F,a2F)\ncs.pop()\n_(xSF,l1F)\ncs.push(\"./page/extend/index.wxml:view:39:6\")\nvar tUG=_n('view')\n_rz(z,tUG,'class',39,e,s,gg)\ncs.pop()\n_(xSF,tUG)\ncs.pop()\n_(r,xSF)\nreturn r\n}\ne_[x[0]]={f:m0,j:[],i:[],ti:[],ic:[]}\nif(path&&e_[path]){\nouterGlobal.__wxml_comp_version__=0.02\nreturn function(env,dd,global){$gwxc=0;var root={\"tag\":\"wx-page\"};root.children=[]\n;g=\"$gwx_XC_8\";var main=e_[path].f\ncs=[]\nif (typeof global===\"undefined\")global={};global.f=$gdc(f_[path],\"\",1);\nif(typeof(outerGlobal.__webview_engine_version__)!='undefined'&&outerGlobal.__webview_engine_version__+1e-6>=0.02+1e-6&&outerGlobal.__mergeData__)\n{\nenv=outerGlobal.__mergeData__(env,dd);\n}\ntry{\nmain(env,{},root,global);\n_tsd(root)\nif(typeof(outerGlobal.__webview_engine_version__)=='undefined'|| outerGlobal.__webview_engine_version__+1e-6<0.01+1e-6){return _ev(root);}\n}catch(err){\nconsole.log(cs, env);\nconsole.log(err)\nthrow err\n}\n;g=\"\";\nreturn root;\n}\n}\n}\n}(__g.a,__g.b,__g.c,__g.d,__g.e,__g.f,__g.g,__g.h,__g.i,__g.j,__g.k,__g.l,__g.m,__g.n,__g.o,__g.p,__g.q,__g.r,__g.s,__g.t,__g.u,__g.v,__g.w,__g.x,__g.y,__g.z,__g.A,__g.B,__g.C,__g.D,__g.E,__g.F,__g.G,__g.H,__g.I,__g.J,__g.K,__g.L,__g.M,__g.N,__g.O,__g.P,__g.Q,__g.R,__g.S,__g.T,__g.U,__g.V,__g.W,__g.X,__g.Y,__g.Z,__g.aa);if(__vd_version_info__.delayedGwx||false)$gwx_XC_8();" + }, + "generateFunctionName": { + "__COMMON__": "$gwx", + "miniprogram_npm/miniprogram-barrage/index": "$gwx_XC_0", + "miniprogram_npm/miniprogram-recycle-view/recycle-item": "$gwx_XC_1", + "miniprogram_npm/miniprogram-recycle-view/recycle-view": "$gwx_XC_2", + "miniprogram_npm/wxml-to-canvas/index": "$gwx_XC_3", + "page/API/components/set-tab-bar/set-tab-bar": "$gwx_XC_4", + "page/API/index": "$gwx_XC_5", + "page/cloud/index": "$gwx_XC_6", + "page/component/index": "$gwx_XC_7", + "page/extend/index": "$gwx_XC_8" + } +} \ No newline at end of file diff --git a/test/wcc/llw/LOG.MD b/compiler/test/wcc/llw/LOG.MD similarity index 100% rename from test/wcc/llw/LOG.MD rename to compiler/test/wcc/llw/LOG.MD diff --git a/test/wcc/llw/common.js b/compiler/test/wcc/llw/common.js similarity index 100% rename from test/wcc/llw/common.js rename to compiler/test/wcc/llw/common.js diff --git a/test/wcc/llw/index.js b/compiler/test/wcc/llw/index.js similarity index 100% rename from test/wcc/llw/index.js rename to compiler/test/wcc/llw/index.js diff --git a/compiler/test/wcc/llw/llw3.js b/compiler/test/wcc/llw/llw3.js new file mode 100644 index 0000000..64eaadb --- /dev/null +++ b/compiler/test/wcc/llw/llw3.js @@ -0,0 +1,130 @@ +#!/usr/bin/env node + +const { spawn, spawnSync } = require("child_process"); +const path = require("path"); +const fs = require("fs"); +const { exit } = require("process"); + +const projectPath = "/mnt/disk1/WeChatProjects/miniprogram-demo/miniprogram/"; +const config = [ + "-d", + "--split", + ">_<4685", + "-cc", + "9>_<4685./miniprogram_npm/miniprogram-barrage/index.wxml>_<46850>_<4685./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml>_<46850>_<4685./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml>_<46850>_<4685./miniprogram_npm/wxml-to-canvas/index.wxml>_<46850>_<4685./page/API/index.wxml>_<46851>_<4685set-tab-bar>_<4685./page/API/components/set-tab-bar/set-tab-bar.wxml>_<46850>_<4685./page/cloud/index.wxml>_<46850>_<4685./page/component/index.wxml>_<46850>_<4685./page/extend/index.wxml>_<46850", + "-llw", + "./miniprogram_npm/miniprogram-barrage/index>_<4685./miniprogram_npm/miniprogram-recycle-view/recycle-item>_<4685./miniprogram_npm/miniprogram-recycle-view/recycle-view>_<4685./miniprogram_npm/wxml-to-canvas/index>_<4685./page/API/index>_<4685./page/API/components/set-tab-bar/set-tab-bar>_<4685./page/cloud/index>_<4685./page/component/index>_<4685./page/extend/index", + "./miniprogram_npm/miniprogram-barrage/index.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml", + "./miniprogram_npm/wxml-to-canvas/index.wxml", + "./page/API/index.wxml", + "./page/API/components/set-tab-bar/set-tab-bar.wxml", + "./page/cloud/index.wxml", + "./page/common/foot.wxml", + "./page/common/head.wxml", + "./page/component/index.wxml", + "./page/extend/index.wxml", + "-gn", + "$gwx", +]; + +const test_wine = () => { + const wine = spawn( + path.resolve(__dirname, "../../../../package.nw/js/vendor/wcc.exe"), + config, + { + cwd: projectPath, + } + ); + const spwanData = [], + errData = []; + wine.stdout.on("data", (e) => { + spwanData.push(e); + }); + wine.stderr.on("data", (e) => { + errData.push(e); + }); + return new Promise((resolve, reject) => { + wine.on("close", (n) => { + console.log("wine n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + result = JSON.parse(result); + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4) + // result = result.generateFunctionContent["__COMMON__"]; + fs.writeFileSync( + path.resolve(__dirname, "./3/wine_output.json"), + result + ); + // process.stdout.write(result); + resolve(result); + } else { + process.stderr.write( + "wine error:", + Buffer.concat(errData).toString() + ); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; +const test_node = () => { + const node_exec = spawn( + path.resolve(__dirname, "../../../nodejs/wcc"), + config, + { + cwd: projectPath, + env: { + WX_DEBUG_COMPILER_OUTPUT: path.resolve(__dirname, "./3"), + }, + // stdio: 'inherit' + } + ); + const spwanData = [], + errData = []; + node_exec.stdout.on("data", (e) => { + spwanData.push(e); + // console.log(e.toString()) + }); + node_exec.stderr.on("data", (e) => { + errData.push(e); + // console.log(e.toString()) + }); + return new Promise((resolve, reject) => { + node_exec.on("close", (n) => { + console.log("node n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + // require('fs').writeFileSync('/mnt/disk2/wechat-web-devtools-linux/tmp/llw2.json', result) + // process.stdout.write(result); + result = JSON.parse(result); + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4) + // result = result.generateFunctionContent["__COMMON__"]; + fs.writeFileSync( + path.resolve(__dirname, "./3/node_output.json"), + result + ); + resolve(result); + } else { + process.stderr.write(Buffer.concat(errData).toString()); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; + +const test = async () => { + try { + const node_result = await test_node(); + const wine_result = await test_wine(); + console.log("结果是否一致:", wine_result.trim() === node_result); + } catch (err) { + console.error("错误:", err); + } +}; +test(); diff --git a/test/wcc/llw/logs.js b/compiler/test/wcc/llw/logs.js similarity index 100% rename from test/wcc/llw/logs.js rename to compiler/test/wcc/llw/logs.js diff --git a/test/wcc/llw/nodejs copy.js b/compiler/test/wcc/llw/nodejs copy.js similarity index 100% rename from test/wcc/llw/nodejs copy.js rename to compiler/test/wcc/llw/nodejs copy.js diff --git a/test/wcsc/compare/nodejs.json b/compiler/test/wcc/llw/nodejs.json similarity index 100% rename from test/wcsc/compare/nodejs.json rename to compiler/test/wcc/llw/nodejs.json diff --git a/compiler/test/wcc/llw/t.js b/compiler/test/wcc/llw/t.js new file mode 100644 index 0000000..69f50fb --- /dev/null +++ b/compiler/test/wcc/llw/t.js @@ -0,0 +1,16 @@ +const fs = require('fs') +const path = require('path') + +var x=['./miniprogram_npm/miniprogram-barrage/index.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxml','./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxml','./miniprogram_npm/wxml-to-canvas/index.wxml','./page/API/components/set-tab-bar/set-tab-bar.wxml','../../../common/head.wxml','../../../common/foot.wxml','./page/API/index.wxml','./page/cloud/index.wxml','./page/common/foot.wxml','./page/common/head.wxml','./page/component/index.wxml','./page/extend/index.wxml']; +const config = { + num: 4 +} +const source = fs.readFileSync(path.resolve(__dirname, './3/linux_output.js')).toString() +const m0Exp = `var m${config.num}=function\\(e,s,r,gg\\){[\\s\\S]*{f:m${config.num},j:\\[.*?\\],i:\\[.*?\\],ti:\\[(.*?)\\],ic:\\[.*?\\]}` +console.log('exp --- ', m0Exp) +let m0 = source.match(new RegExp(m0Exp)) +const compIndex = m0[1].match(/\d+/g) +console.log(compIndex) +for(let index of compIndex) + console.log(x[index]) +m0 = m0[0].replace(new RegExp(`m${config.num}`, 'g'), 'm0').replace(new RegExp(`x\\[${config.num}\\]`, 'g'), 'x[0]') \ No newline at end of file diff --git a/test/wcc/llw/wine.json b/compiler/test/wcc/llw/wine.json similarity index 100% rename from test/wcc/llw/wine.json rename to compiler/test/wcc/llw/wine.json diff --git a/test/wcc/llw1.sh b/compiler/test/wcc/llw1.sh similarity index 100% rename from test/wcc/llw1.sh rename to compiler/test/wcc/llw1.sh diff --git a/test/wcc/llw2.js b/compiler/test/wcc/llw2.js similarity index 89% rename from test/wcc/llw2.js rename to compiler/test/wcc/llw2.js index 8e41f3a..a15d5fe 100644 --- a/test/wcc/llw2.js +++ b/compiler/test/wcc/llw2.js @@ -110,16 +110,6 @@ const test_wine = () => { }; const test_node = () => { - // const node_exec1 = spawnSync( - // path.resolve(__dirname, "../../compiler/nodejs/wcc"), - // config, - // { - // cwd: projectPath, - // // stdio: 'inherit' - // } - // ); - // console.log(node_exec1.stdout.toString()) - // return const node_exec = spawn( path.resolve(__dirname, "../../compiler/nodejs/wcc"), config, @@ -155,44 +145,13 @@ const test_node = () => { }); }; - -// const node_exec = spawn( -// path.resolve(__dirname, "../../compiler/nodejs/wcc"), -// config, -// { -// cwd: projectPath, -// // stdio: 'inherit' -// } -// ); -// const spwanData = [], -// errData = []; -// node_exec.stdout.on("data", (e) => { -// spwanData.push(e); -// console.log(e.toString()) -// }); -// node_exec.stderr.on("data", (e) => { -// errData.push(e); -// console.log(e.toString()) -// }); -// node_exec.on("close", (n) => { -// console.log("n: ", n); -// if (0 === n) { -// const result = Buffer.concat(spwanData).toString(); -// require('fs').writeFileSync(path.resolve(__dirname, '../../tmp/llw2.json'), result) -// // process.stdout.write(result); -// } else { -// process.stderr.write(Buffer.concat(errData).toString()); -// // process.stderr.write(Buffer.concat(spwanData).toString()); -// } -// }); - - const test = async () => { try { - // const wine_result = await test_wine(); + const wine_result = await test_wine(); const node_result = await test_node(); + console.log(wine_result === node_result) } catch (err) { - console.error(err); + console.error('错误:', err); } }; test(); diff --git a/test/wcc/llw2.sh b/compiler/test/wcc/llw2.sh similarity index 100% rename from test/wcc/llw2.sh rename to compiler/test/wcc/llw2.sh diff --git a/test/wcc/viewedit/1/index.js b/compiler/test/wcc/viewedit/1/index.js similarity index 100% rename from test/wcc/viewedit/1/index.js rename to compiler/test/wcc/viewedit/1/index.js diff --git a/test/wcc/viewedit/1/linux_output.js b/compiler/test/wcc/viewedit/1/linux_output.js similarity index 100% rename from test/wcc/viewedit/1/linux_output.js rename to compiler/test/wcc/viewedit/1/linux_output.js diff --git a/test/wcc/viewedit/1/node.json b/compiler/test/wcc/viewedit/1/node.json similarity index 100% rename from test/wcc/viewedit/1/node.json rename to compiler/test/wcc/viewedit/1/node.json diff --git a/test/wcc/viewedit/1/nodejs.json b/compiler/test/wcc/viewedit/1/nodejs.json similarity index 100% rename from test/wcc/viewedit/1/nodejs.json rename to compiler/test/wcc/viewedit/1/nodejs.json diff --git a/test/wcc/viewedit/1/wine.json b/compiler/test/wcc/viewedit/1/wine.json similarity index 100% rename from test/wcc/viewedit/1/wine.json rename to compiler/test/wcc/viewedit/1/wine.json diff --git a/test/wcc/viewedit/ll.sh b/compiler/test/wcc/viewedit/ll.sh similarity index 100% rename from test/wcc/viewedit/ll.sh rename to compiler/test/wcc/viewedit/ll.sh diff --git a/test/wcc/viewedit/ll1.sh b/compiler/test/wcc/viewedit/ll1.sh similarity index 100% rename from test/wcc/viewedit/ll1.sh rename to compiler/test/wcc/viewedit/ll1.sh diff --git a/test/wcc/viewedit/result.json b/compiler/test/wcc/viewedit/result.json similarity index 100% rename from test/wcc/viewedit/result.json rename to compiler/test/wcc/viewedit/result.json diff --git a/test/wcc/viewedit/wcc.js b/compiler/test/wcc/viewedit/wcc.js similarity index 100% rename from test/wcc/viewedit/wcc.js rename to compiler/test/wcc/viewedit/wcc.js diff --git a/compiler/test/wcsc/3/node_output.json b/compiler/test/wcsc/3/node_output.json new file mode 100644 index 0000000..da7c844 --- /dev/null +++ b/compiler/test/wcsc/3/node_output.json @@ -0,0 +1,15 @@ +{ + "common": "var BASE_DEVICE_WIDTH = 750;\nvar isIOS=navigator.userAgent.match(\"iPhone\");\nvar deviceWidth = window.screen.width || 375;\nvar deviceDPR = window.devicePixelRatio || 2;\nvar checkDeviceWidth = window.__checkDeviceWidth__ || function() {\nvar newDeviceWidth = window.screen.width || 375\nvar newDeviceDPR = window.devicePixelRatio || 2\nvar newDeviceHeight = window.screen.height || 375\nif (window.screen.orientation && /^landscape/.test(window.screen.orientation.type || '')) newDeviceWidth = newDeviceHeight\nif (newDeviceWidth !== deviceWidth || newDeviceDPR !== deviceDPR) {\ndeviceWidth = newDeviceWidth\ndeviceDPR = newDeviceDPR\n}\n}\ncheckDeviceWidth()\nvar eps = 1e-4;\nvar transformRPX = window.__transformRpx__ || function(number, newDeviceWidth) {\nif ( number === 0 ) return 0;\nnumber = number / BASE_DEVICE_WIDTH * ( newDeviceWidth || deviceWidth );\nnumber = Math.floor(number + eps);\nif (number === 0) {\nif (deviceDPR === 1 || !isIOS) {\nreturn 1;\n} else {\nreturn 0.5;\n}\n}\nreturn number;\n}\nwindow.__rpxRecalculatingFuncs__ = window.__rpxRecalculatingFuncs__ || [];\nvar __COMMON_STYLESHEETS__ = __COMMON_STYLESHEETS__||{}\nif (!__COMMON_STYLESHEETS__.hasOwnProperty('./app.wxss'))__COMMON_STYLESHEETS__['./app.wxss']=[[2,\"./page/common/lib/weui.wxss\"],\"body { background-color: var(--weui-BG-1); height: 100%; font-size: 16px; line-height: 1.6; color: var(--weui-FG-0); display: flex; justify-content: center; ;wxcs_originclass: page;;wxcs_fileinfo: ./app.wxss 5 1; }\\nbody\\x3ewx-view { width: 100vw; max-width: 600px; ;wxcs_originclass: page\\x3eview;;wxcs_fileinfo: ./app.wxss 15 1; }\\nwx-checkbox, wx-radio{ margin-right: 5px; ;wxcs_originclass: checkbox, radio;;wxcs_fileinfo: ./app.wxss 19 1; }\\nwx-button{ margin-top: 10px; margin-bottom: 10px; ;wxcs_originclass: button;;wxcs_fileinfo: ./app.wxss 22 1; }\\nwx-form{ width: 100%; ;wxcs_originclass: form;;wxcs_fileinfo: ./app.wxss 26 1; }\\nwx-input { width: 100%; ;wxcs_originclass: input;;wxcs_fileinfo: ./app.wxss 29 1; }\\n.\",[1],\"strong{ font-weight: bold; ;wxcs_originclass: .strong;;wxcs_fileinfo: ./app.wxss 34 1; }\\n.\",[1],\"tc{ text-align: center; ;wxcs_originclass: .tc;;wxcs_fileinfo: ./app.wxss 37 1; }\\n.\",[1],\"container { display: flex; flex-direction: column; min-height: 100%; justify-content: space-between; font-size: 16px; font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; ;wxcs_originclass: .container;;wxcs_fileinfo: ./app.wxss 42 1; }\\n.\",[1],\"page-head{ padding: 30px 25px 40px; text-align: center; ;wxcs_originclass: .page-head;;wxcs_fileinfo: ./app.wxss 50 1; }\\n.\",[1],\"page-head-title { display: inline-block; padding: 0 20px 10px 20px; font-size: 16px; ;wxcs_originclass: .page-head-title;;wxcs_fileinfo: ./app.wxss 55 1; }\\n.\",[1],\"page-head-line{ margin: 0 auto; width: 75px; height: 1px; background-color: var(--weui-FG-1); ;wxcs_originclass: .page-head-line;;wxcs_fileinfo: ./app.wxss 62 1; }\\n.\",[1],\"page-head-desc{ padding-top: 10px; color: var(--weui-FG-1); font-size: 16px; ;wxcs_originclass: .page-head-desc;;wxcs_fileinfo: ./app.wxss 70 1; }\\n.\",[1],\"page-body { width: 100%; flex-grow: 1; ;wxcs_originclass: .page-body;;wxcs_fileinfo: ./app.wxss 76 1; }\\n.\",[1],\"page-body-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; ;wxcs_originclass: .page-body-wrapper;;wxcs_fileinfo: ./app.wxss 81 1; }\\n.\",[1],\"page-body-wording { text-align: center; padding: 100px 50px; ;wxcs_originclass: .page-body-wording;;wxcs_fileinfo: ./app.wxss 87 1; }\\n.\",[1],\"page-body-info { display: flex; flex-direction: column; align-items: center; background-color: var(--weui-BG-2); width: 100%; padding: 25px 0 75px 0; ;wxcs_originclass: .page-body-info;;wxcs_fileinfo: ./app.wxss 91 1; }\\n.\",[1],\"page-body-title { margin-bottom: 50px; font-size: 16px; ;wxcs_originclass: .page-body-title;;wxcs_fileinfo: ./app.wxss 99 1; }\\n.\",[1],\"page-body-text { font-size: 15px; line-height: 26px; color: var(--weui-FG-2); ;wxcs_originclass: .page-body-text;;wxcs_fileinfo: ./app.wxss 103 1; }\\n.\",[1],\"page-body-text-small { font-size: 12px; color: var(--weui-FG-0); margin-bottom: 50px; ;wxcs_originclass: .page-body-text-small;;wxcs_fileinfo: ./app.wxss 108 1; }\\n.\",[1],\"page-foot{ margin: 50px 0 0 0; margin-bottom: constant(safe-area-inset-bottom); margin-bottom: env(safe-area-inset-bottom); padding-bottom: 15px; text-align: center; color: #1aad19; font-size: 0; ;wxcs_originclass: .page-foot;;wxcs_fileinfo: ./app.wxss 114 1; }\\n.\",[1],\"icon-foot{ width: 76px; height: 12px; ;wxcs_originclass: .icon-foot;;wxcs_fileinfo: ./app.wxss 125 1; }\\n.\",[1],\"page-section{ width: 100%; margin-bottom: 30px; ;wxcs_originclass: .page-section;;wxcs_fileinfo: ./app.wxss 132 1; }\\n.\",[1],\"page-section_center{ display: flex; flex-direction: column; align-items: center; ;wxcs_originclass: .page-section_center;;wxcs_fileinfo: ./app.wxss 136 1; }\\n.\",[1],\"page-section:last-child{ margin-bottom: 0; ;wxcs_originclass: .page-section:last-child;;wxcs_fileinfo: ./app.wxss 141 1; }\\n.\",[1],\"page-section-gap{ box-sizing: border-box; padding: 0 15px; ;wxcs_originclass: .page-section-gap;;wxcs_fileinfo: ./app.wxss 144 1; }\\n.\",[1],\"page-section-spacing{ box-sizing: border-box; padding: 0 40px; ;wxcs_originclass: .page-section-spacing;;wxcs_fileinfo: ./app.wxss 148 1; }\\n.\",[1],\"page-section-title{ font-size: 14px; color: var(--weui-FG-1); margin-bottom: 5px; padding-left: 15px; padding-right: 15px; ;wxcs_originclass: .page-section-title;;wxcs_fileinfo: ./app.wxss 152 1; }\\n.\",[1],\"page-section-gap .\",[1],\"page-section-title{ padding-left: 0; padding-right: 0; ;wxcs_originclass: .page-section-gap .page-section-title;;wxcs_fileinfo: ./app.wxss 163 1; }\\n.\",[1],\"page-section-ctn{;wxcs_originclass: .page-section-ctn;;wxcs_fileinfo: ./app.wxss 167 1; }\\n.\",[1],\"btn-area{ margin-top: 30px; box-sizing: border-box; width: 100%; padding: 0 15px; ;wxcs_originclass: .btn-area;;wxcs_fileinfo: ./app.wxss 172 1; }\\n.\",[1],\"image-plus { width: 75px; height: 75px; border: 1px solid var(--weui-FG-1); position: relative; ;wxcs_originclass: .image-plus;;wxcs_fileinfo: ./app.wxss 179 1; }\\n.\",[1],\"image-plus-nb{ border: 0; ;wxcs_originclass: .image-plus-nb;;wxcs_fileinfo: ./app.wxss 185 1; }\\n.\",[1],\"image-plus-text{ color: var(--weui-FG-2); font-size: 14px; ;wxcs_originclass: .image-plus-text;;wxcs_fileinfo: ./app.wxss 188 1; }\\n.\",[1],\"image-plus-horizontal { position: absolute; top: 50%; left: 50%; background-color: var(--weui-FG-1); width: 2px; height: 40px; transform: translate(-50%, -50%); ;wxcs_originclass: .image-plus-horizontal;;wxcs_fileinfo: ./app.wxss 192 1; }\\n.\",[1],\"image-plus-vertical { position: absolute; top: 50%; left: 50%; background-color: var(--weui-FG-1); width: 40px; height: 2px; transform: translate(-50%, -50%); ;wxcs_originclass: .image-plus-vertical;;wxcs_fileinfo: ./app.wxss 201 1; }\\n.\",[1],\"demo-text-1{ position: relative; align-items: center; justify-content: center; background-color: #1AAD19; color: #FFFFFF; font-size: 18px; ;wxcs_originclass: .demo-text-1;;wxcs_fileinfo: ./app.wxss 211 1; }\\n.\",[1],\"demo-text-1:before{ content: \\x27A\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-1:before;;wxcs_fileinfo: ./app.wxss 219 1; }\\n.\",[1],\"demo-text-2{ position: relative; align-items: center; justify-content: center; background-color: #2782D7; color: #FFFFFF; font-size: 18px; ;wxcs_originclass: .demo-text-2;;wxcs_fileinfo: ./app.wxss 226 1; }\\n.\",[1],\"demo-text-2:before{ content: \\x27B\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-2:before;;wxcs_fileinfo: ./app.wxss 234 1; }\\n.\",[1],\"demo-text-3{ position: relative; align-items: center; justify-content: center; background-color: #F1F1F1; color: #353535; font-size: 18px; ;wxcs_originclass: .demo-text-3;;wxcs_fileinfo: ./app.wxss 241 1; }\\n.\",[1],\"demo-text-3:before{ content: \\x27C\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-3:before;;wxcs_fileinfo: ./app.wxss 249 1; }\\n\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/common.wxss'))__COMMON_STYLESHEETS__['./page/common/common.wxss']=[\"body { height: 100%; display: flex; justify-content: center; ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/common.wxss 8 1; }\\n.\",[1],\"page { min-height: 100%; background-color: var(--weui-BG-1); color: var(--weui-FG-0); font-size: 16px; font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif; max-width: 600px; ;wxcs_originclass: .page;;wxcs_fileinfo: ./page/common/common.wxss 14 1; }\\nwx-image { max-width: 100%; max-height: 100% ;wxcs_originclass: image;;wxcs_fileinfo: ./page/common/common.wxss 23 1; }\\n.\",[1],\"link { display: inline; color: var(--weui-LINK) ;wxcs_originclass: .link;;wxcs_fileinfo: ./page/common/common.wxss 28 1; }\\n.\",[1],\"fadeIn { -webkit-animation: a .3s forwards; animation: a .3s forwards ;wxcs_originclass: .fadeIn;;wxcs_fileinfo: ./page/common/common.wxss 33 1; }\\n.\",[1],\"fadeOut { -webkit-animation: b .3s forwards; animation: b .3s forwards ;wxcs_originclass: .fadeOut;;wxcs_fileinfo: ./page/common/common.wxss 38 1; }\\n@-webkit-keyframes a { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 44 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 48 3; }\\n}@keyframes a { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 54 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 58 3; }\\n}@-webkit-keyframes b { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 64 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 68 3; }\\n}@keyframes b { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 74 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 78 3; }\\n}.\",[1],\"weui-msg__extra-area { position: static ;wxcs_originclass: .weui-msg__extra-area;;wxcs_fileinfo: ./page/common/common.wxss 83 1; }\\n.\",[1],\"page__hd { padding: 40px ;wxcs_originclass: .page__hd;;wxcs_fileinfo: ./page/common/common.wxss 87 1; }\\n.\",[1],\"page__bd { padding-bottom: 40px ;wxcs_originclass: .page__bd;;wxcs_fileinfo: ./page/common/common.wxss 91 1; }\\n.\",[1],\"page__bd_spacing { padding-left: 15px; padding-right: 15px ;wxcs_originclass: .page__bd_spacing;;wxcs_fileinfo: ./page/common/common.wxss 95 1; }\\n.\",[1],\"page__ft { padding-top: 40px; padding-bottom: 10px; padding-bottom: calc(10px + constant(safe-area-inset-bottom)); padding-bottom: calc(10px + env(safe-area-inset-bottom)); text-align: center ;wxcs_originclass: .page__ft;;wxcs_fileinfo: ./page/common/common.wxss 100 1; }\\n[data-weui-theme\\x3ddark] .\",[1],\"page__ft wx-image { -webkit-filter: invert(100) hue-rotate(180deg); filter: invert(100) hue-rotate(180deg) ;wxcs_originclass: [data-weui-theme\\x3ddark] .page__ft image;;wxcs_fileinfo: ./page/common/common.wxss 108 1; }\\n.\",[1],\"page__title { text-align: left; font-size: 20px; font-weight: 400 ;wxcs_originclass: .page__title;;wxcs_fileinfo: ./page/common/common.wxss 113 1; }\\n.\",[1],\"page__desc { margin-top: 5px; color: var(--weui-FG-1); text-align: left; font-size: 14px ;wxcs_originclass: .page__desc;;wxcs_fileinfo: ./page/common/common.wxss 119 1; }\\n.\",[1],\"weui-cell_example:before { left: 52px ;wxcs_originclass: .weui-cell_example:before;;wxcs_fileinfo: ./page/common/common.wxss 126 1; }\\n@media (prefers-color-scheme: dark) { body { background-color: #1F1F1F; ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/common.wxss 131 3; }\\n}\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/index.wxss'))__COMMON_STYLESHEETS__['./page/common/index.wxss']=[\".\",[1],\"index-hd { padding: 40px 40px 20px; text-align: center; ;wxcs_originclass: .index-hd;;wxcs_fileinfo: ./page/common/index.wxss 1 1; }\\n.\",[1],\"index-bd { padding: 0 15px 20px; ;wxcs_originclass: .index-bd;;wxcs_fileinfo: ./page/common/index.wxss 5 1; }\\n.\",[1],\"index-ft { padding-bottom: 10px; text-align: center; ;wxcs_originclass: .index-ft;;wxcs_fileinfo: ./page/common/index.wxss 9 1; }\\n.\",[1],\"index-logo { width: 43px; height: 43px; ;wxcs_originclass: .index-logo;;wxcs_fileinfo: ./page/common/index.wxss 13 1; }\\n.\",[1],\"index-desc { margin-top: 10px; color: var(--weui-FG-1); font-size: 14px; ;wxcs_originclass: .index-desc;;wxcs_fileinfo: ./page/common/index.wxss 19 1; }\\n.\",[1],\"navigator-box { opacity: 0; position: relative; background-color: var(--weui-BG-2); line-height: 1.41176471; font-size: 17px; transform: translateY(-50%); transition: .3s; ;wxcs_originclass: .navigator-box;;wxcs_fileinfo: ./page/common/index.wxss 27 1; }\\n.\",[1],\"navigator-box-show { opacity: 1; transform: translateY(0); ;wxcs_originclass: .navigator-box-show;;wxcs_fileinfo: ./page/common/index.wxss 38 1; }\\n.\",[1],\"navigator { padding: 10px 15px; position: relative; display: flex; align-items: center; ;wxcs_originclass: .navigator;;wxcs_fileinfo: ./page/common/index.wxss 42 1; }\\n.\",[1],\"navigator:before { content: \\x22 \\x22; position: absolute; left: 15px; top: 0; right: 15px; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); ;wxcs_originclass: .navigator:before;;wxcs_fileinfo: ./page/common/index.wxss 49 1; }\\n.\",[1],\"navigator:first-child:before { display: none; ;wxcs_originclass: .navigator:first-child:before;;wxcs_fileinfo: ./page/common/index.wxss 62 1; }\\n.\",[1],\"navigator-text { flex: 1; ;wxcs_originclass: .navigator-text;;wxcs_fileinfo: ./page/common/index.wxss 65 1; }\\n.\",[1],\"navigator-arrow { padding-right: 13px; position: relative; ;wxcs_originclass: .navigator-arrow;;wxcs_fileinfo: ./page/common/index.wxss 68 1; }\\n.\",[1],\"navigator-arrow:after { content: \\x22 \\x22; display: inline-block; height: 9px; width: 9px; border-width: 1px 1px 0 0; border-color: var(--weui-FG-2); border-style: solid; transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); position: absolute; top: 50%; margin-top: -4px; right: 14px; ;wxcs_originclass: .navigator-arrow:after;;wxcs_fileinfo: ./page/common/index.wxss 73 1; }\\n.\",[1],\"kind-list-item { margin: 10px 0; background-color: var(--weui-BG-2); border-radius: 2px; overflow: hidden; ;wxcs_originclass: .kind-list-item;;wxcs_fileinfo: ./page/common/index.wxss 94 1; }\\n.\",[1],\"kind-list-item:first-child { margin-top: 0; ;wxcs_originclass: .kind-list-item:first-child;;wxcs_fileinfo: ./page/common/index.wxss 101 1; }\\n.\",[1],\"kind-list-text{ flex: 1; ;wxcs_originclass: .kind-list-text;;wxcs_fileinfo: ./page/common/index.wxss 104 1; }\\n.\",[1],\"kind-list-img { width: 30px; height: 30px; ;wxcs_originclass: .kind-list-img;;wxcs_fileinfo: ./page/common/index.wxss 107 1; }\\n.\",[1],\"kind-list-item-hd { padding: 15px; display: flex; align-items: center; transition: opacity .3s; ;wxcs_originclass: .kind-list-item-hd;;wxcs_fileinfo: ./page/common/index.wxss 113 1; }\\n.\",[1],\"kind-list-item-hd-show { opacity: .2; ;wxcs_originclass: .kind-list-item-hd-show;;wxcs_fileinfo: ./page/common/index.wxss 121 1; }\\n.\",[1],\"kind-list-item-bd { height: 0; overflow: hidden; ;wxcs_originclass: .kind-list-item-bd;;wxcs_fileinfo: ./page/common/index.wxss 124 1; }\\n.\",[1],\"kind-list-item-bd-show { height: auto; ;wxcs_originclass: .kind-list-item-bd-show;;wxcs_fileinfo: ./page/common/index.wxss 128 1; }\\n\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/lib/weui.wxss'))__COMMON_STYLESHEETS__['./page/common/lib/weui.wxss']=[\"[data-weui-theme\\x3dlight], body { --weui-BTN-DISABLED-FONT-COLOR: rgba(0, 0, 0, .2) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 6 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DISABLED-FONT-COLOR: hsla(0, 0%, 100%, .2) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 12 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-BG: #f2f2f2 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 17 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-BG: hsla(0, 0%, 100%, .08) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 23 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-COLOR: #06ae56 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 28 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-COLOR: hsla(0, 0%, 100%, .8) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 34 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-ACTIVE-BG: #e6e6e6 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 39 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-ACTIVE-BG: hsla(0, 0%, 100%, .126) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 45 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-DIALOG-LINE-COLOR: rgba(0, 0, 0, .1) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 50 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-DIALOG-LINE-COLOR: hsla(0, 0%, 100%, .1) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 56 3; }\\n}body { line-height: 1.6; font-family: -apple-system-font, Helvetica Neue, sans-serif ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 61 1; }\\nwx-icon { vertical-align: middle ;wxcs_originclass: icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 66 1; }\\n[data-weui-theme\\x3dlight], body { --weui-BG-0: #ededed; --weui-BG-1: #f7f7f7; --weui-BG-2: #fff; --weui-BG-3: #f7f7f7; --weui-BG-4: #4c4c4c; --weui-BG-5: #fff; --weui-FG-0: rgba(0, 0, 0, .9); --weui-FG-HALF: rgba(0, 0, 0, .9); --weui-FG-1: rgba(0, 0, 0, .5); --weui-FG-2: rgba(0, 0, 0, .3); --weui-FG-3: rgba(0, 0, 0, .1); --weui-RED: #fa5151; --weui-ORANGE: #fa9d3b; --weui-YELLOW: #ffc300; --weui-GREEN: #91d300; --weui-LIGHTGREEN: #95ec69; --weui-BRAND: #07c160; --weui-BLUE: #10aeff; --weui-INDIGO: #1485ee; --weui-PURPLE: #6467f0; --weui-WHITE: #fff; --weui-LINK: #576b95; --weui-TEXTGREEN: #06ae56; --weui-FG: #000; --weui-BG: #fff; --weui-TAG-TEXT-ORANGE: #fa9d3b; --weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, .1); --weui-TAG-TEXT-GREEN: #06ae56; --weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, .1); --weui-TAG-TEXT-BLUE: #10aeff; --weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, .1); --weui-TAG-TEXT-BLACK: rgba(0, 0, 0, .5); --weui-TAG-BACKGROUND-BLACK: rgba(0, 0, 0, .05) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 70 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BG-0: #191919; --weui-BG-1: #1f1f1f; --weui-BG-2: #232323; --weui-BG-3: #2f2f2f; --weui-BG-4: #606060; --weui-BG-5: #2c2c2c; --weui-FG-0: hsla(0, 0%, 100%, .8); --weui-FG-HALF: hsla(0, 0%, 100%, .6); --weui-FG-1: hsla(0, 0%, 100%, .5); --weui-FG-2: hsla(0, 0%, 100%, .3); --weui-FG-3: hsla(0, 0%, 100%, .05); --weui-RED: #fa5151; --weui-ORANGE: #c87d2f; --weui-YELLOW: #cc9c00; --weui-GREEN: #74a800; --weui-LIGHTGREEN: #28b561; --weui-BRAND: #07c160; --weui-BLUE: #10aeff; --weui-INDIGO: #1196ff; --weui-PURPLE: #8183ff; --weui-WHITE: hsla(0, 0%, 100%, .8); --weui-LINK: #7d90a9; --weui-TEXTGREEN: #259c5c; --weui-FG: #fff; --weui-BG: #000; --weui-TAG-TEXT-ORANGE: rgba(250, 157, 59, .6); --weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, .1); --weui-TAG-TEXT-GREEN: rgba(6, 174, 86, .6); --weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, .1); --weui-TAG-TEXT-BLUE: rgba(16, 174, 255, .6); --weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, .1); --weui-TAG-TEXT-BLACK: hsla(0, 0%, 100%, .5); --weui-TAG-BACKGROUND-BLACK: hsla(0, 0%, 100%, .05) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 108 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BG-COLOR-ACTIVE: #ececec ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 145 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BG-COLOR-ACTIVE: #373737 ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 151 3; }\\n}[class*\\x3d\\x22 weui-icon-\\x22], [class^\\x3dweui-icon-] { display: inline-block; vertical-align: middle; width: 24px; height: 24px; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor ;wxcs_fileinfo: ./page/common/lib/weui.wxss 156 1; }\\n.\",[1],\"weui-icon-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 171 1; }\\n.\",[1],\"weui-icon-download { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2012.04l-1.72-1.72-1.06%201.06%202.828%202.83a1%201%200%20001.414-.001l2.828-2.828-1.06-1.061-1.73%201.73V7h-1.5v5.04zm0-5.04V2h1.5v5h6.251c.55%200%20.999.446.999.996v13.008a.998.998%200%2001-.996.996H4.996A.998.998%200%20014%2021.004V7.996A1%201%200%20014.999%207h6.251z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2012.04l-1.72-1.72-1.06%201.06%202.828%202.83a1%201%200%20001.414-.001l2.828-2.828-1.06-1.061-1.73%201.73V7h-1.5v5.04zm0-5.04V2h1.5v5h6.251c.55%200%20.999.446.999.996v13.008a.998.998%200%2001-.996.996H4.996A.998.998%200%20014%2021.004V7.996A1%201%200%20014.999%207h6.251z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-download;;wxcs_fileinfo: ./page/common/lib/weui.wxss 176 1; }\\n.\",[1],\"weui-icon-info { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.75-12v7h1.5v-7h-1.5zM12%209a1%201%200%20100-2%201%201%200%20000%202z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.75-12v7h1.5v-7h-1.5zM12%209a1%201%200%20100-2%201%201%200%20000%202z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 181 1; }\\n.\",[1],\"weui-icon-safe-success { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.6C315.5%2046.7%20180.4%2093.1%2057.6%20132c0%20129.3.2%20231.7.2%20339.7%200%20304.2%20248.3%20471.6%20443.1%20523.7C695.7%20943.3%20944%20775.9%20944%20471.7c0-108%20.2-210.4.2-339.7C821.4%2093.1%20686.3%2046.7%20500.9%204.6zm248.3%20349.1l-299.7%20295c-2.1%202-5.3%202-7.4-.1L304.4%20506.1c-2-2.1-2.3-5.7-.6-8l18.3-24.9c1.7-2.3%205-2.8%207.2-1l112.2%2086c2.3%201.8%206%201.7%208.1-.1l274.7-228.9c2.2-1.8%205.7-1.7%207.7.3l17%2016.8c2.2%202.1%202.2%205.3.2%207.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23070202%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.6C315.5%2046.7%20180.4%2093.1%2057.6%20132c0%20129.3.2%20231.7.2%20339.7%200%20304.2%20248.3%20471.6%20443.1%20523.7C695.7%20943.3%20944%20775.9%20944%20471.7c0-108%20.2-210.4.2-339.7C821.4%2093.1%20686.3%2046.7%20500.9%204.6zm248.3%20349.1l-299.7%20295c-2.1%202-5.3%202-7.4-.1L304.4%20506.1c-2-2.1-2.3-5.7-.6-8l18.3-24.9c1.7-2.3%205-2.8%207.2-1l112.2%2086c2.3%201.8%206%201.7%208.1-.1l274.7-228.9c2.2-1.8%205.7-1.7%207.7.3l17%2016.8c2.2%202.1%202.2%205.3.2%207.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23070202%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-safe-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 186 1; }\\n.\",[1],\"weui-icon-safe-warn { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.5c-185.4%2042-320.4%2088.4-443.2%20127.3%200%20129.3.2%20231.7.2%20339.6%200%20304.1%20248.2%20471.4%20443%20523.6%20194.7-52.2%20443-219.5%20443-523.6%200-107.9.2-210.3.2-339.6C821.3%2092.9%20686.2%2046.5%20500.9%204.5zm-26.1%20271.1h52.1c5.8%200%2010.3%204.7%2010.1%2010.4l-11.6%20313.8c-.1%202.8-2.5%205.2-5.4%205.2h-38.2c-2.9%200-5.3-2.3-5.4-5.2L464.8%20286c-.2-5.8%204.3-10.4%2010-10.4zm26.1%20448.3c-20.2%200-36.5-16.3-36.5-36.5s16.3-36.5%2036.5-36.5%2036.5%2016.3%2036.5%2036.5-16.4%2036.5-36.5%2036.5z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23020202%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.5c-185.4%2042-320.4%2088.4-443.2%20127.3%200%20129.3.2%20231.7.2%20339.6%200%20304.1%20248.2%20471.4%20443%20523.6%20194.7-52.2%20443-219.5%20443-523.6%200-107.9.2-210.3.2-339.6C821.3%2092.9%20686.2%2046.5%20500.9%204.5zm-26.1%20271.1h52.1c5.8%200%2010.3%204.7%2010.1%2010.4l-11.6%20313.8c-.1%202.8-2.5%205.2-5.4%205.2h-38.2c-2.9%200-5.3-2.3-5.4-5.2L464.8%20286c-.2-5.8%204.3-10.4%2010-10.4zm26.1%20448.3c-20.2%200-36.5-16.3-36.5-36.5s16.3-36.5%2036.5-36.5%2036.5%2016.3%2036.5%2036.5-16.4%2036.5-36.5%2036.5z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23020202%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-safe-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 191 1; }\\n.\",[1],\"weui-icon-success { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 196 1; }\\n.\",[1],\"weui-icon-success-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm-1.172-6.242l5.809-5.808.848.849-5.95%205.95a1%201%200%2001-1.414%200L7%2012.426l.849-.849%202.98%202.98z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm-1.172-6.242l5.809-5.808.848.849-5.95%205.95a1%201%200%2001-1.414%200L7%2012.426l.849-.849%202.98%202.98z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 201 1; }\\n.\",[1],\"weui-icon-success-no-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-no-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 206 1; }\\n.\",[1],\"weui-icon-waiting { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-waiting;;wxcs_fileinfo: ./page/common/lib/weui.wxss 211 1; }\\n.\",[1],\"weui-icon-waiting-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.6%2011.503l3.891%203.891-.848.849L11.4%2012V6h1.2v5.503zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.6%2011.503l3.891%203.891-.848.849L11.4%2012V6h1.2v5.503zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-waiting-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 216 1; }\\n.\",[1],\"weui-icon-warn { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 221 1; }\\n.\",[1],\"weui-icon-info-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zM11.4%2010h1.2v7h-1.2v-7zm.6-1a1%201%200%20110-2%201%201%200%20010%202z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zM11.4%2010h1.2v7h-1.2v-7zm.6-1a1%201%200%20110-2%201%201%200%20010%202z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-info-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 226 1; }\\n.\",[1],\"weui-icon-cancel { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M12.849%2012l3.11%203.111-.848.849L12%2012.849l-3.111%203.11-.849-.848L11.151%2012l-3.11-3.111.848-.849L12%2011.151l3.111-3.11.849.848L12.849%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M12.849%2012l3.11%203.111-.848.849L12%2012.849l-3.111%203.11-.849-.848L11.151%2012l-3.11-3.111.848-.849L12%2011.151l3.111-3.11.849.848L12.849%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-cancel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 231 1; }\\n.\",[1],\"weui-icon-search { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 236 1; }\\n.\",[1],\"weui-icon-clear { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.06%2012l3.006-3.005-1.06-1.06L12%2010.938%208.995%207.934l-1.06%201.06L10.938%2012l-3.005%203.005%201.06%201.06L12%2013.062l3.005%203.005%201.06-1.06L13.062%2012zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.06%2012l3.006-3.005-1.06-1.06L12%2010.938%208.995%207.934l-1.06%201.06L10.938%2012l-3.005%203.005%201.06%201.06L12%2013.062l3.005%203.005%201.06-1.06L13.062%2012zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 241 1; }\\n.\",[1],\"weui-icon-back { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm1.999-6.563L10.68%2012%2014%208.562%2012.953%207.5%209.29%2011.277a1.045%201.045%200%20000%201.446l3.663%203.777L14%2015.437z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm1.999-6.563L10.68%2012%2014%208.562%2012.953%207.5%209.29%2011.277a1.045%201.045%200%20000%201.446l3.663%203.777L14%2015.437z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back;;wxcs_fileinfo: ./page/common/lib/weui.wxss 246 1; }\\n.\",[1],\"weui-icon-delete { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.774%206.4l.812%2013.648a.8.8%200%2000.798.752h7.232a.8.8%200%2000.798-.752L17.226%206.4H6.774zm11.655%200l-.817%2013.719A2%202%200%200115.616%2022H8.384a2%202%200%2001-1.996-1.881L5.571%206.4H3.5v-.7a.5.5%200%2001.5-.5h16a.5.5%200%2001.5.5v.7h-2.071zM14%203a.5.5%200%2001.5.5v.7h-5v-.7A.5.5%200%200110%203h4zM9.5%209h1.2l.5%209H10l-.5-9zm3.8%200h1.2l-.5%209h-1.2l.5-9z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.774%206.4l.812%2013.648a.8.8%200%2000.798.752h7.232a.8.8%200%2000.798-.752L17.226%206.4H6.774zm11.655%200l-.817%2013.719A2%202%200%200115.616%2022H8.384a2%202%200%2001-1.996-1.881L5.571%206.4H3.5v-.7a.5.5%200%2001.5-.5h16a.5.5%200%2001.5.5v.7h-2.071zM14%203a.5.5%200%2001.5.5v.7h-5v-.7A.5.5%200%200110%203h4zM9.5%209h1.2l.5%209H10l-.5-9zm3.8%200h1.2l-.5%209h-1.2l.5-9z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-delete;;wxcs_fileinfo: ./page/common/lib/weui.wxss 251 1; }\\n.\",[1],\"weui-icon-success-no-circle-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.864%2016.617l-5.303-5.303-1.061%201.06%205.657%205.657a1%201%200%20001.414%200L21.238%206.364l-1.06-1.06L8.864%2016.616z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.864%2016.617l-5.303-5.303-1.061%201.06%205.657%205.657a1%201%200%20001.414%200L21.238%206.364l-1.06-1.06L8.864%2016.616z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-no-circle-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 256 1; }\\n.\",[1],\"weui-icon-arrow { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-arrow;;wxcs_fileinfo: ./page/common/lib/weui.wxss 261 1; }\\n.\",[1],\"weui-icon-arrow-bold { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.157%2012.711L4.5%2018.368l-1.414-1.414%204.95-4.95-4.95-4.95L4.5%205.64l5.657%205.657a1%201%200%20010%201.414z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.157%2012.711L4.5%2018.368l-1.414-1.414%204.95-4.95-4.95-4.95L4.5%205.64l5.657%205.657a1%201%200%20010%201.414z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-arrow-bold;;wxcs_fileinfo: ./page/common/lib/weui.wxss 266 1; }\\n.\",[1],\"weui-icon-back-arrow { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.343%2012l7.071%207.071L9%2020.485l-7.778-7.778a1%201%200%20010-1.414L9%203.515l1.414%201.414L3.344%2012z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.343%2012l7.071%207.071L9%2020.485l-7.778-7.778a1%201%200%20010-1.414L9%203.515l1.414%201.414L3.344%2012z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-arrow;;wxcs_fileinfo: ./page/common/lib/weui.wxss 271 1; }\\n.\",[1],\"weui-icon-back-arrow-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-arrow-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 276 1; }\\n.\",[1],\"weui-icon-close { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2010.586l5.657-5.657%201.414%201.414L13.414%2012l5.657%205.657-1.414%201.414L12%2013.414l-5.657%205.657-1.414-1.414L10.586%2012%204.929%206.343%206.343%204.93%2012%2010.586z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2010.586l5.657-5.657%201.414%201.414L13.414%2012l5.657%205.657-1.414%201.414L12%2013.414l-5.657%205.657-1.414-1.414L10.586%2012%204.929%206.343%206.343%204.93%2012%2010.586z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-close;;wxcs_fileinfo: ./page/common/lib/weui.wxss 281 1; }\\n.\",[1],\"weui-icon-close-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-close-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 286 1; }\\n.\",[1],\"weui-icon-back-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm1.999-5.363L12.953%2016.5%209.29%2012.723a1.045%201.045%200%20010-1.446L12.953%207.5%2014%208.563%2010.68%2012%2014%2015.438z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm1.999-5.363L12.953%2016.5%209.29%2012.723a1.045%201.045%200%20010-1.446L12.953%207.5%2014%208.563%2010.68%2012%2014%2015.438z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 291 1; }\\n.\",[1],\"weui-icon-success { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 296 1; }\\n.\",[1],\"weui-icon-waiting { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-waiting;;wxcs_fileinfo: ./page/common/lib/weui.wxss 300 1; }\\n.\",[1],\"weui-icon-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 304 1; }\\n.\",[1],\"weui-icon-info { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 308 1; }\\n.\",[1],\"weui-icon-success-circle, .\",[1],\"weui-icon-success-no-circle, .\",[1],\"weui-icon-success-no-circle-thin { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-success-circle, .weui-icon-success-no-circle, .weui-icon-success-no-circle-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 312 1; }\\n.\",[1],\"weui-icon-waiting-circle { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-waiting-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 318 1; }\\n.\",[1],\"weui-icon-circle { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 322 1; }\\n.\",[1],\"weui-icon-download { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-download;;wxcs_fileinfo: ./page/common/lib/weui.wxss 326 1; }\\n.\",[1],\"weui-icon-info-circle { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-info-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 330 1; }\\n.\",[1],\"weui-icon-safe-success { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-safe-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 334 1; }\\n.\",[1],\"weui-icon-safe-warn { color: var(--weui-YELLOW) ;wxcs_originclass: .weui-icon-safe-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 338 1; }\\n.\",[1],\"weui-icon-cancel { color: var(--weui-RED) ;wxcs_originclass: .weui-icon-cancel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 342 1; }\\n.\",[1],\"weui-icon-search { color: var(--weui-FG-1) ;wxcs_originclass: .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 346 1; }\\n.\",[1],\"weui-icon-clear { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 350 1; }\\n.\",[1],\"weui-icon-clear:active { color: var(--weui-FG-1) ;wxcs_originclass: .weui-icon-clear:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 354 1; }\\n.\",[1],\"weui-icon-delete.\",[1],\"weui-icon_gallery-delete { color: var(--weui-WHITE) ;wxcs_originclass: .weui-icon-delete.weui-icon_gallery-delete;;wxcs_fileinfo: ./page/common/lib/weui.wxss 358 1; }\\n.\",[1],\"weui-icon-arrow, .\",[1],\"weui-icon-arrow-bold, .\",[1],\"weui-icon-back-arrow, .\",[1],\"weui-icon-back-arrow-thin { width: 12px ;wxcs_originclass: .weui-icon-arrow, .weui-icon-arrow-bold, .weui-icon-back-arrow, .weui-icon-back-arrow-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 362 1; }\\n.\",[1],\"weui-icon-arrow, .\",[1],\"weui-icon-arrow-bold { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-arrow, .weui-icon-arrow-bold;;wxcs_fileinfo: ./page/common/lib/weui.wxss 369 1; }\\n.\",[1],\"weui-icon-back, .\",[1],\"weui-icon-back-arrow, .\",[1],\"weui-icon-back-arrow-thin, .\",[1],\"weui-icon-back-circle { color: var(--weui-FG-0) ;wxcs_originclass: .weui-icon-back, .weui-icon-back-arrow, .weui-icon-back-arrow-thin, .weui-icon-back-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 374 1; }\\n.\",[1],\"weui-icon_msg { width: 64px; height: 64px ;wxcs_originclass: .weui-icon_msg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 381 1; }\\n.\",[1],\"weui-icon_msg.\",[1],\"weui-icon-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-icon_msg.weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 386 1; }\\n.\",[1],\"weui-icon_msg-primary { width: 64px; height: 64px ;wxcs_originclass: .weui-icon_msg-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 390 1; }\\n.\",[1],\"weui-icon_msg-primary.\",[1],\"weui-icon-warn { color: var(--weui-YELLOW) ;wxcs_originclass: .weui-icon_msg-primary.weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 395 1; }\\n.\",[1],\"weui-link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 399 1; }\\n.\",[1],\"weui-link, .\",[1],\"weui-link:visited { color: var(--weui-LINK) ;wxcs_originclass: .weui-link, .weui-link:visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 403 1; }\\n.\",[1],\"weui-btn { position: relative; display: block; width: 184px; margin-left: auto; margin-right: auto; padding: 8px 24px; box-sizing: border-box; font-weight: 700; font-size: 17px; text-align: center; text-decoration: none; color: #fff; line-height: 1.41176471; border-radius: 4px; overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 408 1; }\\n.\",[1],\"weui-btn_block { width: auto ;wxcs_originclass: .weui-btn_block;;wxcs_fileinfo: ./page/common/lib/weui.wxss 427 1; }\\n.\",[1],\"weui-btn_inline { display: inline-block ;wxcs_originclass: .weui-btn_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 431 1; }\\n.\",[1],\"weui-btn_default { background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 435 1; }\\n.\",[1],\"weui-btn_default, .\",[1],\"weui-btn_default:not(.\",[1],\"weui-btn_disabled):visited { color: var(--weui-BTN-DEFAULT-COLOR) ;wxcs_originclass: .weui-btn_default, .weui-btn_default:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 439 1; }\\n.\",[1],\"weui-btn_default:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_default:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 444 1; }\\n.\",[1],\"weui-btn_primary { background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 448 1; }\\n.\",[1],\"weui-btn_primary:not(.\",[1],\"weui-btn_disabled):visited { color: #fff ;wxcs_originclass: .weui-btn_primary:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 452 1; }\\n.\",[1],\"weui-btn_primary:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-TAG-TEXT-GREEN) ;wxcs_originclass: .weui-btn_primary:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 456 1; }\\n.\",[1],\"weui-btn_warn { background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 460 1; }\\n.\",[1],\"weui-btn_warn, .\",[1],\"weui-btn_warn:not(.\",[1],\"weui-btn_disabled):visited { color: var(--weui-RED) ;wxcs_originclass: .weui-btn_warn, .weui-btn_warn:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 464 1; }\\n.\",[1],\"weui-btn_warn:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_warn:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 469 1; }\\n.\",[1],\"weui-btn_disabled { color: var(--weui-BTN-DISABLED-FONT-COLOR); background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 473 1; }\\n.\",[1],\"weui-btn_loading .\",[1],\"weui-loading { margin: -.2em .34em 0 0 ;wxcs_originclass: .weui-btn_loading .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 478 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_primary { background-color: var(--weui-TAG-TEXT-GREEN); color: var(--weui-WHITE) ;wxcs_originclass: .weui-btn_loading.weui-btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 482 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_default, .\",[1],\"weui-btn_loading.\",[1],\"weui-btn_warn { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_loading.weui-btn_default, .weui-btn_loading.weui-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 487 1; }\\n.\",[1],\"weui-btn_cell { position: relative; display: block; margin-left: auto; margin-right: auto; box-sizing: border-box; font-size: 17px; text-align: center; text-decoration: none; color: #fff; line-height: 1.41176471; padding: 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow: hidden; background-color: var(--weui-BG-5) ;wxcs_originclass: .weui-btn_cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 492 1; }\\n.\",[1],\"weui-btn_cell+.\",[1],\"weui-btn_cell { margin-top: 16px ;wxcs_originclass: .weui-btn_cell+.weui-btn_cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 509 1; }\\n.\",[1],\"weui-btn_cell:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-btn_cell:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 513 1; }\\n.\",[1],\"weui-btn_cell__icon { display: inline-block; vertical-align: middle; width: 24px; height: 24px; margin: -.2em .34em 0 0 ;wxcs_originclass: .weui-btn_cell__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 517 1; }\\n.\",[1],\"weui-btn_cell-default { color: var(--weui-FG-0) ;wxcs_originclass: .weui-btn_cell-default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 525 1; }\\n.\",[1],\"weui-btn_cell-primary { color: var(--weui-LINK) ;wxcs_originclass: .weui-btn_cell-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 529 1; }\\n.\",[1],\"weui-btn_cell-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-btn_cell-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 533 1; }\\nwx-button.\",[1],\"weui-btn, wx-input.\",[1],\"weui-btn { border-width: 0; outline: 0; -webkit-appearance: none ;wxcs_originclass: button.weui-btn, input.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 537 1; }\\nwx-button.\",[1],\"weui-btn:focus, wx-input.\",[1],\"weui-btn:focus { outline: 0 ;wxcs_originclass: button.weui-btn:focus, input.weui-btn:focus;;wxcs_fileinfo: ./page/common/lib/weui.wxss 544 1; }\\nwx-button.\",[1],\"weui-btn_inline, wx-button.\",[1],\"weui-btn_mini, wx-input.\",[1],\"weui-btn_inline, wx-input.\",[1],\"weui-btn_mini { width: auto ;wxcs_originclass: button.weui-btn_inline, button.weui-btn_mini, input.weui-btn_inline, input.weui-btn_mini;;wxcs_fileinfo: ./page/common/lib/weui.wxss 549 1; }\\n.\",[1],\"weui-btn_mini { display: inline-block; width: auto; padding: 0 .75em; line-height: 2; font-size: 16px ;wxcs_originclass: .weui-btn_mini;;wxcs_fileinfo: ./page/common/lib/weui.wxss 556 1; }\\n.\",[1],\"weui-btn:not(.\",[1],\"weui-btn_mini)+.\",[1],\"weui-btn:not(.\",[1],\"weui-btn_mini) { margin-top: 16px ;wxcs_originclass: .weui-btn:not(.weui-btn_mini)+.weui-btn:not(.weui-btn_mini);;wxcs_fileinfo: ./page/common/lib/weui.wxss 564 1; }\\n.\",[1],\"weui-btn.\",[1],\"weui-btn_inline+.\",[1],\"weui-btn.\",[1],\"weui-btn_inline { margin-top: auto; margin-left: 16px ;wxcs_originclass: .weui-btn.weui-btn_inline+.weui-btn.weui-btn_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 568 1; }\\n.\",[1],\"weui-btn-area { margin: 48px 16px 8px ;wxcs_originclass: .weui-btn-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 573 1; }\\n.\",[1],\"weui-btn-area_inline { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-btn-area_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 577 1; }\\n.\",[1],\"weui-btn-area_inline .\",[1],\"weui-btn { margin-top: auto; margin-right: 16px; width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-btn-area_inline .weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 583 1; }\\n.\",[1],\"weui-btn-area_inline .\",[1],\"weui-btn:last-child { margin-right: 0 ;wxcs_originclass: .weui-btn-area_inline .weui-btn:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 592 1; }\\n.\",[1],\"weui-btn_reset { background: transparent; border: 0; padding: 0; outline: 0 ;wxcs_originclass: .weui-btn_reset;;wxcs_fileinfo: ./page/common/lib/weui.wxss 596 1; }\\n.\",[1],\"weui-btn_icon { font-size: 0 ;wxcs_originclass: .weui-btn_icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 603 1; }\\n.\",[1],\"weui-btn_icon:active [class*\\x3dweui-icon-] { color: var(--weui-FG-1) ;wxcs_originclass: .weui-btn_icon:active [class*\\x3dweui-icon-];;wxcs_fileinfo: ./page/common/lib/weui.wxss 607 1; }\\n.\",[1],\"weui-cells { margin-top: 8px; background-color: var(--weui-BG-2); line-height: 1.41176471; font-size: 17px; overflow: hidden; position: relative ;wxcs_originclass: .weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 611 1; }\\n.\",[1],\"weui-cells:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 620 1; }\\n.\",[1],\"weui-cells:after, .\",[1],\"weui-cells:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3); z-index: 2 ;wxcs_originclass: .weui-cells:after, .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 629 1; }\\n.\",[1],\"weui-cells:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-cells:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 640 1; }\\n.\",[1],\"weui-cells__title { margin-top: 16px; margin-bottom: 3px; padding-left: 16px; padding-right: 16px; color: var(--weui-FG-1); font-size: 14px; line-height: 1.4 ;wxcs_originclass: .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 649 1; }\\n.\",[1],\"weui-cells__title+.\",[1],\"weui-cells { margin-top: 0 ;wxcs_originclass: .weui-cells__title+.weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 659 1; }\\n.\",[1],\"weui-cells__tips { margin-top: 8px; color: var(--weui-FG-1); padding-left: 16px; padding-right: 16px; font-size: 14px; line-height: 1.4 ;wxcs_originclass: .weui-cells__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 663 1; }\\n.\",[1],\"weui-cells__tips wx-a, .\",[1],\"weui-cells__tips wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-cells__tips a, .weui-cells__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 672 1; }\\n.\",[1],\"weui-cells__tips wx-navigator { display: inline ;wxcs_originclass: .weui-cells__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 677 1; }\\n.\",[1],\"weui-cell { padding: 16px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 681 1; }\\n.\",[1],\"weui-cell:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px; z-index: 2 ;wxcs_originclass: .weui-cell:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 692 1; }\\n.\",[1],\"weui-cell:first-child:before { display: none ;wxcs_originclass: .weui-cell:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 709 1; }\\n.\",[1],\"weui-cell_active:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-cell_active:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 713 1; }\\n.\",[1],\"weui-cell_primary { -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start ;wxcs_originclass: .weui-cell_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 717 1; }\\n.\",[1],\"weui-cell__bd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 723 1; }\\n.\",[1],\"weui-cell__ft { text-align: right; color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 729 1; }\\n.\",[1],\"weui-cell_swiped { display: block; padding: 0 ;wxcs_originclass: .weui-cell_swiped;;wxcs_fileinfo: ./page/common/lib/weui.wxss 734 1; }\\n.\",[1],\"weui-cell_swiped\\x3e.\",[1],\"weui-cell__bd { position: relative; z-index: 1; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-cell_swiped\\x3e.weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 739 1; }\\n.\",[1],\"weui-cell_swiped\\x3e.\",[1],\"weui-cell__ft { position: absolute; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: flex; color: #fff ;wxcs_originclass: .weui-cell_swiped\\x3e.weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 745 1; }\\n.\",[1],\"weui-swiped-btn { display: block; padding: 16px 1em; line-height: 1.41176471; color: inherit ;wxcs_originclass: .weui-swiped-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 756 1; }\\n.\",[1],\"weui-swiped-btn_default { background-color: var(--weui-BG-0) ;wxcs_originclass: .weui-swiped-btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 763 1; }\\n.\",[1],\"weui-swiped-btn_warn { background-color: var(--weui-RED) ;wxcs_originclass: .weui-swiped-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 767 1; }\\n.\",[1],\"weui-cell_access { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); color: inherit ;wxcs_originclass: .weui-cell_access;;wxcs_fileinfo: ./page/common/lib/weui.wxss 771 1; }\\n.\",[1],\"weui-cell_access:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-cell_access:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 776 1; }\\n.\",[1],\"weui-cell_access .\",[1],\"weui-cell__ft { padding-right: 22px; position: relative ;wxcs_originclass: .weui-cell_access .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 780 1; }\\n.\",[1],\"weui-cell_access .\",[1],\"weui-cell__ft:after { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 0; margin-top: -12px ;wxcs_originclass: .weui-cell_access .weui-cell__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 785 1; }\\n.\",[1],\"weui-cell_link { color: var(--weui-LINK); font-size: 17px ;wxcs_originclass: .weui-cell_link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 805 1; }\\n.\",[1],\"weui-cell_link:first-child:before { display: block ;wxcs_originclass: .weui-cell_link:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 810 1; }\\n.\",[1],\"weui-check__label { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-check__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 814 1; }\\n.\",[1],\"weui-check__label:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-check__label:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 818 1; }\\n.\",[1],\"weui-check { position: absolute; left: -9999px ;wxcs_originclass: .weui-check;;wxcs_fileinfo: ./page/common/lib/weui.wxss 822 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-cell__ft { padding-left: 16px; font-size: 0 ;wxcs_originclass: .weui-cells_radio .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 827 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-check+.\",[1],\"weui-icon-checked { min-width: 16px; color: transparent ;wxcs_originclass: .weui-cells_radio .weui-check+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 832 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-check:checked+.\",[1],\"weui-icon-checked, .\",[1],\"weui-cells_radio .\",[1],\"weui-check[aria-checked\\x3dtrue]+.\",[1],\"weui-icon-checked { color: var(--weui-BRAND); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_radio .weui-check:checked+.weui-icon-checked, .weui-cells_radio .weui-check[aria-checked\\x3dtrue]+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 837 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-check__label:before { left: 55px ;wxcs_originclass: .weui-cells_checkbox .weui-check__label:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 844 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-cell__hd { padding-right: 16px; font-size: 0 ;wxcs_originclass: .weui-cells_checkbox .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 848 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-icon-checked { color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_checkbox .weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 853 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-check:checked+.\",[1],\"weui-icon-checked, .\",[1],\"weui-cells_checkbox .\",[1],\"weui-check[aria-checked\\x3dtrue]+.\",[1],\"weui-icon-checked { color: var(--weui-BRAND); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_checkbox .weui-check:checked+.weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked\\x3dtrue]+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 859 1; }\\n.\",[1],\"weui-label { display: block; width: 105px; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 866 1; }\\n.\",[1],\"weui-input { width: 100%; border: 0; outline: 0; -webkit-appearance: none; background-color: transparent; font-size: inherit; color: inherit; height: 1.41176471em; line-height: 1.41176471 ;wxcs_originclass: .weui-input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 873 1; }\\n.\",[1],\"weui-input::-webkit-inner-spin-button, .\",[1],\"weui-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 ;wxcs_originclass: .weui-input::-webkit-inner-spin-button, .weui-input::-webkit-outer-spin-button;;wxcs_fileinfo: ./page/common/lib/weui.wxss 885 1; }\\n.\",[1],\"weui-input:focus:not(:placeholder-shown)+.\",[1],\"weui-btn_input-clear { display: inline ;wxcs_originclass: .weui-input:focus:not(:placeholder-shown)+.weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 891 1; }\\n.\",[1],\"weui-input::-webkit-input-placeholder, .\",[1],\"weui-input__placeholder { color: var(--weui-FG-2) ;wxcs_originclass: .weui-input::-webkit-input-placeholder, .weui-input__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 895 1; }\\n.\",[1],\"weui-input::placeholder, .\",[1],\"weui-input__placeholder { color: var(--weui-FG-2) ;wxcs_originclass: .weui-input::placeholder, .weui-input__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 900 1; }\\n.\",[1],\"weui-textarea { display: block; border: 0; resize: none; background: transparent; width: 100%; color: inherit; font-size: 1em; line-height: inherit; outline: 0 ;wxcs_originclass: .weui-textarea;;wxcs_fileinfo: ./page/common/lib/weui.wxss 905 1; }\\n.\",[1],\"weui-textarea-counter { color: var(--weui-FG-2); text-align: right; font-size: 14px ;wxcs_originclass: .weui-textarea-counter;;wxcs_fileinfo: ./page/common/lib/weui.wxss 917 1; }\\n.\",[1],\"weui-cell_warn .\",[1],\"weui-textarea-counter { color: var(--weui-RED) ;wxcs_originclass: .weui-cell_warn .weui-textarea-counter;;wxcs_fileinfo: ./page/common/lib/weui.wxss 923 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-cell_disabled:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_readonly:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_switch:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_vcode:active { background-color: transparent ;wxcs_originclass: .weui-cells_form .weui-cell_disabled:active, .weui-cells_form .weui-cell_readonly:active, .weui-cells_form .weui-cell_switch:active, .weui-cells_form .weui-cell_vcode:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 927 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-cell__ft { font-size: 0 ;wxcs_originclass: .weui-cells_form .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 934 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-icon-warn { display: none ;wxcs_originclass: .weui-cells_form .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 938 1; }\\n.\",[1],\"weui-cells_form wx-input, .\",[1],\"weui-cells_form wx-label[for], .\",[1],\"weui-cells_form wx-textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-cells_form input, .weui-cells_form label[for], .weui-cells_form textarea;;wxcs_fileinfo: ./page/common/lib/weui.wxss 942 1; }\\n.\",[1],\"weui-cell_warn { color: var(--weui-RED) ;wxcs_originclass: .weui-cell_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 948 1; }\\n.\",[1],\"weui-cell_warn .\",[1],\"weui-icon-warn { display: inline-block ;wxcs_originclass: .weui-cell_warn .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 952 1; }\\n.\",[1],\"weui-cell_disabled .\",[1],\"weui-input:disabled, .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea:disabled, .\",[1],\"weui-cell_readonly .\",[1],\"weui-input:disabled, .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea:disabled { opacity: 1; -webkit-text-fill-color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell_disabled .weui-input:disabled, .weui-cell_disabled .weui-textarea:disabled, .weui-cell_readonly .weui-input:disabled, .weui-cell_readonly .weui-textarea:disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 956 1; }\\n.\",[1],\"weui-cell_disabled .\",[1],\"weui-input[disabled], .\",[1],\"weui-cell_disabled .\",[1],\"weui-input[readonly], .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea[disabled], .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea[readonly], .\",[1],\"weui-cell_readonly .\",[1],\"weui-input[disabled], .\",[1],\"weui-cell_readonly .\",[1],\"weui-input[readonly], .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea[disabled], .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea[readonly] { color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell_disabled .weui-input[disabled], .weui-cell_disabled .weui-input[readonly], .weui-cell_disabled .weui-textarea[disabled], .weui-cell_disabled .weui-textarea[readonly], .weui-cell_readonly .weui-input[disabled], .weui-cell_readonly .weui-input[readonly], .weui-cell_readonly .weui-textarea[disabled], .weui-cell_readonly .weui-textarea[readonly];;wxcs_fileinfo: ./page/common/lib/weui.wxss 964 1; }\\n.\",[1],\"weui-btn_input-clear { display: none; padding-left: 8px ;wxcs_originclass: .weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 975 1; }\\n.\",[1],\"weui-btn_input-clear [class*\\x3dweui-icon-] { width: 18px ;wxcs_originclass: .weui-btn_input-clear [class*\\x3dweui-icon-];;wxcs_fileinfo: ./page/common/lib/weui.wxss 980 1; }\\n.\",[1],\"weui-form-preview { position: relative; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-form-preview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 984 1; }\\n.\",[1],\"weui-form-preview:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 989 1; }\\n.\",[1],\"weui-form-preview:after, .\",[1],\"weui-form-preview:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-form-preview:after, .weui-form-preview:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 998 1; }\\n.\",[1],\"weui-form-preview:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1008 1; }\\n.\",[1],\"weui-form-preview__hd { position: relative; padding: 16px; text-align: right; line-height: 2.5em ;wxcs_originclass: .weui-form-preview__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1017 1; }\\n.\",[1],\"weui-form-preview__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px ;wxcs_originclass: .weui-form-preview__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1024 1; }\\n.\",[1],\"weui-form-preview__hd .\",[1],\"weui-form-preview__value { font-style: normal; font-size: 1.6em ;wxcs_originclass: .weui-form-preview__hd .weui-form-preview__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1040 1; }\\n.\",[1],\"weui-form-preview__bd { padding: 16px; font-size: .9em; text-align: right; color: var(--weui-FG-1); line-height: 2 ;wxcs_originclass: .weui-form-preview__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1045 1; }\\n.\",[1],\"weui-form-preview__ft { position: relative; line-height: 50px; display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-form-preview__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1053 1; }\\n.\",[1],\"weui-form-preview__ft:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview__ft:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1061 1; }\\n.\",[1],\"weui-form-preview__item { overflow: hidden ;wxcs_originclass: .weui-form-preview__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1076 1; }\\n.\",[1],\"weui-form-preview__label { float: left; margin-right: 1em; min-width: 4em; color: var(--weui-FG-1); text-align: justify; text-align-last: justify ;wxcs_originclass: .weui-form-preview__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1080 1; }\\n.\",[1],\"weui-form-preview__value { display: block; overflow: hidden; word-break: normal; word-wrap: break-word; color: var(--weui-FG-0) ;wxcs_originclass: .weui-form-preview__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1089 1; }\\n.\",[1],\"weui-form-preview__btn { position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: var(--weui-LINK); text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-form-preview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1097 1; }\\nwx-button.\",[1],\"weui-form-preview__btn { background-color: transparent; border: 0; outline: 0; line-height: inherit; font-size: inherit ;wxcs_originclass: button.weui-form-preview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1108 1; }\\n.\",[1],\"weui-form-preview__btn:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-form-preview__btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1116 1; }\\n.\",[1],\"weui-form-preview__btn:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-form-preview__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1120 1; }\\n.\",[1],\"weui-form-preview__btn:first-child:after { display: none ;wxcs_originclass: .weui-form-preview__btn:first-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1135 1; }\\n.\",[1],\"weui-form-preview__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-form-preview__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1139 1; }\\n.\",[1],\"weui-form-preview__btn_primary { color: var(--weui-LINK) ;wxcs_originclass: .weui-form-preview__btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1143 1; }\\n.\",[1],\"weui-cell_select { padding: 0 ;wxcs_originclass: .weui-cell_select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1147 1; }\\n.\",[1],\"weui-cell_select .\",[1],\"weui-select { padding-right: 30px ;wxcs_originclass: .weui-cell_select .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1151 1; }\\n.\",[1],\"weui-cell_select .\",[1],\"weui-cell__bd:after { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 16px; margin-top: -12px ;wxcs_originclass: .weui-cell_select .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1155 1; }\\n.\",[1],\"weui-select { -webkit-appearance: none; border: 0; outline: 0; background-color: transparent; width: 100%; font-size: inherit; height: 56px; line-height: 56px; position: relative; z-index: 1; padding-left: 16px; color: var(--weui-FG-0) ;wxcs_originclass: .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1175 1; }\\n.\",[1],\"weui-cell_select-before { padding-right: 16px ;wxcs_originclass: .weui-cell_select-before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1190 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-select { width: 105px; box-sizing: border-box ;wxcs_originclass: .weui-cell_select-before .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1194 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd { position: relative ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1199 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd:after { content: \\x22 \\x22; position: absolute; right: 0; top: 0; width: 1px; bottom: 0; border-right: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1203 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd:before { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 16px; margin-top: -12px ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1218 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__bd { padding-left: 16px ;wxcs_originclass: .weui-cell_select-before .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1238 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__bd:after { display: none ;wxcs_originclass: .weui-cell_select-before .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1242 1; }\\n.\",[1],\"weui-cell_select-before.\",[1],\"weui-cell_access .\",[1],\"weui-cell__hd { line-height: 56px; padding-left: 32px ;wxcs_originclass: .weui-cell_select-before.weui-cell_access .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1246 1; }\\n.\",[1],\"weui-cell_select-after { padding-left: 16px ;wxcs_originclass: .weui-cell_select-after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1251 1; }\\n.\",[1],\"weui-cell_select-after .\",[1],\"weui-select { padding-left: 0 ;wxcs_originclass: .weui-cell_select-after .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1255 1; }\\n.\",[1],\"weui-cell_select-after.\",[1],\"weui-cell_access .\",[1],\"weui-cell__bd { line-height: 56px ;wxcs_originclass: .weui-cell_select-after.weui-cell_access .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1259 1; }\\n.\",[1],\"weui-cell_vcode { padding-top: 0; padding-right: 0; padding-bottom: 0 ;wxcs_originclass: .weui-cell_vcode;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1263 1; }\\n.\",[1],\"weui-vcode-btn, .\",[1],\"weui-vcode-img { margin-left: 5px; height: 56px; vertical-align: middle ;wxcs_originclass: .weui-vcode-btn, .weui-vcode-img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1269 1; }\\n.\",[1],\"weui-vcode-btn { display: inline-block; padding: 0 .6em 0 .7em; line-height: 56px; font-size: 17px; color: var(--weui-LINK); position: relative ;wxcs_originclass: .weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1276 1; }\\n.\",[1],\"weui-vcode-btn:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-vcode-btn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1285 1; }\\nwx-button.\",[1],\"weui-vcode-btn { background-color: transparent; border: 0; outline: 0 ;wxcs_originclass: button.weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1300 1; }\\n.\",[1],\"weui-vcode-btn:active { color: #767676 ;wxcs_originclass: .weui-vcode-btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1306 1; }\\n.\",[1],\"weui-gallery { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; z-index: 1000 ;wxcs_originclass: .weui-gallery;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1310 1; }\\n.\",[1],\"weui-gallery__img, .\",[1],\"weui-gallery__opr { position: absolute; left: 0; left: constant(safe-area-inset-left); left: env(safe-area-inset-left); right: 0; right: constant(safe-area-inset-right); right: env(safe-area-inset-right) ;wxcs_originclass: .weui-gallery__img, .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1321 1; }\\n.\",[1],\"weui-gallery__img { top: 0; top: constant(safe-area-inset-top); top: env(safe-area-inset-top); bottom: 60px; bottom: calc(60px + constant(safe-area-inset-bottom)); bottom: calc(60px + env(safe-area-inset-bottom)); background: 50% no-repeat; background-size: contain ;wxcs_originclass: .weui-gallery__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1332 1; }\\n.\",[1],\"weui-gallery__opr { position: absolute; bottom: 0; padding-bottom: 0; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); background-color: #0d0d0d; color: var(--weui-WHITE); line-height: 60px; text-align: center ;wxcs_originclass: .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1343 1; }\\n.\",[1],\"weui-gallery__del { display: block ;wxcs_originclass: .weui-gallery__del;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1355 1; }\\n.\",[1],\"weui-cell_switch { padding-top: 12px; padding-bottom: 12px ;wxcs_originclass: .weui-cell_switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1359 1; }\\n.\",[1],\"weui-switch { -webkit-appearance: none; appearance: none ;wxcs_originclass: .weui-switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1364 1; }\\n.\",[1],\"weui-switch, .\",[1],\"weui-switch-cp__box { position: relative; width: 52px; height: 32px; border: 2px solid var(--weui-FG-3); outline: 0; border-radius: 16px; box-sizing: border-box; -webkit-transition: background-color .1s, border .1s; transition: background-color .1s, border .1s ;wxcs_originclass: .weui-switch, .weui-switch-cp__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1369 1; }\\n.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch:before { content: \\x22 \\x22; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 15px; background-color: var(--weui-BG-3); -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1) ;wxcs_originclass: .weui-switch-cp__box:before, .weui-switch:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1382 1; }\\n.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch:after { content: \\x22 \\x22; position: absolute; top: 0; left: 0; width: 28px; height: 28px; border-radius: 15px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .4); -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35) ;wxcs_originclass: .weui-switch-cp__box:after, .weui-switch:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1398 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box, .\",[1],\"weui-switch:checked { border-color: var(--weui-BRAND); background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box, .weui-switch:checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1415 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch:checked:before { -webkit-transform: scale(0); transform: scale(0) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box:before, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box:before, .weui-switch:checked:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1422 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch:checked:after { -webkit-transform: translateX(20px); transform: translateX(20px) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box:after, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box:after, .weui-switch:checked:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1429 1; }\\n.\",[1],\"weui-switch-cp__input { position: absolute; left: -9999px ;wxcs_originclass: .weui-switch-cp__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1436 1; }\\n.\",[1],\"weui-switch-cp__box { display: block ;wxcs_originclass: .weui-switch-cp__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1441 1; }\\n.\",[1],\"weui-uploader { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-uploader;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1445 1; }\\n.\",[1],\"weui-uploader__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding-bottom: 16px; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-uploader__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1451 1; }\\n.\",[1],\"weui-uploader__title { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-uploader__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1461 1; }\\n.\",[1],\"weui-uploader__info { color: var(--weui-FG-2) ;wxcs_originclass: .weui-uploader__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1467 1; }\\n.\",[1],\"weui-uploader__bd { margin-bottom: -8px; margin-right: -8px; overflow: hidden ;wxcs_originclass: .weui-uploader__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1471 1; }\\n.\",[1],\"weui-uploader__files { list-style: none ;wxcs_originclass: .weui-uploader__files;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1477 1; }\\n.\",[1],\"weui-uploader__file { float: left; margin-right: 8px; margin-bottom: 8px; width: 96px; height: 96px; background: no-repeat 50%; background-size: cover ;wxcs_originclass: .weui-uploader__file;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1481 1; }\\n.\",[1],\"weui-uploader__file_status { position: relative ;wxcs_originclass: .weui-uploader__file_status;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1491 1; }\\n.\",[1],\"weui-uploader__file_status:before { content: \\x22 \\x22; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .5) ;wxcs_originclass: .weui-uploader__file_status:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1495 1; }\\n.\",[1],\"weui-uploader__file_status .\",[1],\"weui-uploader__file-content { display: block ;wxcs_originclass: .weui-uploader__file_status .weui-uploader__file-content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1505 1; }\\n.\",[1],\"weui-uploader__file-content { display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--weui-WHITE) ;wxcs_originclass: .weui-uploader__file-content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1509 1; }\\n.\",[1],\"weui-uploader__file-content .\",[1],\"weui-icon-warn { display: inline-block ;wxcs_originclass: .weui-uploader__file-content .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1519 1; }\\n.\",[1],\"weui-uploader__input-box { float: left; position: relative; margin-right: 8px; margin-bottom: 8px; width: 96px; height: 96px; box-sizing: border-box; background-color: #ededed ;wxcs_originclass: .weui-uploader__input-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1523 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-uploader__input-box { background-color: #2e2e2e ;wxcs_originclass: .weui-uploader__input-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1535 3; }\\n}.\",[1],\"weui-uploader__input-box:after, .\",[1],\"weui-uploader__input-box:before { content: \\x22 \\x22; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #a3a3a3 ;wxcs_originclass: .weui-uploader__input-box:after, .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1540 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-uploader__input-box:after, .\",[1],\"weui-uploader__input-box:before { background-color: #6d6d6d ;wxcs_originclass: .weui-uploader__input-box:after, .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1552 3; }\\n}.\",[1],\"weui-uploader__input-box:before { width: 2px; height: 32px ;wxcs_originclass: .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1558 1; }\\n.\",[1],\"weui-uploader__input-box:after { width: 32px; height: 2px ;wxcs_originclass: .weui-uploader__input-box:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1563 1; }\\n.\",[1],\"weui-uploader__input-box:active:after, .\",[1],\"weui-uploader__input-box:active:before { opacity: .7 ;wxcs_originclass: .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1568 1; }\\n.\",[1],\"weui-uploader__input { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-uploader__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1573 1; }\\n.\",[1],\"weui-msg { padding-top: 48px; padding: calc(48px + constant(safe-area-inset-top)) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left); padding: calc(48px + env(safe-area-inset-top)) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); text-align: center; line-height: 1.4; min-height: 100%; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-msg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1584 1; }\\n.\",[1],\"weui-msg wx-a:not(.\",[1],\"weui-btn) { color: var(--weui-LINK); display: inline-block; vertical-align: baseline ;wxcs_originclass: .weui-msg a:not(.weui-btn);;wxcs_fileinfo: ./page/common/lib/weui.wxss 1602 1; }\\n.\",[1],\"weui-msg__icon-area { margin-bottom: 32px ;wxcs_originclass: .weui-msg__icon-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1608 1; }\\n.\",[1],\"weui-msg__text-area { margin-bottom: 32px; padding: 0 32px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; line-height: 1.6 ;wxcs_originclass: .weui-msg__text-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1612 1; }\\n.\",[1],\"weui-msg__text-area:first-child { padding-top: 96px ;wxcs_originclass: .weui-msg__text-area:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1621 1; }\\n.\",[1],\"weui-msg__title { font-weight: 700; font-size: 22px ;wxcs_originclass: .weui-msg__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1625 1; }\\n.\",[1],\"weui-msg__desc, .\",[1],\"weui-msg__title { margin-bottom: 16px; color: var(--weui-FG-0); word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-msg__desc, .weui-msg__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1630 1; }\\n.\",[1],\"weui-msg__desc { font-size: 17px ;wxcs_originclass: .weui-msg__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1638 1; }\\n.\",[1],\"weui-msg__desc-primary { font-size: 14px; color: var(--weui-FG-1); word-wrap: break-word; word-break: break-all; margin-bottom: 16px ;wxcs_originclass: .weui-msg__desc-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1642 1; }\\n.\",[1],\"weui-msg__opr-area { margin-bottom: 16px ;wxcs_originclass: .weui-msg__opr-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1650 1; }\\n.\",[1],\"weui-msg__opr-area .\",[1],\"weui-btn-area { margin: 0 ;wxcs_originclass: .weui-msg__opr-area .weui-btn-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1654 1; }\\n.\",[1],\"weui-msg__opr-area .\",[1],\"weui-btn+.\",[1],\"weui-btn { margin-bottom: 16px ;wxcs_originclass: .weui-msg__opr-area .weui-btn+.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1658 1; }\\n.\",[1],\"weui-msg__opr-area:last-child { margin-bottom: 96px ;wxcs_originclass: .weui-msg__opr-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1662 1; }\\n.\",[1],\"weui-msg__opr-area+.\",[1],\"weui-msg__extra-area { margin-top: 48px ;wxcs_originclass: .weui-msg__opr-area+.weui-msg__extra-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1666 1; }\\n.\",[1],\"weui-msg__tips-area { margin-bottom: 16px; padding: 0 40px ;wxcs_originclass: .weui-msg__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1670 1; }\\n.\",[1],\"weui-msg__opr-area+.\",[1],\"weui-msg__tips-area { margin-bottom: 48px ;wxcs_originclass: .weui-msg__opr-area+.weui-msg__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1675 1; }\\n.\",[1],\"weui-msg__tips-area:last-child { margin-bottom: 64px ;wxcs_originclass: .weui-msg__tips-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1679 1; }\\n.\",[1],\"weui-msg__extra-area, .\",[1],\"weui-msg__tips { font-size: 12px; color: var(--weui-FG-1) ;wxcs_originclass: .weui-msg__extra-area, .weui-msg__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1683 1; }\\n.\",[1],\"weui-msg__extra-area { margin-bottom: 24px ;wxcs_originclass: .weui-msg__extra-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1689 1; }\\n.\",[1],\"weui-msg__extra-area wx-a, .\",[1],\"weui-msg__extra-area wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-msg__extra-area a, .weui-msg__extra-area navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1693 1; }\\n.\",[1],\"weui-msg__extra-area wx-navigator { display: inline ;wxcs_originclass: .weui-msg__extra-area navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1698 1; }\\n.\",[1],\"weui-cells__group_form:first-child .\",[1],\"weui-cells__title { margin-top: 0 ;wxcs_originclass: .weui-cells__group_form:first-child .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1702 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__title { margin-top: 24px; margin-bottom: 8px; padding: 0 32px ;wxcs_originclass: .weui-cells__group_form .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1706 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell:before, .\",[1],\"weui-cells__group_form .\",[1],\"weui-cells:before { left: 32px; right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell:before, .weui-cells__group_form .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1712 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells_checkbox .\",[1],\"weui-check__label:before { left: 72px ;wxcs_originclass: .weui-cells__group_form .weui-cells_checkbox .weui-check__label:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1718 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells:after { left: 32px; right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cells:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1722 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell { padding: 16px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1727 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell:not(.\",[1],\"weui-cell_link) { color: var(--weui-FG-0) ;wxcs_originclass: .weui-cells__group_form .weui-cell:not(.weui-cell_link);;wxcs_fileinfo: ./page/common/lib/weui.wxss 1731 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell__hd { padding-right: 16px ;wxcs_originclass: .weui-cells__group_form .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1735 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell__ft { padding-left: 16px ;wxcs_originclass: .weui-cells__group_form .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1739 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_warn wx-input { color: var(--weui-RED) ;wxcs_originclass: .weui-cells__group_form .weui-cell_warn input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1743 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-label { max-width: 5em; margin-right: 8px ;wxcs_originclass: .weui-cells__group_form .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1747 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__tips { margin-top: 8px; padding: 0 32px; color: rgba(0, 0, 0, .3) ;wxcs_originclass: .weui-cells__group_form .weui-cells__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1752 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__tips wx-a { font-weight: 700 ;wxcs_originclass: .weui-cells__group_form .weui-cells__tips a;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1758 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_vcode { padding: 12px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_vcode;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1762 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-vcode-btn { font-size: 16px; padding: 0 12px; margin-left: 0; height: auto; width: auto; line-height: 2em; color: var(--weui-BTN-DEFAULT-COLOR); background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-cells__group_form .weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1766 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-vcode-btn:before { display: none ;wxcs_originclass: .weui-cells__group_form .weui-vcode-btn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1777 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select { padding: 0 ;wxcs_originclass: .weui-cells__group_form .weui-cell_select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1781 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select .\",[1],\"weui-select { padding: 0 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1785 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select .\",[1],\"weui-cell__bd:after { right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1789 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-before .\",[1],\"weui-label { margin-right: 24px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-before .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1793 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-before .\",[1],\"weui-select { padding-right: 24px; box-sizing: initial ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-before .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1797 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-after { padding-left: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1802 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-after .\",[1],\"weui-select { padding-left: 0 ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-after .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1806 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_switch { padding: 12px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1810 1; }\\n.\",[1],\"weui-form { padding: 56px 0 0; padding: calc(56px + constant(safe-area-inset-top)) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left); padding: calc(56px + env(safe-area-inset-top)) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; line-height: 1.4; min-height: 100%; box-sizing: border-box; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-form;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1814 1; }\\n.\",[1],\"weui-form .\",[1],\"weui-footer, .\",[1],\"weui-form .\",[1],\"weui-footer__link { font-size: 14px ;wxcs_originclass: .weui-form .weui-footer, .weui-form .weui-footer__link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1831 1; }\\n.\",[1],\"weui-form .\",[1],\"weui-agree { padding: 0 ;wxcs_originclass: .weui-form .weui-agree;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1836 1; }\\n.\",[1],\"weui-form__text-area { padding: 0 32px; color: var(--weui-FG-0); text-align: center ;wxcs_originclass: .weui-form__text-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1840 1; }\\n.\",[1],\"weui-form__control-area { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; margin: 48px 0 ;wxcs_originclass: .weui-form__control-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1846 1; }\\n.\",[1],\"weui-form__tips-area { overflow: hidden ;wxcs_originclass: .weui-form__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1853 1; }\\n.\",[1],\"weui-form__extra-area, .\",[1],\"weui-form__tips-area { margin-bottom: 24px; text-align: center ;wxcs_originclass: .weui-form__extra-area, .weui-form__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1857 1; }\\n.\",[1],\"weui-form__opr-area { margin-bottom: 64px ;wxcs_originclass: .weui-form__opr-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1863 1; }\\n.\",[1],\"weui-form__opr-area:last-child { margin-bottom: 96px ;wxcs_originclass: .weui-form__opr-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1867 1; }\\n.\",[1],\"weui-form__title { font-size: 22px; font-weight: 700; line-height: 1.36 ;wxcs_originclass: .weui-form__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1871 1; }\\n.\",[1],\"weui-form__desc { font-size: 17px; margin-top: 16px ;wxcs_originclass: .weui-form__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1877 1; }\\n.\",[1],\"weui-form__tips { color: var(--weui-FG-1); font-size: 14px ;wxcs_originclass: .weui-form__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1882 1; }\\n.\",[1],\"weui-form__tips wx-a, .\",[1],\"weui-form__tips wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-form__tips a, .weui-form__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1887 1; }\\n.\",[1],\"weui-form__tips wx-navigator { display: inline ;wxcs_originclass: .weui-form__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1892 1; }\\n.\",[1],\"weui-article { padding: 24px 16px; padding: 24px calc(16px + constant(safe-area-inset-right)) calc(24px + constant(safe-area-inset-bottom)) calc(16px + constant(safe-area-inset-left)); padding: 24px calc(16px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left)); font-size: 17px; color: var(--weui-FG-0) ;wxcs_originclass: .weui-article;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1896 1; }\\n.\",[1],\"weui-article__section { margin-bottom: 1.5em ;wxcs_originclass: .weui-article__section;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1904 1; }\\n.\",[1],\"weui-article__h1 { font-size: 22px; font-weight: 700; margin-bottom: .9em; line-height: 1.4 ;wxcs_originclass: .weui-article__h1;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1908 1; }\\n.\",[1],\"weui-article__h2 { font-size: 17px ;wxcs_originclass: .weui-article__h2;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1915 1; }\\n.\",[1],\"weui-article__h2, .\",[1],\"weui-article__h3 { font-weight: 700; margin-bottom: .34em; line-height: 1.4 ;wxcs_originclass: .weui-article__h2, .weui-article__h3;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1919 1; }\\n.\",[1],\"weui-article__h3 { font-size: 15px ;wxcs_originclass: .weui-article__h3;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1926 1; }\\n.\",[1],\"weui-article__p { margin: 0 0 .8em ;wxcs_originclass: .weui-article__p;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1930 1; }\\n.\",[1],\"weui-tabbar { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; z-index: 500; background-color: var(--weui-BG-1) ;wxcs_originclass: .weui-tabbar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1934 1; }\\n.\",[1],\"weui-tabbar:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-tabbar:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1943 1; }\\n.\",[1],\"weui-tabbar__item { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 8px 0; padding-bottom: calc(8px + constant(safe-area-inset-bottom)); padding-bottom: calc(8px + env(safe-area-inset-bottom)); font-size: 0; color: var(--weui-FG-1); text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-tabbar__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1958 1; }\\n.\",[1],\"weui-tabbar__item:first-child { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-tabbar__item:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1972 1; }\\n.\",[1],\"weui-tabbar__item:last-child { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-tabbar__item:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1977 1; }\\n.\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__icon, .\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__icon\\x3ewx-i, .\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__label { color: var(--weui-BRAND) ;wxcs_originclass: .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon\\x3ei, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1982 1; }\\n.\",[1],\"weui-tabbar__icon { display: inline-block; width: 28px; height: 28px; margin-bottom: 2px ;wxcs_originclass: .weui-tabbar__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1988 1; }\\n.\",[1],\"weui-tabbar__icon\\x3ewx-i, wx-i.\",[1],\"weui-tabbar__icon { font-size: 24px; color: var(--weui-FG-1) ;wxcs_originclass: .weui-tabbar__icon\\x3ei, i.weui-tabbar__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1995 1; }\\n.\",[1],\"weui-tabbar__icon wx-img { width: 100%; height: 100% ;wxcs_originclass: .weui-tabbar__icon img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2001 1; }\\n.\",[1],\"weui-tabbar__label { color: var(--weui-FG-0); font-size: 10px; line-height: 1.4 ;wxcs_originclass: .weui-tabbar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2006 1; }\\n.\",[1],\"weui-navbar { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; z-index: 500; background-color: var(--weui-BG-2); padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top) ;wxcs_originclass: .weui-navbar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2012 1; }\\n.\",[1],\"weui-navbar:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-navbar:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2023 1; }\\n.\",[1],\"weui-navbar+.\",[1],\"weui-tab__panel { padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom) ;wxcs_originclass: .weui-navbar+.weui-tab__panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2038 1; }\\n.\",[1],\"weui-navbar__item { position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 16px 0; padding-top: calc(16px + constant(safe-area-inset-top)); padding-top: calc(16px + env(safe-area-inset-top)); text-align: center; font-size: 17px; line-height: 1.41176471; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-navbar__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2043 1; }\\n.\",[1],\"weui-navbar__item.\",[1],\"weui-bar__item_on, .\",[1],\"weui-navbar__item:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-navbar__item.weui-bar__item_on, .weui-navbar__item:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2058 1; }\\n.\",[1],\"weui-navbar__item:after { content: \\x22 \\x22; position: absolute; right: 0; top: 0; width: 1px; bottom: 0; border-right: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-navbar__item:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2063 1; }\\n.\",[1],\"weui-navbar__item:first-child { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-navbar__item:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2078 1; }\\n.\",[1],\"weui-navbar__item:last-child { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-navbar__item:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2083 1; }\\n.\",[1],\"weui-navbar__item:last-child:after { display: none ;wxcs_originclass: .weui-navbar__item:last-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2088 1; }\\n.\",[1],\"weui-tab { display: -webkit-box; display: -webkit-flex; display: flex; height: 100%; box-sizing: border-box; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column ;wxcs_originclass: .weui-tab;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2092 1; }\\n.\",[1],\"weui-tab__panel { box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: auto; -webkit-overflow-scrolling: touch ;wxcs_originclass: .weui-tab__panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2104 1; }\\n.\",[1],\"weui-tab__content { display: none ;wxcs_originclass: .weui-tab__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2113 1; }\\n.\",[1],\"weui-progress { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-progress;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2117 1; }\\n.\",[1],\"weui-progress__bar { background-color: var(--weui-BG-0); height: 3px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-progress__bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2126 1; }\\n.\",[1],\"weui-progress__inner-bar { width: 0; height: 100%; background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-progress__inner-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2134 1; }\\n.\",[1],\"weui-progress__opr { display: block; margin-left: 15px; font-size: 0 ;wxcs_originclass: .weui-progress__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2140 1; }\\n.\",[1],\"weui-panel { background-color: var(--weui-BG-2); margin-top: 10px; position: relative; overflow: hidden ;wxcs_originclass: .weui-panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2146 1; }\\n.\",[1],\"weui-panel:first-child { margin-top: 0 ;wxcs_originclass: .weui-panel:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2153 1; }\\n.\",[1],\"weui-panel:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-panel:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2157 1; }\\n.\",[1],\"weui-panel:after, .\",[1],\"weui-panel:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-panel:after, .weui-panel:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2166 1; }\\n.\",[1],\"weui-panel:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-panel:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2176 1; }\\n.\",[1],\"weui-panel__hd { padding: 16px 16px 13px; color: var(--weui-FG-0); font-size: 15px; font-weight: 700; position: relative ;wxcs_originclass: .weui-panel__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2185 1; }\\n.\",[1],\"weui-panel__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 15px ;wxcs_originclass: .weui-panel__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2193 1; }\\n.\",[1],\"weui-media-box { padding: 16px; position: relative ;wxcs_originclass: .weui-media-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2209 1; }\\n.\",[1],\"weui-media-box:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px ;wxcs_originclass: .weui-media-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2214 1; }\\n.\",[1],\"weui-media-box:first-child:before { display: none ;wxcs_originclass: .weui-media-box:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2230 1; }\\nwx-a.\",[1],\"weui-media-box { color: #000; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: a.weui-media-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2234 1; }\\nwx-a.\",[1],\"weui-media-box:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: a.weui-media-box:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2239 1; }\\n.\",[1],\"weui-media-box__title { font-weight: 400; font-size: 17px; color: var(--weui-FG-0); width: auto; white-space: nowrap; word-wrap: normal; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-media-box__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2243 1; }\\n.\",[1],\"weui-media-box__desc, .\",[1],\"weui-media-box__title { line-height: 1.4; overflow: hidden; text-overflow: ellipsis ;wxcs_originclass: .weui-media-box__desc, .weui-media-box__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2254 1; }\\n.\",[1],\"weui-media-box__desc { color: var(--weui-FG-2); font-size: 14px; padding-top: 4px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2 ;wxcs_originclass: .weui-media-box__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2261 1; }\\n.\",[1],\"weui-media-box__info { margin-top: 16px; padding-bottom: 4px; font-size: 13px; color: var(--weui-FG-2); line-height: 1em; list-style: none; overflow: hidden ;wxcs_originclass: .weui-media-box__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2270 1; }\\n.\",[1],\"weui-media-box__info__meta { float: left; padding-right: 1em ;wxcs_originclass: .weui-media-box__info__meta;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2280 1; }\\n.\",[1],\"weui-media-box__info__meta_extra { padding-left: 1em; border-left: 1px solid var(--weui-FG-2) ;wxcs_originclass: .weui-media-box__info__meta_extra;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2285 1; }\\n.\",[1],\"weui-media-box_appmsg { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-media-box_appmsg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2290 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__hd { margin-right: 16px; width: 60px; height: 60px; line-height: 60px; text-align: center ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2299 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__thumb { width: 100%; max-height: 100%; vertical-align: top ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__thumb;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2307 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__bd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0 ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2313 1; }\\n.\",[1],\"weui-media-box_small-appmsg { padding: 0 ;wxcs_originclass: .weui-media-box_small-appmsg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2320 1; }\\n.\",[1],\"weui-media-box_small-appmsg .\",[1],\"weui-cells { margin-top: 0 ;wxcs_originclass: .weui-media-box_small-appmsg .weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2324 1; }\\n.\",[1],\"weui-media-box_small-appmsg .\",[1],\"weui-cells:before { display: none ;wxcs_originclass: .weui-media-box_small-appmsg .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2328 1; }\\n.\",[1],\"weui-grids { position: relative; overflow: hidden ;wxcs_originclass: .weui-grids;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2332 1; }\\n.\",[1],\"weui-grids:before { right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-grids:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2337 1; }\\n.\",[1],\"weui-grids:after, .\",[1],\"weui-grids:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; color: var(--weui-FG-3) ;wxcs_originclass: .weui-grids:after, .weui-grids:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2347 1; }\\n.\",[1],\"weui-grids:after { width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-grids:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2356 1; }\\n.\",[1],\"weui-grid { position: relative; float: left; padding: 20px 10px; width: 33.33333333%; box-sizing: border-box ;wxcs_originclass: .weui-grid;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2366 1; }\\n.\",[1],\"weui-grid:before { top: 0; width: 1px; border-right: 1px solid var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-grid:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2374 1; }\\n.\",[1],\"weui-grid:after, .\",[1],\"weui-grid:before { content: \\x22 \\x22; position: absolute; right: 0; bottom: 0; color: var(--weui-FG-3) ;wxcs_originclass: .weui-grid:after, .weui-grid:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2384 1; }\\n.\",[1],\"weui-grid:after { left: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-grid:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2393 1; }\\n.\",[1],\"weui-grid:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-grid:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2403 1; }\\n.\",[1],\"weui-grid__icon { width: 28px; height: 28px; margin: 0 auto ;wxcs_originclass: .weui-grid__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2407 1; }\\n.\",[1],\"weui-grid__icon wx-img { display: block; width: 100%; height: 100% ;wxcs_originclass: .weui-grid__icon img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2413 1; }\\n.\",[1],\"weui-grid__icon+.\",[1],\"weui-grid__label { margin-top: 4px ;wxcs_originclass: .weui-grid__icon+.weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2419 1; }\\n.\",[1],\"weui-grid__label { display: block; color: var(--weui-FG-0); white-space: nowrap; text-overflow: ellipsis; overflow: hidden ;wxcs_originclass: .weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2423 1; }\\n.\",[1],\"weui-footer, .\",[1],\"weui-grid__label { text-align: center; font-size: 14px ;wxcs_originclass: .weui-footer, .weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2431 1; }\\n.\",[1],\"weui-footer { color: var(--weui-FG-2); line-height: 1.4 ;wxcs_originclass: .weui-footer;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2437 1; }\\n.\",[1],\"weui-footer wx-a, .\",[1],\"weui-footer wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-footer a, .weui-footer navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2442 1; }\\n.\",[1],\"weui-footer wx-navigator { display: inline ;wxcs_originclass: .weui-footer navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2447 1; }\\n.\",[1],\"weui-footer_fixed-bottom { position: fixed; bottom: 0; left: 0; right: 0; padding-top: 16px; padding-bottom: 16px; padding-bottom: calc(16px + constant(safe-area-inset-bottom)); padding-bottom: calc(16px + env(safe-area-inset-bottom)); left: constant(safe-area-inset-left); left: env(safe-area-inset-left); right: constant(safe-area-inset-right); right: env(safe-area-inset-right) ;wxcs_originclass: .weui-footer_fixed-bottom;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2451 1; }\\n.\",[1],\"weui-footer__links { font-size: 0 ;wxcs_originclass: .weui-footer__links;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2466 1; }\\n.\",[1],\"weui-footer__link { display: inline-block; vertical-align: top; margin: 0 8px; position: relative; font-size: 14px ;wxcs_originclass: .weui-footer__link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2470 1; }\\n.\",[1],\"weui-footer__link:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5); left: -8px; top: .36em; bottom: .36em ;wxcs_originclass: .weui-footer__link:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2478 1; }\\n.\",[1],\"weui-footer__link:first-child:before { display: none ;wxcs_originclass: .weui-footer__link:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2496 1; }\\n.\",[1],\"weui-footer__text { padding: 0 16px; font-size: 12px ;wxcs_originclass: .weui-footer__text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2500 1; }\\n.\",[1],\"weui-flex { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-flex;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2505 1; }\\n.\",[1],\"weui-flex__item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-flex__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2511 1; }\\n.\",[1],\"weui-dialog { position: fixed; z-index: 5000; top: 50%; left: 16px; right: 16px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: var(--weui-BG-2); text-align: center; border-radius: 12px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; max-height: 90% ;wxcs_originclass: .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2517 1; }\\n.\",[1],\"weui-dialog__hd { padding: 32px 24px 16px ;wxcs_originclass: .weui-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2539 1; }\\n.\",[1],\"weui-dialog__title { font-weight: 700; font-size: 17px; line-height: 1.4 ;wxcs_originclass: .weui-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2543 1; }\\n.\",[1],\"weui-dialog__bd { overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 24px; margin-bottom: 32px; font-size: 17px; line-height: 1.4; word-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; color: var(--weui-FG-1) ;wxcs_originclass: .weui-dialog__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2549 1; }\\n.\",[1],\"weui-dialog__bd:first-child { min-height: 40px; padding: 32px 24px 0; font-weight: 700; color: var(--weui-FG-0); -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center ;wxcs_originclass: .weui-dialog__bd:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2562 1; }\\n.\",[1],\"weui-dialog__bd:first-child, .\",[1],\"weui-dialog__ft { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-dialog__bd:first-child, .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2576 1; }\\n.\",[1],\"weui-dialog__ft { position: relative; line-height: 56px; min-height: 56px; font-size: 17px ;wxcs_originclass: .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2583 1; }\\n.\",[1],\"weui-dialog__ft:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-dialog__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2590 1; }\\n.\",[1],\"weui-dialog__btn { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: var(--weui-LINK); font-weight: 700; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative ;wxcs_originclass: .weui-dialog__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2605 1; }\\n.\",[1],\"weui-dialog__btn:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-dialog__btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2617 1; }\\n.\",[1],\"weui-dialog__btn:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-dialog__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2621 1; }\\n.\",[1],\"weui-dialog__btn:first-child:after { display: none ;wxcs_originclass: .weui-dialog__btn:first-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2636 1; }\\n.\",[1],\"weui-dialog__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-dialog__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2640 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog { text-align: left; box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1) ;wxcs_originclass: .weui-skin_android .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2644 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__title { font-size: 22px; line-height: 1.4 ;wxcs_originclass: .weui-skin_android .weui-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2649 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__hd { text-align: left ;wxcs_originclass: .weui-skin_android .weui-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2654 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__bd { color: var(--weui-FG-1); text-align: left ;wxcs_originclass: .weui-skin_android .weui-dialog__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2658 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__bd:first-child { color: var(--weui-FG-0) ;wxcs_originclass: .weui-skin_android .weui-dialog__bd:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2663 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__ft { display: block; text-align: right; line-height: 40px; min-height: 40px; padding: 0 24px 16px ;wxcs_originclass: .weui-skin_android .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2667 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__ft:after { display: none ;wxcs_originclass: .weui-skin_android .weui-dialog__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2675 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn { display: inline-block; vertical-align: top; padding: 0 .8em ;wxcs_originclass: .weui-skin_android .weui-dialog__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2679 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn:after { display: none ;wxcs_originclass: .weui-skin_android .weui-dialog__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2685 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn:last-child { margin-right: -.8em ;wxcs_originclass: .weui-skin_android .weui-dialog__btn:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2689 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-skin_android .weui-dialog__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2693 1; }\\n@media screen and (min-width:352px) { .\",[1],\"weui-dialog { width: 320px; margin: 0 auto ;wxcs_originclass: .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2698 3; }\\n}.\",[1],\"weui-half-screen-dialog { position: fixed; left: 0; right: 0; bottom: 0; max-height: 75%; z-index: 5000; line-height: 1.4; background-color: var(--weui-BG-2); border-top-left-radius: 12px; border-top-right-radius: 12px; overflow: hidden; padding: 0 24px; padding: 0 calc(24px + constant(safe-area-inset-right)) constant(safe-area-inset-bottom) calc(24px + constant(safe-area-inset-left)); padding: 0 calc(24px + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(24px + env(safe-area-inset-left)) ;wxcs_originclass: .weui-half-screen-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2704 1; }\\n@media only screen and (max-height:558px) { .\",[1],\"weui-half-screen-dialog { max-height: none ;wxcs_originclass: .weui-half-screen-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2722 3; }\\n}.\",[1],\"weui-half-screen-dialog__hd { font-size: 8px; height: 8em; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-half-screen-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2727 1; }\\n.\",[1],\"weui-half-screen-dialog__hd .\",[1],\"weui-icon-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) ;wxcs_originclass: .weui-half-screen-dialog__hd .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2738 1; }\\n.\",[1],\"weui-half-screen-dialog__hd .\",[1],\"weui-icon-btn:active { opacity: .5 ;wxcs_originclass: .weui-half-screen-dialog__hd .weui-icon-btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2745 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__side { position: relative; left: -8px ;wxcs_originclass: .weui-half-screen-dialog__hd__side;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2749 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-half-screen-dialog__hd__main;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2754 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__side+.\",[1],\"weui-half-screen-dialog__hd__main { text-align: center; padding: 0 40px ;wxcs_originclass: .weui-half-screen-dialog__hd__side+.weui-half-screen-dialog__hd__main;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2760 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main+.\",[1],\"weui-half-screen-dialog__hd__side { right: -8px; left: auto ;wxcs_originclass: .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2765 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main+.\",[1],\"weui-half-screen-dialog__hd__side .\",[1],\"weui-icon-btn { right: 0 ;wxcs_originclass: .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2770 1; }\\n.\",[1],\"weui-half-screen-dialog__title { display: block; color: var(--weui-FG-0); font-weight: 700; font-size: 15px ;wxcs_originclass: .weui-half-screen-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2774 1; }\\n.\",[1],\"weui-half-screen-dialog__subtitle { display: block; color: var(--weui-FG-1); font-size: 10px ;wxcs_originclass: .weui-half-screen-dialog__subtitle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2781 1; }\\n. { word-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; overflow-y: auto; padding-top: 4px; padding-bottom: 40px; font-size: 14px; color: var(--weui-FG-0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 2787 1; }\\n.\",[1],\"weui-half-screen-dialog__desc { font-size: 17px; font-weight: 700; color: var(--weui-FG-0); line-height: 1.4 ;wxcs_originclass: .weui-half-screen-dialog__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2798 1; }\\n.\",[1],\"weui-half-screen-dialog__tips { padding-top: 16px; font-size: 14px; color: var(--weui-FG-2); line-height: 1.4 ;wxcs_originclass: .weui-half-screen-dialog__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2805 1; }\\n.\",[1],\"weui-half-screen-dialog__ft { padding: 0 24px 32px; text-align: center ;wxcs_originclass: .weui-half-screen-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2812 1; }\\n.\",[1],\"weui-half-screen-dialog__ft .\",[1],\"weui-btn:nth-last-child(n+2), .\",[1],\"weui-half-screen-dialog__ft .\",[1],\"weui-btn:nth-last-child(n+2)+.\",[1],\"weui-btn { display: inline-block; vertical-align: top; margin: 0 8px; width: 120px ;wxcs_originclass: .weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2), .weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2)+.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2817 1; }\\n.\",[1],\"weui-icon-btn { outline: 0; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-width: 0; background-color: transparent; color: var(--weui-FG-0); font-size: 0 ;wxcs_originclass: .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2825 1; }\\n.\",[1],\"weui-icon-more { width: 24px; -webkit-mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2724\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 24 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2724\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 24 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover ;wxcs_originclass: .weui-icon-more;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2835 1; }\\n.\",[1],\"weui-icon-btn_goback, .\",[1],\"weui-icon-more { display: inline-block; vertical-align: middle; height: 24px; background-color: currentColor; color: var(--weui-FG-0) ;wxcs_originclass: .weui-icon-btn_goback, .weui-icon-more;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2843 1; }\\n.\",[1],\"weui-icon-btn_goback { width: 12px; -webkit-mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover ;wxcs_originclass: .weui-icon-btn_goback;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2852 1; }\\n.\",[1],\"weui-icon-btn_close { color: var(--weui-FG-0); display: inline-block; vertical-align: middle; width: 14px; height: 24px; -webkit-mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background-color: currentColor ;wxcs_originclass: .weui-icon-btn_close;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2860 1; }\\n.\",[1],\"weui-toast { position: fixed; z-index: 5000; width: 120px; height: 120px; top: 40%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border-radius: 5px; color: hsla(0, 0%, 100%, .9); display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; background-color: #4c4c4c ;wxcs_originclass: .weui-toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2873 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-toast { background-color: #606060 ;wxcs_originclass: .weui-toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2902 3; }\\n}.\",[1],\"weui-icon_toast { display: block ;wxcs_originclass: .weui-icon_toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2907 1; }\\n.\",[1],\"weui-icon_toast.\",[1],\"weui-icon-success-no-circle { color: hsla(0, 0%, 100%, .9); width: 55px; height: 55px ;wxcs_originclass: .weui-icon_toast.weui-icon-success-no-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2911 1; }\\n.\",[1],\"weui-icon_toast.\",[1],\"weui-loading { margin: 8px 0; width: 38px; height: 38px; vertical-align: baseline ;wxcs_originclass: .weui-icon_toast.weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2917 1; }\\n.\",[1],\"weui-toast__content { font-size: 14px ;wxcs_originclass: .weui-toast__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2924 1; }\\n.\",[1],\"weui-mask { background: rgba(0, 0, 0, .6) ;wxcs_originclass: .weui-mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2928 1; }\\n.\",[1],\"weui-mask, .\",[1],\"weui-mask_transparent { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0 ;wxcs_originclass: .weui-mask, .weui-mask_transparent;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2932 1; }\\n.\",[1],\"weui-actionsheet { position: fixed; left: 0; bottom: 0; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 5000; width: 100%; background-color: var(--weui-BG-1); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; border-top-left-radius: 12px; border-top-right-radius: 12px; overflow: hidden ;wxcs_originclass: .weui-actionsheet;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2942 1; }\\n.\",[1],\"weui-actionsheet__title { position: relative; height: 56px; padding: 0 24px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; text-align: center; font-size: 12px; color: var(--weui-FG-1); line-height: 1.4; background: var(--weui-BG-2) ;wxcs_originclass: .weui-actionsheet__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2962 1; }\\n.\",[1],\"weui-actionsheet__title:before { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-actionsheet__title:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2983 1; }\\n.\",[1],\"weui-actionsheet__title .\",[1],\"weui-actionsheet__title-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2 ;wxcs_originclass: .weui-actionsheet__title .weui-actionsheet__title-text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2998 1; }\\n.\",[1],\"weui-actionsheet__menu { color: var(--weui-FG-0); background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-actionsheet__menu;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3006 1; }\\n.\",[1],\"weui-actionsheet__action { margin-top: 8px; background-color: var(--weui-BG-2); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom) ;wxcs_originclass: .weui-actionsheet__action;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3011 1; }\\n.\",[1],\"weui-actionsheet__cell { position: relative; padding: 16px; text-align: center; font-size: 17px; line-height: 1.41176471 ;wxcs_originclass: .weui-actionsheet__cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3018 1; }\\n.\",[1],\"weui-actionsheet__cell:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-actionsheet__cell:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3026 1; }\\n.\",[1],\"weui-actionsheet__cell:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-actionsheet__cell:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3041 1; }\\n.\",[1],\"weui-actionsheet__cell:first-child:before { display: none ;wxcs_originclass: .weui-actionsheet__cell:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3045 1; }\\n.\",[1],\"weui-actionsheet__cell_warn { color: var(--weui-RED) ;wxcs_originclass: .weui-actionsheet__cell_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3049 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet { position: fixed; left: 50%; top: 50%; bottom: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 274px; box-sizing: border-box; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: transparent; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; border-top-left-radius: 0; border-top-right-radius: 0 ;wxcs_originclass: .weui-skin_android .weui-actionsheet;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3053 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__action { display: none ;wxcs_originclass: .weui-skin_android .weui-actionsheet__action;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3073 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__menu { border-radius: 2px; box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1) ;wxcs_originclass: .weui-skin_android .weui-actionsheet__menu;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3077 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell { padding: 16px; font-size: 17px; line-height: 1.41176471; color: var(--weui-FG-0); text-align: left ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3082 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3090 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3095 1; }\\n.\",[1],\"weui-actionsheet_toggle { -webkit-transform: translate(0); transform: translate(0) ;wxcs_originclass: .weui-actionsheet_toggle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3100 1; }\\n.\",[1],\"weui-loadmore { width: 65%; margin: 1.5em auto; line-height: 1.6em; font-size: 14px; text-align: center ;wxcs_originclass: .weui-loadmore;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3105 1; }\\n.\",[1],\"weui-loadmore__tips { display: inline-block; vertical-align: middle; color: var(--weui-FG-0) ;wxcs_originclass: .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3113 1; }\\n.\",[1],\"weui-loadmore_line { border-top: 1px solid var(--weui-FG-3); margin-top: 2.4em ;wxcs_originclass: .weui-loadmore_line;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3119 1; }\\n.\",[1],\"weui-loadmore_line .\",[1],\"weui-loadmore__tips { position: relative; top: -.9em; padding: 0 .55em; background-color: var(--weui-BG-2); color: var(--weui-FG-1) ;wxcs_originclass: .weui-loadmore_line .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3124 1; }\\n.\",[1],\"weui-loadmore_dot .\",[1],\"weui-loadmore__tips { padding: 0 .16em ;wxcs_originclass: .weui-loadmore_dot .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3132 1; }\\n.\",[1],\"weui-loadmore_dot .\",[1],\"weui-loadmore__tips:before { content: \\x22 \\x22; width: 4px; height: 4px; border-radius: 50%; background-color: var(--weui-FG-3); display: inline-block; position: relative; vertical-align: 0; top: -.16em ;wxcs_originclass: .weui-loadmore_dot .weui-loadmore__tips:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3136 1; }\\n.\",[1],\"weui-badge { display: inline-block; padding: .15em .4em; min-width: 8px; border-radius: 18px; background-color: var(--weui-RED); color: #fff; line-height: 1.2; text-align: center; font-size: 12px; vertical-align: middle ;wxcs_originclass: .weui-badge;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3148 1; }\\n.\",[1],\"weui-badge_dot { padding: .4em; min-width: 0 ;wxcs_originclass: .weui-badge_dot;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3161 1; }\\n.\",[1],\"weui-toptips { display: none; position: fixed; -webkit-transform: translateZ(0); transform: translateZ(0); top: 8px; left: 8px; right: 8px; padding: 10px; border-radius: 8px; font-size: 14px; text-align: center; color: #fff; z-index: 5000; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-toptips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3166 1; }\\n.\",[1],\"weui-toptips_warn { background-color: var(--weui-RED) ;wxcs_originclass: .weui-toptips_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3184 1; }\\n.\",[1],\"weui-search-bar { position: relative; padding: 8px; display: -webkit-box; display: -webkit-flex; display: flex; box-sizing: border-box; background-color: var(--weui-BG-0); -webkit-text-size-adjust: 100%; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-search-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3188 1; }\\n.\",[1],\"weui-search-bar.\",[1],\"weui-search-bar_focusing .\",[1],\"weui-search-bar__cancel-btn { display: block ;wxcs_originclass: .weui-search-bar.weui-search-bar_focusing .weui-search-bar__cancel-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3202 1; }\\n.\",[1],\"weui-search-bar.\",[1],\"weui-search-bar_focusing .\",[1],\"weui-search-bar__label { display: none ;wxcs_originclass: .weui-search-bar.weui-search-bar_focusing .weui-search-bar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3206 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-icon-search { width: 16px; height: 16px ;wxcs_originclass: .weui-search-bar .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3210 1; }\\n.\",[1],\"weui-search-bar__form { position: relative; -webkit-box-flex: 1; -webkit-flex: auto; flex: auto; background-color: var(--weui-BG-2); border-radius: 4px ;wxcs_originclass: .weui-search-bar__form;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3215 1; }\\n.\",[1],\"weui-search-bar__box { position: relative; padding-left: 28px; padding-right: 32px; height: 100%; width: 100%; box-sizing: border-box; z-index: 1 ;wxcs_originclass: .weui-search-bar__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3224 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input { padding: 8px 0; width: 100%; height: 1.14285714em; border: 0; font-size: 14px; line-height: 1.14285714em; box-sizing: content-box; background: transparent; caret-color: var(--weui-BRAND); color: var(--weui-FG-0) ;wxcs_originclass: .weui-search-bar__box .weui-search-bar__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3234 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input:focus { outline: none ;wxcs_originclass: .weui-search-bar__box .weui-search-bar__input:focus;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3247 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-search { position: absolute; top: 50%; left: 8px; margin-top: -8px ;wxcs_originclass: .weui-search-bar__box .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3251 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-clear { position: absolute; top: 50%; right: 0; margin-top: -16px; padding: 8px; width: 16px; height: 16px; -webkit-mask-size: 16px; mask-size: 16px ;wxcs_originclass: .weui-search-bar__box .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3258 1; }\\n.\",[1],\"weui-search-bar__label { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; font-size: 0; border-radius: 4px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; color: var(--weui-FG-1); background: var(--weui-BG-2) ;wxcs_originclass: .weui-search-bar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3270 1; }\\n.\",[1],\"weui-search-bar__label wx-span { display: inline-block; font-size: 14px; vertical-align: middle ;wxcs_originclass: .weui-search-bar__label span;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3292 1; }\\n.\",[1],\"weui-search-bar__label .\",[1],\"weui-icon-search { margin-right: 4px ;wxcs_originclass: .weui-search-bar__label .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3298 1; }\\n.\",[1],\"weui-search-bar__cancel-btn { display: none; margin-left: 8px; line-height: 28px; color: var(--weui-LINK); white-space: nowrap ;wxcs_originclass: .weui-search-bar__cancel-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3302 1; }\\n.\",[1],\"weui-search-bar__input:not(:valid)+.\",[1],\"weui-icon-clear { display: none ;wxcs_originclass: .weui-search-bar__input:not(:valid)+.weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3310 1; }\\nwx-input[type\\x3dsearch]::-webkit-search-cancel-button, wx-input[type\\x3dsearch]::-webkit-search-decoration, wx-input[type\\x3dsearch]::-webkit-search-results-button, wx-input[type\\x3dsearch]::-webkit-search-results-decoration { display: none ;wxcs_originclass: input[type\\x3dsearch]::-webkit-search-cancel-button, input[type\\x3dsearch]::-webkit-search-decoration, input[type\\x3dsearch]::-webkit-search-results-button, input[type\\x3dsearch]::-webkit-search-results-decoration;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3314 1; }\\n.\",[1],\"weui-picker { position: fixed; width: 100%; box-sizing: border-box; left: 0; bottom: 0; z-index: 5000; background-color: var(--weui-BG-2); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s ;wxcs_originclass: .weui-picker;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3321 1; }\\n.\",[1],\"weui-picker__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding: 16px; padding: 16px calc(16px + constant(safe-area-inset-right)) 16px calc(16px + constant(safe-area-inset-left)); padding: 16px calc(16px + env(safe-area-inset-right)) 16px calc(16px + env(safe-area-inset-left)); position: relative; text-align: center; font-size: 17px; line-height: 1.4 ;wxcs_originclass: .weui-picker__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3341 1; }\\n.\",[1],\"weui-picker__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3354 1; }\\n.\",[1],\"weui-picker__bd { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; background-color: var(--weui-BG-2); height: 240px; overflow: hidden ;wxcs_originclass: .weui-picker__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3369 1; }\\n.\",[1],\"weui-picker__group { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; position: relative; height: 100% ;wxcs_originclass: .weui-picker__group;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3379 1; }\\n.\",[1],\"weui-picker__group:first-child .\",[1],\"weui-picker__item { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-picker__group:first-child .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3387 1; }\\n.\",[1],\"weui-picker__group:last-child .\",[1],\"weui-picker__item { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-picker__group:last-child .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3392 1; }\\n.\",[1],\"weui-picker__mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 auto; z-index: 3; background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)); background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)); background-position: top, bottom; background-size: 100% 92px; background-repeat: no-repeat; -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_originclass: .weui-picker__mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3397 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-picker__mask { background-image: -webkit-linear-gradient(top, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)), -webkit-linear-gradient(bottom, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)); background-image: linear-gradient(180deg, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)), linear-gradient(0deg, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)) ;wxcs_originclass: .weui-picker__mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3415 3; }\\n}.\",[1],\"weui-picker__indicator { width: 100%; height: 56px; position: absolute; left: 0; top: 92px; z-index: 3 ;wxcs_originclass: .weui-picker__indicator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3421 1; }\\n.\",[1],\"weui-picker__indicator:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__indicator:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3430 1; }\\n.\",[1],\"weui-picker__indicator:after, .\",[1],\"weui-picker__indicator:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-picker__indicator:after, .weui-picker__indicator:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3439 1; }\\n.\",[1],\"weui-picker__indicator:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__indicator:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3449 1; }\\n.\",[1],\"weui-picker__content { position: absolute; top: 0; left: 0; width: 100% ;wxcs_originclass: .weui-picker__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3458 1; }\\n.\",[1],\"weui-picker__item { height: 48px; line-height: 48px; text-align: center; color: var(--weui-FG-0); text-overflow: ellipsis; white-space: nowrap; overflow: hidden ;wxcs_originclass: .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3465 1; }\\n.\",[1],\"weui-picker__item_disabled { color: var(--weui-FG-1) ;wxcs_originclass: .weui-picker__item_disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3475 1; }\\n@-webkit-keyframes a { 0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3480 3; }\\nto { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3485 3; }\\n}@keyframes a { 0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3492 3; }\\nto { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3497 3; }\\n}.\",[1],\"weui-animate-slide-up { -webkit-animation: a ease .3s forwards; animation: a ease .3s forwards ;wxcs_originclass: .weui-animate-slide-up;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3503 1; }\\n@-webkit-keyframes b { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3509 3; }\\nto { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3514 3; }\\n}@keyframes b { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3521 3; }\\nto { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3526 3; }\\n}.\",[1],\"weui-animate-slide-down { -webkit-animation: b ease .3s forwards; animation: b ease .3s forwards ;wxcs_originclass: .weui-animate-slide-down;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3532 1; }\\n@-webkit-keyframes c { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3538 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3542 3; }\\n}@keyframes c { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3548 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3552 3; }\\n}.\",[1],\"weui-animate-fade-in { -webkit-animation: c ease .3s forwards; animation: c ease .3s forwards ;wxcs_originclass: .weui-animate-fade-in;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3557 1; }\\n@-webkit-keyframes d { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3563 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3567 3; }\\n}@keyframes d { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3573 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3577 3; }\\n}.\",[1],\"weui-animate-fade-out { -webkit-animation: d ease .3s forwards; animation: d ease .3s forwards ;wxcs_originclass: .weui-animate-fade-out;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3582 1; }\\n.\",[1],\"weui-agree { display: block; padding: 8px 15px 0; font-size: 14px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-agree;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3587 1; }\\n.\",[1],\"weui-agree wx-a, .\",[1],\"weui-agree wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-agree a, .weui-agree navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3594 1; }\\n.\",[1],\"weui-agree wx-navigator { display: inline ;wxcs_originclass: .weui-agree navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3599 1; }\\n.\",[1],\"weui-agree__text { color: var(--weui-FG-1); margin-left: 2px ;wxcs_originclass: .weui-agree__text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3603 1; }\\n.\",[1],\"weui-agree__checkbox { -webkit-appearance: none; appearance: none; display: inline-block; border: 0; outline: 0; vertical-align: middle; background-color: currentColor; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); color: var(--weui-FG-2); width: 1em; height: 1em; font-size: 17px; margin-top: -.2em ;wxcs_originclass: .weui-agree__checkbox;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3608 1; }\\n.\",[1],\"weui-agree__checkbox-check { position: absolute; left: -9999px ;wxcs_originclass: .weui-agree__checkbox-check;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3631 1; }\\n.\",[1],\"weui-agree__checkbox-check[aria-checked\\x3dtrue]+.\",[1],\"weui-agree__checkbox, .\",[1],\"weui-agree__checkbox:checked { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); color: var(--weui-BRAND) ;wxcs_originclass: .weui-agree__checkbox-check[aria-checked\\x3dtrue]+.weui-agree__checkbox, .weui-agree__checkbox:checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3636 1; }\\n.\",[1],\"weui-agree_animate { -webkit-animation: e .3s 1; animation: e .3s 1 ;wxcs_originclass: .weui-agree_animate;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3643 1; }\\n@-webkit-keyframes e { 0% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3649 3; }\\n16% { -webkit-transform: translateX(-8px); transform: translateX(-8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3654 3; }\\n28% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3659 3; }\\n44% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3664 3; }\\n59% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3669 3; }\\n73% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3674 3; }\\n82% { -webkit-transform: translateX(16px); transform: translateX(16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3679 3; }\\n94% { -webkit-transform: translateX(8px); transform: translateX(8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3684 3; }\\nto { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3689 3; }\\n}@keyframes e { 0% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3696 3; }\\n16% { -webkit-transform: translateX(-8px); transform: translateX(-8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3701 3; }\\n28% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3706 3; }\\n44% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3711 3; }\\n59% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3716 3; }\\n73% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3721 3; }\\n82% { -webkit-transform: translateX(16px); transform: translateX(16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3726 3; }\\n94% { -webkit-transform: translateX(8px); transform: translateX(8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3731 3; }\\nto { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3736 3; }\\n}.\",[1],\"weui-loading { width: 20px; height: 20px; display: inline-block; vertical-align: middle; -webkit-animation: f 1s steps(12) infinite; animation: f 1s steps(12) infinite; background: transparent url(\\x22data:image/svg+xml;charset\\x3dutf8, %3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x27120\\x27 height\\x3d\\x27120\\x27 viewBox\\x3d\\x270 0 100 100\\x27%3E%3Cpath fill\\x3d\\x27none\\x27 d\\x3d\\x27M0 0h100v100H0z\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23E9E9E9\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27translate(0 -30)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23989697\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(30 105.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%239B999A\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(60 75.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23A3A1A2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(90 65 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23ABA9AA\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(120 58.66 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23B2B2B2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(150 54.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23BAB8B9\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(180 50 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23C2C0C1\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-150 45.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23CBCBCB\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-120 41.34 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23D2D2D2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-90 35 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23DADADA\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-60 24.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23E2E2E2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-30 -5.98 65)\\x27/%3E%3C/svg%3E\\x22) no-repeat; background-size: 100% ;wxcs_originclass: .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3742 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_primary .\",[1],\"weui-loading, .\",[1],\"weui-loading.\",[1],\"weui-loading_transparent { background-image: url(\\x22data:image/svg+xml;charset\\x3dutf8, %3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x27120\\x27 height\\x3d\\x27120\\x27 viewBox\\x3d\\x270 0 100 100\\x27%3E%3Cpath fill\\x3d\\x27none\\x27 d\\x3d\\x27M0 0h100v100H0z\\x27/%3E%3Crect xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.56)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27translate(0 -30)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.5)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(30 105.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.43)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(60 75.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.38)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(90 65 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.32)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(120 58.66 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.28)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(150 54.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.25)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(180 50 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.2)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-150 45.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.17)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-120 41.34 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.14)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-90 35 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.1)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-60 24.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.03)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-30 -5.98 65)\\x27/%3E%3C/svg%3E\\x22) ;wxcs_originclass: .weui-btn_loading.weui-btn_primary .weui-loading, .weui-loading.weui-loading_transparent;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3753 1; }\\n@-webkit-keyframes f { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3759 3; }\\nto { -webkit-transform: rotate(1turn); transform: rotate(1turn) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3764 3; }\\n}@keyframes f { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3771 3; }\\nto { -webkit-transform: rotate(1turn); transform: rotate(1turn) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3776 3; }\\n}.\",[1],\"weui-slider { padding: 15px 18px; -webkit-user-select: none; user-select: none ;wxcs_originclass: .weui-slider;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3782 1; }\\n.\",[1],\"weui-slider__inner { position: relative; height: 2px; background-color: var(--weui-FG-3) ;wxcs_originclass: .weui-slider__inner;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3788 1; }\\n.\",[1],\"weui-slider__track { height: 2px; background-color: var(--weui-BRAND); width: 0 ;wxcs_originclass: .weui-slider__track;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3794 1; }\\n.\",[1],\"weui-slider__handler { position: absolute; left: 0; top: 50%; width: 28px; height: 28px; margin-left: -14px; margin-top: -14px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 4px var(--weui-FG-3) ;wxcs_originclass: .weui-slider__handler;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3800 1; }\\n.\",[1],\"weui-slider-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-slider-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3813 1; }\\n.\",[1],\"weui-slider-box .\",[1],\"weui-slider { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-slider-box .weui-slider;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3822 1; }\\n.\",[1],\"weui-slider-box__value { margin-left: .5em; min-width: 24px; color: var(--weui-FG-1); text-align: center; font-size: 14px ;wxcs_originclass: .weui-slider-box__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3828 1; }\\n.\",[1],\"wx_dot_loading, .\",[1],\"wx_dot_loading:after, .\",[1],\"wx_dot_loading:before { display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 50%; background-color: rgba(0, 0, 0, .3); font-size: 0; -webkit-animation: h 1.6s step-start infinite; animation: h 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading, .wx_dot_loading:after, .wx_dot_loading:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3836 1; }\\n.\",[1],\"wx_dot_loading { position: relative ;wxcs_originclass: .wx_dot_loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3850 1; }\\n.\",[1],\"wx_dot_loading:before { content: \\x22\\x22; position: absolute; left: -12px; background-color: rgba(0, 0, 0, .1); -webkit-animation: g 1.6s step-start infinite; animation: g 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3854 1; }\\n.\",[1],\"wx_dot_loading:after { content: \\x22\\x22; position: absolute; right: -12px; background-color: rgba(0, 0, 0, .5); -webkit-animation: i 1.6s step-start infinite; animation: i 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3863 1; }\\n@-webkit-keyframes g { 0%, to { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3874 3; }\\n30% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3879 3; }\\n60% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3883 3; }\\n}@keyframes g { 0%, to { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3890 3; }\\n30% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3895 3; }\\n60% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3899 3; }\\n}@-webkit-keyframes h { 0%, to { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3906 3; }\\n30% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3911 3; }\\n60% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3915 3; }\\n}@keyframes h { 0%, to { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3922 3; }\\n30% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3927 3; }\\n60% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3931 3; }\\n}@-webkit-keyframes i { 0%, to { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3938 3; }\\n30% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3943 3; }\\n60% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3947 3; }\\n}@keyframes i { 0%, to { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3954 3; }\\n30% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3959 3; }\\n60% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3963 3; }\\n}.\",[1],\"wx_dot_loading_white { background-color: hsla(0, 0%, 100%, .3); -webkit-animation: k 1.6s step-start infinite; animation: k 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3968 1; }\\n.\",[1],\"wx_dot_loading_white:before { background-color: hsla(0, 0%, 100%, .5); -webkit-animation: j 1.6s step-start infinite; animation: j 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3974 1; }\\n.\",[1],\"wx_dot_loading_white:after { background-color: hsla(0, 0%, 100%, .1); -webkit-animation: l 1.6s step-start infinite; animation: l 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3980 1; }\\n@-webkit-keyframes j { 0%, to { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3988 3; }\\n30% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3993 3; }\\n60% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3997 3; }\\n}@keyframes j { 0%, to { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4004 3; }\\n30% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4009 3; }\\n60% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4013 3; }\\n}@-webkit-keyframes k { 0%, to { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4020 3; }\\n30% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4025 3; }\\n60% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4029 3; }\\n}@keyframes k { 0%, to { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4036 3; }\\n30% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4041 3; }\\n60% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4045 3; }\\n}@-webkit-keyframes l { 0%, to { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4052 3; }\\n30% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4057 3; }\\n60% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4061 3; }\\n}@keyframes l { 0%, to { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4068 3; }\\n30% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4073 3; }\\n60% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4077 3; }\\n}.\",[1],\"weui-slideview { position: relative; overflow: hidden ;wxcs_originclass: .weui-slideview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4086 1; }\\n.\",[1],\"weui-slideview__left { position: relative; z-index: 10 ;wxcs_originclass: .weui-slideview__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4091 1; }\\n.\",[1],\"weui-slideview__right { position: absolute; z-index: 1; left: 100%; top: 0; height: 100% ;wxcs_originclass: .weui-slideview__right;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4096 1; }\\n.\",[1],\"weui-slideview__btn__wrp { position: absolute; left: 0; bottom: 0; text-align: center; min-width: 69px; height: 100%; white-space: nowrap ;wxcs_originclass: .weui-slideview__btn__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4104 1; }\\n.\",[1],\"weui-slideview__btn { color: #fff; padding: 0 17px ;wxcs_originclass: .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4114 1; }\\n.\",[1],\"weui-slideview__btn-group_default .\",[1],\"weui-slideview__btn { background: #c7c7cc ;wxcs_originclass: .weui-slideview__btn-group_default .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4119 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview__btn-group_default .\",[1],\"weui-slideview__btn { background: var(--weui-BG-4) ;wxcs_originclass: .weui-slideview__btn-group_default .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4124 3; }\\n}.\",[1],\"weui-slideview__btn-group_default~.\",[1],\"weui-slideview__btn-group_default:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #fff; color: #fff; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-slideview__btn-group_default~.weui-slideview__btn-group_default:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4129 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview__btn-group_default~.\",[1],\"weui-slideview__btn-group_default:before { border-left-color: var(--weui-FG-3) ;wxcs_originclass: .weui-slideview__btn-group_default~.weui-slideview__btn-group_default:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4145 3; }\\n}.\",[1],\"weui-slideview__btn-group_default:first-child:before { display: none ;wxcs_originclass: .weui-slideview__btn-group_default:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4150 1; }\\n.\",[1],\"weui-slideview__btn-group_warn .\",[1],\"weui-slideview__btn { background: #fe3b30 ;wxcs_originclass: .weui-slideview__btn-group_warn .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4154 1; }\\n.\",[1],\"weui-slideview__btn-group_warn~.\",[1],\"weui-slideview__btn-group_warn:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #fff; color: #fff; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-slideview__btn-group_warn~.weui-slideview__btn-group_warn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4158 1; }\\n.\",[1],\"weui-slideview__btn-group_warn:first-child:before { display: none ;wxcs_originclass: .weui-slideview__btn-group_warn:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4173 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp { background: transparent; font-size: 0 ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4177 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp:first-child { padding-left: 16px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4182 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp:last-child { padding-right: 8px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4186 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn { width: 48px; height: 48px; line-height: 48px; padding: 0; display: inline-block; vertical-align: middle; border-radius: 50%; background-color: #fff ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4190 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn { background-color: var(--weui-BG-4) ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4202 3; }\\n}.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__icon { display: inline-block; vertical-align: middle; width: 22px; height: 22px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4207 1; }\\nbody { --height: 44px; --right: 95px ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4214 1; }\\n.\",[1],\"weui-navigation-bar { overflow: hidden; color: var(--weui-FG-0) ;wxcs_originclass: .weui-navigation-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4219 1; }\\n.\",[1],\"weui-navigation-bar .\",[1],\"android { --height: 48px; --right: 221px ;wxcs_originclass: .weui-navigation-bar .android;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4224 1; }\\n.\",[1],\"weui-navigation-bar__inner { position: fixed; top: 0; left: 0; z-index: 5001; height: var(--height); padding-right: var(--right); width: calc(100% - var(--right)) ;wxcs_originclass: .weui-navigation-bar__inner;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4229 1; }\\n.\",[1],\"weui-navigation-bar__inner, .\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-navigation-bar__inner, .weui-navigation-bar__inner .weui-navigation-bar__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4239 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left { position: relative; width: var(--right); padding-left: 16px ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4249 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn { display: inline-block; vertical-align: middle; background-repeat: no-repeat ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4255 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn_goback { font-size: 12px; width: 1em; height: 2em; -webkit-mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2712\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 12 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M10 19.438L8.955 20.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42L8.955 3.5 10 4.563 2.682 12 10 19.438z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2712\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 12 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M10 19.438L8.955 20.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42L8.955 3.5 10 4.563 2.682 12 10 19.438z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background-color: currentColor ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4261 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn_goback:active { opacity: .5 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4272 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__center { font-size: 17px; text-align: center; position: relative; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__center;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4276 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__loading { margin-right: 4px; font-size: 0 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4294 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__loading .\",[1],\"weui-loading { margin-left: 0 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__loading .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4299 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__right { margin-right: 16px ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__right;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4303 1; }\\n.\",[1],\"weui-navigation-bar__placeholder { height: var(--height); background: var(--weui-BG-1); position: relative; z-index: 50 ;wxcs_originclass: .weui-navigation-bar__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4307 1; }\\n.\",[1],\"weui-uploader__hd { display: block ;wxcs_originclass: .weui-uploader__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4314 1; }\\n.\",[1],\"weui-uploader__overview { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-uploader__overview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4318 1; }\\n.\",[1],\"weui-uploader__tips { color: var(--weui-FG-2); font-size: 14px; line-height: 1.4; padding-top: 4px ;wxcs_originclass: .weui-uploader__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4327 1; }\\n.\",[1],\"weui-uploader__img { display: block; width: 100%; height: 100% ;wxcs_originclass: .weui-uploader__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4334 1; }\\n.\",[1],\"weui-gallery { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; flex-wrap: nowrap ;wxcs_originclass: .weui-gallery;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4340 1; }\\n.\",[1],\"weui-gallery__info { color: #fff; font-size: 17px; line-height: 60px; min-height: 60px; text-align: center ;wxcs_originclass: .weui-gallery__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4352 1; }\\n.\",[1],\"weui-gallery__img__wrp { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; position: relative; font-size: 0 ;wxcs_originclass: .weui-gallery__img__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4360 1; }\\n.\",[1],\"weui-gallery__img { position: absolute; width: 100%; height: 100% ;wxcs_originclass: .weui-gallery__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4368 1; }\\n.\",[1],\"weui-gallery__opr { position: static ;wxcs_originclass: .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4374 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input { height: inherit; line-height: inherit ;wxcs_originclass: .weui-search-bar .weui-search-bar__box .weui-search-bar__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4378 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-clear { display: block ;wxcs_originclass: .weui-search-bar .weui-search-bar__box .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4383 1; }\\n.\",[1],\"weui-loadmore .\",[1],\"weui-loading { margin-right: .3em ;wxcs_originclass: .weui-loadmore .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4387 1; }\\n.\",[1],\"weui-btn_input-clear { display: block ;wxcs_originclass: .weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4391 1; }\\n\",];\nvar setCssToHead = function(file, _xcInvalid, info) {\nvar Ca = {};\nvar css_id;\nvar info = info || {};\nvar _C = __COMMON_STYLESHEETS__\nfunction makeup(file, opt) {\nvar _n = typeof(file) === \"string\";\nif ( _n && Ca.hasOwnProperty(file)) return \"\";\nif ( _n ) Ca[file] = 1;\nvar ex = _n ? _C[file] : file;\nvar res=\"\";\nfor (var i = ex.length - 1; i >= 0; i--) {\nvar content = ex[i];\nif (typeof(content) === \"object\")\n{\nvar op = content[0];\nif ( op == 0 )\nres = transformRPX(content[1], opt.deviceWidth) + \"px\" + res;\nelse if ( op == 1)\nres = opt.suffix + res;\nelse if ( op == 2 )\nres = makeup(content[1], opt) + res;\n}\nelse\nres = content + res\n}\nreturn res;\n}\nvar styleSheetManager = window.__styleSheetManager2__\nvar rewritor = function(suffix, opt, style){\nopt = opt || {};\nsuffix = suffix || \"\";\nopt.suffix = suffix;\nif ( opt.allowIllegalSelector != undefined && _xcInvalid != undefined )\n{\nif ( opt.allowIllegalSelector )\nconsole.warn( \"For developer:\" + _xcInvalid );\nelse\n{\nconsole.error( _xcInvalid );\n}\n}\nCa={};\ncss = makeup(file, opt);\nif (styleSheetManager) {\nvar key = (info.path || Math.random()) + ':' + suffix\nif (!style) {\nstyleSheetManager.addItem(key, info.path);\nwindow.__rpxRecalculatingFuncs__.push(function(size){\nopt.deviceWidth = size.width;\nrewritor(suffix, opt, true);\n});\n}\nstyleSheetManager.setCss(key, css);\nreturn;\n}\nif ( !style )\n{\nvar head = document.head || document.getElementsByTagName('head')[0];\nstyle = document.createElement('style');\nstyle.type = 'text/css';\nstyle.setAttribute( \"wxss:path\", info.path );\nhead.appendChild(style);\nwindow.__rpxRecalculatingFuncs__.push(function(size){\nopt.deviceWidth = size.width;\nrewritor(suffix, opt, style);\n});\n}\nif (style.styleSheet) {\nstyle.styleSheet.cssText = css;\n} else {\nif ( style.childNodes.length == 0 )\nstyle.appendChild(document.createTextNode(css));\nelse\nstyle.childNodes[0].nodeValue = css;\n}\n}\nreturn rewritor;\n}\nsetCssToHead([\"[is\\x3d\\x22common/lib/weui\\x22]{width: 100% ;wxcs_fileinfo: ./common/lib/weui.wxss 4082 1;}\\n[is\\x3d\\x22miniprogram_npm/miniprogram-recycle-view/recycle-item\\x22]{display: inline-block; ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss 2 1;}\\n[is\\x3d\\x22miniprogram_npm/miniprogram-recycle-view/recycle-view\\x22]{display: block; width: 100%; ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss 2 1;}\\n[is\\x3d\\x22page/common/lib/weui\\x22]{width: 100% ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4082 1;}\\n\",])();setCssToHead([[2,\"./app.wxss\"]],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./app.wxss:4214:1)\",{path:\"./app.wxss\"})();", + "pageWxss": { + "./page/component/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/component/index.wxss 3 1; }\\n\",],undefined,{path:\"./page/component/index.wxss\"})", + "./page/API/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/API/index.wxss 4 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/API/index.wxss:131:3)\",{path:\"./page/API/index.wxss\"})", + "./page/cloud/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/cloud/index.wxss 4 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/cloud/index.wxss:131:3)\",{path:\"./page/cloud/index.wxss\"})", + "./page/extend/index.wxss": "setCssToHead([[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/extend/index.wxss 7 1; }\\n.\",[1],\"weui-flex { -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-flex;;wxcs_fileinfo: ./page/extend/index.wxss 12 1; }\\n.\",[1],\"weui-cells { margin-top: 0; opacity: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .3s; transition: .3s ;wxcs_originclass: .weui-cells;;wxcs_fileinfo: ./page/extend/index.wxss 18 1; }\\n.\",[1],\"weui-cells:after, .\",[1],\"weui-cells:before { display: none ;wxcs_originclass: .weui-cells:after, .weui-cells:before;;wxcs_fileinfo: ./page/extend/index.wxss 27 1; }\\n.\",[1],\"weui-cells_show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) ;wxcs_originclass: .weui-cells_show;;wxcs_fileinfo: ./page/extend/index.wxss 32 1; }\\n.\",[1],\"weui-cell:before { right: 15px ;wxcs_originclass: .weui-cell:before;;wxcs_fileinfo: ./page/extend/index.wxss 38 1; }\\n.\",[1],\"kind-list__item { margin: 10px 0; background-color: var(--weui-BG-2); border-radius: 2px; overflow: hidden ;wxcs_originclass: .kind-list__item;;wxcs_fileinfo: ./page/extend/index.wxss 42 1; }\\n.\",[1],\"kind-list__item:first-child { margin-top: 0 ;wxcs_originclass: .kind-list__item:first-child;;wxcs_fileinfo: ./page/extend/index.wxss 49 1; }\\n.\",[1],\"kind-list__img { width: 30px; height: 30px ;wxcs_originclass: .kind-list__img;;wxcs_fileinfo: ./page/extend/index.wxss 53 1; }\\n[data-weui-theme\\x3ddark] .\",[1],\"kind-list__img { -webkit-filter: invert(100) hue-rotate(180deg); filter: invert(100) hue-rotate(180deg) ;wxcs_originclass: [data-weui-theme\\x3ddark] .kind-list__img;;wxcs_fileinfo: ./page/extend/index.wxss 58 1; }\\n.\",[1],\"kind-list__item-hd { padding: 20px; -webkit-transition: opacity .3s; transition: opacity .3s ;wxcs_originclass: .kind-list__item-hd;;wxcs_fileinfo: ./page/extend/index.wxss 63 1; }\\n.\",[1],\"kind-list__item-hd_show { opacity: .4 ;wxcs_originclass: .kind-list__item-hd_show;;wxcs_fileinfo: ./page/extend/index.wxss 69 1; }\\n.\",[1],\"kind-list__item-bd { height: 0; overflow: hidden ;wxcs_originclass: .kind-list__item-bd;;wxcs_fileinfo: ./page/extend/index.wxss 73 1; }\\n.\",[1],\"kind-list__item-bd_show { height: auto ;wxcs_originclass: .kind-list__item-bd_show;;wxcs_fileinfo: ./page/extend/index.wxss 78 1; }\\n.\",[1],\"index-hd { padding: 40px 40px 20px; text-align: center; ;wxcs_originclass: .index-hd;;wxcs_fileinfo: ./page/extend/index.wxss 82 1; }\\n.\",[1],\"index-bd { padding: 0 15px 20px; ;wxcs_originclass: .index-bd;;wxcs_fileinfo: ./page/extend/index.wxss 87 1; }\\n.\",[1],\"index-ft { padding-bottom: 10px; text-align: center; ;wxcs_originclass: .index-ft;;wxcs_fileinfo: ./page/extend/index.wxss 91 1; }\\n.\",[1],\"index-logo { width: 43px; height: 43px; ;wxcs_originclass: .index-logo;;wxcs_fileinfo: ./page/extend/index.wxss 96 1; }\\n.\",[1],\"index-desc { margin-top: 10px; color: #888888; font-size: 14px; ;wxcs_originclass: .index-desc;;wxcs_fileinfo: ./page/extend/index.wxss 103 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/extend/index.wxss:131:3)\",{path:\"./page/extend/index.wxss\"})", + "./miniprogram_npm/miniprogram-barrage/index.wxss": "setCssToHead([\".\",[1],\"barrage-area { position: relative; box-sizing: border-box; width: 100%; height: 100%; pointer-events: auto; ;wxcs_originclass: .barrage-area;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 1 1; }\\n.\",[1],\"barrage-tunnel { box-sizing: border-box; position: relative; display: flex; align-items: center; border-top: 1px dashed #CCB24D; width: 100%; ;wxcs_originclass: .barrage-tunnel;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 9 1; }\\n.\",[1],\"tunnel-tips { display: inline-block; margin-left: 10px; color: #CCB24D; ;wxcs_originclass: .tunnel-tips;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 18 1; }\\n.\",[1],\"bullet-item { position: absolute; display: flex; align-items: center; top: 0; left: 100%; white-space: nowrap; ;wxcs_originclass: .bullet-item;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 24 1; }\\n.\",[1],\"bullet-item.\",[1],\"paused { background: #000; opacity: 0.6; padding: 0 10px; z-index: 1001; ;wxcs_originclass: .bullet-item.paused;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 33 1; }\\n.\",[1],\"bullet-item_img { max-height: 100%; display: inline-block; ;wxcs_originclass: .bullet-item_img;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 40 1; }\\n.\",[1],\"bullet-item_text { display: inline-block; margin: 0; ;wxcs_originclass: .bullet-item_text;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 45 1; }\\n.\",[1],\"bullet-move { animation: 0s linear slidein ;wxcs_originclass: .bullet-move;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 50 1; }\\n@keyframes slidein { 0% { transform: translate3d(0, 0, 0) ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 55 3; }\\n100% { transform: translate3d(-2000px, 0, 0) ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 58 3; }\\n}\",],undefined,{path:\"./miniprogram_npm/miniprogram-barrage/index.wxss\"})", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss": "setCssToHead([\".\",[1],\"wx-recycle-item { height: 100%; ;wxcs_originclass: .wx-recycle-item;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss 5 1; }\\n\",],undefined,{path:\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss\"})", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss": "setCssToHead([],undefined,{path:\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss\"})", + "./miniprogram_npm/wxml-to-canvas/index.wxss": "setCssToHead([],undefined,{path:\"./miniprogram_npm/wxml-to-canvas/index.wxss\"})", + "./page/API/components/set-tab-bar/set-tab-bar.wxss": "setCssToHead([[2,\"./app.wxss\"],\".\",[1],\"container { width: 100vw; ;wxcs_originclass: .container;;wxcs_fileinfo: ./page/API/components/set-tab-bar/set-tab-bar.wxss 4 1; }\\n.\",[1],\"weui-label { width: 5em; ;wxcs_originclass: .weui-label;;wxcs_fileinfo: ./page/API/components/set-tab-bar/set-tab-bar.wxss 7 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/API/components/set-tab-bar/set-tab-bar.wxss:4214:1)\",{path:\"./page/API/components/set-tab-bar/set-tab-bar.wxss\"})", + "./app.wxss": "setCssToHead([[2,\"./app.wxss\"]],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./app.wxss:4214:1)\",{path:\"./app.wxss\"})" + } +} \ No newline at end of file diff --git a/compiler/test/wcsc/3/wine_output.json b/compiler/test/wcsc/3/wine_output.json new file mode 100644 index 0000000..da7c844 --- /dev/null +++ b/compiler/test/wcsc/3/wine_output.json @@ -0,0 +1,15 @@ +{ + "common": "var BASE_DEVICE_WIDTH = 750;\nvar isIOS=navigator.userAgent.match(\"iPhone\");\nvar deviceWidth = window.screen.width || 375;\nvar deviceDPR = window.devicePixelRatio || 2;\nvar checkDeviceWidth = window.__checkDeviceWidth__ || function() {\nvar newDeviceWidth = window.screen.width || 375\nvar newDeviceDPR = window.devicePixelRatio || 2\nvar newDeviceHeight = window.screen.height || 375\nif (window.screen.orientation && /^landscape/.test(window.screen.orientation.type || '')) newDeviceWidth = newDeviceHeight\nif (newDeviceWidth !== deviceWidth || newDeviceDPR !== deviceDPR) {\ndeviceWidth = newDeviceWidth\ndeviceDPR = newDeviceDPR\n}\n}\ncheckDeviceWidth()\nvar eps = 1e-4;\nvar transformRPX = window.__transformRpx__ || function(number, newDeviceWidth) {\nif ( number === 0 ) return 0;\nnumber = number / BASE_DEVICE_WIDTH * ( newDeviceWidth || deviceWidth );\nnumber = Math.floor(number + eps);\nif (number === 0) {\nif (deviceDPR === 1 || !isIOS) {\nreturn 1;\n} else {\nreturn 0.5;\n}\n}\nreturn number;\n}\nwindow.__rpxRecalculatingFuncs__ = window.__rpxRecalculatingFuncs__ || [];\nvar __COMMON_STYLESHEETS__ = __COMMON_STYLESHEETS__||{}\nif (!__COMMON_STYLESHEETS__.hasOwnProperty('./app.wxss'))__COMMON_STYLESHEETS__['./app.wxss']=[[2,\"./page/common/lib/weui.wxss\"],\"body { background-color: var(--weui-BG-1); height: 100%; font-size: 16px; line-height: 1.6; color: var(--weui-FG-0); display: flex; justify-content: center; ;wxcs_originclass: page;;wxcs_fileinfo: ./app.wxss 5 1; }\\nbody\\x3ewx-view { width: 100vw; max-width: 600px; ;wxcs_originclass: page\\x3eview;;wxcs_fileinfo: ./app.wxss 15 1; }\\nwx-checkbox, wx-radio{ margin-right: 5px; ;wxcs_originclass: checkbox, radio;;wxcs_fileinfo: ./app.wxss 19 1; }\\nwx-button{ margin-top: 10px; margin-bottom: 10px; ;wxcs_originclass: button;;wxcs_fileinfo: ./app.wxss 22 1; }\\nwx-form{ width: 100%; ;wxcs_originclass: form;;wxcs_fileinfo: ./app.wxss 26 1; }\\nwx-input { width: 100%; ;wxcs_originclass: input;;wxcs_fileinfo: ./app.wxss 29 1; }\\n.\",[1],\"strong{ font-weight: bold; ;wxcs_originclass: .strong;;wxcs_fileinfo: ./app.wxss 34 1; }\\n.\",[1],\"tc{ text-align: center; ;wxcs_originclass: .tc;;wxcs_fileinfo: ./app.wxss 37 1; }\\n.\",[1],\"container { display: flex; flex-direction: column; min-height: 100%; justify-content: space-between; font-size: 16px; font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; ;wxcs_originclass: .container;;wxcs_fileinfo: ./app.wxss 42 1; }\\n.\",[1],\"page-head{ padding: 30px 25px 40px; text-align: center; ;wxcs_originclass: .page-head;;wxcs_fileinfo: ./app.wxss 50 1; }\\n.\",[1],\"page-head-title { display: inline-block; padding: 0 20px 10px 20px; font-size: 16px; ;wxcs_originclass: .page-head-title;;wxcs_fileinfo: ./app.wxss 55 1; }\\n.\",[1],\"page-head-line{ margin: 0 auto; width: 75px; height: 1px; background-color: var(--weui-FG-1); ;wxcs_originclass: .page-head-line;;wxcs_fileinfo: ./app.wxss 62 1; }\\n.\",[1],\"page-head-desc{ padding-top: 10px; color: var(--weui-FG-1); font-size: 16px; ;wxcs_originclass: .page-head-desc;;wxcs_fileinfo: ./app.wxss 70 1; }\\n.\",[1],\"page-body { width: 100%; flex-grow: 1; ;wxcs_originclass: .page-body;;wxcs_fileinfo: ./app.wxss 76 1; }\\n.\",[1],\"page-body-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; ;wxcs_originclass: .page-body-wrapper;;wxcs_fileinfo: ./app.wxss 81 1; }\\n.\",[1],\"page-body-wording { text-align: center; padding: 100px 50px; ;wxcs_originclass: .page-body-wording;;wxcs_fileinfo: ./app.wxss 87 1; }\\n.\",[1],\"page-body-info { display: flex; flex-direction: column; align-items: center; background-color: var(--weui-BG-2); width: 100%; padding: 25px 0 75px 0; ;wxcs_originclass: .page-body-info;;wxcs_fileinfo: ./app.wxss 91 1; }\\n.\",[1],\"page-body-title { margin-bottom: 50px; font-size: 16px; ;wxcs_originclass: .page-body-title;;wxcs_fileinfo: ./app.wxss 99 1; }\\n.\",[1],\"page-body-text { font-size: 15px; line-height: 26px; color: var(--weui-FG-2); ;wxcs_originclass: .page-body-text;;wxcs_fileinfo: ./app.wxss 103 1; }\\n.\",[1],\"page-body-text-small { font-size: 12px; color: var(--weui-FG-0); margin-bottom: 50px; ;wxcs_originclass: .page-body-text-small;;wxcs_fileinfo: ./app.wxss 108 1; }\\n.\",[1],\"page-foot{ margin: 50px 0 0 0; margin-bottom: constant(safe-area-inset-bottom); margin-bottom: env(safe-area-inset-bottom); padding-bottom: 15px; text-align: center; color: #1aad19; font-size: 0; ;wxcs_originclass: .page-foot;;wxcs_fileinfo: ./app.wxss 114 1; }\\n.\",[1],\"icon-foot{ width: 76px; height: 12px; ;wxcs_originclass: .icon-foot;;wxcs_fileinfo: ./app.wxss 125 1; }\\n.\",[1],\"page-section{ width: 100%; margin-bottom: 30px; ;wxcs_originclass: .page-section;;wxcs_fileinfo: ./app.wxss 132 1; }\\n.\",[1],\"page-section_center{ display: flex; flex-direction: column; align-items: center; ;wxcs_originclass: .page-section_center;;wxcs_fileinfo: ./app.wxss 136 1; }\\n.\",[1],\"page-section:last-child{ margin-bottom: 0; ;wxcs_originclass: .page-section:last-child;;wxcs_fileinfo: ./app.wxss 141 1; }\\n.\",[1],\"page-section-gap{ box-sizing: border-box; padding: 0 15px; ;wxcs_originclass: .page-section-gap;;wxcs_fileinfo: ./app.wxss 144 1; }\\n.\",[1],\"page-section-spacing{ box-sizing: border-box; padding: 0 40px; ;wxcs_originclass: .page-section-spacing;;wxcs_fileinfo: ./app.wxss 148 1; }\\n.\",[1],\"page-section-title{ font-size: 14px; color: var(--weui-FG-1); margin-bottom: 5px; padding-left: 15px; padding-right: 15px; ;wxcs_originclass: .page-section-title;;wxcs_fileinfo: ./app.wxss 152 1; }\\n.\",[1],\"page-section-gap .\",[1],\"page-section-title{ padding-left: 0; padding-right: 0; ;wxcs_originclass: .page-section-gap .page-section-title;;wxcs_fileinfo: ./app.wxss 163 1; }\\n.\",[1],\"page-section-ctn{;wxcs_originclass: .page-section-ctn;;wxcs_fileinfo: ./app.wxss 167 1; }\\n.\",[1],\"btn-area{ margin-top: 30px; box-sizing: border-box; width: 100%; padding: 0 15px; ;wxcs_originclass: .btn-area;;wxcs_fileinfo: ./app.wxss 172 1; }\\n.\",[1],\"image-plus { width: 75px; height: 75px; border: 1px solid var(--weui-FG-1); position: relative; ;wxcs_originclass: .image-plus;;wxcs_fileinfo: ./app.wxss 179 1; }\\n.\",[1],\"image-plus-nb{ border: 0; ;wxcs_originclass: .image-plus-nb;;wxcs_fileinfo: ./app.wxss 185 1; }\\n.\",[1],\"image-plus-text{ color: var(--weui-FG-2); font-size: 14px; ;wxcs_originclass: .image-plus-text;;wxcs_fileinfo: ./app.wxss 188 1; }\\n.\",[1],\"image-plus-horizontal { position: absolute; top: 50%; left: 50%; background-color: var(--weui-FG-1); width: 2px; height: 40px; transform: translate(-50%, -50%); ;wxcs_originclass: .image-plus-horizontal;;wxcs_fileinfo: ./app.wxss 192 1; }\\n.\",[1],\"image-plus-vertical { position: absolute; top: 50%; left: 50%; background-color: var(--weui-FG-1); width: 40px; height: 2px; transform: translate(-50%, -50%); ;wxcs_originclass: .image-plus-vertical;;wxcs_fileinfo: ./app.wxss 201 1; }\\n.\",[1],\"demo-text-1{ position: relative; align-items: center; justify-content: center; background-color: #1AAD19; color: #FFFFFF; font-size: 18px; ;wxcs_originclass: .demo-text-1;;wxcs_fileinfo: ./app.wxss 211 1; }\\n.\",[1],\"demo-text-1:before{ content: \\x27A\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-1:before;;wxcs_fileinfo: ./app.wxss 219 1; }\\n.\",[1],\"demo-text-2{ position: relative; align-items: center; justify-content: center; background-color: #2782D7; color: #FFFFFF; font-size: 18px; ;wxcs_originclass: .demo-text-2;;wxcs_fileinfo: ./app.wxss 226 1; }\\n.\",[1],\"demo-text-2:before{ content: \\x27B\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-2:before;;wxcs_fileinfo: ./app.wxss 234 1; }\\n.\",[1],\"demo-text-3{ position: relative; align-items: center; justify-content: center; background-color: #F1F1F1; color: #353535; font-size: 18px; ;wxcs_originclass: .demo-text-3;;wxcs_fileinfo: ./app.wxss 241 1; }\\n.\",[1],\"demo-text-3:before{ content: \\x27C\\x27; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); ;wxcs_originclass: .demo-text-3:before;;wxcs_fileinfo: ./app.wxss 249 1; }\\n\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/common.wxss'))__COMMON_STYLESHEETS__['./page/common/common.wxss']=[\"body { height: 100%; display: flex; justify-content: center; ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/common.wxss 8 1; }\\n.\",[1],\"page { min-height: 100%; background-color: var(--weui-BG-1); color: var(--weui-FG-0); font-size: 16px; font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif; max-width: 600px; ;wxcs_originclass: .page;;wxcs_fileinfo: ./page/common/common.wxss 14 1; }\\nwx-image { max-width: 100%; max-height: 100% ;wxcs_originclass: image;;wxcs_fileinfo: ./page/common/common.wxss 23 1; }\\n.\",[1],\"link { display: inline; color: var(--weui-LINK) ;wxcs_originclass: .link;;wxcs_fileinfo: ./page/common/common.wxss 28 1; }\\n.\",[1],\"fadeIn { -webkit-animation: a .3s forwards; animation: a .3s forwards ;wxcs_originclass: .fadeIn;;wxcs_fileinfo: ./page/common/common.wxss 33 1; }\\n.\",[1],\"fadeOut { -webkit-animation: b .3s forwards; animation: b .3s forwards ;wxcs_originclass: .fadeOut;;wxcs_fileinfo: ./page/common/common.wxss 38 1; }\\n@-webkit-keyframes a { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 44 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 48 3; }\\n}@keyframes a { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 54 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 58 3; }\\n}@-webkit-keyframes b { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 64 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 68 3; }\\n}@keyframes b { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/common.wxss 74 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/common.wxss 78 3; }\\n}.\",[1],\"weui-msg__extra-area { position: static ;wxcs_originclass: .weui-msg__extra-area;;wxcs_fileinfo: ./page/common/common.wxss 83 1; }\\n.\",[1],\"page__hd { padding: 40px ;wxcs_originclass: .page__hd;;wxcs_fileinfo: ./page/common/common.wxss 87 1; }\\n.\",[1],\"page__bd { padding-bottom: 40px ;wxcs_originclass: .page__bd;;wxcs_fileinfo: ./page/common/common.wxss 91 1; }\\n.\",[1],\"page__bd_spacing { padding-left: 15px; padding-right: 15px ;wxcs_originclass: .page__bd_spacing;;wxcs_fileinfo: ./page/common/common.wxss 95 1; }\\n.\",[1],\"page__ft { padding-top: 40px; padding-bottom: 10px; padding-bottom: calc(10px + constant(safe-area-inset-bottom)); padding-bottom: calc(10px + env(safe-area-inset-bottom)); text-align: center ;wxcs_originclass: .page__ft;;wxcs_fileinfo: ./page/common/common.wxss 100 1; }\\n[data-weui-theme\\x3ddark] .\",[1],\"page__ft wx-image { -webkit-filter: invert(100) hue-rotate(180deg); filter: invert(100) hue-rotate(180deg) ;wxcs_originclass: [data-weui-theme\\x3ddark] .page__ft image;;wxcs_fileinfo: ./page/common/common.wxss 108 1; }\\n.\",[1],\"page__title { text-align: left; font-size: 20px; font-weight: 400 ;wxcs_originclass: .page__title;;wxcs_fileinfo: ./page/common/common.wxss 113 1; }\\n.\",[1],\"page__desc { margin-top: 5px; color: var(--weui-FG-1); text-align: left; font-size: 14px ;wxcs_originclass: .page__desc;;wxcs_fileinfo: ./page/common/common.wxss 119 1; }\\n.\",[1],\"weui-cell_example:before { left: 52px ;wxcs_originclass: .weui-cell_example:before;;wxcs_fileinfo: ./page/common/common.wxss 126 1; }\\n@media (prefers-color-scheme: dark) { body { background-color: #1F1F1F; ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/common.wxss 131 3; }\\n}\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/index.wxss'))__COMMON_STYLESHEETS__['./page/common/index.wxss']=[\".\",[1],\"index-hd { padding: 40px 40px 20px; text-align: center; ;wxcs_originclass: .index-hd;;wxcs_fileinfo: ./page/common/index.wxss 1 1; }\\n.\",[1],\"index-bd { padding: 0 15px 20px; ;wxcs_originclass: .index-bd;;wxcs_fileinfo: ./page/common/index.wxss 5 1; }\\n.\",[1],\"index-ft { padding-bottom: 10px; text-align: center; ;wxcs_originclass: .index-ft;;wxcs_fileinfo: ./page/common/index.wxss 9 1; }\\n.\",[1],\"index-logo { width: 43px; height: 43px; ;wxcs_originclass: .index-logo;;wxcs_fileinfo: ./page/common/index.wxss 13 1; }\\n.\",[1],\"index-desc { margin-top: 10px; color: var(--weui-FG-1); font-size: 14px; ;wxcs_originclass: .index-desc;;wxcs_fileinfo: ./page/common/index.wxss 19 1; }\\n.\",[1],\"navigator-box { opacity: 0; position: relative; background-color: var(--weui-BG-2); line-height: 1.41176471; font-size: 17px; transform: translateY(-50%); transition: .3s; ;wxcs_originclass: .navigator-box;;wxcs_fileinfo: ./page/common/index.wxss 27 1; }\\n.\",[1],\"navigator-box-show { opacity: 1; transform: translateY(0); ;wxcs_originclass: .navigator-box-show;;wxcs_fileinfo: ./page/common/index.wxss 38 1; }\\n.\",[1],\"navigator { padding: 10px 15px; position: relative; display: flex; align-items: center; ;wxcs_originclass: .navigator;;wxcs_fileinfo: ./page/common/index.wxss 42 1; }\\n.\",[1],\"navigator:before { content: \\x22 \\x22; position: absolute; left: 15px; top: 0; right: 15px; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); ;wxcs_originclass: .navigator:before;;wxcs_fileinfo: ./page/common/index.wxss 49 1; }\\n.\",[1],\"navigator:first-child:before { display: none; ;wxcs_originclass: .navigator:first-child:before;;wxcs_fileinfo: ./page/common/index.wxss 62 1; }\\n.\",[1],\"navigator-text { flex: 1; ;wxcs_originclass: .navigator-text;;wxcs_fileinfo: ./page/common/index.wxss 65 1; }\\n.\",[1],\"navigator-arrow { padding-right: 13px; position: relative; ;wxcs_originclass: .navigator-arrow;;wxcs_fileinfo: ./page/common/index.wxss 68 1; }\\n.\",[1],\"navigator-arrow:after { content: \\x22 \\x22; display: inline-block; height: 9px; width: 9px; border-width: 1px 1px 0 0; border-color: var(--weui-FG-2); border-style: solid; transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); position: absolute; top: 50%; margin-top: -4px; right: 14px; ;wxcs_originclass: .navigator-arrow:after;;wxcs_fileinfo: ./page/common/index.wxss 73 1; }\\n.\",[1],\"kind-list-item { margin: 10px 0; background-color: var(--weui-BG-2); border-radius: 2px; overflow: hidden; ;wxcs_originclass: .kind-list-item;;wxcs_fileinfo: ./page/common/index.wxss 94 1; }\\n.\",[1],\"kind-list-item:first-child { margin-top: 0; ;wxcs_originclass: .kind-list-item:first-child;;wxcs_fileinfo: ./page/common/index.wxss 101 1; }\\n.\",[1],\"kind-list-text{ flex: 1; ;wxcs_originclass: .kind-list-text;;wxcs_fileinfo: ./page/common/index.wxss 104 1; }\\n.\",[1],\"kind-list-img { width: 30px; height: 30px; ;wxcs_originclass: .kind-list-img;;wxcs_fileinfo: ./page/common/index.wxss 107 1; }\\n.\",[1],\"kind-list-item-hd { padding: 15px; display: flex; align-items: center; transition: opacity .3s; ;wxcs_originclass: .kind-list-item-hd;;wxcs_fileinfo: ./page/common/index.wxss 113 1; }\\n.\",[1],\"kind-list-item-hd-show { opacity: .2; ;wxcs_originclass: .kind-list-item-hd-show;;wxcs_fileinfo: ./page/common/index.wxss 121 1; }\\n.\",[1],\"kind-list-item-bd { height: 0; overflow: hidden; ;wxcs_originclass: .kind-list-item-bd;;wxcs_fileinfo: ./page/common/index.wxss 124 1; }\\n.\",[1],\"kind-list-item-bd-show { height: auto; ;wxcs_originclass: .kind-list-item-bd-show;;wxcs_fileinfo: ./page/common/index.wxss 128 1; }\\n\",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./page/common/lib/weui.wxss'))__COMMON_STYLESHEETS__['./page/common/lib/weui.wxss']=[\"[data-weui-theme\\x3dlight], body { --weui-BTN-DISABLED-FONT-COLOR: rgba(0, 0, 0, .2) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 6 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DISABLED-FONT-COLOR: hsla(0, 0%, 100%, .2) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 12 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-BG: #f2f2f2 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 17 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-BG: hsla(0, 0%, 100%, .08) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 23 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-COLOR: #06ae56 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 28 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-COLOR: hsla(0, 0%, 100%, .8) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 34 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BTN-DEFAULT-ACTIVE-BG: #e6e6e6 ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 39 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BTN-DEFAULT-ACTIVE-BG: hsla(0, 0%, 100%, .126) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 45 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-DIALOG-LINE-COLOR: rgba(0, 0, 0, .1) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 50 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-DIALOG-LINE-COLOR: hsla(0, 0%, 100%, .1) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 56 3; }\\n}body { line-height: 1.6; font-family: -apple-system-font, Helvetica Neue, sans-serif ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 61 1; }\\nwx-icon { vertical-align: middle ;wxcs_originclass: icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 66 1; }\\n[data-weui-theme\\x3dlight], body { --weui-BG-0: #ededed; --weui-BG-1: #f7f7f7; --weui-BG-2: #fff; --weui-BG-3: #f7f7f7; --weui-BG-4: #4c4c4c; --weui-BG-5: #fff; --weui-FG-0: rgba(0, 0, 0, .9); --weui-FG-HALF: rgba(0, 0, 0, .9); --weui-FG-1: rgba(0, 0, 0, .5); --weui-FG-2: rgba(0, 0, 0, .3); --weui-FG-3: rgba(0, 0, 0, .1); --weui-RED: #fa5151; --weui-ORANGE: #fa9d3b; --weui-YELLOW: #ffc300; --weui-GREEN: #91d300; --weui-LIGHTGREEN: #95ec69; --weui-BRAND: #07c160; --weui-BLUE: #10aeff; --weui-INDIGO: #1485ee; --weui-PURPLE: #6467f0; --weui-WHITE: #fff; --weui-LINK: #576b95; --weui-TEXTGREEN: #06ae56; --weui-FG: #000; --weui-BG: #fff; --weui-TAG-TEXT-ORANGE: #fa9d3b; --weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, .1); --weui-TAG-TEXT-GREEN: #06ae56; --weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, .1); --weui-TAG-TEXT-BLUE: #10aeff; --weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, .1); --weui-TAG-TEXT-BLACK: rgba(0, 0, 0, .5); --weui-TAG-BACKGROUND-BLACK: rgba(0, 0, 0, .05) ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 70 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BG-0: #191919; --weui-BG-1: #1f1f1f; --weui-BG-2: #232323; --weui-BG-3: #2f2f2f; --weui-BG-4: #606060; --weui-BG-5: #2c2c2c; --weui-FG-0: hsla(0, 0%, 100%, .8); --weui-FG-HALF: hsla(0, 0%, 100%, .6); --weui-FG-1: hsla(0, 0%, 100%, .5); --weui-FG-2: hsla(0, 0%, 100%, .3); --weui-FG-3: hsla(0, 0%, 100%, .05); --weui-RED: #fa5151; --weui-ORANGE: #c87d2f; --weui-YELLOW: #cc9c00; --weui-GREEN: #74a800; --weui-LIGHTGREEN: #28b561; --weui-BRAND: #07c160; --weui-BLUE: #10aeff; --weui-INDIGO: #1196ff; --weui-PURPLE: #8183ff; --weui-WHITE: hsla(0, 0%, 100%, .8); --weui-LINK: #7d90a9; --weui-TEXTGREEN: #259c5c; --weui-FG: #fff; --weui-BG: #000; --weui-TAG-TEXT-ORANGE: rgba(250, 157, 59, .6); --weui-TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, .1); --weui-TAG-TEXT-GREEN: rgba(6, 174, 86, .6); --weui-TAG-BACKGROUND-GREEN: rgba(6, 174, 86, .1); --weui-TAG-TEXT-BLUE: rgba(16, 174, 255, .6); --weui-TAG-BACKGROUND-BLUE: rgba(16, 174, 255, .1); --weui-TAG-TEXT-BLACK: hsla(0, 0%, 100%, .5); --weui-TAG-BACKGROUND-BLACK: hsla(0, 0%, 100%, .05) ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 108 3; }\\n}[data-weui-theme\\x3dlight], body { --weui-BG-COLOR-ACTIVE: #ececec ;wxcs_originclass: [data-weui-theme\\x3dlight], page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 145 1; }\\n@media(prefers-color-scheme: dark) { body{ --weui-BG-COLOR-ACTIVE: #373737 ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 151 3; }\\n}[class*\\x3d\\x22 weui-icon-\\x22], [class^\\x3dweui-icon-] { display: inline-block; vertical-align: middle; width: 24px; height: 24px; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor ;wxcs_fileinfo: ./page/common/lib/weui.wxss 156 1; }\\n.\",[1],\"weui-icon-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 171 1; }\\n.\",[1],\"weui-icon-download { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2012.04l-1.72-1.72-1.06%201.06%202.828%202.83a1%201%200%20001.414-.001l2.828-2.828-1.06-1.061-1.73%201.73V7h-1.5v5.04zm0-5.04V2h1.5v5h6.251c.55%200%20.999.446.999.996v13.008a.998.998%200%2001-.996.996H4.996A.998.998%200%20014%2021.004V7.996A1%201%200%20014.999%207h6.251z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2012.04l-1.72-1.72-1.06%201.06%202.828%202.83a1%201%200%20001.414-.001l2.828-2.828-1.06-1.061-1.73%201.73V7h-1.5v5.04zm0-5.04V2h1.5v5h6.251c.55%200%20.999.446.999.996v13.008a.998.998%200%2001-.996.996H4.996A.998.998%200%20014%2021.004V7.996A1%201%200%20014.999%207h6.251z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-download;;wxcs_fileinfo: ./page/common/lib/weui.wxss 176 1; }\\n.\",[1],\"weui-icon-info { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.75-12v7h1.5v-7h-1.5zM12%209a1%201%200%20100-2%201%201%200%20000%202z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.75-12v7h1.5v-7h-1.5zM12%209a1%201%200%20100-2%201%201%200%20000%202z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 181 1; }\\n.\",[1],\"weui-icon-safe-success { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.6C315.5%2046.7%20180.4%2093.1%2057.6%20132c0%20129.3.2%20231.7.2%20339.7%200%20304.2%20248.3%20471.6%20443.1%20523.7C695.7%20943.3%20944%20775.9%20944%20471.7c0-108%20.2-210.4.2-339.7C821.4%2093.1%20686.3%2046.7%20500.9%204.6zm248.3%20349.1l-299.7%20295c-2.1%202-5.3%202-7.4-.1L304.4%20506.1c-2-2.1-2.3-5.7-.6-8l18.3-24.9c1.7-2.3%205-2.8%207.2-1l112.2%2086c2.3%201.8%206%201.7%208.1-.1l274.7-228.9c2.2-1.8%205.7-1.7%207.7.3l17%2016.8c2.2%202.1%202.2%205.3.2%207.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23070202%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.6C315.5%2046.7%20180.4%2093.1%2057.6%20132c0%20129.3.2%20231.7.2%20339.7%200%20304.2%20248.3%20471.6%20443.1%20523.7C695.7%20943.3%20944%20775.9%20944%20471.7c0-108%20.2-210.4.2-339.7C821.4%2093.1%20686.3%2046.7%20500.9%204.6zm248.3%20349.1l-299.7%20295c-2.1%202-5.3%202-7.4-.1L304.4%20506.1c-2-2.1-2.3-5.7-.6-8l18.3-24.9c1.7-2.3%205-2.8%207.2-1l112.2%2086c2.3%201.8%206%201.7%208.1-.1l274.7-228.9c2.2-1.8%205.7-1.7%207.7.3l17%2016.8c2.2%202.1%202.2%205.3.2%207.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23070202%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-safe-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 186 1; }\\n.\",[1],\"weui-icon-safe-warn { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.5c-185.4%2042-320.4%2088.4-443.2%20127.3%200%20129.3.2%20231.7.2%20339.6%200%20304.1%20248.2%20471.4%20443%20523.6%20194.7-52.2%20443-219.5%20443-523.6%200-107.9.2-210.3.2-339.6C821.3%2092.9%20686.2%2046.5%20500.9%204.5zm-26.1%20271.1h52.1c5.8%200%2010.3%204.7%2010.1%2010.4l-11.6%20313.8c-.1%202.8-2.5%205.2-5.4%205.2h-38.2c-2.9%200-5.3-2.3-5.4-5.2L464.8%20286c-.2-5.8%204.3-10.4%2010-10.4zm26.1%20448.3c-20.2%200-36.5-16.3-36.5-36.5s16.3-36.5%2036.5-36.5%2036.5%2016.3%2036.5%2036.5-16.4%2036.5-36.5%2036.5z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23020202%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.5c-185.4%2042-320.4%2088.4-443.2%20127.3%200%20129.3.2%20231.7.2%20339.6%200%20304.1%20248.2%20471.4%20443%20523.6%20194.7-52.2%20443-219.5%20443-523.6%200-107.9.2-210.3.2-339.6C821.3%2092.9%20686.2%2046.5%20500.9%204.5zm-26.1%20271.1h52.1c5.8%200%2010.3%204.7%2010.1%2010.4l-11.6%20313.8c-.1%202.8-2.5%205.2-5.4%205.2h-38.2c-2.9%200-5.3-2.3-5.4-5.2L464.8%20286c-.2-5.8%204.3-10.4%2010-10.4zm26.1%20448.3c-20.2%200-36.5-16.3-36.5-36.5s16.3-36.5%2036.5-36.5%2036.5%2016.3%2036.5%2036.5-16.4%2036.5-36.5%2036.5z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23020202%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-safe-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 191 1; }\\n.\",[1],\"weui-icon-success { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 196 1; }\\n.\",[1],\"weui-icon-success-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm-1.172-6.242l5.809-5.808.848.849-5.95%205.95a1%201%200%2001-1.414%200L7%2012.426l.849-.849%202.98%202.98z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm-1.172-6.242l5.809-5.808.848.849-5.95%205.95a1%201%200%2001-1.414%200L7%2012.426l.849-.849%202.98%202.98z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 201 1; }\\n.\",[1],\"weui-icon-success-no-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-no-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 206 1; }\\n.\",[1],\"weui-icon-waiting { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-waiting;;wxcs_fileinfo: ./page/common/lib/weui.wxss 211 1; }\\n.\",[1],\"weui-icon-waiting-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.6%2011.503l3.891%203.891-.848.849L11.4%2012V6h1.2v5.503zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.6%2011.503l3.891%203.891-.848.849L11.4%2012V6h1.2v5.503zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-waiting-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 216 1; }\\n.\",[1],\"weui-icon-warn { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 221 1; }\\n.\",[1],\"weui-icon-info-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zM11.4%2010h1.2v7h-1.2v-7zm.6-1a1%201%200%20110-2%201%201%200%20010%202z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zM11.4%2010h1.2v7h-1.2v-7zm.6-1a1%201%200%20110-2%201%201%200%20010%202z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-info-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 226 1; }\\n.\",[1],\"weui-icon-cancel { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M12.849%2012l3.11%203.111-.848.849L12%2012.849l-3.111%203.11-.849-.848L11.151%2012l-3.11-3.111.848-.849L12%2011.151l3.111-3.11.849.848L12.849%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M12.849%2012l3.11%203.111-.848.849L12%2012.849l-3.111%203.11-.849-.848L11.151%2012l-3.11-3.111.848-.849L12%2011.151l3.111-3.11.849.848L12.849%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-cancel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 231 1; }\\n.\",[1],\"weui-icon-search { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 236 1; }\\n.\",[1],\"weui-icon-clear { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.06%2012l3.006-3.005-1.06-1.06L12%2010.938%208.995%207.934l-1.06%201.06L10.938%2012l-3.005%203.005%201.06%201.06L12%2013.062l3.005%203.005%201.06-1.06L13.062%2012zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.06%2012l3.006-3.005-1.06-1.06L12%2010.938%208.995%207.934l-1.06%201.06L10.938%2012l-3.005%203.005%201.06%201.06L12%2013.062l3.005%203.005%201.06-1.06L13.062%2012zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 241 1; }\\n.\",[1],\"weui-icon-back { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm1.999-6.563L10.68%2012%2014%208.562%2012.953%207.5%209.29%2011.277a1.045%201.045%200%20000%201.446l3.663%203.777L14%2015.437z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm1.999-6.563L10.68%2012%2014%208.562%2012.953%207.5%209.29%2011.277a1.045%201.045%200%20000%201.446l3.663%203.777L14%2015.437z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back;;wxcs_fileinfo: ./page/common/lib/weui.wxss 246 1; }\\n.\",[1],\"weui-icon-delete { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.774%206.4l.812%2013.648a.8.8%200%2000.798.752h7.232a.8.8%200%2000.798-.752L17.226%206.4H6.774zm11.655%200l-.817%2013.719A2%202%200%200115.616%2022H8.384a2%202%200%2001-1.996-1.881L5.571%206.4H3.5v-.7a.5.5%200%2001.5-.5h16a.5.5%200%2001.5.5v.7h-2.071zM14%203a.5.5%200%2001.5.5v.7h-5v-.7A.5.5%200%200110%203h4zM9.5%209h1.2l.5%209H10l-.5-9zm3.8%200h1.2l-.5%209h-1.2l.5-9z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.774%206.4l.812%2013.648a.8.8%200%2000.798.752h7.232a.8.8%200%2000.798-.752L17.226%206.4H6.774zm11.655%200l-.817%2013.719A2%202%200%200115.616%2022H8.384a2%202%200%2001-1.996-1.881L5.571%206.4H3.5v-.7a.5.5%200%2001.5-.5h16a.5.5%200%2001.5.5v.7h-2.071zM14%203a.5.5%200%2001.5.5v.7h-5v-.7A.5.5%200%200110%203h4zM9.5%209h1.2l.5%209H10l-.5-9zm3.8%200h1.2l-.5%209h-1.2l.5-9z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-delete;;wxcs_fileinfo: ./page/common/lib/weui.wxss 251 1; }\\n.\",[1],\"weui-icon-success-no-circle-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.864%2016.617l-5.303-5.303-1.061%201.06%205.657%205.657a1%201%200%20001.414%200L21.238%206.364l-1.06-1.06L8.864%2016.616z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.864%2016.617l-5.303-5.303-1.061%201.06%205.657%205.657a1%201%200%20001.414%200L21.238%206.364l-1.06-1.06L8.864%2016.616z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-success-no-circle-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 256 1; }\\n.\",[1],\"weui-icon-arrow { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-arrow;;wxcs_fileinfo: ./page/common/lib/weui.wxss 261 1; }\\n.\",[1],\"weui-icon-arrow-bold { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.157%2012.711L4.5%2018.368l-1.414-1.414%204.95-4.95-4.95-4.95L4.5%205.64l5.657%205.657a1%201%200%20010%201.414z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.157%2012.711L4.5%2018.368l-1.414-1.414%204.95-4.95-4.95-4.95L4.5%205.64l5.657%205.657a1%201%200%20010%201.414z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-arrow-bold;;wxcs_fileinfo: ./page/common/lib/weui.wxss 266 1; }\\n.\",[1],\"weui-icon-back-arrow { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.343%2012l7.071%207.071L9%2020.485l-7.778-7.778a1%201%200%20010-1.414L9%203.515l1.414%201.414L3.344%2012z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.343%2012l7.071%207.071L9%2020.485l-7.778-7.778a1%201%200%20010-1.414L9%203.515l1.414%201.414L3.344%2012z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-arrow;;wxcs_fileinfo: ./page/common/lib/weui.wxss 271 1; }\\n.\",[1],\"weui-icon-back-arrow-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-arrow-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 276 1; }\\n.\",[1],\"weui-icon-close { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2010.586l5.657-5.657%201.414%201.414L13.414%2012l5.657%205.657-1.414%201.414L12%2013.414l-5.657%205.657-1.414-1.414L10.586%2012%204.929%206.343%206.343%204.93%2012%2010.586z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2010.586l5.657-5.657%201.414%201.414L13.414%2012l5.657%205.657-1.414%201.414L12%2013.414l-5.657%205.657-1.414-1.414L10.586%2012%204.929%206.343%206.343%204.93%2012%2010.586z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-close;;wxcs_fileinfo: ./page/common/lib/weui.wxss 281 1; }\\n.\",[1],\"weui-icon-close-thin { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-close-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 286 1; }\\n.\",[1],\"weui-icon-back-circle { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm1.999-5.363L12.953%2016.5%209.29%2012.723a1.045%201.045%200%20010-1.446L12.953%207.5%2014%208.563%2010.68%2012%2014%2015.438z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm1.999-5.363L12.953%2016.5%209.29%2012.723a1.045%201.045%200%20010-1.446L12.953%207.5%2014%208.563%2010.68%2012%2014%2015.438z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-icon-back-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 291 1; }\\n.\",[1],\"weui-icon-success { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 296 1; }\\n.\",[1],\"weui-icon-waiting { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-waiting;;wxcs_fileinfo: ./page/common/lib/weui.wxss 300 1; }\\n.\",[1],\"weui-icon-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 304 1; }\\n.\",[1],\"weui-icon-info { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 308 1; }\\n.\",[1],\"weui-icon-success-circle, .\",[1],\"weui-icon-success-no-circle, .\",[1],\"weui-icon-success-no-circle-thin { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-success-circle, .weui-icon-success-no-circle, .weui-icon-success-no-circle-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 312 1; }\\n.\",[1],\"weui-icon-waiting-circle { color: var(--weui-BLUE) ;wxcs_originclass: .weui-icon-waiting-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 318 1; }\\n.\",[1],\"weui-icon-circle { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 322 1; }\\n.\",[1],\"weui-icon-download { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-download;;wxcs_fileinfo: ./page/common/lib/weui.wxss 326 1; }\\n.\",[1],\"weui-icon-info-circle { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-info-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 330 1; }\\n.\",[1],\"weui-icon-safe-success { color: var(--weui-BRAND) ;wxcs_originclass: .weui-icon-safe-success;;wxcs_fileinfo: ./page/common/lib/weui.wxss 334 1; }\\n.\",[1],\"weui-icon-safe-warn { color: var(--weui-YELLOW) ;wxcs_originclass: .weui-icon-safe-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 338 1; }\\n.\",[1],\"weui-icon-cancel { color: var(--weui-RED) ;wxcs_originclass: .weui-icon-cancel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 342 1; }\\n.\",[1],\"weui-icon-search { color: var(--weui-FG-1) ;wxcs_originclass: .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 346 1; }\\n.\",[1],\"weui-icon-clear { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 350 1; }\\n.\",[1],\"weui-icon-clear:active { color: var(--weui-FG-1) ;wxcs_originclass: .weui-icon-clear:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 354 1; }\\n.\",[1],\"weui-icon-delete.\",[1],\"weui-icon_gallery-delete { color: var(--weui-WHITE) ;wxcs_originclass: .weui-icon-delete.weui-icon_gallery-delete;;wxcs_fileinfo: ./page/common/lib/weui.wxss 358 1; }\\n.\",[1],\"weui-icon-arrow, .\",[1],\"weui-icon-arrow-bold, .\",[1],\"weui-icon-back-arrow, .\",[1],\"weui-icon-back-arrow-thin { width: 12px ;wxcs_originclass: .weui-icon-arrow, .weui-icon-arrow-bold, .weui-icon-back-arrow, .weui-icon-back-arrow-thin;;wxcs_fileinfo: ./page/common/lib/weui.wxss 362 1; }\\n.\",[1],\"weui-icon-arrow, .\",[1],\"weui-icon-arrow-bold { color: var(--weui-FG-2) ;wxcs_originclass: .weui-icon-arrow, .weui-icon-arrow-bold;;wxcs_fileinfo: ./page/common/lib/weui.wxss 369 1; }\\n.\",[1],\"weui-icon-back, .\",[1],\"weui-icon-back-arrow, .\",[1],\"weui-icon-back-arrow-thin, .\",[1],\"weui-icon-back-circle { color: var(--weui-FG-0) ;wxcs_originclass: .weui-icon-back, .weui-icon-back-arrow, .weui-icon-back-arrow-thin, .weui-icon-back-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 374 1; }\\n.\",[1],\"weui-icon_msg { width: 64px; height: 64px ;wxcs_originclass: .weui-icon_msg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 381 1; }\\n.\",[1],\"weui-icon_msg.\",[1],\"weui-icon-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-icon_msg.weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 386 1; }\\n.\",[1],\"weui-icon_msg-primary { width: 64px; height: 64px ;wxcs_originclass: .weui-icon_msg-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 390 1; }\\n.\",[1],\"weui-icon_msg-primary.\",[1],\"weui-icon-warn { color: var(--weui-YELLOW) ;wxcs_originclass: .weui-icon_msg-primary.weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 395 1; }\\n.\",[1],\"weui-link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 399 1; }\\n.\",[1],\"weui-link, .\",[1],\"weui-link:visited { color: var(--weui-LINK) ;wxcs_originclass: .weui-link, .weui-link:visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 403 1; }\\n.\",[1],\"weui-btn { position: relative; display: block; width: 184px; margin-left: auto; margin-right: auto; padding: 8px 24px; box-sizing: border-box; font-weight: 700; font-size: 17px; text-align: center; text-decoration: none; color: #fff; line-height: 1.41176471; border-radius: 4px; overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 408 1; }\\n.\",[1],\"weui-btn_block { width: auto ;wxcs_originclass: .weui-btn_block;;wxcs_fileinfo: ./page/common/lib/weui.wxss 427 1; }\\n.\",[1],\"weui-btn_inline { display: inline-block ;wxcs_originclass: .weui-btn_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 431 1; }\\n.\",[1],\"weui-btn_default { background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 435 1; }\\n.\",[1],\"weui-btn_default, .\",[1],\"weui-btn_default:not(.\",[1],\"weui-btn_disabled):visited { color: var(--weui-BTN-DEFAULT-COLOR) ;wxcs_originclass: .weui-btn_default, .weui-btn_default:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 439 1; }\\n.\",[1],\"weui-btn_default:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_default:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 444 1; }\\n.\",[1],\"weui-btn_primary { background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 448 1; }\\n.\",[1],\"weui-btn_primary:not(.\",[1],\"weui-btn_disabled):visited { color: #fff ;wxcs_originclass: .weui-btn_primary:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 452 1; }\\n.\",[1],\"weui-btn_primary:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-TAG-TEXT-GREEN) ;wxcs_originclass: .weui-btn_primary:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 456 1; }\\n.\",[1],\"weui-btn_warn { background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 460 1; }\\n.\",[1],\"weui-btn_warn, .\",[1],\"weui-btn_warn:not(.\",[1],\"weui-btn_disabled):visited { color: var(--weui-RED) ;wxcs_originclass: .weui-btn_warn, .weui-btn_warn:not(.weui-btn_disabled):visited;;wxcs_fileinfo: ./page/common/lib/weui.wxss 464 1; }\\n.\",[1],\"weui-btn_warn:not(.\",[1],\"weui-btn_disabled):active { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_warn:not(.weui-btn_disabled):active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 469 1; }\\n.\",[1],\"weui-btn_disabled { color: var(--weui-BTN-DISABLED-FONT-COLOR); background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-btn_disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 473 1; }\\n.\",[1],\"weui-btn_loading .\",[1],\"weui-loading { margin: -.2em .34em 0 0 ;wxcs_originclass: .weui-btn_loading .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 478 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_primary { background-color: var(--weui-TAG-TEXT-GREEN); color: var(--weui-WHITE) ;wxcs_originclass: .weui-btn_loading.weui-btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 482 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_default, .\",[1],\"weui-btn_loading.\",[1],\"weui-btn_warn { background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG) ;wxcs_originclass: .weui-btn_loading.weui-btn_default, .weui-btn_loading.weui-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 487 1; }\\n.\",[1],\"weui-btn_cell { position: relative; display: block; margin-left: auto; margin-right: auto; box-sizing: border-box; font-size: 17px; text-align: center; text-decoration: none; color: #fff; line-height: 1.41176471; padding: 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); overflow: hidden; background-color: var(--weui-BG-5) ;wxcs_originclass: .weui-btn_cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 492 1; }\\n.\",[1],\"weui-btn_cell+.\",[1],\"weui-btn_cell { margin-top: 16px ;wxcs_originclass: .weui-btn_cell+.weui-btn_cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 509 1; }\\n.\",[1],\"weui-btn_cell:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-btn_cell:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 513 1; }\\n.\",[1],\"weui-btn_cell__icon { display: inline-block; vertical-align: middle; width: 24px; height: 24px; margin: -.2em .34em 0 0 ;wxcs_originclass: .weui-btn_cell__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 517 1; }\\n.\",[1],\"weui-btn_cell-default { color: var(--weui-FG-0) ;wxcs_originclass: .weui-btn_cell-default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 525 1; }\\n.\",[1],\"weui-btn_cell-primary { color: var(--weui-LINK) ;wxcs_originclass: .weui-btn_cell-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 529 1; }\\n.\",[1],\"weui-btn_cell-warn { color: var(--weui-RED) ;wxcs_originclass: .weui-btn_cell-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 533 1; }\\nwx-button.\",[1],\"weui-btn, wx-input.\",[1],\"weui-btn { border-width: 0; outline: 0; -webkit-appearance: none ;wxcs_originclass: button.weui-btn, input.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 537 1; }\\nwx-button.\",[1],\"weui-btn:focus, wx-input.\",[1],\"weui-btn:focus { outline: 0 ;wxcs_originclass: button.weui-btn:focus, input.weui-btn:focus;;wxcs_fileinfo: ./page/common/lib/weui.wxss 544 1; }\\nwx-button.\",[1],\"weui-btn_inline, wx-button.\",[1],\"weui-btn_mini, wx-input.\",[1],\"weui-btn_inline, wx-input.\",[1],\"weui-btn_mini { width: auto ;wxcs_originclass: button.weui-btn_inline, button.weui-btn_mini, input.weui-btn_inline, input.weui-btn_mini;;wxcs_fileinfo: ./page/common/lib/weui.wxss 549 1; }\\n.\",[1],\"weui-btn_mini { display: inline-block; width: auto; padding: 0 .75em; line-height: 2; font-size: 16px ;wxcs_originclass: .weui-btn_mini;;wxcs_fileinfo: ./page/common/lib/weui.wxss 556 1; }\\n.\",[1],\"weui-btn:not(.\",[1],\"weui-btn_mini)+.\",[1],\"weui-btn:not(.\",[1],\"weui-btn_mini) { margin-top: 16px ;wxcs_originclass: .weui-btn:not(.weui-btn_mini)+.weui-btn:not(.weui-btn_mini);;wxcs_fileinfo: ./page/common/lib/weui.wxss 564 1; }\\n.\",[1],\"weui-btn.\",[1],\"weui-btn_inline+.\",[1],\"weui-btn.\",[1],\"weui-btn_inline { margin-top: auto; margin-left: 16px ;wxcs_originclass: .weui-btn.weui-btn_inline+.weui-btn.weui-btn_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 568 1; }\\n.\",[1],\"weui-btn-area { margin: 48px 16px 8px ;wxcs_originclass: .weui-btn-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 573 1; }\\n.\",[1],\"weui-btn-area_inline { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-btn-area_inline;;wxcs_fileinfo: ./page/common/lib/weui.wxss 577 1; }\\n.\",[1],\"weui-btn-area_inline .\",[1],\"weui-btn { margin-top: auto; margin-right: 16px; width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-btn-area_inline .weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 583 1; }\\n.\",[1],\"weui-btn-area_inline .\",[1],\"weui-btn:last-child { margin-right: 0 ;wxcs_originclass: .weui-btn-area_inline .weui-btn:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 592 1; }\\n.\",[1],\"weui-btn_reset { background: transparent; border: 0; padding: 0; outline: 0 ;wxcs_originclass: .weui-btn_reset;;wxcs_fileinfo: ./page/common/lib/weui.wxss 596 1; }\\n.\",[1],\"weui-btn_icon { font-size: 0 ;wxcs_originclass: .weui-btn_icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 603 1; }\\n.\",[1],\"weui-btn_icon:active [class*\\x3dweui-icon-] { color: var(--weui-FG-1) ;wxcs_originclass: .weui-btn_icon:active [class*\\x3dweui-icon-];;wxcs_fileinfo: ./page/common/lib/weui.wxss 607 1; }\\n.\",[1],\"weui-cells { margin-top: 8px; background-color: var(--weui-BG-2); line-height: 1.41176471; font-size: 17px; overflow: hidden; position: relative ;wxcs_originclass: .weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 611 1; }\\n.\",[1],\"weui-cells:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 620 1; }\\n.\",[1],\"weui-cells:after, .\",[1],\"weui-cells:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3); z-index: 2 ;wxcs_originclass: .weui-cells:after, .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 629 1; }\\n.\",[1],\"weui-cells:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-cells:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 640 1; }\\n.\",[1],\"weui-cells__title { margin-top: 16px; margin-bottom: 3px; padding-left: 16px; padding-right: 16px; color: var(--weui-FG-1); font-size: 14px; line-height: 1.4 ;wxcs_originclass: .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 649 1; }\\n.\",[1],\"weui-cells__title+.\",[1],\"weui-cells { margin-top: 0 ;wxcs_originclass: .weui-cells__title+.weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 659 1; }\\n.\",[1],\"weui-cells__tips { margin-top: 8px; color: var(--weui-FG-1); padding-left: 16px; padding-right: 16px; font-size: 14px; line-height: 1.4 ;wxcs_originclass: .weui-cells__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 663 1; }\\n.\",[1],\"weui-cells__tips wx-a, .\",[1],\"weui-cells__tips wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-cells__tips a, .weui-cells__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 672 1; }\\n.\",[1],\"weui-cells__tips wx-navigator { display: inline ;wxcs_originclass: .weui-cells__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 677 1; }\\n.\",[1],\"weui-cell { padding: 16px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 681 1; }\\n.\",[1],\"weui-cell:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px; z-index: 2 ;wxcs_originclass: .weui-cell:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 692 1; }\\n.\",[1],\"weui-cell:first-child:before { display: none ;wxcs_originclass: .weui-cell:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 709 1; }\\n.\",[1],\"weui-cell_active:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-cell_active:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 713 1; }\\n.\",[1],\"weui-cell_primary { -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start ;wxcs_originclass: .weui-cell_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 717 1; }\\n.\",[1],\"weui-cell__bd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 723 1; }\\n.\",[1],\"weui-cell__ft { text-align: right; color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 729 1; }\\n.\",[1],\"weui-cell_swiped { display: block; padding: 0 ;wxcs_originclass: .weui-cell_swiped;;wxcs_fileinfo: ./page/common/lib/weui.wxss 734 1; }\\n.\",[1],\"weui-cell_swiped\\x3e.\",[1],\"weui-cell__bd { position: relative; z-index: 1; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-cell_swiped\\x3e.weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 739 1; }\\n.\",[1],\"weui-cell_swiped\\x3e.\",[1],\"weui-cell__ft { position: absolute; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: flex; color: #fff ;wxcs_originclass: .weui-cell_swiped\\x3e.weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 745 1; }\\n.\",[1],\"weui-swiped-btn { display: block; padding: 16px 1em; line-height: 1.41176471; color: inherit ;wxcs_originclass: .weui-swiped-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 756 1; }\\n.\",[1],\"weui-swiped-btn_default { background-color: var(--weui-BG-0) ;wxcs_originclass: .weui-swiped-btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 763 1; }\\n.\",[1],\"weui-swiped-btn_warn { background-color: var(--weui-RED) ;wxcs_originclass: .weui-swiped-btn_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 767 1; }\\n.\",[1],\"weui-cell_access { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); color: inherit ;wxcs_originclass: .weui-cell_access;;wxcs_fileinfo: ./page/common/lib/weui.wxss 771 1; }\\n.\",[1],\"weui-cell_access:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-cell_access:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 776 1; }\\n.\",[1],\"weui-cell_access .\",[1],\"weui-cell__ft { padding-right: 22px; position: relative ;wxcs_originclass: .weui-cell_access .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 780 1; }\\n.\",[1],\"weui-cell_access .\",[1],\"weui-cell__ft:after { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 0; margin-top: -12px ;wxcs_originclass: .weui-cell_access .weui-cell__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 785 1; }\\n.\",[1],\"weui-cell_link { color: var(--weui-LINK); font-size: 17px ;wxcs_originclass: .weui-cell_link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 805 1; }\\n.\",[1],\"weui-cell_link:first-child:before { display: block ;wxcs_originclass: .weui-cell_link:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 810 1; }\\n.\",[1],\"weui-check__label { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-check__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 814 1; }\\n.\",[1],\"weui-check__label:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-check__label:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 818 1; }\\n.\",[1],\"weui-check { position: absolute; left: -9999px ;wxcs_originclass: .weui-check;;wxcs_fileinfo: ./page/common/lib/weui.wxss 822 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-cell__ft { padding-left: 16px; font-size: 0 ;wxcs_originclass: .weui-cells_radio .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 827 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-check+.\",[1],\"weui-icon-checked { min-width: 16px; color: transparent ;wxcs_originclass: .weui-cells_radio .weui-check+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 832 1; }\\n.\",[1],\"weui-cells_radio .\",[1],\"weui-check:checked+.\",[1],\"weui-icon-checked, .\",[1],\"weui-cells_radio .\",[1],\"weui-check[aria-checked\\x3dtrue]+.\",[1],\"weui-icon-checked { color: var(--weui-BRAND); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_radio .weui-check:checked+.weui-icon-checked, .weui-cells_radio .weui-check[aria-checked\\x3dtrue]+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 837 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-check__label:before { left: 55px ;wxcs_originclass: .weui-cells_checkbox .weui-check__label:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 844 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-cell__hd { padding-right: 16px; font-size: 0 ;wxcs_originclass: .weui-cells_checkbox .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 848 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-icon-checked { color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_checkbox .weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 853 1; }\\n.\",[1],\"weui-cells_checkbox .\",[1],\"weui-check:checked+.\",[1],\"weui-icon-checked, .\",[1],\"weui-cells_checkbox .\",[1],\"weui-check[aria-checked\\x3dtrue]+.\",[1],\"weui-icon-checked { color: var(--weui-BRAND); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E) ;wxcs_originclass: .weui-cells_checkbox .weui-check:checked+.weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked\\x3dtrue]+.weui-icon-checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 859 1; }\\n.\",[1],\"weui-label { display: block; width: 105px; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 866 1; }\\n.\",[1],\"weui-input { width: 100%; border: 0; outline: 0; -webkit-appearance: none; background-color: transparent; font-size: inherit; color: inherit; height: 1.41176471em; line-height: 1.41176471 ;wxcs_originclass: .weui-input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 873 1; }\\n.\",[1],\"weui-input::-webkit-inner-spin-button, .\",[1],\"weui-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 ;wxcs_originclass: .weui-input::-webkit-inner-spin-button, .weui-input::-webkit-outer-spin-button;;wxcs_fileinfo: ./page/common/lib/weui.wxss 885 1; }\\n.\",[1],\"weui-input:focus:not(:placeholder-shown)+.\",[1],\"weui-btn_input-clear { display: inline ;wxcs_originclass: .weui-input:focus:not(:placeholder-shown)+.weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 891 1; }\\n.\",[1],\"weui-input::-webkit-input-placeholder, .\",[1],\"weui-input__placeholder { color: var(--weui-FG-2) ;wxcs_originclass: .weui-input::-webkit-input-placeholder, .weui-input__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 895 1; }\\n.\",[1],\"weui-input::placeholder, .\",[1],\"weui-input__placeholder { color: var(--weui-FG-2) ;wxcs_originclass: .weui-input::placeholder, .weui-input__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 900 1; }\\n.\",[1],\"weui-textarea { display: block; border: 0; resize: none; background: transparent; width: 100%; color: inherit; font-size: 1em; line-height: inherit; outline: 0 ;wxcs_originclass: .weui-textarea;;wxcs_fileinfo: ./page/common/lib/weui.wxss 905 1; }\\n.\",[1],\"weui-textarea-counter { color: var(--weui-FG-2); text-align: right; font-size: 14px ;wxcs_originclass: .weui-textarea-counter;;wxcs_fileinfo: ./page/common/lib/weui.wxss 917 1; }\\n.\",[1],\"weui-cell_warn .\",[1],\"weui-textarea-counter { color: var(--weui-RED) ;wxcs_originclass: .weui-cell_warn .weui-textarea-counter;;wxcs_fileinfo: ./page/common/lib/weui.wxss 923 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-cell_disabled:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_readonly:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_switch:active, .\",[1],\"weui-cells_form .\",[1],\"weui-cell_vcode:active { background-color: transparent ;wxcs_originclass: .weui-cells_form .weui-cell_disabled:active, .weui-cells_form .weui-cell_readonly:active, .weui-cells_form .weui-cell_switch:active, .weui-cells_form .weui-cell_vcode:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 927 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-cell__ft { font-size: 0 ;wxcs_originclass: .weui-cells_form .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 934 1; }\\n.\",[1],\"weui-cells_form .\",[1],\"weui-icon-warn { display: none ;wxcs_originclass: .weui-cells_form .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 938 1; }\\n.\",[1],\"weui-cells_form wx-input, .\",[1],\"weui-cells_form wx-label[for], .\",[1],\"weui-cells_form wx-textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-cells_form input, .weui-cells_form label[for], .weui-cells_form textarea;;wxcs_fileinfo: ./page/common/lib/weui.wxss 942 1; }\\n.\",[1],\"weui-cell_warn { color: var(--weui-RED) ;wxcs_originclass: .weui-cell_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 948 1; }\\n.\",[1],\"weui-cell_warn .\",[1],\"weui-icon-warn { display: inline-block ;wxcs_originclass: .weui-cell_warn .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 952 1; }\\n.\",[1],\"weui-cell_disabled .\",[1],\"weui-input:disabled, .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea:disabled, .\",[1],\"weui-cell_readonly .\",[1],\"weui-input:disabled, .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea:disabled { opacity: 1; -webkit-text-fill-color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell_disabled .weui-input:disabled, .weui-cell_disabled .weui-textarea:disabled, .weui-cell_readonly .weui-input:disabled, .weui-cell_readonly .weui-textarea:disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 956 1; }\\n.\",[1],\"weui-cell_disabled .\",[1],\"weui-input[disabled], .\",[1],\"weui-cell_disabled .\",[1],\"weui-input[readonly], .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea[disabled], .\",[1],\"weui-cell_disabled .\",[1],\"weui-textarea[readonly], .\",[1],\"weui-cell_readonly .\",[1],\"weui-input[disabled], .\",[1],\"weui-cell_readonly .\",[1],\"weui-input[readonly], .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea[disabled], .\",[1],\"weui-cell_readonly .\",[1],\"weui-textarea[readonly] { color: var(--weui-FG-1) ;wxcs_originclass: .weui-cell_disabled .weui-input[disabled], .weui-cell_disabled .weui-input[readonly], .weui-cell_disabled .weui-textarea[disabled], .weui-cell_disabled .weui-textarea[readonly], .weui-cell_readonly .weui-input[disabled], .weui-cell_readonly .weui-input[readonly], .weui-cell_readonly .weui-textarea[disabled], .weui-cell_readonly .weui-textarea[readonly];;wxcs_fileinfo: ./page/common/lib/weui.wxss 964 1; }\\n.\",[1],\"weui-btn_input-clear { display: none; padding-left: 8px ;wxcs_originclass: .weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 975 1; }\\n.\",[1],\"weui-btn_input-clear [class*\\x3dweui-icon-] { width: 18px ;wxcs_originclass: .weui-btn_input-clear [class*\\x3dweui-icon-];;wxcs_fileinfo: ./page/common/lib/weui.wxss 980 1; }\\n.\",[1],\"weui-form-preview { position: relative; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-form-preview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 984 1; }\\n.\",[1],\"weui-form-preview:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 989 1; }\\n.\",[1],\"weui-form-preview:after, .\",[1],\"weui-form-preview:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-form-preview:after, .weui-form-preview:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 998 1; }\\n.\",[1],\"weui-form-preview:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1008 1; }\\n.\",[1],\"weui-form-preview__hd { position: relative; padding: 16px; text-align: right; line-height: 2.5em ;wxcs_originclass: .weui-form-preview__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1017 1; }\\n.\",[1],\"weui-form-preview__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px ;wxcs_originclass: .weui-form-preview__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1024 1; }\\n.\",[1],\"weui-form-preview__hd .\",[1],\"weui-form-preview__value { font-style: normal; font-size: 1.6em ;wxcs_originclass: .weui-form-preview__hd .weui-form-preview__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1040 1; }\\n.\",[1],\"weui-form-preview__bd { padding: 16px; font-size: .9em; text-align: right; color: var(--weui-FG-1); line-height: 2 ;wxcs_originclass: .weui-form-preview__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1045 1; }\\n.\",[1],\"weui-form-preview__ft { position: relative; line-height: 50px; display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-form-preview__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1053 1; }\\n.\",[1],\"weui-form-preview__ft:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-form-preview__ft:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1061 1; }\\n.\",[1],\"weui-form-preview__item { overflow: hidden ;wxcs_originclass: .weui-form-preview__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1076 1; }\\n.\",[1],\"weui-form-preview__label { float: left; margin-right: 1em; min-width: 4em; color: var(--weui-FG-1); text-align: justify; text-align-last: justify ;wxcs_originclass: .weui-form-preview__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1080 1; }\\n.\",[1],\"weui-form-preview__value { display: block; overflow: hidden; word-break: normal; word-wrap: break-word; color: var(--weui-FG-0) ;wxcs_originclass: .weui-form-preview__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1089 1; }\\n.\",[1],\"weui-form-preview__btn { position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: var(--weui-LINK); text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-form-preview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1097 1; }\\nwx-button.\",[1],\"weui-form-preview__btn { background-color: transparent; border: 0; outline: 0; line-height: inherit; font-size: inherit ;wxcs_originclass: button.weui-form-preview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1108 1; }\\n.\",[1],\"weui-form-preview__btn:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-form-preview__btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1116 1; }\\n.\",[1],\"weui-form-preview__btn:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-form-preview__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1120 1; }\\n.\",[1],\"weui-form-preview__btn:first-child:after { display: none ;wxcs_originclass: .weui-form-preview__btn:first-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1135 1; }\\n.\",[1],\"weui-form-preview__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-form-preview__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1139 1; }\\n.\",[1],\"weui-form-preview__btn_primary { color: var(--weui-LINK) ;wxcs_originclass: .weui-form-preview__btn_primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1143 1; }\\n.\",[1],\"weui-cell_select { padding: 0 ;wxcs_originclass: .weui-cell_select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1147 1; }\\n.\",[1],\"weui-cell_select .\",[1],\"weui-select { padding-right: 30px ;wxcs_originclass: .weui-cell_select .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1151 1; }\\n.\",[1],\"weui-cell_select .\",[1],\"weui-cell__bd:after { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 16px; margin-top: -12px ;wxcs_originclass: .weui-cell_select .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1155 1; }\\n.\",[1],\"weui-select { -webkit-appearance: none; border: 0; outline: 0; background-color: transparent; width: 100%; font-size: inherit; height: 56px; line-height: 56px; position: relative; z-index: 1; padding-left: 16px; color: var(--weui-FG-0) ;wxcs_originclass: .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1175 1; }\\n.\",[1],\"weui-cell_select-before { padding-right: 16px ;wxcs_originclass: .weui-cell_select-before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1190 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-select { width: 105px; box-sizing: border-box ;wxcs_originclass: .weui-cell_select-before .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1194 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd { position: relative ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1199 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd:after { content: \\x22 \\x22; position: absolute; right: 0; top: 0; width: 1px; bottom: 0; border-right: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1203 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__hd:before { content: \\x22 \\x22; width: 12px; height: 24px; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; background-color: currentColor; color: var(--weui-FG-2); -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E); position: absolute; top: 50%; right: 16px; margin-top: -12px ;wxcs_originclass: .weui-cell_select-before .weui-cell__hd:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1218 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__bd { padding-left: 16px ;wxcs_originclass: .weui-cell_select-before .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1238 1; }\\n.\",[1],\"weui-cell_select-before .\",[1],\"weui-cell__bd:after { display: none ;wxcs_originclass: .weui-cell_select-before .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1242 1; }\\n.\",[1],\"weui-cell_select-before.\",[1],\"weui-cell_access .\",[1],\"weui-cell__hd { line-height: 56px; padding-left: 32px ;wxcs_originclass: .weui-cell_select-before.weui-cell_access .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1246 1; }\\n.\",[1],\"weui-cell_select-after { padding-left: 16px ;wxcs_originclass: .weui-cell_select-after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1251 1; }\\n.\",[1],\"weui-cell_select-after .\",[1],\"weui-select { padding-left: 0 ;wxcs_originclass: .weui-cell_select-after .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1255 1; }\\n.\",[1],\"weui-cell_select-after.\",[1],\"weui-cell_access .\",[1],\"weui-cell__bd { line-height: 56px ;wxcs_originclass: .weui-cell_select-after.weui-cell_access .weui-cell__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1259 1; }\\n.\",[1],\"weui-cell_vcode { padding-top: 0; padding-right: 0; padding-bottom: 0 ;wxcs_originclass: .weui-cell_vcode;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1263 1; }\\n.\",[1],\"weui-vcode-btn, .\",[1],\"weui-vcode-img { margin-left: 5px; height: 56px; vertical-align: middle ;wxcs_originclass: .weui-vcode-btn, .weui-vcode-img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1269 1; }\\n.\",[1],\"weui-vcode-btn { display: inline-block; padding: 0 .6em 0 .7em; line-height: 56px; font-size: 17px; color: var(--weui-LINK); position: relative ;wxcs_originclass: .weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1276 1; }\\n.\",[1],\"weui-vcode-btn:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-vcode-btn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1285 1; }\\nwx-button.\",[1],\"weui-vcode-btn { background-color: transparent; border: 0; outline: 0 ;wxcs_originclass: button.weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1300 1; }\\n.\",[1],\"weui-vcode-btn:active { color: #767676 ;wxcs_originclass: .weui-vcode-btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1306 1; }\\n.\",[1],\"weui-gallery { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; z-index: 1000 ;wxcs_originclass: .weui-gallery;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1310 1; }\\n.\",[1],\"weui-gallery__img, .\",[1],\"weui-gallery__opr { position: absolute; left: 0; left: constant(safe-area-inset-left); left: env(safe-area-inset-left); right: 0; right: constant(safe-area-inset-right); right: env(safe-area-inset-right) ;wxcs_originclass: .weui-gallery__img, .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1321 1; }\\n.\",[1],\"weui-gallery__img { top: 0; top: constant(safe-area-inset-top); top: env(safe-area-inset-top); bottom: 60px; bottom: calc(60px + constant(safe-area-inset-bottom)); bottom: calc(60px + env(safe-area-inset-bottom)); background: 50% no-repeat; background-size: contain ;wxcs_originclass: .weui-gallery__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1332 1; }\\n.\",[1],\"weui-gallery__opr { position: absolute; bottom: 0; padding-bottom: 0; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); background-color: #0d0d0d; color: var(--weui-WHITE); line-height: 60px; text-align: center ;wxcs_originclass: .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1343 1; }\\n.\",[1],\"weui-gallery__del { display: block ;wxcs_originclass: .weui-gallery__del;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1355 1; }\\n.\",[1],\"weui-cell_switch { padding-top: 12px; padding-bottom: 12px ;wxcs_originclass: .weui-cell_switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1359 1; }\\n.\",[1],\"weui-switch { -webkit-appearance: none; appearance: none ;wxcs_originclass: .weui-switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1364 1; }\\n.\",[1],\"weui-switch, .\",[1],\"weui-switch-cp__box { position: relative; width: 52px; height: 32px; border: 2px solid var(--weui-FG-3); outline: 0; border-radius: 16px; box-sizing: border-box; -webkit-transition: background-color .1s, border .1s; transition: background-color .1s, border .1s ;wxcs_originclass: .weui-switch, .weui-switch-cp__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1369 1; }\\n.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch:before { content: \\x22 \\x22; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 15px; background-color: var(--weui-BG-3); -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1) ;wxcs_originclass: .weui-switch-cp__box:before, .weui-switch:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1382 1; }\\n.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch:after { content: \\x22 \\x22; position: absolute; top: 0; left: 0; width: 28px; height: 28px; border-radius: 15px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .4); -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35) ;wxcs_originclass: .weui-switch-cp__box:after, .weui-switch:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1398 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box, .\",[1],\"weui-switch:checked { border-color: var(--weui-BRAND); background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box, .weui-switch:checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1415 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box:before, .\",[1],\"weui-switch:checked:before { -webkit-transform: scale(0); transform: scale(0) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box:before, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box:before, .weui-switch:checked:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1422 1; }\\n.\",[1],\"weui-switch-cp__input:checked+.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch-cp__input[aria-checked\\x3dtrue]+.\",[1],\"weui-switch-cp__box:after, .\",[1],\"weui-switch:checked:after { -webkit-transform: translateX(20px); transform: translateX(20px) ;wxcs_originclass: .weui-switch-cp__input:checked+.weui-switch-cp__box:after, .weui-switch-cp__input[aria-checked\\x3dtrue]+.weui-switch-cp__box:after, .weui-switch:checked:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1429 1; }\\n.\",[1],\"weui-switch-cp__input { position: absolute; left: -9999px ;wxcs_originclass: .weui-switch-cp__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1436 1; }\\n.\",[1],\"weui-switch-cp__box { display: block ;wxcs_originclass: .weui-switch-cp__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1441 1; }\\n.\",[1],\"weui-uploader { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-uploader;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1445 1; }\\n.\",[1],\"weui-uploader__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding-bottom: 16px; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-uploader__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1451 1; }\\n.\",[1],\"weui-uploader__title { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-uploader__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1461 1; }\\n.\",[1],\"weui-uploader__info { color: var(--weui-FG-2) ;wxcs_originclass: .weui-uploader__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1467 1; }\\n.\",[1],\"weui-uploader__bd { margin-bottom: -8px; margin-right: -8px; overflow: hidden ;wxcs_originclass: .weui-uploader__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1471 1; }\\n.\",[1],\"weui-uploader__files { list-style: none ;wxcs_originclass: .weui-uploader__files;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1477 1; }\\n.\",[1],\"weui-uploader__file { float: left; margin-right: 8px; margin-bottom: 8px; width: 96px; height: 96px; background: no-repeat 50%; background-size: cover ;wxcs_originclass: .weui-uploader__file;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1481 1; }\\n.\",[1],\"weui-uploader__file_status { position: relative ;wxcs_originclass: .weui-uploader__file_status;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1491 1; }\\n.\",[1],\"weui-uploader__file_status:before { content: \\x22 \\x22; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .5) ;wxcs_originclass: .weui-uploader__file_status:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1495 1; }\\n.\",[1],\"weui-uploader__file_status .\",[1],\"weui-uploader__file-content { display: block ;wxcs_originclass: .weui-uploader__file_status .weui-uploader__file-content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1505 1; }\\n.\",[1],\"weui-uploader__file-content { display: none; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--weui-WHITE) ;wxcs_originclass: .weui-uploader__file-content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1509 1; }\\n.\",[1],\"weui-uploader__file-content .\",[1],\"weui-icon-warn { display: inline-block ;wxcs_originclass: .weui-uploader__file-content .weui-icon-warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1519 1; }\\n.\",[1],\"weui-uploader__input-box { float: left; position: relative; margin-right: 8px; margin-bottom: 8px; width: 96px; height: 96px; box-sizing: border-box; background-color: #ededed ;wxcs_originclass: .weui-uploader__input-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1523 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-uploader__input-box { background-color: #2e2e2e ;wxcs_originclass: .weui-uploader__input-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1535 3; }\\n}.\",[1],\"weui-uploader__input-box:after, .\",[1],\"weui-uploader__input-box:before { content: \\x22 \\x22; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #a3a3a3 ;wxcs_originclass: .weui-uploader__input-box:after, .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1540 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-uploader__input-box:after, .\",[1],\"weui-uploader__input-box:before { background-color: #6d6d6d ;wxcs_originclass: .weui-uploader__input-box:after, .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1552 3; }\\n}.\",[1],\"weui-uploader__input-box:before { width: 2px; height: 32px ;wxcs_originclass: .weui-uploader__input-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1558 1; }\\n.\",[1],\"weui-uploader__input-box:after { width: 32px; height: 2px ;wxcs_originclass: .weui-uploader__input-box:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1563 1; }\\n.\",[1],\"weui-uploader__input-box:active:after, .\",[1],\"weui-uploader__input-box:active:before { opacity: .7 ;wxcs_originclass: .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1568 1; }\\n.\",[1],\"weui-uploader__input { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-uploader__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1573 1; }\\n.\",[1],\"weui-msg { padding-top: 48px; padding: calc(48px + constant(safe-area-inset-top)) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left); padding: calc(48px + env(safe-area-inset-top)) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); text-align: center; line-height: 1.4; min-height: 100%; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-msg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1584 1; }\\n.\",[1],\"weui-msg wx-a:not(.\",[1],\"weui-btn) { color: var(--weui-LINK); display: inline-block; vertical-align: baseline ;wxcs_originclass: .weui-msg a:not(.weui-btn);;wxcs_fileinfo: ./page/common/lib/weui.wxss 1602 1; }\\n.\",[1],\"weui-msg__icon-area { margin-bottom: 32px ;wxcs_originclass: .weui-msg__icon-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1608 1; }\\n.\",[1],\"weui-msg__text-area { margin-bottom: 32px; padding: 0 32px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; line-height: 1.6 ;wxcs_originclass: .weui-msg__text-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1612 1; }\\n.\",[1],\"weui-msg__text-area:first-child { padding-top: 96px ;wxcs_originclass: .weui-msg__text-area:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1621 1; }\\n.\",[1],\"weui-msg__title { font-weight: 700; font-size: 22px ;wxcs_originclass: .weui-msg__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1625 1; }\\n.\",[1],\"weui-msg__desc, .\",[1],\"weui-msg__title { margin-bottom: 16px; color: var(--weui-FG-0); word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-msg__desc, .weui-msg__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1630 1; }\\n.\",[1],\"weui-msg__desc { font-size: 17px ;wxcs_originclass: .weui-msg__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1638 1; }\\n.\",[1],\"weui-msg__desc-primary { font-size: 14px; color: var(--weui-FG-1); word-wrap: break-word; word-break: break-all; margin-bottom: 16px ;wxcs_originclass: .weui-msg__desc-primary;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1642 1; }\\n.\",[1],\"weui-msg__opr-area { margin-bottom: 16px ;wxcs_originclass: .weui-msg__opr-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1650 1; }\\n.\",[1],\"weui-msg__opr-area .\",[1],\"weui-btn-area { margin: 0 ;wxcs_originclass: .weui-msg__opr-area .weui-btn-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1654 1; }\\n.\",[1],\"weui-msg__opr-area .\",[1],\"weui-btn+.\",[1],\"weui-btn { margin-bottom: 16px ;wxcs_originclass: .weui-msg__opr-area .weui-btn+.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1658 1; }\\n.\",[1],\"weui-msg__opr-area:last-child { margin-bottom: 96px ;wxcs_originclass: .weui-msg__opr-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1662 1; }\\n.\",[1],\"weui-msg__opr-area+.\",[1],\"weui-msg__extra-area { margin-top: 48px ;wxcs_originclass: .weui-msg__opr-area+.weui-msg__extra-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1666 1; }\\n.\",[1],\"weui-msg__tips-area { margin-bottom: 16px; padding: 0 40px ;wxcs_originclass: .weui-msg__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1670 1; }\\n.\",[1],\"weui-msg__opr-area+.\",[1],\"weui-msg__tips-area { margin-bottom: 48px ;wxcs_originclass: .weui-msg__opr-area+.weui-msg__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1675 1; }\\n.\",[1],\"weui-msg__tips-area:last-child { margin-bottom: 64px ;wxcs_originclass: .weui-msg__tips-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1679 1; }\\n.\",[1],\"weui-msg__extra-area, .\",[1],\"weui-msg__tips { font-size: 12px; color: var(--weui-FG-1) ;wxcs_originclass: .weui-msg__extra-area, .weui-msg__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1683 1; }\\n.\",[1],\"weui-msg__extra-area { margin-bottom: 24px ;wxcs_originclass: .weui-msg__extra-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1689 1; }\\n.\",[1],\"weui-msg__extra-area wx-a, .\",[1],\"weui-msg__extra-area wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-msg__extra-area a, .weui-msg__extra-area navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1693 1; }\\n.\",[1],\"weui-msg__extra-area wx-navigator { display: inline ;wxcs_originclass: .weui-msg__extra-area navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1698 1; }\\n.\",[1],\"weui-cells__group_form:first-child .\",[1],\"weui-cells__title { margin-top: 0 ;wxcs_originclass: .weui-cells__group_form:first-child .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1702 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__title { margin-top: 24px; margin-bottom: 8px; padding: 0 32px ;wxcs_originclass: .weui-cells__group_form .weui-cells__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1706 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell:before, .\",[1],\"weui-cells__group_form .\",[1],\"weui-cells:before { left: 32px; right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell:before, .weui-cells__group_form .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1712 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells_checkbox .\",[1],\"weui-check__label:before { left: 72px ;wxcs_originclass: .weui-cells__group_form .weui-cells_checkbox .weui-check__label:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1718 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells:after { left: 32px; right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cells:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1722 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell { padding: 16px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1727 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell:not(.\",[1],\"weui-cell_link) { color: var(--weui-FG-0) ;wxcs_originclass: .weui-cells__group_form .weui-cell:not(.weui-cell_link);;wxcs_fileinfo: ./page/common/lib/weui.wxss 1731 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell__hd { padding-right: 16px ;wxcs_originclass: .weui-cells__group_form .weui-cell__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1735 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell__ft { padding-left: 16px ;wxcs_originclass: .weui-cells__group_form .weui-cell__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1739 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_warn wx-input { color: var(--weui-RED) ;wxcs_originclass: .weui-cells__group_form .weui-cell_warn input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1743 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-label { max-width: 5em; margin-right: 8px ;wxcs_originclass: .weui-cells__group_form .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1747 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__tips { margin-top: 8px; padding: 0 32px; color: rgba(0, 0, 0, .3) ;wxcs_originclass: .weui-cells__group_form .weui-cells__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1752 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cells__tips wx-a { font-weight: 700 ;wxcs_originclass: .weui-cells__group_form .weui-cells__tips a;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1758 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_vcode { padding: 12px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_vcode;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1762 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-vcode-btn { font-size: 16px; padding: 0 12px; margin-left: 0; height: auto; width: auto; line-height: 2em; color: var(--weui-BTN-DEFAULT-COLOR); background-color: var(--weui-BTN-DEFAULT-BG) ;wxcs_originclass: .weui-cells__group_form .weui-vcode-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1766 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-vcode-btn:before { display: none ;wxcs_originclass: .weui-cells__group_form .weui-vcode-btn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1777 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select { padding: 0 ;wxcs_originclass: .weui-cells__group_form .weui-cell_select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1781 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select .\",[1],\"weui-select { padding: 0 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1785 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select .\",[1],\"weui-cell__bd:after { right: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select .weui-cell__bd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1789 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-before .\",[1],\"weui-label { margin-right: 24px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-before .weui-label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1793 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-before .\",[1],\"weui-select { padding-right: 24px; box-sizing: initial ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-before .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1797 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-after { padding-left: 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1802 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_select-after .\",[1],\"weui-select { padding-left: 0 ;wxcs_originclass: .weui-cells__group_form .weui-cell_select-after .weui-select;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1806 1; }\\n.\",[1],\"weui-cells__group_form .\",[1],\"weui-cell_switch { padding: 12px 32px ;wxcs_originclass: .weui-cells__group_form .weui-cell_switch;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1810 1; }\\n.\",[1],\"weui-form { padding: 56px 0 0; padding: calc(56px + constant(safe-area-inset-top)) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left); padding: calc(56px + env(safe-area-inset-top)) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; line-height: 1.4; min-height: 100%; box-sizing: border-box; background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-form;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1814 1; }\\n.\",[1],\"weui-form .\",[1],\"weui-footer, .\",[1],\"weui-form .\",[1],\"weui-footer__link { font-size: 14px ;wxcs_originclass: .weui-form .weui-footer, .weui-form .weui-footer__link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1831 1; }\\n.\",[1],\"weui-form .\",[1],\"weui-agree { padding: 0 ;wxcs_originclass: .weui-form .weui-agree;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1836 1; }\\n.\",[1],\"weui-form__text-area { padding: 0 32px; color: var(--weui-FG-0); text-align: center ;wxcs_originclass: .weui-form__text-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1840 1; }\\n.\",[1],\"weui-form__control-area { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; margin: 48px 0 ;wxcs_originclass: .weui-form__control-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1846 1; }\\n.\",[1],\"weui-form__tips-area { overflow: hidden ;wxcs_originclass: .weui-form__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1853 1; }\\n.\",[1],\"weui-form__extra-area, .\",[1],\"weui-form__tips-area { margin-bottom: 24px; text-align: center ;wxcs_originclass: .weui-form__extra-area, .weui-form__tips-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1857 1; }\\n.\",[1],\"weui-form__opr-area { margin-bottom: 64px ;wxcs_originclass: .weui-form__opr-area;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1863 1; }\\n.\",[1],\"weui-form__opr-area:last-child { margin-bottom: 96px ;wxcs_originclass: .weui-form__opr-area:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1867 1; }\\n.\",[1],\"weui-form__title { font-size: 22px; font-weight: 700; line-height: 1.36 ;wxcs_originclass: .weui-form__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1871 1; }\\n.\",[1],\"weui-form__desc { font-size: 17px; margin-top: 16px ;wxcs_originclass: .weui-form__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1877 1; }\\n.\",[1],\"weui-form__tips { color: var(--weui-FG-1); font-size: 14px ;wxcs_originclass: .weui-form__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1882 1; }\\n.\",[1],\"weui-form__tips wx-a, .\",[1],\"weui-form__tips wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-form__tips a, .weui-form__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1887 1; }\\n.\",[1],\"weui-form__tips wx-navigator { display: inline ;wxcs_originclass: .weui-form__tips navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1892 1; }\\n.\",[1],\"weui-article { padding: 24px 16px; padding: 24px calc(16px + constant(safe-area-inset-right)) calc(24px + constant(safe-area-inset-bottom)) calc(16px + constant(safe-area-inset-left)); padding: 24px calc(16px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left)); font-size: 17px; color: var(--weui-FG-0) ;wxcs_originclass: .weui-article;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1896 1; }\\n.\",[1],\"weui-article__section { margin-bottom: 1.5em ;wxcs_originclass: .weui-article__section;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1904 1; }\\n.\",[1],\"weui-article__h1 { font-size: 22px; font-weight: 700; margin-bottom: .9em; line-height: 1.4 ;wxcs_originclass: .weui-article__h1;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1908 1; }\\n.\",[1],\"weui-article__h2 { font-size: 17px ;wxcs_originclass: .weui-article__h2;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1915 1; }\\n.\",[1],\"weui-article__h2, .\",[1],\"weui-article__h3 { font-weight: 700; margin-bottom: .34em; line-height: 1.4 ;wxcs_originclass: .weui-article__h2, .weui-article__h3;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1919 1; }\\n.\",[1],\"weui-article__h3 { font-size: 15px ;wxcs_originclass: .weui-article__h3;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1926 1; }\\n.\",[1],\"weui-article__p { margin: 0 0 .8em ;wxcs_originclass: .weui-article__p;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1930 1; }\\n.\",[1],\"weui-tabbar { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; z-index: 500; background-color: var(--weui-BG-1) ;wxcs_originclass: .weui-tabbar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1934 1; }\\n.\",[1],\"weui-tabbar:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-tabbar:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1943 1; }\\n.\",[1],\"weui-tabbar__item { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 8px 0; padding-bottom: calc(8px + constant(safe-area-inset-bottom)); padding-bottom: calc(8px + env(safe-area-inset-bottom)); font-size: 0; color: var(--weui-FG-1); text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-tabbar__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1958 1; }\\n.\",[1],\"weui-tabbar__item:first-child { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-tabbar__item:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1972 1; }\\n.\",[1],\"weui-tabbar__item:last-child { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-tabbar__item:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1977 1; }\\n.\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__icon, .\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__icon\\x3ewx-i, .\",[1],\"weui-tabbar__item.\",[1],\"weui-bar__item_on .\",[1],\"weui-tabbar__label { color: var(--weui-BRAND) ;wxcs_originclass: .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon\\x3ei, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1982 1; }\\n.\",[1],\"weui-tabbar__icon { display: inline-block; width: 28px; height: 28px; margin-bottom: 2px ;wxcs_originclass: .weui-tabbar__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1988 1; }\\n.\",[1],\"weui-tabbar__icon\\x3ewx-i, wx-i.\",[1],\"weui-tabbar__icon { font-size: 24px; color: var(--weui-FG-1) ;wxcs_originclass: .weui-tabbar__icon\\x3ei, i.weui-tabbar__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 1995 1; }\\n.\",[1],\"weui-tabbar__icon wx-img { width: 100%; height: 100% ;wxcs_originclass: .weui-tabbar__icon img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2001 1; }\\n.\",[1],\"weui-tabbar__label { color: var(--weui-FG-0); font-size: 10px; line-height: 1.4 ;wxcs_originclass: .weui-tabbar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2006 1; }\\n.\",[1],\"weui-navbar { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; z-index: 500; background-color: var(--weui-BG-2); padding-top: constant(safe-area-inset-top); padding-top: env(safe-area-inset-top) ;wxcs_originclass: .weui-navbar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2012 1; }\\n.\",[1],\"weui-navbar:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-navbar:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2023 1; }\\n.\",[1],\"weui-navbar+.\",[1],\"weui-tab__panel { padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom) ;wxcs_originclass: .weui-navbar+.weui-tab__panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2038 1; }\\n.\",[1],\"weui-navbar__item { position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 16px 0; padding-top: calc(16px + constant(safe-area-inset-top)); padding-top: calc(16px + env(safe-area-inset-top)); text-align: center; font-size: 17px; line-height: 1.41176471; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-navbar__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2043 1; }\\n.\",[1],\"weui-navbar__item.\",[1],\"weui-bar__item_on, .\",[1],\"weui-navbar__item:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-navbar__item.weui-bar__item_on, .weui-navbar__item:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2058 1; }\\n.\",[1],\"weui-navbar__item:after { content: \\x22 \\x22; position: absolute; right: 0; top: 0; width: 1px; bottom: 0; border-right: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-navbar__item:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2063 1; }\\n.\",[1],\"weui-navbar__item:first-child { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-navbar__item:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2078 1; }\\n.\",[1],\"weui-navbar__item:last-child { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-navbar__item:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2083 1; }\\n.\",[1],\"weui-navbar__item:last-child:after { display: none ;wxcs_originclass: .weui-navbar__item:last-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2088 1; }\\n.\",[1],\"weui-tab { display: -webkit-box; display: -webkit-flex; display: flex; height: 100%; box-sizing: border-box; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column ;wxcs_originclass: .weui-tab;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2092 1; }\\n.\",[1],\"weui-tab__panel { box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: auto; -webkit-overflow-scrolling: touch ;wxcs_originclass: .weui-tab__panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2104 1; }\\n.\",[1],\"weui-tab__content { display: none ;wxcs_originclass: .weui-tab__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2113 1; }\\n.\",[1],\"weui-progress { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-progress;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2117 1; }\\n.\",[1],\"weui-progress__bar { background-color: var(--weui-BG-0); height: 3px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-progress__bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2126 1; }\\n.\",[1],\"weui-progress__inner-bar { width: 0; height: 100%; background-color: var(--weui-BRAND) ;wxcs_originclass: .weui-progress__inner-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2134 1; }\\n.\",[1],\"weui-progress__opr { display: block; margin-left: 15px; font-size: 0 ;wxcs_originclass: .weui-progress__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2140 1; }\\n.\",[1],\"weui-panel { background-color: var(--weui-BG-2); margin-top: 10px; position: relative; overflow: hidden ;wxcs_originclass: .weui-panel;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2146 1; }\\n.\",[1],\"weui-panel:first-child { margin-top: 0 ;wxcs_originclass: .weui-panel:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2153 1; }\\n.\",[1],\"weui-panel:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-panel:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2157 1; }\\n.\",[1],\"weui-panel:after, .\",[1],\"weui-panel:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-panel:after, .weui-panel:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2166 1; }\\n.\",[1],\"weui-panel:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-panel:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2176 1; }\\n.\",[1],\"weui-panel__hd { padding: 16px 16px 13px; color: var(--weui-FG-0); font-size: 15px; font-weight: 700; position: relative ;wxcs_originclass: .weui-panel__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2185 1; }\\n.\",[1],\"weui-panel__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 15px ;wxcs_originclass: .weui-panel__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2193 1; }\\n.\",[1],\"weui-media-box { padding: 16px; position: relative ;wxcs_originclass: .weui-media-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2209 1; }\\n.\",[1],\"weui-media-box:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5); left: 16px ;wxcs_originclass: .weui-media-box:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2214 1; }\\n.\",[1],\"weui-media-box:first-child:before { display: none ;wxcs_originclass: .weui-media-box:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2230 1; }\\nwx-a.\",[1],\"weui-media-box { color: #000; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: a.weui-media-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2234 1; }\\nwx-a.\",[1],\"weui-media-box:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: a.weui-media-box:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2239 1; }\\n.\",[1],\"weui-media-box__title { font-weight: 400; font-size: 17px; color: var(--weui-FG-0); width: auto; white-space: nowrap; word-wrap: normal; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-media-box__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2243 1; }\\n.\",[1],\"weui-media-box__desc, .\",[1],\"weui-media-box__title { line-height: 1.4; overflow: hidden; text-overflow: ellipsis ;wxcs_originclass: .weui-media-box__desc, .weui-media-box__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2254 1; }\\n.\",[1],\"weui-media-box__desc { color: var(--weui-FG-2); font-size: 14px; padding-top: 4px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2 ;wxcs_originclass: .weui-media-box__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2261 1; }\\n.\",[1],\"weui-media-box__info { margin-top: 16px; padding-bottom: 4px; font-size: 13px; color: var(--weui-FG-2); line-height: 1em; list-style: none; overflow: hidden ;wxcs_originclass: .weui-media-box__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2270 1; }\\n.\",[1],\"weui-media-box__info__meta { float: left; padding-right: 1em ;wxcs_originclass: .weui-media-box__info__meta;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2280 1; }\\n.\",[1],\"weui-media-box__info__meta_extra { padding-left: 1em; border-left: 1px solid var(--weui-FG-2) ;wxcs_originclass: .weui-media-box__info__meta_extra;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2285 1; }\\n.\",[1],\"weui-media-box_appmsg { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-media-box_appmsg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2290 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__hd { margin-right: 16px; width: 60px; height: 60px; line-height: 60px; text-align: center ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2299 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__thumb { width: 100%; max-height: 100%; vertical-align: top ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__thumb;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2307 1; }\\n.\",[1],\"weui-media-box_appmsg .\",[1],\"weui-media-box__bd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0 ;wxcs_originclass: .weui-media-box_appmsg .weui-media-box__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2313 1; }\\n.\",[1],\"weui-media-box_small-appmsg { padding: 0 ;wxcs_originclass: .weui-media-box_small-appmsg;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2320 1; }\\n.\",[1],\"weui-media-box_small-appmsg .\",[1],\"weui-cells { margin-top: 0 ;wxcs_originclass: .weui-media-box_small-appmsg .weui-cells;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2324 1; }\\n.\",[1],\"weui-media-box_small-appmsg .\",[1],\"weui-cells:before { display: none ;wxcs_originclass: .weui-media-box_small-appmsg .weui-cells:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2328 1; }\\n.\",[1],\"weui-grids { position: relative; overflow: hidden ;wxcs_originclass: .weui-grids;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2332 1; }\\n.\",[1],\"weui-grids:before { right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-grids:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2337 1; }\\n.\",[1],\"weui-grids:after, .\",[1],\"weui-grids:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; color: var(--weui-FG-3) ;wxcs_originclass: .weui-grids:after, .weui-grids:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2347 1; }\\n.\",[1],\"weui-grids:after { width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-grids:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2356 1; }\\n.\",[1],\"weui-grid { position: relative; float: left; padding: 20px 10px; width: 33.33333333%; box-sizing: border-box ;wxcs_originclass: .weui-grid;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2366 1; }\\n.\",[1],\"weui-grid:before { top: 0; width: 1px; border-right: 1px solid var(--weui-FG-3); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-grid:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2374 1; }\\n.\",[1],\"weui-grid:after, .\",[1],\"weui-grid:before { content: \\x22 \\x22; position: absolute; right: 0; bottom: 0; color: var(--weui-FG-3) ;wxcs_originclass: .weui-grid:after, .weui-grid:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2384 1; }\\n.\",[1],\"weui-grid:after { left: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-grid:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2393 1; }\\n.\",[1],\"weui-grid:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-grid:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2403 1; }\\n.\",[1],\"weui-grid__icon { width: 28px; height: 28px; margin: 0 auto ;wxcs_originclass: .weui-grid__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2407 1; }\\n.\",[1],\"weui-grid__icon wx-img { display: block; width: 100%; height: 100% ;wxcs_originclass: .weui-grid__icon img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2413 1; }\\n.\",[1],\"weui-grid__icon+.\",[1],\"weui-grid__label { margin-top: 4px ;wxcs_originclass: .weui-grid__icon+.weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2419 1; }\\n.\",[1],\"weui-grid__label { display: block; color: var(--weui-FG-0); white-space: nowrap; text-overflow: ellipsis; overflow: hidden ;wxcs_originclass: .weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2423 1; }\\n.\",[1],\"weui-footer, .\",[1],\"weui-grid__label { text-align: center; font-size: 14px ;wxcs_originclass: .weui-footer, .weui-grid__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2431 1; }\\n.\",[1],\"weui-footer { color: var(--weui-FG-2); line-height: 1.4 ;wxcs_originclass: .weui-footer;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2437 1; }\\n.\",[1],\"weui-footer wx-a, .\",[1],\"weui-footer wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-footer a, .weui-footer navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2442 1; }\\n.\",[1],\"weui-footer wx-navigator { display: inline ;wxcs_originclass: .weui-footer navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2447 1; }\\n.\",[1],\"weui-footer_fixed-bottom { position: fixed; bottom: 0; left: 0; right: 0; padding-top: 16px; padding-bottom: 16px; padding-bottom: calc(16px + constant(safe-area-inset-bottom)); padding-bottom: calc(16px + env(safe-area-inset-bottom)); left: constant(safe-area-inset-left); left: env(safe-area-inset-left); right: constant(safe-area-inset-right); right: env(safe-area-inset-right) ;wxcs_originclass: .weui-footer_fixed-bottom;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2451 1; }\\n.\",[1],\"weui-footer__links { font-size: 0 ;wxcs_originclass: .weui-footer__links;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2466 1; }\\n.\",[1],\"weui-footer__link { display: inline-block; vertical-align: top; margin: 0 8px; position: relative; font-size: 14px ;wxcs_originclass: .weui-footer__link;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2470 1; }\\n.\",[1],\"weui-footer__link:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5); left: -8px; top: .36em; bottom: .36em ;wxcs_originclass: .weui-footer__link:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2478 1; }\\n.\",[1],\"weui-footer__link:first-child:before { display: none ;wxcs_originclass: .weui-footer__link:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2496 1; }\\n.\",[1],\"weui-footer__text { padding: 0 16px; font-size: 12px ;wxcs_originclass: .weui-footer__text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2500 1; }\\n.\",[1],\"weui-flex { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-flex;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2505 1; }\\n.\",[1],\"weui-flex__item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-flex__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2511 1; }\\n.\",[1],\"weui-dialog { position: fixed; z-index: 5000; top: 50%; left: 16px; right: 16px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: var(--weui-BG-2); text-align: center; border-radius: 12px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; max-height: 90% ;wxcs_originclass: .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2517 1; }\\n.\",[1],\"weui-dialog__hd { padding: 32px 24px 16px ;wxcs_originclass: .weui-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2539 1; }\\n.\",[1],\"weui-dialog__title { font-weight: 700; font-size: 17px; line-height: 1.4 ;wxcs_originclass: .weui-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2543 1; }\\n.\",[1],\"weui-dialog__bd { overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 24px; margin-bottom: 32px; font-size: 17px; line-height: 1.4; word-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; color: var(--weui-FG-1) ;wxcs_originclass: .weui-dialog__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2549 1; }\\n.\",[1],\"weui-dialog__bd:first-child { min-height: 40px; padding: 32px 24px 0; font-weight: 700; color: var(--weui-FG-0); -webkit-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center ;wxcs_originclass: .weui-dialog__bd:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2562 1; }\\n.\",[1],\"weui-dialog__bd:first-child, .\",[1],\"weui-dialog__ft { display: -webkit-box; display: -webkit-flex; display: flex ;wxcs_originclass: .weui-dialog__bd:first-child, .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2576 1; }\\n.\",[1],\"weui-dialog__ft { position: relative; line-height: 56px; min-height: 56px; font-size: 17px ;wxcs_originclass: .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2583 1; }\\n.\",[1],\"weui-dialog__ft:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-dialog__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2590 1; }\\n.\",[1],\"weui-dialog__btn { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: var(--weui-LINK); font-weight: 700; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative ;wxcs_originclass: .weui-dialog__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2605 1; }\\n.\",[1],\"weui-dialog__btn:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-dialog__btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2617 1; }\\n.\",[1],\"weui-dialog__btn:after { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid var(--weui-DIALOG-LINE-COLOR); color: var(--weui-DIALOG-LINE-COLOR); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-dialog__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2621 1; }\\n.\",[1],\"weui-dialog__btn:first-child:after { display: none ;wxcs_originclass: .weui-dialog__btn:first-child:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2636 1; }\\n.\",[1],\"weui-dialog__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-dialog__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2640 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog { text-align: left; box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1) ;wxcs_originclass: .weui-skin_android .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2644 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__title { font-size: 22px; line-height: 1.4 ;wxcs_originclass: .weui-skin_android .weui-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2649 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__hd { text-align: left ;wxcs_originclass: .weui-skin_android .weui-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2654 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__bd { color: var(--weui-FG-1); text-align: left ;wxcs_originclass: .weui-skin_android .weui-dialog__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2658 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__bd:first-child { color: var(--weui-FG-0) ;wxcs_originclass: .weui-skin_android .weui-dialog__bd:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2663 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__ft { display: block; text-align: right; line-height: 40px; min-height: 40px; padding: 0 24px 16px ;wxcs_originclass: .weui-skin_android .weui-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2667 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__ft:after { display: none ;wxcs_originclass: .weui-skin_android .weui-dialog__ft:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2675 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn { display: inline-block; vertical-align: top; padding: 0 .8em ;wxcs_originclass: .weui-skin_android .weui-dialog__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2679 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn:after { display: none ;wxcs_originclass: .weui-skin_android .weui-dialog__btn:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2685 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn:last-child { margin-right: -.8em ;wxcs_originclass: .weui-skin_android .weui-dialog__btn:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2689 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-dialog__btn_default { color: var(--weui-FG-HALF) ;wxcs_originclass: .weui-skin_android .weui-dialog__btn_default;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2693 1; }\\n@media screen and (min-width:352px) { .\",[1],\"weui-dialog { width: 320px; margin: 0 auto ;wxcs_originclass: .weui-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2698 3; }\\n}.\",[1],\"weui-half-screen-dialog { position: fixed; left: 0; right: 0; bottom: 0; max-height: 75%; z-index: 5000; line-height: 1.4; background-color: var(--weui-BG-2); border-top-left-radius: 12px; border-top-right-radius: 12px; overflow: hidden; padding: 0 24px; padding: 0 calc(24px + constant(safe-area-inset-right)) constant(safe-area-inset-bottom) calc(24px + constant(safe-area-inset-left)); padding: 0 calc(24px + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(24px + env(safe-area-inset-left)) ;wxcs_originclass: .weui-half-screen-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2704 1; }\\n@media only screen and (max-height:558px) { .\",[1],\"weui-half-screen-dialog { max-height: none ;wxcs_originclass: .weui-half-screen-dialog;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2722 3; }\\n}.\",[1],\"weui-half-screen-dialog__hd { font-size: 8px; height: 8em; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-half-screen-dialog__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2727 1; }\\n.\",[1],\"weui-half-screen-dialog__hd .\",[1],\"weui-icon-btn { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) ;wxcs_originclass: .weui-half-screen-dialog__hd .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2738 1; }\\n.\",[1],\"weui-half-screen-dialog__hd .\",[1],\"weui-icon-btn:active { opacity: .5 ;wxcs_originclass: .weui-half-screen-dialog__hd .weui-icon-btn:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2745 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__side { position: relative; left: -8px ;wxcs_originclass: .weui-half-screen-dialog__hd__side;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2749 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-half-screen-dialog__hd__main;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2754 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__side+.\",[1],\"weui-half-screen-dialog__hd__main { text-align: center; padding: 0 40px ;wxcs_originclass: .weui-half-screen-dialog__hd__side+.weui-half-screen-dialog__hd__main;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2760 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main+.\",[1],\"weui-half-screen-dialog__hd__side { right: -8px; left: auto ;wxcs_originclass: .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2765 1; }\\n.\",[1],\"weui-half-screen-dialog__hd__main+.\",[1],\"weui-half-screen-dialog__hd__side .\",[1],\"weui-icon-btn { right: 0 ;wxcs_originclass: .weui-half-screen-dialog__hd__main+.weui-half-screen-dialog__hd__side .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2770 1; }\\n.\",[1],\"weui-half-screen-dialog__title { display: block; color: var(--weui-FG-0); font-weight: 700; font-size: 15px ;wxcs_originclass: .weui-half-screen-dialog__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2774 1; }\\n.\",[1],\"weui-half-screen-dialog__subtitle { display: block; color: var(--weui-FG-1); font-size: 10px ;wxcs_originclass: .weui-half-screen-dialog__subtitle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2781 1; }\\n. { word-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; overflow-y: auto; padding-top: 4px; padding-bottom: 40px; font-size: 14px; color: var(--weui-FG-0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 2787 1; }\\n.\",[1],\"weui-half-screen-dialog__desc { font-size: 17px; font-weight: 700; color: var(--weui-FG-0); line-height: 1.4 ;wxcs_originclass: .weui-half-screen-dialog__desc;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2798 1; }\\n.\",[1],\"weui-half-screen-dialog__tips { padding-top: 16px; font-size: 14px; color: var(--weui-FG-2); line-height: 1.4 ;wxcs_originclass: .weui-half-screen-dialog__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2805 1; }\\n.\",[1],\"weui-half-screen-dialog__ft { padding: 0 24px 32px; text-align: center ;wxcs_originclass: .weui-half-screen-dialog__ft;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2812 1; }\\n.\",[1],\"weui-half-screen-dialog__ft .\",[1],\"weui-btn:nth-last-child(n+2), .\",[1],\"weui-half-screen-dialog__ft .\",[1],\"weui-btn:nth-last-child(n+2)+.\",[1],\"weui-btn { display: inline-block; vertical-align: top; margin: 0 8px; width: 120px ;wxcs_originclass: .weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2), .weui-half-screen-dialog__ft .weui-btn:nth-last-child(n+2)+.weui-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2817 1; }\\n.\",[1],\"weui-icon-btn { outline: 0; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-width: 0; background-color: transparent; color: var(--weui-FG-0); font-size: 0 ;wxcs_originclass: .weui-icon-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2825 1; }\\n.\",[1],\"weui-icon-more { width: 24px; -webkit-mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2724\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 24 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2724\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 24 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M5 10.25a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5zm7 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover ;wxcs_originclass: .weui-icon-more;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2835 1; }\\n.\",[1],\"weui-icon-btn_goback, .\",[1],\"weui-icon-more { display: inline-block; vertical-align: middle; height: 24px; background-color: currentColor; color: var(--weui-FG-0) ;wxcs_originclass: .weui-icon-btn_goback, .weui-icon-more;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2843 1; }\\n.\",[1],\"weui-icon-btn_goback { width: 12px; -webkit-mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover ;wxcs_originclass: .weui-icon-btn_goback;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2852 1; }\\n.\",[1],\"weui-icon-btn_close { color: var(--weui-FG-0); display: inline-block; vertical-align: middle; width: 14px; height: 24px; -webkit-mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background-color: currentColor ;wxcs_originclass: .weui-icon-btn_close;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2860 1; }\\n.\",[1],\"weui-toast { position: fixed; z-index: 5000; width: 120px; height: 120px; top: 40%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border-radius: 5px; color: hsla(0, 0%, 100%, .9); display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; background-color: #4c4c4c ;wxcs_originclass: .weui-toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2873 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-toast { background-color: #606060 ;wxcs_originclass: .weui-toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2902 3; }\\n}.\",[1],\"weui-icon_toast { display: block ;wxcs_originclass: .weui-icon_toast;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2907 1; }\\n.\",[1],\"weui-icon_toast.\",[1],\"weui-icon-success-no-circle { color: hsla(0, 0%, 100%, .9); width: 55px; height: 55px ;wxcs_originclass: .weui-icon_toast.weui-icon-success-no-circle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2911 1; }\\n.\",[1],\"weui-icon_toast.\",[1],\"weui-loading { margin: 8px 0; width: 38px; height: 38px; vertical-align: baseline ;wxcs_originclass: .weui-icon_toast.weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2917 1; }\\n.\",[1],\"weui-toast__content { font-size: 14px ;wxcs_originclass: .weui-toast__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2924 1; }\\n.\",[1],\"weui-mask { background: rgba(0, 0, 0, .6) ;wxcs_originclass: .weui-mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2928 1; }\\n.\",[1],\"weui-mask, .\",[1],\"weui-mask_transparent { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0 ;wxcs_originclass: .weui-mask, .weui-mask_transparent;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2932 1; }\\n.\",[1],\"weui-actionsheet { position: fixed; left: 0; bottom: 0; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 5000; width: 100%; background-color: var(--weui-BG-1); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; border-top-left-radius: 12px; border-top-right-radius: 12px; overflow: hidden ;wxcs_originclass: .weui-actionsheet;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2942 1; }\\n.\",[1],\"weui-actionsheet__title { position: relative; height: 56px; padding: 0 24px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; text-align: center; font-size: 12px; color: var(--weui-FG-1); line-height: 1.4; background: var(--weui-BG-2) ;wxcs_originclass: .weui-actionsheet__title;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2962 1; }\\n.\",[1],\"weui-actionsheet__title:before { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-actionsheet__title:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2983 1; }\\n.\",[1],\"weui-actionsheet__title .\",[1],\"weui-actionsheet__title-text { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2 ;wxcs_originclass: .weui-actionsheet__title .weui-actionsheet__title-text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 2998 1; }\\n.\",[1],\"weui-actionsheet__menu { color: var(--weui-FG-0); background-color: var(--weui-BG-2) ;wxcs_originclass: .weui-actionsheet__menu;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3006 1; }\\n.\",[1],\"weui-actionsheet__action { margin-top: 8px; background-color: var(--weui-BG-2); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom) ;wxcs_originclass: .weui-actionsheet__action;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3011 1; }\\n.\",[1],\"weui-actionsheet__cell { position: relative; padding: 16px; text-align: center; font-size: 17px; line-height: 1.41176471 ;wxcs_originclass: .weui-actionsheet__cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3018 1; }\\n.\",[1],\"weui-actionsheet__cell:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-actionsheet__cell:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3026 1; }\\n.\",[1],\"weui-actionsheet__cell:active { background-color: var(--weui-BG-COLOR-ACTIVE) ;wxcs_originclass: .weui-actionsheet__cell:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3041 1; }\\n.\",[1],\"weui-actionsheet__cell:first-child:before { display: none ;wxcs_originclass: .weui-actionsheet__cell:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3045 1; }\\n.\",[1],\"weui-actionsheet__cell_warn { color: var(--weui-RED) ;wxcs_originclass: .weui-actionsheet__cell_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3049 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet { position: fixed; left: 50%; top: 50%; bottom: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 274px; box-sizing: border-box; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: transparent; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; border-top-left-radius: 0; border-top-right-radius: 0 ;wxcs_originclass: .weui-skin_android .weui-actionsheet;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3053 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__action { display: none ;wxcs_originclass: .weui-skin_android .weui-actionsheet__action;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3073 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__menu { border-radius: 2px; box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1) ;wxcs_originclass: .weui-skin_android .weui-actionsheet__menu;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3077 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell { padding: 16px; font-size: 17px; line-height: 1.41176471; color: var(--weui-FG-0); text-align: left ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3082 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3090 1; }\\n.\",[1],\"weui-skin_android .\",[1],\"weui-actionsheet__cell:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px ;wxcs_originclass: .weui-skin_android .weui-actionsheet__cell:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3095 1; }\\n.\",[1],\"weui-actionsheet_toggle { -webkit-transform: translate(0); transform: translate(0) ;wxcs_originclass: .weui-actionsheet_toggle;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3100 1; }\\n.\",[1],\"weui-loadmore { width: 65%; margin: 1.5em auto; line-height: 1.6em; font-size: 14px; text-align: center ;wxcs_originclass: .weui-loadmore;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3105 1; }\\n.\",[1],\"weui-loadmore__tips { display: inline-block; vertical-align: middle; color: var(--weui-FG-0) ;wxcs_originclass: .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3113 1; }\\n.\",[1],\"weui-loadmore_line { border-top: 1px solid var(--weui-FG-3); margin-top: 2.4em ;wxcs_originclass: .weui-loadmore_line;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3119 1; }\\n.\",[1],\"weui-loadmore_line .\",[1],\"weui-loadmore__tips { position: relative; top: -.9em; padding: 0 .55em; background-color: var(--weui-BG-2); color: var(--weui-FG-1) ;wxcs_originclass: .weui-loadmore_line .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3124 1; }\\n.\",[1],\"weui-loadmore_dot .\",[1],\"weui-loadmore__tips { padding: 0 .16em ;wxcs_originclass: .weui-loadmore_dot .weui-loadmore__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3132 1; }\\n.\",[1],\"weui-loadmore_dot .\",[1],\"weui-loadmore__tips:before { content: \\x22 \\x22; width: 4px; height: 4px; border-radius: 50%; background-color: var(--weui-FG-3); display: inline-block; position: relative; vertical-align: 0; top: -.16em ;wxcs_originclass: .weui-loadmore_dot .weui-loadmore__tips:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3136 1; }\\n.\",[1],\"weui-badge { display: inline-block; padding: .15em .4em; min-width: 8px; border-radius: 18px; background-color: var(--weui-RED); color: #fff; line-height: 1.2; text-align: center; font-size: 12px; vertical-align: middle ;wxcs_originclass: .weui-badge;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3148 1; }\\n.\",[1],\"weui-badge_dot { padding: .4em; min-width: 0 ;wxcs_originclass: .weui-badge_dot;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3161 1; }\\n.\",[1],\"weui-toptips { display: none; position: fixed; -webkit-transform: translateZ(0); transform: translateZ(0); top: 8px; left: 8px; right: 8px; padding: 10px; border-radius: 8px; font-size: 14px; text-align: center; color: #fff; z-index: 5000; word-wrap: break-word; word-break: break-all ;wxcs_originclass: .weui-toptips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3166 1; }\\n.\",[1],\"weui-toptips_warn { background-color: var(--weui-RED) ;wxcs_originclass: .weui-toptips_warn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3184 1; }\\n.\",[1],\"weui-search-bar { position: relative; padding: 8px; display: -webkit-box; display: -webkit-flex; display: flex; box-sizing: border-box; background-color: var(--weui-BG-0); -webkit-text-size-adjust: 100%; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-search-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3188 1; }\\n.\",[1],\"weui-search-bar.\",[1],\"weui-search-bar_focusing .\",[1],\"weui-search-bar__cancel-btn { display: block ;wxcs_originclass: .weui-search-bar.weui-search-bar_focusing .weui-search-bar__cancel-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3202 1; }\\n.\",[1],\"weui-search-bar.\",[1],\"weui-search-bar_focusing .\",[1],\"weui-search-bar__label { display: none ;wxcs_originclass: .weui-search-bar.weui-search-bar_focusing .weui-search-bar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3206 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-icon-search { width: 16px; height: 16px ;wxcs_originclass: .weui-search-bar .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3210 1; }\\n.\",[1],\"weui-search-bar__form { position: relative; -webkit-box-flex: 1; -webkit-flex: auto; flex: auto; background-color: var(--weui-BG-2); border-radius: 4px ;wxcs_originclass: .weui-search-bar__form;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3215 1; }\\n.\",[1],\"weui-search-bar__box { position: relative; padding-left: 28px; padding-right: 32px; height: 100%; width: 100%; box-sizing: border-box; z-index: 1 ;wxcs_originclass: .weui-search-bar__box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3224 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input { padding: 8px 0; width: 100%; height: 1.14285714em; border: 0; font-size: 14px; line-height: 1.14285714em; box-sizing: content-box; background: transparent; caret-color: var(--weui-BRAND); color: var(--weui-FG-0) ;wxcs_originclass: .weui-search-bar__box .weui-search-bar__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3234 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input:focus { outline: none ;wxcs_originclass: .weui-search-bar__box .weui-search-bar__input:focus;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3247 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-search { position: absolute; top: 50%; left: 8px; margin-top: -8px ;wxcs_originclass: .weui-search-bar__box .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3251 1; }\\n.\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-clear { position: absolute; top: 50%; right: 0; margin-top: -16px; padding: 8px; width: 16px; height: 16px; -webkit-mask-size: 16px; mask-size: 16px ;wxcs_originclass: .weui-search-bar__box .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3258 1; }\\n.\",[1],\"weui-search-bar__label { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; font-size: 0; border-radius: 4px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; color: var(--weui-FG-1); background: var(--weui-BG-2) ;wxcs_originclass: .weui-search-bar__label;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3270 1; }\\n.\",[1],\"weui-search-bar__label wx-span { display: inline-block; font-size: 14px; vertical-align: middle ;wxcs_originclass: .weui-search-bar__label span;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3292 1; }\\n.\",[1],\"weui-search-bar__label .\",[1],\"weui-icon-search { margin-right: 4px ;wxcs_originclass: .weui-search-bar__label .weui-icon-search;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3298 1; }\\n.\",[1],\"weui-search-bar__cancel-btn { display: none; margin-left: 8px; line-height: 28px; color: var(--weui-LINK); white-space: nowrap ;wxcs_originclass: .weui-search-bar__cancel-btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3302 1; }\\n.\",[1],\"weui-search-bar__input:not(:valid)+.\",[1],\"weui-icon-clear { display: none ;wxcs_originclass: .weui-search-bar__input:not(:valid)+.weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3310 1; }\\nwx-input[type\\x3dsearch]::-webkit-search-cancel-button, wx-input[type\\x3dsearch]::-webkit-search-decoration, wx-input[type\\x3dsearch]::-webkit-search-results-button, wx-input[type\\x3dsearch]::-webkit-search-results-decoration { display: none ;wxcs_originclass: input[type\\x3dsearch]::-webkit-search-cancel-button, input[type\\x3dsearch]::-webkit-search-decoration, input[type\\x3dsearch]::-webkit-search-results-button, input[type\\x3dsearch]::-webkit-search-results-decoration;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3314 1; }\\n.\",[1],\"weui-picker { position: fixed; width: 100%; box-sizing: border-box; left: 0; bottom: 0; z-index: 5000; background-color: var(--weui-BG-2); padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s ;wxcs_originclass: .weui-picker;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3321 1; }\\n.\",[1],\"weui-picker__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding: 16px; padding: 16px calc(16px + constant(safe-area-inset-right)) 16px calc(16px + constant(safe-area-inset-left)); padding: 16px calc(16px + env(safe-area-inset-right)) 16px calc(16px + env(safe-area-inset-left)); position: relative; text-align: center; font-size: 17px; line-height: 1.4 ;wxcs_originclass: .weui-picker__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3341 1; }\\n.\",[1],\"weui-picker__hd:after { content: \\x22 \\x22; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid var(--weui-FG-3); color: var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__hd:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3354 1; }\\n.\",[1],\"weui-picker__bd { display: -webkit-box; display: -webkit-flex; display: flex; position: relative; background-color: var(--weui-BG-2); height: 240px; overflow: hidden ;wxcs_originclass: .weui-picker__bd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3369 1; }\\n.\",[1],\"weui-picker__group { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; position: relative; height: 100% ;wxcs_originclass: .weui-picker__group;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3379 1; }\\n.\",[1],\"weui-picker__group:first-child .\",[1],\"weui-picker__item { padding-left: constant(safe-area-inset-left); padding-left: env(safe-area-inset-left) ;wxcs_originclass: .weui-picker__group:first-child .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3387 1; }\\n.\",[1],\"weui-picker__group:last-child .\",[1],\"weui-picker__item { padding-right: constant(safe-area-inset-right); padding-right: env(safe-area-inset-right) ;wxcs_originclass: .weui-picker__group:last-child .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3392 1; }\\n.\",[1],\"weui-picker__mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 auto; z-index: 3; background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)); background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)); background-position: top, bottom; background-size: 100% 92px; background-repeat: no-repeat; -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_originclass: .weui-picker__mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3397 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-picker__mask { background-image: -webkit-linear-gradient(top, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)), -webkit-linear-gradient(bottom, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)); background-image: linear-gradient(180deg, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)), linear-gradient(0deg, rgba(35, 35, 35, .95), rgba(35, 35, 35, .6)) ;wxcs_originclass: .weui-picker__mask;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3415 3; }\\n}.\",[1],\"weui-picker__indicator { width: 100%; height: 56px; position: absolute; left: 0; top: 92px; z-index: 3 ;wxcs_originclass: .weui-picker__indicator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3421 1; }\\n.\",[1],\"weui-picker__indicator:before { top: 0; border-top: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__indicator:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3430 1; }\\n.\",[1],\"weui-picker__indicator:after, .\",[1],\"weui-picker__indicator:before { content: \\x22 \\x22; position: absolute; left: 0; right: 0; height: 1px; color: var(--weui-FG-3) ;wxcs_originclass: .weui-picker__indicator:after, .weui-picker__indicator:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3439 1; }\\n.\",[1],\"weui-picker__indicator:after { bottom: 0; border-bottom: 1px solid var(--weui-FG-3); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -webkit-transform: scaleY(.5); transform: scaleY(.5) ;wxcs_originclass: .weui-picker__indicator:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3449 1; }\\n.\",[1],\"weui-picker__content { position: absolute; top: 0; left: 0; width: 100% ;wxcs_originclass: .weui-picker__content;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3458 1; }\\n.\",[1],\"weui-picker__item { height: 48px; line-height: 48px; text-align: center; color: var(--weui-FG-0); text-overflow: ellipsis; white-space: nowrap; overflow: hidden ;wxcs_originclass: .weui-picker__item;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3465 1; }\\n.\",[1],\"weui-picker__item_disabled { color: var(--weui-FG-1) ;wxcs_originclass: .weui-picker__item_disabled;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3475 1; }\\n@-webkit-keyframes a { 0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3480 3; }\\nto { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3485 3; }\\n}@keyframes a { 0% { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3492 3; }\\nto { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3497 3; }\\n}.\",[1],\"weui-animate-slide-up { -webkit-animation: a ease .3s forwards; animation: a ease .3s forwards ;wxcs_originclass: .weui-animate-slide-up;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3503 1; }\\n@-webkit-keyframes b { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3509 3; }\\nto { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3514 3; }\\n}@keyframes b { 0% { -webkit-transform: translateZ(0); transform: translateZ(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3521 3; }\\nto { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3526 3; }\\n}.\",[1],\"weui-animate-slide-down { -webkit-animation: b ease .3s forwards; animation: b ease .3s forwards ;wxcs_originclass: .weui-animate-slide-down;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3532 1; }\\n@-webkit-keyframes c { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3538 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3542 3; }\\n}@keyframes c { 0% { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3548 3; }\\nto { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3552 3; }\\n}.\",[1],\"weui-animate-fade-in { -webkit-animation: c ease .3s forwards; animation: c ease .3s forwards ;wxcs_originclass: .weui-animate-fade-in;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3557 1; }\\n@-webkit-keyframes d { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3563 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3567 3; }\\n}@keyframes d { 0% { opacity: 1 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3573 3; }\\nto { opacity: 0 ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3577 3; }\\n}.\",[1],\"weui-animate-fade-out { -webkit-animation: d ease .3s forwards; animation: d ease .3s forwards ;wxcs_originclass: .weui-animate-fade-out;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3582 1; }\\n.\",[1],\"weui-agree { display: block; padding: 8px 15px 0; font-size: 14px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) ;wxcs_originclass: .weui-agree;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3587 1; }\\n.\",[1],\"weui-agree wx-a, .\",[1],\"weui-agree wx-navigator { color: var(--weui-LINK) ;wxcs_originclass: .weui-agree a, .weui-agree navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3594 1; }\\n.\",[1],\"weui-agree wx-navigator { display: inline ;wxcs_originclass: .weui-agree navigator;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3599 1; }\\n.\",[1],\"weui-agree__text { color: var(--weui-FG-1); margin-left: 2px ;wxcs_originclass: .weui-agree__text;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3603 1; }\\n.\",[1],\"weui-agree__checkbox { -webkit-appearance: none; appearance: none; display: inline-block; border: 0; outline: 0; vertical-align: middle; background-color: currentColor; -webkit-mask-position: 0 0; mask-position: 0 0; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E); color: var(--weui-FG-2); width: 1em; height: 1em; font-size: 17px; margin-top: -.2em ;wxcs_originclass: .weui-agree__checkbox;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3608 1; }\\n.\",[1],\"weui-agree__checkbox-check { position: absolute; left: -9999px ;wxcs_originclass: .weui-agree__checkbox-check;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3631 1; }\\n.\",[1],\"weui-agree__checkbox-check[aria-checked\\x3dtrue]+.\",[1],\"weui-agree__checkbox, .\",[1],\"weui-agree__checkbox:checked { -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E); color: var(--weui-BRAND) ;wxcs_originclass: .weui-agree__checkbox-check[aria-checked\\x3dtrue]+.weui-agree__checkbox, .weui-agree__checkbox:checked;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3636 1; }\\n.\",[1],\"weui-agree_animate { -webkit-animation: e .3s 1; animation: e .3s 1 ;wxcs_originclass: .weui-agree_animate;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3643 1; }\\n@-webkit-keyframes e { 0% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3649 3; }\\n16% { -webkit-transform: translateX(-8px); transform: translateX(-8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3654 3; }\\n28% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3659 3; }\\n44% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3664 3; }\\n59% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3669 3; }\\n73% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3674 3; }\\n82% { -webkit-transform: translateX(16px); transform: translateX(16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3679 3; }\\n94% { -webkit-transform: translateX(8px); transform: translateX(8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3684 3; }\\nto { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3689 3; }\\n}@keyframes e { 0% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3696 3; }\\n16% { -webkit-transform: translateX(-8px); transform: translateX(-8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3701 3; }\\n28% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3706 3; }\\n44% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3711 3; }\\n59% { -webkit-transform: translateX(-16px); transform: translateX(-16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3716 3; }\\n73% { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3721 3; }\\n82% { -webkit-transform: translateX(16px); transform: translateX(16px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3726 3; }\\n94% { -webkit-transform: translateX(8px); transform: translateX(8px) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3731 3; }\\nto { -webkit-transform: translateX(0); transform: translateX(0) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3736 3; }\\n}.\",[1],\"weui-loading { width: 20px; height: 20px; display: inline-block; vertical-align: middle; -webkit-animation: f 1s steps(12) infinite; animation: f 1s steps(12) infinite; background: transparent url(\\x22data:image/svg+xml;charset\\x3dutf8, %3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x27120\\x27 height\\x3d\\x27120\\x27 viewBox\\x3d\\x270 0 100 100\\x27%3E%3Cpath fill\\x3d\\x27none\\x27 d\\x3d\\x27M0 0h100v100H0z\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23E9E9E9\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27translate(0 -30)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23989697\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(30 105.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%239B999A\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(60 75.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23A3A1A2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(90 65 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23ABA9AA\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(120 58.66 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23B2B2B2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(150 54.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23BAB8B9\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(180 50 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23C2C0C1\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-150 45.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23CBCBCB\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-120 41.34 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23D2D2D2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-90 35 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23DADADA\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-60 24.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27%23E2E2E2\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-30 -5.98 65)\\x27/%3E%3C/svg%3E\\x22) no-repeat; background-size: 100% ;wxcs_originclass: .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3742 1; }\\n.\",[1],\"weui-btn_loading.\",[1],\"weui-btn_primary .\",[1],\"weui-loading, .\",[1],\"weui-loading.\",[1],\"weui-loading_transparent { background-image: url(\\x22data:image/svg+xml;charset\\x3dutf8, %3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x27120\\x27 height\\x3d\\x27120\\x27 viewBox\\x3d\\x270 0 100 100\\x27%3E%3Cpath fill\\x3d\\x27none\\x27 d\\x3d\\x27M0 0h100v100H0z\\x27/%3E%3Crect xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.56)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27translate(0 -30)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.5)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(30 105.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.43)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(60 75.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.38)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(90 65 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.32)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(120 58.66 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.28)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(150 54.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.25)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(180 50 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.2)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-150 45.98 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.17)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-120 41.34 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.14)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-90 35 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.1)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-60 24.02 65)\\x27/%3E%3Crect width\\x3d\\x277\\x27 height\\x3d\\x2720\\x27 x\\x3d\\x2746.5\\x27 y\\x3d\\x2740\\x27 fill\\x3d\\x27rgba(255,255,255,.03)\\x27 rx\\x3d\\x275\\x27 ry\\x3d\\x275\\x27 transform\\x3d\\x27rotate(-30 -5.98 65)\\x27/%3E%3C/svg%3E\\x22) ;wxcs_originclass: .weui-btn_loading.weui-btn_primary .weui-loading, .weui-loading.weui-loading_transparent;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3753 1; }\\n@-webkit-keyframes f { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3759 3; }\\nto { -webkit-transform: rotate(1turn); transform: rotate(1turn) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3764 3; }\\n}@keyframes f { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3771 3; }\\nto { -webkit-transform: rotate(1turn); transform: rotate(1turn) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3776 3; }\\n}.\",[1],\"weui-slider { padding: 15px 18px; -webkit-user-select: none; user-select: none ;wxcs_originclass: .weui-slider;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3782 1; }\\n.\",[1],\"weui-slider__inner { position: relative; height: 2px; background-color: var(--weui-FG-3) ;wxcs_originclass: .weui-slider__inner;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3788 1; }\\n.\",[1],\"weui-slider__track { height: 2px; background-color: var(--weui-BRAND); width: 0 ;wxcs_originclass: .weui-slider__track;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3794 1; }\\n.\",[1],\"weui-slider__handler { position: absolute; left: 0; top: 50%; width: 28px; height: 28px; margin-left: -14px; margin-top: -14px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 4px var(--weui-FG-3) ;wxcs_originclass: .weui-slider__handler;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3800 1; }\\n.\",[1],\"weui-slider-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-slider-box;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3813 1; }\\n.\",[1],\"weui-slider-box .\",[1],\"weui-slider { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1 ;wxcs_originclass: .weui-slider-box .weui-slider;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3822 1; }\\n.\",[1],\"weui-slider-box__value { margin-left: .5em; min-width: 24px; color: var(--weui-FG-1); text-align: center; font-size: 14px ;wxcs_originclass: .weui-slider-box__value;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3828 1; }\\n.\",[1],\"wx_dot_loading, .\",[1],\"wx_dot_loading:after, .\",[1],\"wx_dot_loading:before { display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 50%; background-color: rgba(0, 0, 0, .3); font-size: 0; -webkit-animation: h 1.6s step-start infinite; animation: h 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading, .wx_dot_loading:after, .wx_dot_loading:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3836 1; }\\n.\",[1],\"wx_dot_loading { position: relative ;wxcs_originclass: .wx_dot_loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3850 1; }\\n.\",[1],\"wx_dot_loading:before { content: \\x22\\x22; position: absolute; left: -12px; background-color: rgba(0, 0, 0, .1); -webkit-animation: g 1.6s step-start infinite; animation: g 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3854 1; }\\n.\",[1],\"wx_dot_loading:after { content: \\x22\\x22; position: absolute; right: -12px; background-color: rgba(0, 0, 0, .5); -webkit-animation: i 1.6s step-start infinite; animation: i 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3863 1; }\\n@-webkit-keyframes g { 0%, to { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3874 3; }\\n30% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3879 3; }\\n60% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3883 3; }\\n}@keyframes g { 0%, to { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3890 3; }\\n30% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3895 3; }\\n60% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3899 3; }\\n}@-webkit-keyframes h { 0%, to { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3906 3; }\\n30% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3911 3; }\\n60% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3915 3; }\\n}@keyframes h { 0%, to { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3922 3; }\\n30% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3927 3; }\\n60% { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3931 3; }\\n}@-webkit-keyframes i { 0%, to { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3938 3; }\\n30% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3943 3; }\\n60% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3947 3; }\\n}@keyframes i { 0%, to { background-color: rgba(0, 0, 0, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3954 3; }\\n30% { background-color: rgba(0, 0, 0, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3959 3; }\\n60% { background-color: rgba(0, 0, 0, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3963 3; }\\n}.\",[1],\"wx_dot_loading_white { background-color: hsla(0, 0%, 100%, .3); -webkit-animation: k 1.6s step-start infinite; animation: k 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3968 1; }\\n.\",[1],\"wx_dot_loading_white:before { background-color: hsla(0, 0%, 100%, .5); -webkit-animation: j 1.6s step-start infinite; animation: j 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3974 1; }\\n.\",[1],\"wx_dot_loading_white:after { background-color: hsla(0, 0%, 100%, .1); -webkit-animation: l 1.6s step-start infinite; animation: l 1.6s step-start infinite ;wxcs_originclass: .wx_dot_loading_white:after;;wxcs_fileinfo: ./page/common/lib/weui.wxss 3980 1; }\\n@-webkit-keyframes j { 0%, to { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3988 3; }\\n30% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3993 3; }\\n60% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 3997 3; }\\n}@keyframes j { 0%, to { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4004 3; }\\n30% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4009 3; }\\n60% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4013 3; }\\n}@-webkit-keyframes k { 0%, to { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4020 3; }\\n30% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4025 3; }\\n60% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4029 3; }\\n}@keyframes k { 0%, to { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4036 3; }\\n30% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4041 3; }\\n60% { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4045 3; }\\n}@-webkit-keyframes l { 0%, to { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4052 3; }\\n30% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4057 3; }\\n60% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4061 3; }\\n}@keyframes l { 0%, to { background-color: hsla(0, 0%, 100%, .1) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4068 3; }\\n30% { background-color: hsla(0, 0%, 100%, .3) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4073 3; }\\n60% { background-color: hsla(0, 0%, 100%, .5) ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4077 3; }\\n}.\",[1],\"weui-slideview { position: relative; overflow: hidden ;wxcs_originclass: .weui-slideview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4086 1; }\\n.\",[1],\"weui-slideview__left { position: relative; z-index: 10 ;wxcs_originclass: .weui-slideview__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4091 1; }\\n.\",[1],\"weui-slideview__right { position: absolute; z-index: 1; left: 100%; top: 0; height: 100% ;wxcs_originclass: .weui-slideview__right;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4096 1; }\\n.\",[1],\"weui-slideview__btn__wrp { position: absolute; left: 0; bottom: 0; text-align: center; min-width: 69px; height: 100%; white-space: nowrap ;wxcs_originclass: .weui-slideview__btn__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4104 1; }\\n.\",[1],\"weui-slideview__btn { color: #fff; padding: 0 17px ;wxcs_originclass: .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4114 1; }\\n.\",[1],\"weui-slideview__btn-group_default .\",[1],\"weui-slideview__btn { background: #c7c7cc ;wxcs_originclass: .weui-slideview__btn-group_default .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4119 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview__btn-group_default .\",[1],\"weui-slideview__btn { background: var(--weui-BG-4) ;wxcs_originclass: .weui-slideview__btn-group_default .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4124 3; }\\n}.\",[1],\"weui-slideview__btn-group_default~.\",[1],\"weui-slideview__btn-group_default:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #fff; color: #fff; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-slideview__btn-group_default~.weui-slideview__btn-group_default:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4129 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview__btn-group_default~.\",[1],\"weui-slideview__btn-group_default:before { border-left-color: var(--weui-FG-3) ;wxcs_originclass: .weui-slideview__btn-group_default~.weui-slideview__btn-group_default:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4145 3; }\\n}.\",[1],\"weui-slideview__btn-group_default:first-child:before { display: none ;wxcs_originclass: .weui-slideview__btn-group_default:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4150 1; }\\n.\",[1],\"weui-slideview__btn-group_warn .\",[1],\"weui-slideview__btn { background: #fe3b30 ;wxcs_originclass: .weui-slideview__btn-group_warn .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4154 1; }\\n.\",[1],\"weui-slideview__btn-group_warn~.\",[1],\"weui-slideview__btn-group_warn:before { content: \\x22 \\x22; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #fff; color: #fff; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(.5); transform: scaleX(.5) ;wxcs_originclass: .weui-slideview__btn-group_warn~.weui-slideview__btn-group_warn:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4158 1; }\\n.\",[1],\"weui-slideview__btn-group_warn:first-child:before { display: none ;wxcs_originclass: .weui-slideview__btn-group_warn:first-child:before;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4173 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp { background: transparent; font-size: 0 ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4177 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp:first-child { padding-left: 16px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp:first-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4182 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__wrp:last-child { padding-right: 8px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__wrp:last-child;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4186 1; }\\n.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn { width: 48px; height: 48px; line-height: 48px; padding: 0; display: inline-block; vertical-align: middle; border-radius: 50%; background-color: #fff ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4190 1; }\\n@media(prefers-color-scheme: dark) { .\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn { background-color: var(--weui-BG-4) ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4202 3; }\\n}.\",[1],\"weui-slideview_icon .\",[1],\"weui-slideview__btn__icon { display: inline-block; vertical-align: middle; width: 22px; height: 22px ;wxcs_originclass: .weui-slideview_icon .weui-slideview__btn__icon;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4207 1; }\\nbody { --height: 44px; --right: 95px ;wxcs_originclass: page;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4214 1; }\\n.\",[1],\"weui-navigation-bar { overflow: hidden; color: var(--weui-FG-0) ;wxcs_originclass: .weui-navigation-bar;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4219 1; }\\n.\",[1],\"weui-navigation-bar .\",[1],\"android { --height: 48px; --right: 221px ;wxcs_originclass: .weui-navigation-bar .android;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4224 1; }\\n.\",[1],\"weui-navigation-bar__inner { position: fixed; top: 0; left: 0; z-index: 5001; height: var(--height); padding-right: var(--right); width: calc(100% - var(--right)) ;wxcs_originclass: .weui-navigation-bar__inner;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4229 1; }\\n.\",[1],\"weui-navigation-bar__inner, .\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-navigation-bar__inner, .weui-navigation-bar__inner .weui-navigation-bar__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4239 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left { position: relative; width: var(--right); padding-left: 16px ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4249 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn { display: inline-block; vertical-align: middle; background-repeat: no-repeat ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4255 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn_goback { font-size: 12px; width: 1em; height: 2em; -webkit-mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2712\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 12 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M10 19.438L8.955 20.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42L8.955 3.5 10 4.563 2.682 12 10 19.438z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; mask: url(\\x22data:image/svg+xml;charset\\x3dutf8,%3Csvg xmlns\\x3d\\x27http://www.w3.org/2000/svg\\x27 width\\x3d\\x2712\\x27 height\\x3d\\x2724\\x27 viewBox\\x3d\\x270 0 12 24\\x27%3E %3Cpath fill-opacity\\x3d\\x27.9\\x27 fill-rule\\x3d\\x27evenodd\\x27 d\\x3d\\x27M10 19.438L8.955 20.5l-7.666-7.79a1.02 1.02 0 0 1 0-1.42L8.955 3.5 10 4.563 2.682 12 10 19.438z\\x27/%3E%3C/svg%3E\\x22) no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background-color: currentColor ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4261 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__left .\",[1],\"weui-navigation-bar__btn_goback:active { opacity: .5 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__left .weui-navigation-bar__btn_goback:active;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4272 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__center { font-size: 17px; text-align: center; position: relative; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__center;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4276 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__loading { margin-right: 4px; font-size: 0 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4294 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__loading .\",[1],\"weui-loading { margin-left: 0 ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__loading .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4299 1; }\\n.\",[1],\"weui-navigation-bar__inner .\",[1],\"weui-navigation-bar__right { margin-right: 16px ;wxcs_originclass: .weui-navigation-bar__inner .weui-navigation-bar__right;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4303 1; }\\n.\",[1],\"weui-navigation-bar__placeholder { height: var(--height); background: var(--weui-BG-1); position: relative; z-index: 50 ;wxcs_originclass: .weui-navigation-bar__placeholder;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4307 1; }\\n.\",[1],\"weui-uploader__hd { display: block ;wxcs_originclass: .weui-uploader__hd;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4314 1; }\\n.\",[1],\"weui-uploader__overview { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-uploader__overview;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4318 1; }\\n.\",[1],\"weui-uploader__tips { color: var(--weui-FG-2); font-size: 14px; line-height: 1.4; padding-top: 4px ;wxcs_originclass: .weui-uploader__tips;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4327 1; }\\n.\",[1],\"weui-uploader__img { display: block; width: 100%; height: 100% ;wxcs_originclass: .weui-uploader__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4334 1; }\\n.\",[1],\"weui-gallery { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; flex-wrap: nowrap ;wxcs_originclass: .weui-gallery;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4340 1; }\\n.\",[1],\"weui-gallery__info { color: #fff; font-size: 17px; line-height: 60px; min-height: 60px; text-align: center ;wxcs_originclass: .weui-gallery__info;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4352 1; }\\n.\",[1],\"weui-gallery__img__wrp { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; position: relative; font-size: 0 ;wxcs_originclass: .weui-gallery__img__wrp;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4360 1; }\\n.\",[1],\"weui-gallery__img { position: absolute; width: 100%; height: 100% ;wxcs_originclass: .weui-gallery__img;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4368 1; }\\n.\",[1],\"weui-gallery__opr { position: static ;wxcs_originclass: .weui-gallery__opr;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4374 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-search-bar__box .\",[1],\"weui-search-bar__input { height: inherit; line-height: inherit ;wxcs_originclass: .weui-search-bar .weui-search-bar__box .weui-search-bar__input;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4378 1; }\\n.\",[1],\"weui-search-bar .\",[1],\"weui-search-bar__box .\",[1],\"weui-icon-clear { display: block ;wxcs_originclass: .weui-search-bar .weui-search-bar__box .weui-icon-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4383 1; }\\n.\",[1],\"weui-loadmore .\",[1],\"weui-loading { margin-right: .3em ;wxcs_originclass: .weui-loadmore .weui-loading;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4387 1; }\\n.\",[1],\"weui-btn_input-clear { display: block ;wxcs_originclass: .weui-btn_input-clear;;wxcs_fileinfo: ./page/common/lib/weui.wxss 4391 1; }\\n\",];\nvar setCssToHead = function(file, _xcInvalid, info) {\nvar Ca = {};\nvar css_id;\nvar info = info || {};\nvar _C = __COMMON_STYLESHEETS__\nfunction makeup(file, opt) {\nvar _n = typeof(file) === \"string\";\nif ( _n && Ca.hasOwnProperty(file)) return \"\";\nif ( _n ) Ca[file] = 1;\nvar ex = _n ? _C[file] : file;\nvar res=\"\";\nfor (var i = ex.length - 1; i >= 0; i--) {\nvar content = ex[i];\nif (typeof(content) === \"object\")\n{\nvar op = content[0];\nif ( op == 0 )\nres = transformRPX(content[1], opt.deviceWidth) + \"px\" + res;\nelse if ( op == 1)\nres = opt.suffix + res;\nelse if ( op == 2 )\nres = makeup(content[1], opt) + res;\n}\nelse\nres = content + res\n}\nreturn res;\n}\nvar styleSheetManager = window.__styleSheetManager2__\nvar rewritor = function(suffix, opt, style){\nopt = opt || {};\nsuffix = suffix || \"\";\nopt.suffix = suffix;\nif ( opt.allowIllegalSelector != undefined && _xcInvalid != undefined )\n{\nif ( opt.allowIllegalSelector )\nconsole.warn( \"For developer:\" + _xcInvalid );\nelse\n{\nconsole.error( _xcInvalid );\n}\n}\nCa={};\ncss = makeup(file, opt);\nif (styleSheetManager) {\nvar key = (info.path || Math.random()) + ':' + suffix\nif (!style) {\nstyleSheetManager.addItem(key, info.path);\nwindow.__rpxRecalculatingFuncs__.push(function(size){\nopt.deviceWidth = size.width;\nrewritor(suffix, opt, true);\n});\n}\nstyleSheetManager.setCss(key, css);\nreturn;\n}\nif ( !style )\n{\nvar head = document.head || document.getElementsByTagName('head')[0];\nstyle = document.createElement('style');\nstyle.type = 'text/css';\nstyle.setAttribute( \"wxss:path\", info.path );\nhead.appendChild(style);\nwindow.__rpxRecalculatingFuncs__.push(function(size){\nopt.deviceWidth = size.width;\nrewritor(suffix, opt, style);\n});\n}\nif (style.styleSheet) {\nstyle.styleSheet.cssText = css;\n} else {\nif ( style.childNodes.length == 0 )\nstyle.appendChild(document.createTextNode(css));\nelse\nstyle.childNodes[0].nodeValue = css;\n}\n}\nreturn rewritor;\n}\nsetCssToHead([\"[is\\x3d\\x22common/lib/weui\\x22]{width: 100% ;wxcs_fileinfo: ./common/lib/weui.wxss 4082 1;}\\n[is\\x3d\\x22miniprogram_npm/miniprogram-recycle-view/recycle-item\\x22]{display: inline-block; ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss 2 1;}\\n[is\\x3d\\x22miniprogram_npm/miniprogram-recycle-view/recycle-view\\x22]{display: block; width: 100%; ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss 2 1;}\\n[is\\x3d\\x22page/common/lib/weui\\x22]{width: 100% ;wxcs_fileinfo: ./page/common/lib/weui.wxss 4082 1;}\\n\",])();setCssToHead([[2,\"./app.wxss\"]],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./app.wxss:4214:1)\",{path:\"./app.wxss\"})();", + "pageWxss": { + "./page/component/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/component/index.wxss 3 1; }\\n\",],undefined,{path:\"./page/component/index.wxss\"})", + "./page/API/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/API/index.wxss 4 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/API/index.wxss:131:3)\",{path:\"./page/API/index.wxss\"})", + "./page/cloud/index.wxss": "setCssToHead([[2,\"./page/common/index.wxss\"],[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/cloud/index.wxss 4 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/cloud/index.wxss:131:3)\",{path:\"./page/cloud/index.wxss\"})", + "./page/extend/index.wxss": "setCssToHead([[2,\"./page/common/common.wxss\"],\".\",[1],\"weui-agree__link { display: inline; color: var(--weui-LINK); ;wxcs_originclass: .weui-agree__link;;wxcs_fileinfo: ./page/extend/index.wxss 7 1; }\\n.\",[1],\"weui-flex { -webkit-box-align: center; -webkit-align-items: center; align-items: center ;wxcs_originclass: .weui-flex;;wxcs_fileinfo: ./page/extend/index.wxss 12 1; }\\n.\",[1],\"weui-cells { margin-top: 0; opacity: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .3s; transition: .3s ;wxcs_originclass: .weui-cells;;wxcs_fileinfo: ./page/extend/index.wxss 18 1; }\\n.\",[1],\"weui-cells:after, .\",[1],\"weui-cells:before { display: none ;wxcs_originclass: .weui-cells:after, .weui-cells:before;;wxcs_fileinfo: ./page/extend/index.wxss 27 1; }\\n.\",[1],\"weui-cells_show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) ;wxcs_originclass: .weui-cells_show;;wxcs_fileinfo: ./page/extend/index.wxss 32 1; }\\n.\",[1],\"weui-cell:before { right: 15px ;wxcs_originclass: .weui-cell:before;;wxcs_fileinfo: ./page/extend/index.wxss 38 1; }\\n.\",[1],\"kind-list__item { margin: 10px 0; background-color: var(--weui-BG-2); border-radius: 2px; overflow: hidden ;wxcs_originclass: .kind-list__item;;wxcs_fileinfo: ./page/extend/index.wxss 42 1; }\\n.\",[1],\"kind-list__item:first-child { margin-top: 0 ;wxcs_originclass: .kind-list__item:first-child;;wxcs_fileinfo: ./page/extend/index.wxss 49 1; }\\n.\",[1],\"kind-list__img { width: 30px; height: 30px ;wxcs_originclass: .kind-list__img;;wxcs_fileinfo: ./page/extend/index.wxss 53 1; }\\n[data-weui-theme\\x3ddark] .\",[1],\"kind-list__img { -webkit-filter: invert(100) hue-rotate(180deg); filter: invert(100) hue-rotate(180deg) ;wxcs_originclass: [data-weui-theme\\x3ddark] .kind-list__img;;wxcs_fileinfo: ./page/extend/index.wxss 58 1; }\\n.\",[1],\"kind-list__item-hd { padding: 20px; -webkit-transition: opacity .3s; transition: opacity .3s ;wxcs_originclass: .kind-list__item-hd;;wxcs_fileinfo: ./page/extend/index.wxss 63 1; }\\n.\",[1],\"kind-list__item-hd_show { opacity: .4 ;wxcs_originclass: .kind-list__item-hd_show;;wxcs_fileinfo: ./page/extend/index.wxss 69 1; }\\n.\",[1],\"kind-list__item-bd { height: 0; overflow: hidden ;wxcs_originclass: .kind-list__item-bd;;wxcs_fileinfo: ./page/extend/index.wxss 73 1; }\\n.\",[1],\"kind-list__item-bd_show { height: auto ;wxcs_originclass: .kind-list__item-bd_show;;wxcs_fileinfo: ./page/extend/index.wxss 78 1; }\\n.\",[1],\"index-hd { padding: 40px 40px 20px; text-align: center; ;wxcs_originclass: .index-hd;;wxcs_fileinfo: ./page/extend/index.wxss 82 1; }\\n.\",[1],\"index-bd { padding: 0 15px 20px; ;wxcs_originclass: .index-bd;;wxcs_fileinfo: ./page/extend/index.wxss 87 1; }\\n.\",[1],\"index-ft { padding-bottom: 10px; text-align: center; ;wxcs_originclass: .index-ft;;wxcs_fileinfo: ./page/extend/index.wxss 91 1; }\\n.\",[1],\"index-logo { width: 43px; height: 43px; ;wxcs_originclass: .index-logo;;wxcs_fileinfo: ./page/extend/index.wxss 96 1; }\\n.\",[1],\"index-desc { margin-top: 10px; color: #888888; font-size: 14px; ;wxcs_originclass: .index-desc;;wxcs_fileinfo: ./page/extend/index.wxss 103 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/extend/index.wxss:131:3)\",{path:\"./page/extend/index.wxss\"})", + "./miniprogram_npm/miniprogram-barrage/index.wxss": "setCssToHead([\".\",[1],\"barrage-area { position: relative; box-sizing: border-box; width: 100%; height: 100%; pointer-events: auto; ;wxcs_originclass: .barrage-area;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 1 1; }\\n.\",[1],\"barrage-tunnel { box-sizing: border-box; position: relative; display: flex; align-items: center; border-top: 1px dashed #CCB24D; width: 100%; ;wxcs_originclass: .barrage-tunnel;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 9 1; }\\n.\",[1],\"tunnel-tips { display: inline-block; margin-left: 10px; color: #CCB24D; ;wxcs_originclass: .tunnel-tips;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 18 1; }\\n.\",[1],\"bullet-item { position: absolute; display: flex; align-items: center; top: 0; left: 100%; white-space: nowrap; ;wxcs_originclass: .bullet-item;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 24 1; }\\n.\",[1],\"bullet-item.\",[1],\"paused { background: #000; opacity: 0.6; padding: 0 10px; z-index: 1001; ;wxcs_originclass: .bullet-item.paused;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 33 1; }\\n.\",[1],\"bullet-item_img { max-height: 100%; display: inline-block; ;wxcs_originclass: .bullet-item_img;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 40 1; }\\n.\",[1],\"bullet-item_text { display: inline-block; margin: 0; ;wxcs_originclass: .bullet-item_text;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 45 1; }\\n.\",[1],\"bullet-move { animation: 0s linear slidein ;wxcs_originclass: .bullet-move;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 50 1; }\\n@keyframes slidein { 0% { transform: translate3d(0, 0, 0) ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 55 3; }\\n100% { transform: translate3d(-2000px, 0, 0) ;wxcs_fileinfo: ./miniprogram_npm/miniprogram-barrage/index.wxss 58 3; }\\n}\",],undefined,{path:\"./miniprogram_npm/miniprogram-barrage/index.wxss\"})", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss": "setCssToHead([\".\",[1],\"wx-recycle-item { height: 100%; ;wxcs_originclass: .wx-recycle-item;;wxcs_fileinfo: ./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss 5 1; }\\n\",],undefined,{path:\"./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss\"})", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss": "setCssToHead([],undefined,{path:\"./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss\"})", + "./miniprogram_npm/wxml-to-canvas/index.wxss": "setCssToHead([],undefined,{path:\"./miniprogram_npm/wxml-to-canvas/index.wxss\"})", + "./page/API/components/set-tab-bar/set-tab-bar.wxss": "setCssToHead([[2,\"./app.wxss\"],\".\",[1],\"container { width: 100vw; ;wxcs_originclass: .container;;wxcs_fileinfo: ./page/API/components/set-tab-bar/set-tab-bar.wxss 4 1; }\\n.\",[1],\"weui-label { width: 5em; ;wxcs_originclass: .weui-label;;wxcs_fileinfo: ./page/API/components/set-tab-bar/set-tab-bar.wxss 7 1; }\\n\",],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./page/API/components/set-tab-bar/set-tab-bar.wxss:4214:1)\",{path:\"./page/API/components/set-tab-bar/set-tab-bar.wxss\"})", + "./app.wxss": "setCssToHead([[2,\"./app.wxss\"]],\"Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./app.wxss:4214:1)\",{path:\"./app.wxss\"})" + } +} \ No newline at end of file diff --git a/compiler/test/wcsc/compare/nodejs.json b/compiler/test/wcsc/compare/nodejs.json new file mode 100644 index 0000000..e69de29 diff --git a/test/wcsc/compare/wine.json b/compiler/test/wcsc/compare/wine.json similarity index 100% rename from test/wcsc/compare/wine.json rename to compiler/test/wcsc/compare/wine.json diff --git a/test/wcsc/ll.sh b/compiler/test/wcsc/ll.sh similarity index 100% rename from test/wcsc/ll.sh rename to compiler/test/wcsc/ll.sh diff --git a/compiler/test/wcsc/ll3.js b/compiler/test/wcsc/ll3.js new file mode 100644 index 0000000..9a3a025 --- /dev/null +++ b/compiler/test/wcsc/ll3.js @@ -0,0 +1,127 @@ +#!/usr/bin/env node + +const { spawn, spawnSync } = require("child_process"); +const path = require("path"); +const fs = require("fs"); +const { exit } = require("process"); + +const projectPath = "/mnt/disk1/WeChatProjects/miniprogram-demo/miniprogram/"; +const config = [ + "-db", + "-pc", + "9", + "./page/component/index.wxss", + "./page/API/index.wxss", + "./page/cloud/index.wxss", + "./page/extend/index.wxss", + "./miniprogram_npm/miniprogram-barrage/index.wxss", + "./miniprogram_npm/miniprogram-recycle-view/recycle-item.wxss", + "./miniprogram_npm/miniprogram-recycle-view/recycle-view.wxss", + "./miniprogram_npm/wxml-to-canvas/index.wxss", + "./page/API/components/set-tab-bar/set-tab-bar.wxss", + "./app.wxss", + "./common/lib/weui.wxss", + "./page/common/common.wxss", + "./page/common/index.wxss", + "./page/common/lib/weui.wxss", +]; + +const test_wine = () => { + const wine = spawn( + path.resolve(__dirname, "../../../package.nw/js/vendor/wcsc.exe"), + config, + { + cwd: projectPath, + } + ); + const spwanData = [], + errData = []; + wine.stdout.on("data", (e) => { + spwanData.push(e); + }); + wine.stderr.on("data", (e) => { + errData.push(e); + }); + return new Promise((resolve, reject) => { + wine.on("close", (n) => { + console.log("wine n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + result = JSON.parse(result); + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4); + // result = result.generateFunctionContent["__COMMON__"]; + fs.writeFileSync( + path.resolve(__dirname, "./3/wine_output.json"), + result + ); + // process.stdout.write(result); + resolve(result); + } else { + process.stderr.write( + "wine error:", + Buffer.concat(errData).toString() + ); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; +const test_node = () => { + const node_exec = spawn( + path.resolve(__dirname, "../../nodejs/wcsc"), + config, + { + cwd: projectPath, + env: { + WX_DEBUG_COMPILER_OUTPUT: path.resolve(__dirname, "./3"), + }, + // stdio: 'inherit' + } + ); + const spwanData = [], + errData = []; + node_exec.stdout.on("data", (e) => { + spwanData.push(e); + // console.log(e.toString()) + }); + node_exec.stderr.on("data", (e) => { + errData.push(e); + // console.log(e.toString()) + }); + return new Promise((resolve, reject) => { + node_exec.on("close", (n) => { + console.log("node n: ", n); + if (0 === n) { + let result = Buffer.concat(spwanData).toString(); + // require('fs').writeFileSync('/mnt/disk2/wechat-web-devtools-linux/tmp/llw2.json', result) + // process.stdout.write(result); + result = JSON.parse(result); + // delete result.generateFunctionContent["__COMMON__"]; + result = JSON.stringify(result, null, 4); + // result = result.generateFunctionContent["__COMMON__"]; + fs.writeFileSync( + path.resolve(__dirname, "./3/node_output.json"), + result + ); + resolve(result); + } else { + process.stderr.write(Buffer.concat(errData).toString()); + // process.stderr.write(Buffer.concat(spwanData).toString()); + reject(n); + } + }); + }); +}; + +const test = async () => { + try { + const node_result = await test_node(); + const wine_result = await test_wine(); + console.log("结果是否一致:", wine_result.trim() === node_result); + } catch (err) { + console.error("错误:", err); + } +}; +test(); diff --git a/test/wcsc/viewedit/1/linux_output.js b/compiler/test/wcsc/viewedit/1/linux_output.js similarity index 100% rename from test/wcsc/viewedit/1/linux_output.js rename to compiler/test/wcsc/viewedit/1/linux_output.js diff --git a/test/wcsc/viewedit/1/node.json b/compiler/test/wcsc/viewedit/1/node.json similarity index 100% rename from test/wcsc/viewedit/1/node.json rename to compiler/test/wcsc/viewedit/1/node.json diff --git a/test/wcsc/viewedit/1/result.json b/compiler/test/wcsc/viewedit/1/result.json similarity index 100% rename from test/wcsc/viewedit/1/result.json rename to compiler/test/wcsc/viewedit/1/result.json diff --git a/test/wcsc/viewedit/wcsc_test.js b/compiler/test/wcsc/viewedit/wcsc_test.js similarity index 100% rename from test/wcsc/viewedit/wcsc_test.js rename to compiler/test/wcsc/viewedit/wcsc_test.js