Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c8fbf17c
authored
2024-06-05 17:40:16 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
c8d99923
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
public/file/操作指引.zip
src/viewsPc/center/myMember.vue
src/viewsPc/register/personal.vue
public/file/操作指引.zip
View file @
c8fbf17
This file is too large to display.
src/viewsPc/center/myMember.vue
View file @
c8fbf17
...
...
@@ -135,10 +135,14 @@ function addMember() {
if
(
group
.
type
==
'4'
){
proxy
.
$refs
[
'dialogAddWDSF'
].
open
(
params
)
}
else
{
proxy
.
$refs
[
'dialogAddCoach
En
'
].
open
(
params
)
proxy
.
$refs
[
'dialogAddCoach'
].
open
(
params
)
}
}
else
{
proxy
.
$refs
[
'dialogAddCoach'
].
open
(
params
)
if
(
group
.
type
==
'4'
){
proxy
.
$refs
[
'dialogAddCoachEn'
].
open
(
params
)
}
else
{
proxy
.
$refs
[
'dialogAddCoach'
].
open
(
params
)
}
}
}
...
...
src/viewsPc/register/personal.vue
View file @
c8fbf17
...
...
@@ -344,6 +344,11 @@ function bigNext(){
birth
:
wdsfData
.
value
.
birthday
,
passportNumber
:
wdsfData
.
value
.
passportNumber
,
}
if
(
Array
.
isArray
(
wdsfData
.
value
.
passportUrl
))
{
obj
.
passportUrl
=
wdsfData
.
value
.
passportUrl
[
0
].
url
}
else
{
obj
.
passportUrl
=
wdsfData
.
value
.
passportUrl
||
''
}
upgradePersonal
(
obj
).
then
(
res
=>
{
if
(
res
.
data
){
userStore
.
getInfo
().
then
(
res
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment