征信小程序
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.
 
 
 
zhengxinApplets/unpackage/dist/dev/app-plus/app-config-service.js

8 lines
5.9 KiB

var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/login/login","pages/release/index","pages/user/index","pages/user/personal","pages/user/about","pages/user/rule","pages/user/feedList","pages/user/feedback","pages/user/feedDetails","pages/user/verification","pages/user/collect","pages/user/release","pages/user/wallet","pages/user/withdrawal","pages/user/verificationList","pages/index/search","pages/user/payList","pages/user/phone","pages/user/history","pages/user/mycollect","pages/user/site","pages/user/password","pages/release/detail","pages/user/zizhi","pages/user/info","pages/user/like","pages/user/protocol","pages/view/webview","pages/view/outer","pages/index/searchList","pages/user/releaseEdit"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"征信网","navigationBarBackgroundColor":"#fff","backgroundColor":"#EBEDEC"},"tabBar":{"color":"#999999","selectedColor":"#00C6A9","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"static/icon-01.png","selectedIconPath":"static/icon-01-on.png","text":"首页"},{"pagePath":"pages/release/index","iconPath":"static/icon-02.png","selectedIconPath":"static/icon-02.png","text":"发布"},{"pagePath":"pages/user/index","iconPath":"static/icon-03.png","selectedIconPath":"static/icon-03-on.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"zhengxin","compilerVersion":"4.29","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/login/login","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/release/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"发布"}},{"path":"/pages/user/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/user/personal","meta":{},"window":{"navigationBarTitleText":"个人信息"}},{"path":"/pages/user/about","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/user/rule","meta":{},"window":{"navigationBarTitleText":"协议规则"}},{"path":"/pages/user/feedList","meta":{},"window":{"navigationBarTitleText":"反馈记录"}},{"path":"/pages/user/feedback","meta":{},"window":{"navigationBarTitleText":"问题反馈"}},{"path":"/pages/user/feedDetails","meta":{},"window":{"navigationBarTitleText":"反馈详情"}},{"path":"/pages/user/verification","meta":{},"window":{"navigationBarTitleText":"实名认证"}},{"path":"/pages/user/collect","meta":{},"window":{"navigationBarTitleText":"我的关注"}},{"path":"/pages/user/release","meta":{},"window":{"navigationBarTitleText":"我的发布"}},{"path":"/pages/user/wallet","meta":{},"window":{"navigationBarTitleText":"我的钱包"}},{"path":"/pages/user/withdrawal","meta":{},"window":{"navigationBarTitleText":"申请提现"}},{"path":"/pages/user/verificationList","meta":{},"window":{"navigationBarTitleText":"提现记录"}},{"path":"/pages/index/search","meta":{},"window":{"navigationBarTitleText":"搜索"}},{"path":"/pages/user/payList","meta":{},"window":{"navigationBarTitleText":"支付记录"}},{"path":"/pages/user/phone","meta":{},"window":{"navigationBarTitleText":"更改手机号"}},{"path":"/pages/user/history","meta":{},"window":{"navigationBarTitleText":"浏览记录"}},{"path":"/pages/user/mycollect","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/user/site","meta":{},"window":{"navigationBarTitleText":"设置"}},{"path":"/pages/user/password","meta":{},"window":{"navigationBarTitleText":"设置密码"}},{"path":"/pages/release/detail","meta":{},"window":{"navigationBarTitleText":"详情"}},{"path":"/pages/user/zizhi","meta":{},"window":{"navigationBarTitleText":"资质证明"}},{"path":"/pages/user/info","meta":{},"window":{"navigationBarTitleText":"事件信息"}},{"path":"/pages/user/like","meta":{},"window":{"navigationBarTitleText":"我的收藏"}},{"path":"/pages/user/protocol","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/view/webview","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/view/outer","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/index/searchList","meta":{},"window":{"navigationBarTitleText":"搜索结果"}},{"path":"/pages/user/releaseEdit","meta":{},"window":{"navigationBarTitleText":"编辑"}}];
__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}}}});