Commit 408063a3 authored by Nature's avatar Nature

v0.0.2

parent 36ce57b9
......@@ -58,6 +58,7 @@ export default {
box-sizing: content-box;
overflow: hidden;
position: fixed;
width: 100%;
z-index: 5;
.h-header-center {
......
......@@ -104,8 +104,10 @@ FastClick.attach(document.body)
Vue.config.productionTip = false
vum.$vumPlatform.ready(function () {
if ((vum.Platform.isAndroid()) || (vum.Platform.isIOS())) {
if (process.env.isMobilePlatform) {
cordova.plugins.Keyboard.disableScroll(true)
}
})
vum.$vumPlatform.registerBackButtonAction(function (e) {
......
......@@ -23,7 +23,7 @@
<tab-item>涉诉公告</tab-item>
<tab-item>司法协助</tab-item>
</s-tab>-->
<h-content class="has-footer">
<h-content class="has-footer has-header">
<h-button class="button-class" type="primary" @click.native="showLoading">showLoading</h-button>
<h-button class="button-class" type="primary" @click.native="hideLoading">hideLoading</h-button>
<h-button class="button-class" type="primary" @click.native="showLongTop">showLongTop</h-button>
......
......@@ -6,7 +6,7 @@
</div>
<div slot="center">小易</div>
</h-header>
<h-content id="home-content">
<h-content id="home-content" class="has-header">
<div v-for="item in message" class="message">
<p v-show="false" class="message-time" v-text="item.time"/>
<div v-show="!item.isFromeMe" class="message-wrap">
......
......@@ -3242,6 +3242,15 @@ fast-levenshtein@~2.0.4:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
fastclick@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fastclick/-/fastclick-1.0.6.tgz#161625b27b1a5806405936bda9a2c1926d06be6a"
integrity sha1-FhYlsnsaWAZAWTa9qaLBkm0Gvmo=
"fastclick@https://hel.hand-china.com/easyUI/fastclick.git#v1.0.7":
version "1.0.7"
resolved "https://hel.hand-china.com/easyUI/fastclick.git#ed7ddb6dda51dc9ac5661dbeddc736a51c5925c9"
fastparse@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
......
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