Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
easyUI
hls-easy-ui
Commits
9cd01910
Commit
9cd01910
authored
Jul 05, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vum
parent
3e65dbb2
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
12 deletions
+11
-12
index.html
index.html
+1
-0
select.vue
packages/components/Select/select.vue
+6
-1
index.js
packages/index.js
+4
-1
main.js
src/main.js
+0
-10
vuePlatform.js
static/vuePlatform.js
+0
-0
No files found.
index.html
View file @
9cd01910
...
...
@@ -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>
...
...
packages/components/Select/select.vue
View file @
9cd01910
...
...
@@ -18,7 +18,7 @@
{{
confirmText
}}
</div>
</h-header>
<
p
icker
<
P
icker
: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
:
{
...
...
packages/index.js
View file @
9cd01910
// 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'
...
...
src/main.js
View file @
9cd01910
...
...
@@ -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
...
...
s
rc/scripts
/vuePlatform.js
→
s
tatic
/vuePlatform.js
100755 → 100644
View file @
9cd01910
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment