Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
368f1fb5
Commit
368f1fb5
authored
Oct 11, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
d6f3a378
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/index/SignUp/success.vue
src/components/index/SignUp/success.vue
+2
-2
src/router/index.js
src/router/index.js
+2
-2
No files found.
src/components/index/SignUp/success.vue
View file @
368f1fb5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
class=
"btn"
>
<div
class=
"btn"
>
<el-button
@
click=
"handleDownload"
>
下载课程通知书
</el-button>
<el-button
@
click=
"handleDownload"
>
下载课程通知书
</el-button>
</div>
</div>
<div
class=
"btn"
>
<div
class=
"btn"
v-if=
"$store.state.isPost == 0"
>
<el-button
@
click=
"openAddress"
>
输入邮寄地址
</el-button>
<el-button
@
click=
"openAddress"
>
输入邮寄地址
</el-button>
</div>
</div>
</div>
</div>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<div
class=
"btn"
>
<div
class=
"btn"
>
<el-button
@
click=
"handleDownload"
>
下载入营通知书
</el-button>
<el-button
@
click=
"handleDownload"
>
下载入营通知书
</el-button>
</div>
</div>
<div
class=
"btn"
>
<div
class=
"btn"
v-if=
"$store.state.isPost == 0"
>
<el-button
@
click=
"openAddress"
>
输入邮寄地址
</el-button>
<el-button
@
click=
"openAddress"
>
输入邮寄地址
</el-button>
</div>
</div>
</div>
</div>
...
...
src/router/index.js
View file @
368f1fb5
...
@@ -198,8 +198,8 @@ function checkCam(code, cb) {
...
@@ -198,8 +198,8 @@ function checkCam(code, cb) {
store
.
state
.
finish_certificate_address
=
res
.
data
.
finish_certificate_address
;
store
.
state
.
finish_certificate_address
=
res
.
data
.
finish_certificate_address
;
}
}
//是否隐藏填写邮寄地址
//是否隐藏填写邮寄地址
if
(
res
.
data
.
is
P
ost
!=
null
)
{
if
(
res
.
data
.
is
_p
ost
!=
null
)
{
store
.
state
.
isPost
=
res
.
data
.
is
P
ost
;
store
.
state
.
isPost
=
res
.
data
.
is
_p
ost
;
}
}
cb
&&
cb
(
true
);
cb
&&
cb
(
true
);
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
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