Commit 9cd01910 authored by Nature's avatar Nature

vum

parent 3e65dbb2
......@@ -9,6 +9,7 @@
<!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script type="application/javascript" src="./static/vuePlatform.js"></script>
<script type="text/javascript" src="../../cordova.js"></script>
<title>车租易</title>
</head>
......
......@@ -18,7 +18,7 @@
{{ confirmText }}
</div>
</h-header>
<picker
<Picker
:data="list"
v-model="tempValue"
:columns="3"
......@@ -81,7 +81,12 @@
<script>
import assign from 'object-assign'
import { Picker } from 'vux'
export default {
components: {
Picker
},
data () {
return {
defaultOptions: {
......
// components
import BottomTab from './components/BottomTab/index'
import CheckBox from './components/CheckBox/index'
import Notify from './components/Dialog/Notify'
......@@ -18,15 +19,17 @@ import TopTip from './components/TopTip/index'
import Stab from './components/STab/index'
import TabItem from './components/STab/tab-item'
import TabButton from './components/BottomTab/tab-button'
import componentInstall from './components/component'
// compontenPlugins
import ActionSheetPlugin from './components/ActionSheet/index'
import ShowPicturePlugin from './components/ShowPicture/index'
import SelectPlugin from './components/select/index'
import NotifyPlugin from './components/Dialog/plugins/index'
import HlsModalPlugin from './components/Modal/index'
import NumberKeyboardPlugin from './components/NumberKeyboard/index'
import componentInstall from './components/component'
// styles
import appStyle from '../packages/common/styles/app.core.less'
const version = '0.0.2'
......
......@@ -15,16 +15,8 @@ import {componentInstall, appStyle} from '../packages/index'
import directives from './scripts/directives'
import filter from './scripts/filter'
/**
* 组件
*/
import {
Picker,
} from 'vux'
import './scripts/prototype'
import './scripts/vuePlatform'
/**
* 弹框组件
......@@ -54,8 +46,6 @@ Vue.use(directives)
Vue.use(filter)
Vue.component('picker', Picker)
Vue.prototype.hlsPopup = window.hlsPopup = hlsPopup
Vue.prototype.$devicePixelRatio = 2
......
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