12345678 |
- var isReady=false;var onReadyCallbacks=[];
- var isServiceReady=false;var onServiceReadyCallbacks=[];
- var __uniConfig = {"pages":["pages/goodSource/index","pages/order/index","pages/news/index","pages/mine/index","pages/public/login","pages/public/register","pages/goodSource/shippingDetails","pages/order/orderDetails","pages/order/confirmLoading","pages/order/confirmUnloading","pages/mine/driverCertification","pages/mine/driverCertificationNext","pages/mine/editDriverCertification","pages/mine/editDriverCertificationNext","pages/mine/helpDescription","pages/mine/manageVehicles/index","pages/mine/manageVehicles/addVehicle","pages/mine/manageVehicles/editVehicle","pages/mine/manageBankCards/index","pages/mine/manageBankCards/addBankCard","pages/mine/manageBankCards/editBankCard","pages/mine/set","pages/mine/camera/idcard/idcard","pages/goodSource/map","pages/goodSource/selectCity","pages/mine/settings/editAvatar","pages/mine/settings/editPhone","pages/mine/settings/editPassword","pages/mine/settings/feedback","pages/public/lginOther"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"custom":false,"color":"#656765","selectedColor":"#2772FB","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/goodSource/index","iconPath":"static/images/common/huoyuan@2x(1).png","selectedIconPath":"static/images/common/huoyuan@2x.png","text":"货源"},{"pagePath":"pages/order/index","iconPath":"static/images/common/dingdan@2x(1).png","selectedIconPath":"static/images/common/dingdan@2x.png","text":"订单"},{"pagePath":"pages/news/index","iconPath":"static/images/common/mesicon@2x.png","selectedIconPath":"static/images/common/xiaoxi@2x.png","text":"消息"},{"pagePath":"pages/mine/index","iconPath":"static/images/common/iconmy@2x.png","selectedIconPath":"static/images/common/my@2x.png","text":"我的"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"uni-app开发模板","compilerVersion":"3.3.11","entryPagePath":"pages/goodSource/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
- var __uniRoutes = [{"path":"/pages/goodSource/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/order/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/news/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/mine/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/public/login","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/public/register","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/goodSource/shippingDetails","meta":{},"window":{"navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/order/orderDetails","meta":{},"window":{"navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/order/confirmLoading","meta":{},"window":{"navigationBarTitleText":"确认装车","enablePullDownRefresh":false}},{"path":"/pages/order/confirmUnloading","meta":{},"window":{"navigationBarTitleText":"确认卸车","enablePullDownRefresh":false}},{"path":"/pages/mine/driverCertification","meta":{},"window":{"navigationBarTitleText":"司机认证","navigationBarBackgroundColor":"#2772FB","navigationBarTextStyle":"white"}},{"path":"/pages/mine/driverCertificationNext","meta":{},"window":{"navigationBarTitleText":"司机认证","navigationBarBackgroundColor":"#2772FB","navigationBarTextStyle":"white"}},{"path":"/pages/mine/editDriverCertification","meta":{},"window":{"navigationBarTitleText":"司机认证","navigationBarBackgroundColor":"#2772FB","navigationBarTextStyle":"white"}},{"path":"/pages/mine/editDriverCertificationNext","meta":{},"window":{"navigationBarTitleText":"司机认证","navigationBarBackgroundColor":"#2772FB","navigationBarTextStyle":"white"}},{"path":"/pages/mine/helpDescription","meta":{},"window":{"navigationBarTitleText":"操作说明","enablePullDownRefresh":false}},{"path":"/pages/mine/manageVehicles/index","meta":{},"window":{"navigationBarTitleText":"管理车辆","enablePullDownRefresh":false,"navigationBarBackgroundColor":"white"}},{"path":"/pages/mine/manageVehicles/addVehicle","meta":{},"window":{"navigationBarTitleText":"添加车辆","enablePullDownRefresh":false}},{"path":"/pages/mine/manageVehicles/editVehicle","meta":{},"window":{"navigationBarTitleText":"修改车辆","enablePullDownRefresh":false}},{"path":"/pages/mine/manageBankCards/index","meta":{},"window":{"navigationBarTitleText":"银行卡","enablePullDownRefresh":false,"navigationBarBackgroundColor":"white"}},{"path":"/pages/mine/manageBankCards/addBankCard","meta":{},"window":{"navigationBarTitleText":"添加银行卡","enablePullDownRefresh":false}},{"path":"/pages/mine/manageBankCards/editBankCard","meta":{},"window":{"navigationBarTitleText":"修改银行卡","enablePullDownRefresh":false}},{"path":"/pages/mine/set","meta":{},"window":{"navigationBarTitleText":"设置","enablePullDownRefresh":false,"navigationBarBackgroundColor":"white"}},{"path":"/pages/mine/camera/idcard/idcard","meta":{"isNVue":true},"window":{"navigationStyle":"custom","backgroundColor":"#000000"}},{"path":"/pages/goodSource/map","meta":{},"window":{"navigationStyle":"custom","navigationBarTextStyle":"white"}},{"path":"/pages/goodSource/selectCity","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/mine/settings/editAvatar","meta":{},"window":{"navigationBarTitleText":"修改头像","enablePullDownRefresh":false}},{"path":"/pages/mine/settings/editPhone","meta":{},"window":{"navigationBarTitleText":"修改账号","enablePullDownRefresh":false}},{"path":"/pages/mine/settings/editPassword","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/mine/settings/feedback","meta":{},"window":{"navigationBarTitleText":"意见反馈","enablePullDownRefresh":false}},{"path":"/pages/public/lginOther","meta":{},"window":{"navigationStyle":"custom"}}];
- __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}}}});
|