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
447ba479
Commit
447ba479
authored
Jan 14, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
da8b1edf
751be246
Pipeline
#4616
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
login.vue
src/pages/login.vue
+1
-0
contract-record.vue
src/pages/pay/payment/contract-record.vue
+4
-3
No files found.
src/pages/login.vue
View file @
447ba479
...
@@ -137,6 +137,7 @@ export default {
...
@@ -137,6 +137,7 @@ export default {
},
},
access
:
function
()
{
access
:
function
()
{
document
.
getElementById
(
'passwordInput'
).
blur
()
document
.
getElementById
(
'passwordInput'
).
blur
()
document
.
activeElement
.
blur
()
let
vm
=
this
let
vm
=
this
if
(
!
vm
.
username
||
vm
.
username
===
undefined
)
{
if
(
!
vm
.
username
||
vm
.
username
===
undefined
)
{
vm
.
hlsPopup
.
showLongCenter
(
'请输入用户名'
)
vm
.
hlsPopup
.
showLongCenter
(
'请输入用户名'
)
...
...
src/pages/pay/payment/contract-record.vue
View file @
447ba479
...
@@ -223,7 +223,7 @@ export default {
...
@@ -223,7 +223,7 @@ export default {
let num = ''
let num = ''
vm.$set(j, 'amount', num)
vm.$set(j, 'amount', num)
})
})
})*/
})
*/
vm
.
showList
=
vm
.
info
vm
.
showList
=
vm
.
info
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
...
@@ -236,7 +236,7 @@ export default {
...
@@ -236,7 +236,7 @@ export default {
i
.
con_lists
.
forEach
(
j
=>
{
i
.
con_lists
.
forEach
(
j
=>
{
if
(
!
j
.
amount
||
j
.
amount
===
0
)
{
if
(
!
j
.
amount
||
j
.
amount
===
0
)
{
}
else
{
}
else
{
let
obj
=
{}
let
obj
=
{}
obj
.
bp_id
=
window
.
localStorage
.
getItem
(
'bp_id'
)
obj
.
bp_id
=
window
.
localStorage
.
getItem
(
'bp_id'
)
obj
.
amount
=
j
.
amount
obj
.
amount
=
j
.
amount
...
@@ -330,6 +330,7 @@ export default {
...
@@ -330,6 +330,7 @@ export default {
justify-content: space-around;
justify-content: space-around;
background: #fff;
background: #fff;
border-radius: 0.08rem;
border-radius: 0.08rem;
box-shadow: 0 0 10px #ccc;
top: -23px;
top: -23px;
img {
img {
//position: absolute;
//position: absolute;
...
...
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