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
38759ebc
Commit
38759ebc
authored
Feb 26, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
c03ee186
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
96 additions
and
94 deletions
+96
-94
currencyInput.vue
src/components/currencyInput.vue
+2
-1
rateInput.vue
src/components/rateInput.vue
+2
-1
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+23
-22
contract-record.vue
src/pages/pay/payment/contract-record.vue
+69
-70
No files found.
src/components/currencyInput.vue
View file @
38759ebc
...
...
@@ -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 @
38759ebc
...
...
@@ -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'
...
...
src/pages/pay/firstPay/contract-record.vue
View file @
38759ebc
...
...
@@ -18,7 +18,8 @@
</div>
</div>
</div>
<section
class=
"pay-content"
>
</div>
<h-content
class=
"pay-content"
>
<section
v-for=
"(item,index) in prj_lists"
:key=
"index"
class=
"contract-item"
>
<div
class=
"header"
>
<img
src=
"@/assets/payment/file.png"
>
...
...
@@ -40,8 +41,8 @@
</div>
</div>
</section>
</section
>
</div>
</h-content
>
<div
class=
"prompt has-footer"
>
<div>
<img
src=
"@/assets/payment/prompt.png"
alt
>
...
...
@@ -221,7 +222,7 @@ export default {
font-family: PingFangSC-Regular;
font-size: 14px;
color: #ffffff;
margin-top:
1
.8%;
margin-top:
9
.8%;
}
.data {
font-family: Verdana-Bold;
...
...
src/pages/pay/payment/contract-record.vue
View file @
38759ebc
...
...
@@ -22,7 +22,8 @@
<input
v-model=
"keyWords"
type=
"text"
placeholder=
"请输入合同号/承租人名称"
>
<img
src=
"@/assets/payment/search.png"
alt
>
</div>
<section
class=
"pay-content"
>
</div>
<h-content
class=
"pay-content"
>
<section
v-for=
"(item,index) in showList"
:key=
"index"
class=
"contract-item"
>
<div
class=
"header"
>
<img
src=
"@/assets/payment/file.png"
alt
>
...
...
@@ -75,17 +76,15 @@
</div>
</div>
</div>
</div>
</section>
<list-item
:item-height=
"44"
>
<item>
<div
slot=
"name"
>
逾期利息
</div>
<span
slot=
"content"
>
{{
money
|
currency
}}
</span>
</item>
</list-item>
</div>
</section>
</section>
</h-content>
<div
class=
"prompt has-footer"
>
<div>
<img
src=
"@/assets/payment/prompt.png"
alt
>
...
...
@@ -99,7 +98,7 @@
<bottom-tab>
<tab-button
class=
"footer"
@
click
.
native=
"checkPay()"
>
提交订单
</tab-button>
</bottom-tab>
</div>
</h-view>
</
template
>
<
script
>
...
...
@@ -367,8 +366,8 @@ export default {
left:0;
right:0;
margin:auto;
height: 5
3
%;
overflow: scroll;
height: 5
4
%;
overflow
-y
: scroll;
.contract-item {
background-color: #fff;
box-shadow: 0 1px 3px 2px rgba(168, 168, 168, 0.14);
...
...
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