| | |
| | | onLaunch: function() {
|
| | | // pageCount({})
|
| | | },
|
| | | onShow: function() {},
|
| | | onHide: function() {}
|
| | | onShow: function() {
|
| | | },
|
| | | onHide: function() {
|
| | | }
|
| | | }
|
| | | </script>
|
| | |
|
| | |
| | | import Vue from 'vue' |
| | | import App from './App' |
| | | import mixin from './common/mixin' |
| | | import 'vant/lib/index.css' |
| | | |
| | | // 引入全局uView
|
| | | import uView from '@/uni_modules/uview-ui' |
| | | Vue.use(uView) |
| | | import Vant from 'vant'; |
| | | Vue.use(Vant); |
| | | // vuex
|
| | | import store from './store' |
| | | Vue.prototype.$store = store |
| | |
| | | <view class="index">
|
| | | <!-- <web-view v-if="show" @onPostMessage="onMessage" :src="'https://dmtest.ahapp.net/doumeeplant_h5/#/appletLogin?code=' + code"></web-view> -->
|
| | | <!-- {{$store.state.statusbarHeight}} -->
|
| | | |
| | | <u-sticky>
|
| | | <view class="plr50 pb30 nav-style">
|
| | | <view
|
| | |
| | | </view>
|
| | | </u-list-item>
|
| | | </u-list>
|
| | |
|
| | | <myTabbar :index="0" />
|
| | | </view>
|
| | | </template>
|