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
b9b3e8f0
Commit
b9b3e8f0
authored
Nov 07, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'法人'
parent
44f00b19
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
584 additions
and
581 deletions
+584
-581
first-pay.vue
src/pages/pay/firstPay/first-pay.vue
+332
-332
first-pay.vue
src/pages/pay/marginPay/first-pay.vue
+244
-244
enterprise.vue
src/pages/userBind/org/enterprise.vue
+8
-5
No files found.
src/pages/pay/firstPay/first-pay.vue
View file @
b9b3e8f0
This diff is collapsed.
Click to expand it.
src/pages/pay/marginPay/first-pay.vue
View file @
b9b3e8f0
This diff is collapsed.
Click to expand it.
src/pages/userBind/org/enterprise.vue
View file @
b9b3e8f0
...
...
@@ -657,18 +657,21 @@ export default {
// this.getBankInfo()
},
beforeRouteEnter
(
to
,
from
,
next
)
{
if
(
from
.
fullPath
===
'/tab/my-info'
)
{
/*|| from.fullPath === '/margin-first-pay'*/
next
(
vm
=>
{
vm
.
from
=
true
vm
.
getbaseInfo
()
vm
.
getBankInfo
()
vm
.
getBpType
()
vm
.
getProvince
()
if
(
vm
.
$route
.
params
.
status
===
'APPROVED'
)
{
vm
.
isApproved
=
true
}
if
(
from
.
fullPath
===
'/tab/my-info'
)
{
/*|| from.fullPath === '/margin-first-pay'*/
vm
.
upload_list
=
[]
// 上传图片列表
vm
.
dowload_list
=
[]
// 下载图片列表
vm
.
from
=
true
vm
.
getbaseInfo
()
vm
.
getBankInfo
()
}
})
}
next
()
},
methods
:
{
...
...
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