After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,25 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="zh-CN"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<script> |
||||
var __UniViewStartTime__ = Date.now(); |
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || |
||||
CSS.supports('top: constant(a)')) |
||||
document.write( |
||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + |
||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />') |
||||
</script> |
||||
<title>View</title> |
||||
<link rel="stylesheet" href="view.css" /> |
||||
</head> |
||||
|
||||
<body> |
||||
<div id="app"></div> |
||||
<script src="__uniappes6.js"></script> |
||||
<script src="view.umd.min.js"></script> |
||||
<script src="app-view.js"></script> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,8 @@ |
||||
|
||||
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"],"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.28","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":"搜索结果"}}]; |
||||
__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}}}}); |
@ -0,0 +1 @@ |
||||
(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]); |
@ -0,0 +1 @@ |
||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__D710D79","name":"zhengxin","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Maps":{"coordType":"gcj02"},"Push":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{"dSYMs":false},"plugins":{"maps":{"amap":{"appkey_ios":"1f9a683961a9b854d21a92392eb463fa","appkey_android":"2aa1bf4f7987b26d7f64d4b7b668e311"}},"push":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.28","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#999999","selectedColor":"#00C6A9","borderStyle":"rgba(0,0,0,0.4)","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":"我的"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}} |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 412 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 679 B |
After Width: | Height: | Size: 471 B |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 836 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 773 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 586 B |
After Width: | Height: | Size: 388 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 745 B |
After Width: | Height: | Size: 350 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 982 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1007 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 775 B |
After Width: | Height: | Size: 886 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 944 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 606 B |
After Width: | Height: | Size: 631 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1016 B |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 156 KiB |