You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
5.6 KiB
8 lines
5.6 KiB
|
|
var isReady=false;var onReadyCallbacks=[];
|
|
var isServiceReady=false;var onServiceReadyCallbacks=[];
|
|
var __uniConfig = {"pages":["pages/index/index","pages/category/index","pages/login/login","pages/list/index","pages/user/index","pages/goods/detail","pages/goods/confirm","pages/user/vip","pages/user/feedback","pages/user/site","pages/user/edit","pages/user/notice","pages/user/people","pages/user/settle","pages/user/bind","pages/goods/orderDetail","pages/user/team","pages/view/outer","pages/user/personal","pages/goods/shop","pages/goods/addressList","pages/goods/addressEdit"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#EBEDEC","backgroundColor":"#EBEDEC"},"tabBar":{"color":"#2C254A","selectedColor":"#2C254A","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"static/tabbar/icon-01.png","selectedIconPath":"static/tabbar/icon-01-on.png","text":"首页"},{"pagePath":"pages/category/index","iconPath":"static/tabbar/icon-02.png","selectedIconPath":"static/tabbar/icon-02-on.png","text":"品类"},{"pagePath":"pages/list/index","iconPath":"static/tabbar/icon-04.png","selectedIconPath":"static/tabbar/icon-04-on.png","text":"记录"},{"pagePath":"pages/user/index","iconPath":"static/tabbar/icon-04.png","selectedIconPath":"static/tabbar/icon-04-on.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"smokeCase","compilerVersion":"3.7.2","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
|
|
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/category/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","navigationStyle":"custom"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/list/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"uni-app","navigationStyle":"custom"}},{"path":"/pages/user/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"uni-app","navigationStyle":"custom"}},{"path":"/pages/goods/detail","meta":{},"window":{"navigationBarTitleText":"","navigationStyle":"custom"}},{"path":"/pages/goods/confirm","meta":{},"window":{"navigationBarTitleText":"提交订单"}},{"path":"/pages/user/vip","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pages/user/feedback","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pages/user/site","meta":{},"window":{"navigationBarTitleText":"设置","enablePullDownRefresh":false}},{"path":"/pages/user/edit","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pages/user/notice","meta":{},"window":{"navigationBarTitleText":"官方公告","enablePullDownRefresh":false}},{"path":"/pages/user/people","meta":{},"window":{"navigationBarTitleText":"新手教程","enablePullDownRefresh":false}},{"path":"/pages/user/settle","meta":{},"window":{"navigationBarTitleText":"结账明细","enablePullDownRefresh":false}},{"path":"/pages/user/bind","meta":{},"window":{"navigationBarTitleText":"捆绑收款方式","enablePullDownRefresh":false}},{"path":"/pages/goods/orderDetail","meta":{},"window":{"navigationBarTitleText":"订单详情","enablePullDownRefresh":false}},{"path":"/pages/user/team","meta":{},"window":{"navigationBarTitleText":"团队管理","enablePullDownRefresh":false}},{"path":"/pages/view/outer","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/user/personal","meta":{},"window":{"navigationBarTitleText":"个人资料","enablePullDownRefresh":false}},{"path":"/pages/goods/shop","meta":{},"window":{"navigationBarTitleText":"购物车","enablePullDownRefresh":false}},{"path":"/pages/goods/addressList","meta":{},"window":{"navigationBarTitleText":"收货地址","enablePullDownRefresh":false}},{"path":"/pages/goods/addressEdit","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":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}}}});
|
|
|