Commit 36a8909c authored by 李晓兵's avatar 李晓兵

'login'

parent 14f4577e
<template> <template>
<!-- <h-content id="login"> <scroll id="login">
<div class="bird-icon" /> <div class="bird-icon" />
<div class="login-wrap"> <div class="login-wrap">
<img class="title" src="../assets/login/title.png" > <img class="title" src="../assets/login/title.png" >
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
</div> </div>
<div class="button submit" @click="access">登录</div> <div class="button submit" @click="access">登录</div>
</div> </div>
</h-content>--> </scroll>
<div style="width: 100%;height: 100%;background-color: #007aff;display: flex;justify-content: center;align-items: center;"> <!-- <div style="width: 100%;height: 100%;background-color: #007aff;display: flex;justify-content: center;align-items: center;">
<p style="font-weight: 700;font-size: 36px">登录</p> <p style="font-weight: 700;font-size: 36px">登录</p>
</div> </div>-->
</template> </template>
<script> <script>
...@@ -47,9 +47,9 @@ export default { ...@@ -47,9 +47,9 @@ export default {
} }
}, },
mounted () { mounted () {
/* window.addEventListener('native.keyboardhide', function () { window.addEventListener('native.keyboardhide', function () {
document.activeElement.blur() document.activeElement.blur()
})*/ })
}, },
methods: { methods: {
changeType () { changeType () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment