| 12345678 |
- var isReady=false;var onReadyCallbacks=[];
- var isServiceReady=false;var onServiceReadyCallbacks=[];
- var __uniConfig = {"pages":["pages/login/login","pages/login/forgotPassword","pages/login/smsCode","pages/index/index","pages/message/message","pages/orders/orders","pages/my/my","pages/quote/quoteInfo","pages/quote/selectInsuranceCompany","pages/quote/premiumCalc","pages/quote/chooseOption","pages/quote/checkOption","pages/quote/ePolicy","pages/quote/quoteDetail","pages/quote/quotation","pages/quote/paymentCode","pages/quote/queryVehicleModel"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"晋掌柜","navigationBarBackgroundColor":"#fff","backgroundColor":"#FFFFFF","rpxCalcMaxDeviceWidth":0,"rpxCalcBaseDeviceWidth":375,"rpxCalcIncludeWidth":750,"pageOrientation":"portrait"},"tabBar":{"color":"#666","selectedColor":"#333","borderStyle":"white","backgroundColor":"#fdfcf4","list":[{"pagePath":"pages/index/index","iconPath":"static/icon/tab/icon_index.png","selectedIconPath":"/static/icon/tab/icon_index_c.png","text":"首页"},{"pagePath":"pages/orders/orders","iconPath":"static/icon/tab/icon_orders.png","selectedIconPath":"/static/icon/tab/icon_orders_c.png","text":"订单"},{"pagePath":"pages/message/message","iconPath":"/static/icon/tab/icon_message.png","selectedIconPath":"/static/icon/tab/icon_message_c.png","text":"消息"},{"pagePath":"pages/my/my","iconPath":"static/icon/tab/icon_my.png","selectedIconPath":"/static/icon/tab/icon_my_c.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"zhApp","compilerVersion":"4.64","entryPagePath":"pages/login/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
- var __uniRoutes = [{"path":"/pages/login/login","meta":{"isQuit":true},"window":{"scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/login/forgotPassword","meta":{},"window":{"navigationBarTitleText":"忘记密码","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/login/smsCode","meta":{},"window":{"navigationBarTitleText":"短信验证码","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"enablePullDownRefresh":true,"navigationBarTitleText":"首页","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/message/message","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"消息"}},{"path":"/pages/orders/orders","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"订单","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/my/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的"}},{"path":"/pages/quote/quoteInfo","meta":{},"window":{"navigationBarTitleText":"完善报价信息"}},{"path":"/pages/quote/selectInsuranceCompany","meta":{},"window":{"navigationBarTitleText":"投保车型"}},{"path":"/pages/quote/premiumCalc","meta":{},"window":{"navigationBarTitleText":"保费计算"}},{"path":"/pages/quote/chooseOption","meta":{},"window":{"navigationBarTitleText":"选择方案"}},{"path":"/pages/quote/checkOption","meta":{},"window":{"navigationBarTitleText":"查看方案"}},{"path":"/pages/quote/ePolicy","meta":{},"window":{"navigationBarTitleText":"电子保单","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/quote/quoteDetail","meta":{},"window":{"navigationBarTitleText":"订单详情页","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/quote/quotation","meta":{},"window":{"navigationBarTitleText":"报价单","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/quote/paymentCode","meta":{},"window":{"navigationBarTitleText":"付款码","scrollIndicator":"none","bounce":"none","titleNView":false}},{"path":"/pages/quote/queryVehicleModel","meta":{},"window":{"navigationBarTitleText":"车型列表","scrollIndicator":"none","bounce":"none","titleNView":false}}];
- __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
- __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
- service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
|