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
7ed84d6d
Commit
7ed84d6d
authored
Feb 26, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
7676d910
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
dev.env.js
config/dev.env.js
+2
-2
currencyInput.vue
src/components/currencyInput.vue
+2
-1
rateInput.vue
src/components/rateInput.vue
+2
-1
No files found.
config/dev.env.js
View file @
7ed84d6d
...
...
@@ -8,9 +8,9 @@ module.exports = merge(prodEnv, {
debug
:
true
,
isMobilePlatform
:
false
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
DEV
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.9.0"'
,
...
...
src/components/currencyInput.vue
View file @
7ed84d6d
...
...
@@ -111,7 +111,8 @@ export default {
// setTimeout(() => {
dom
.
appendChild
(
ele
)
// }, 100)
dom
.
scrollTo
(
dom
.
scrollLeft
,
scrollTop
+
(
256
-
result
))
dom
.
scrollTop
=
scrollTop
+
(
256
-
result
)
// dom.scrollTo(dom.scrollLeft, scrollTop + (256 - result))
}
console
.
log
(
veiwHeight
,
eleHeight
,
scrollTop
,
result
)
event
.
target
.
type
=
'text'
...
...
src/components/rateInput.vue
View file @
7ed84d6d
...
...
@@ -107,7 +107,8 @@ export default {
// setTimeout(() => {
dom
.
appendChild
(
ele
)
// }, 100)
dom
.
scrollTo
(
dom
.
scrollLeft
,
scrollTop
+
(
256
-
result
))
dom
.
scrollTop
=
scrollTop
+
(
256
-
result
)
// dom.scrollTo(dom.scrollLeft, scrollTop + (256 - result))
}
console
.
log
(
veiwHeight
,
eleHeight
,
scrollTop
,
result
)
event
.
target
.
type
=
'text'
...
...
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