Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easyUI-template
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-easyUI-template
Commits
f8cbf4f2
Commit
f8cbf4f2
authored
Jul 05, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platform
parent
5c6601f5
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
26 deletions
+3
-26
index.html
index.html
+2
-0
main.js
src/main.js
+0
-8
elementUtil.js
src/scripts/elementUtil.js
+0
-17
prototype.js
static/prototype.js
+0
-0
vuePlatform.js
static/vuePlatform.js
+0
-0
yarn.lock
yarn.lock
+1
-1
No files found.
index.html
View file @
f8cbf4f2
...
...
@@ -9,6 +9,8 @@
<!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<script
src=
"./static/vuePlatform.js"
type=
"text/javascript"
></script>
<script
src=
"./static/prototype.js"
type=
"type/javascript"
></script>
<script
type=
"text/javascript"
src=
"../../cordova.js"
></script>
<title>
车租易
</title>
</head>
...
...
src/main.js
View file @
f8cbf4f2
...
...
@@ -10,17 +10,9 @@ import flexible from './common/ydui.flexible'
import
{
componentInstall
,
appStyle
}
from
'hls-easy-ui'
/**
* 组件
*/
import
{
Picker
,
}
from
'vux'
import
'./scripts/prototype'
import
'./scripts/vuePlatform'
/**
* 指令
*/
...
...
src/scripts/elementUtil.js
deleted
100755 → 0
View file @
5c6601f5
export
default
{
createElement
:
function
(
marker
,
tag
)
{
let
el
=
document
.
createElement
(
tag
||
'div'
)
el
.
setAttribute
(
marker
,
''
)
document
.
body
.
appendChild
(
el
)
},
removeElement
:
function
(
marker
)
{
let
el
=
document
.
querySelector
(
marker
)
||
document
.
querySelector
(
`[
${
marker
}
]`
)
if
(
el
)
{
document
.
body
.
removeChild
(
el
)
}
},
timeout
:
function
(
duration
=
0
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
setTimeout
(
resolve
,
duration
)
})
},
}
s
rc/scripts
/prototype.js
→
s
tatic
/prototype.js
View file @
f8cbf4f2
File moved
s
rc/scripts
/vuePlatform.js
→
s
tatic
/vuePlatform.js
View file @
f8cbf4f2
File moved
yarn.lock
View file @
f8cbf4f2
...
...
@@ -3815,7 +3815,7 @@ he@1.2.x, he@^1.1.0:
"hls-easy-ui@https://hel.hand-china.com/easyUI/hls-easy-ui.git":
version "0.0.3"
resolved "https://hel.hand-china.com/easyUI/hls-easy-ui.git#
3e65dbb22b596b6d517dbfaba932e9c1cc8bad4
7"
resolved "https://hel.hand-china.com/easyUI/hls-easy-ui.git#
ed1330b1b05596e0600fa8682428b0b66d76986
7"
dependencies:
autosize "^3.0.20"
better-scroll "^1.10.3"
...
...
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