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
578a4af8
Commit
578a4af8
authored
Oct 29, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
0b4e31af
50588309
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
12 deletions
+1
-12
base.vue
src/pages/intoApproval/intoApproval/base.vue
+1
-5
contract-record.vue
src/pages/pay/firstPay/contract-record.vue
+0
-1
first-pay.vue
src/pages/pay/firstPay/first-pay.vue
+0
-1
first-pay.vue
src/pages/pay/payment/first-pay.vue
+0
-2
bankInfo.vue
src/pages/userBind/np/bankInfo.vue
+0
-1
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+0
-2
No files found.
src/pages/intoApproval/intoApproval/base.vue
View file @
578a4af8
...
...
@@ -441,7 +441,6 @@ export default {
watch
:
{
'ischecked'
:
function
(
newVal
,
oldVal
)
{
let
appro
=
document
.
querySelector
(
'.appro'
)
console
.
log
(
oldVal
,
newVal
)
if
(
newVal
)
{
appro
.
style
.
backgroundColor
=
'#00469c'
}
else
{
...
...
@@ -453,7 +452,6 @@ export default {
},
},
created
()
{
console
.
log
(
this
.
hasButtomStorage
)
if
(
this
.
bp_class
===
'NP'
)
{
this
.
getNPBase
()
}
else
if
(
this
.
bp_class
===
'ORG'
)
{
...
...
@@ -480,7 +478,6 @@ export default {
},
select
()
{
this
.
ischecked
=
!
this
.
ischecked
console
.
log
(
this
.
ischecked
)
},
confirm
()
{
this
.
ischecked
?
(
this
.
isConfirm
=
true
)
:
(
this
.
isConfirm
=
false
)
...
...
@@ -582,7 +579,6 @@ export default {
title
:
'提示'
,
content
:
`您确认
${
val
}
吗?`
,
onConfirm
:
(
data
)
=>
{
console
.
log
(
data
)
// if (val === '拒绝') {
// } else {
...
...
src/pages/pay/firstPay/contract-record.vue
View file @
578a4af8
...
...
@@ -136,7 +136,6 @@ export default {
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'create_detail_0_part'
let
data
=
vm
.
makeDetailData
()
console
.
log
(
data
)
let
param
=
{
order_id
:
window
.
sessionStorage
.
getItem
(
'order_id'
),
pay_lists
:
data
,
...
...
src/pages/pay/firstPay/first-pay.vue
View file @
578a4af8
...
...
@@ -54,7 +54,6 @@ export default {
if
(
from
.
name
===
'MyInfo'
)
{
vm
.
getDownPayment
()
}
else
if
(
from
.
name
===
'Success'
)
{
// console.log(vm.money, window.sessionStorage.getItem('money'))
vm
.
money
=
parseInt
(
vm
.
default
)
-
parseInt
(
window
.
sessionStorage
.
getItem
(
'money'
))
vm
.
default
=
vm
.
money
}
...
...
src/pages/pay/payment/first-pay.vue
View file @
578a4af8
...
...
@@ -62,7 +62,6 @@ export default {
if
(
from
.
name
===
'MyInfo'
)
{
vm
.
getRent
()
}
else
if
(
from
.
name
===
'Success'
)
{
// console.log(vm.money, window.sessionStorage.getItem('money'))
vm
.
money
=
parseInt
(
vm
.
default
)
-
parseInt
(
window
.
sessionStorage
.
getItem
(
'money'
))
vm
.
default
=
vm
.
money
vm
.
pay_rent
=
vm
.
money
...
...
@@ -117,7 +116,6 @@ export default {
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
console
.
log
(
res
)
vm
.
toPayEntry
(
vm
.
money
)
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
src/pages/userBind/np/bankInfo.vue
View file @
578a4af8
...
...
@@ -90,7 +90,6 @@ export default {
title
:
'提示'
,
content
:
'您确认删除吗?'
,
onConfirm
:
data
=>
{
console
.
log
(
data
)
if
(
data
===
1
)
{
let
index
=
this
.
getBankList
.
findIndex
(
item
=>
{
if
(
item
.
bank_account_num
===
e
)
{
...
...
src/pages/userBind/np/naturePerson.vue
View file @
578a4af8
...
...
@@ -948,7 +948,6 @@ export default {
title
:
'提示'
,
content
:
'您确认添加吗?'
,
onConfirm
:
data
=>
{
console
.
log
(
data
)
if
(
data
===
1
)
{
let
bpName
=
this
.
from
?
this
.
$route
.
params
.
user_bp_name
:
window
.
localStorage
.
getItem
(
'bp_name'
)
if
(
...
...
@@ -996,7 +995,6 @@ export default {
title
:
'提示'
,
content
:
'您确认提交吗?'
,
onConfirm
:
data
=>
{
console
.
log
(
data
)
if
(
data
)
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'bp_bind_submit'
...
...
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