Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
b5e42989
Commit
b5e42989
authored
Oct 28, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'禁用安卓物理返回键'
parent
93583bf2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
36 deletions
+23
-36
main.js
src/main.js
+8
-2
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+1
-0
my-product-list.Vue
src/pages/myProductCollection/my-product-list.Vue
+0
-15
test.html
src/pages/myProductCollection/test.html
+0
-19
public-style.less
src/styles/public-style.less
+14
-0
No files found.
src/main.js
View file @
b5e42989
...
...
@@ -57,10 +57,10 @@ import Jpush from './scripts/jpushService'
import
Jmessage
from
'./scripts/jmessageService'
//
if (process.env.CONFIG_ENV === 'uat') {
//
if (process.env.CONFIG_ENV === 'uat') {
// const VConsole = require('vconsole')
// new VConsole() // eslint-disable-line
//}
//
}
Vue
.
use
(
componentInstall
)
Vue
.
use
(
components
)
...
...
@@ -153,6 +153,12 @@ vum.$vumPlatform.ready(function () {
}
})
document
.
addEventListener
(
'deviceready'
,
function
()
{
document
.
addEventListener
(
'backbutton'
,
function
()
{
hlsPopup
.
showLongCenter
(
'请点击左上角返回按钮返回'
)
},
false
)
},
false
)
vum
.
$vumPlatform
.
registerBackButtonAction
(
function
(
e
)
{
// let vm = this
let
time
...
...
src/pages/contractSigning/contract-detail.vue
View file @
b5e42989
...
...
@@ -257,6 +257,7 @@ export default {
})
},
inSure
()
{
debugger
// console.log(typeof window.sessionStorage.getItem('add_status'))
console
.
log
(
this
.
bank_flag
)
if
(
this
.
bank_flag
)
{
...
...
src/pages/myProductCollection/my-product-list.Vue
View file @
b5e42989
...
...
@@ -108,21 +108,6 @@ export default {
</
script
>
<
style
scoped
lang=
"less"
rel=
"stylesheet"
>
.h-header-btn {
img {
width: 16px;
height: 16px;
margin-left: 4px;
}
span {
font-family: PingFangSC-Semibold;
margin-left: 16px;
font-size: 17px;
letter-spacing: 0.61px;
line-height: 24px;
}
}
.hinput {
position: relative;
z-index: 50;
...
...
src/pages/myProductCollection/test.html
deleted
100644 → 0
View file @
93583bf2
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
</head>
<body>
<table
border=
"1"
>
<tr>
<td>
row 1, cell 1
</td>
<td>
row 1, cell 2
</td>
</tr>
<tr>
<td>
row 2, cell 1
</td>
<td>
row 2, cell 2
</td>
</tr>
</table>
</body>
</html>
src/styles/public-style.less
View file @
b5e42989
...
...
@@ -6,7 +6,21 @@
background-color: @theme-color
}
}
.h-header-btn {
img {
width: 16px;
height: 16px;
margin-left: 4px;
}
span {
font-family: PingFangSC-Semibold;
margin-left: 16px;
font-size: 17px;
letter-spacing: 0.61px;
line-height: 24px;
}
}
@import "platform-ios";
@import "platform-iosx";
@import "platform-iosxr";
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