| | |
| | | if(args){ |
| | | // 处理args参数,如直达到某新页面等 |
| | | console.log('args', args) |
| | | if(args.indexOf('lzzzsc-app') >= 0) { |
| | | args = args.replace("lzzzsc-app://", "/") |
| | | if(args.indexOf('gyq-app') >= 0) { |
| | | args = args.replace("gyq-app://", "/") |
| | | return uni.redirectTo({ |
| | | url: args |
| | | }) |
| | |
| | | console.log('getConfig', res.data) |
| | | if(res.code == 1){ |
| | | try { |
| | | const token = uni.getStorageSync('lzsc-token'); |
| | | const token = uni.getStorageSync('pig-token'); |
| | | if (!token) { |
| | | /* |
| | | uni.redirectTo({ |
| | |
| | | .noDataBtn{ |
| | | width: 240upx !important; |
| | | margin: 50upx auto; |
| | | background-color: #ff7945; |
| | | background-color: #4766FE; |
| | | color: #ffffff !important; |
| | | letter-spacing: 10upx; |
| | | height: 70upx; |