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

'login'

parent 14f4577e
<template>
<!-- <h-content id="login">
<scroll id="login">
<div class="bird-icon" />
<div class="login-wrap">
<img class="title" src="../assets/login/title.png" >
......@@ -25,10 +25,10 @@
</div>
<div class="button submit" @click="access">登录</div>
</div>
</h-content>-->
<div style="width: 100%;height: 100%;background-color: #007aff;display: flex;justify-content: center;align-items: center;">
</scroll>
<!-- <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>
</div>
</div>-->
</template>
<script>
......@@ -47,9 +47,9 @@ export default {
}
},
mounted () {
/* window.addEventListener('native.keyboardhide', function () {
window.addEventListener('native.keyboardhide', function () {
document.activeElement.blur()
})*/
})
},
methods: {
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