| | |
| | | this.error = '' |
| | | this.show1 = false |
| | | uni.navigateTo({ |
| | | url: `/pages/webView/webView?url=${res.data}` |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}` |
| | | }) |
| | | } else { |
| | | this.error = 2 |
| | |
| | | this.error = '' |
| | | this.show1 = false |
| | | uni.navigateTo({ |
| | | url: `/pages/webView/webView?url=${res.data}` |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}` |
| | | }) |
| | | } else { |
| | | this.error = 2 |
| | |
| | | this.error = '' |
| | | this.show1 = false |
| | | uni.navigateTo({ |
| | | url: `/pages/webView/webView?url=${res.data}` |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}` |
| | | }) |
| | | } else { |
| | | this.error = 2 |
| | |
| | | this.error = '' |
| | | this.show1 = false |
| | | uni.navigateTo({ |
| | | url: `/pages/webView/webView?url=${data.data}` |
| | | url: `/pages/webView/webView?url=${encodeURIComponent(res.data)}` |
| | | }) |
| | | } |
| | | }) |
| | |
| | | background-color: #ffffff; |
| | | display: flex; |
| | | align-items: center; |
| | | padding-bottom: env(safe-area-inset-bottom); |
| | | padding-bottom: calc(env(safe-area-inset-bottom) + 30rpx); |
| | | } |
| | | .code { |
| | | width: 100%; |